Home
last modified time | relevance | path

Searched defs:tokens (Results 1 - 25 of 359) sorted by relevance

12345678910>>...15

/third_party/typescript/tests/baselines/reference/
H A DarrayAssignmentTest5.js24 var tokens:IStateToken[]= lineTokens.tokens; variable
/third_party/rust/crates/syn/src/
H A Dverbatim.rs11 let mut tokens = TokenStream::new(); variables
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dconstant_test.cpp64 auto tokens = Constant::Split("", ","); in HWTEST_F() local
78 auto tokens = Constant::Split("abc_123", "_"); in HWTEST_F() local
93 auto tokens = Constant::Split("#abc123", "#"); in HWTEST_F() local
108 auto tokens = Constant::Split("abc123!", "!"); HWTEST_F() local
122 auto tokens = Constant::Split("abc!123!", "!"); HWTEST_F() local
137 auto tokens = Constant::Split("abc123", "^"); HWTEST_F() local
151 auto tokens = Constant::Split("abc$$$123", "$"); HWTEST_F() local
168 auto tokens = Constant::Split("abc&&&123", "&&"); HWTEST_F() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_iterate.c32 tgsi_iterate_shader( const struct tgsi_token *tokens, struct tgsi_iterate_context *ctx ) tgsi_iterate_shader() argument
/third_party/rust/crates/bindgen/bindgen/codegen/
H A Dimpl_partialeq.rs14 let mut tokens = vec![]; in gen_partialeq_impl() variables
/third_party/rust/crates/syn/codegen/src/
H A Doperand.rs12 pub fn tokens(&self) -> &TokenStream { in tokens() functions
/kernel/linux/linux-6.6/rust/macros/
H A Dpaste.rs6 let mut tokens = tokens.iter(); in concat() variables
[all...]
H A Dvtable.rs8 let mut tokens: Vec<_> = ts.into_iter().collect(); variables
H A Dlib.rs343 let mut tokens = input.into_iter().collect(); in paste() variables
/third_party/glslang/glslang/MachineIndependent/preprocessor/
H A DPpAtom.cpp97 } tokens[] = { member
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_debug_deal.cpp37 void AbilityDebugDeal::OnAbilitysDebugStarted(const std::vector<sptr<IRemoteObject>> &tokens) in OnAbilitysDebugStarted() argument
50 void AbilityDebugDeal::OnAbilitysDebugStoped(const std::vector<sptr<IRemoteObject>> &tokens) in OnAbilitysDebugStoped() argument
63 void AbilityDebugDeal::OnAbilitysAssertDebugChange(const std::vector<sptr<IRemoteObject>> &tokens, bool isAssertDebug) in OnAbilitysAssertDebugChange() argument
77 void AbilityDebugResponse::OnAbilitysDebugStarted(const std::vector<sptr<IRemoteObject>> &tokens) in OnAbilitysDebugStarted() argument
92 OnAbilitysDebugStoped(const std::vector<sptr<IRemoteObject>> &tokens) OnAbilitysDebugStoped() argument
107 OnAbilitysAssertDebugChange( const std::vector<sptr<IRemoteObject>> &tokens, bool isAssertDebug) OnAbilitysAssertDebugChange() argument
[all...]
/third_party/mesa3d/src/mesa/main/
H A Duniforms.h107 gl_state_index16 tokens[STATE_LENGTH]; member
/third_party/mesa3d/src/gallium/tests/graw/
H A Ddisasm.c60 struct tgsi_token *tokens; in disasm() local
/third_party/musl/libc-test/src/functionalext/supplement/misc/
H A Dgetsubopt.c28 char *tokens[] = {"getsubopt", "test", NULL}; in getsubopt_0100() local
44 char *tokens[] = {"getsubopt", "test", NULL}; in getsubopt_0200() local
/foundation/ability/ability_runtime/test/unittest/ability_debug_response_proxy_test/
H A Dability_debug_response_proxy_test.cpp67 std::vector<sptr<IRemoteObject>> tokens; in HWTEST_F() local
89 std::vector<sptr<IRemoteObject>> tokens; in HWTEST_F() local
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dability_record_mgr.cpp121 std::vector<sptr<IRemoteObject>> tokens; in GetAllTokens() local
/kernel/linux/linux-5.10/tools/lib/api/fs/
H A Dcgroup.c14 char mountpoint[PATH_MAX + 1], tokens[PATH_MAX + 1], type[PATH_MAX + 1]; in cgroupfs_find_mountpoint() local
/third_party/gn/src/gn/
H A Dinput_file_manager.h132 std::vector<Token> tokens; member
H A Dparser_unittest.cc22 std::vector<Token> tokens; in DoParserPrintTest() local
40 std::vector<Token> tokens; in DoExpressionPrintTest() local
62 std::vector<Token> tokens = Tokenizer::Tokenize(&input_file, &err); in DoParserErrorTest() local
80 std::vector<Token> tokens = Tokenizer::Tokenize(&input_file, &err); in DoExpressionErrorTest() local
[all...]
H A Dvisual_studio_utils.cc122 const std::vector<std::string> tokens = base::SplitString( in ParseLinkerOption() local
/third_party/glslang/glslang/HLSL/
H A DhlslTokenStream.cpp74 void HlslTokenStream::pushTokenStream(const TVector<HlslToken>* tokens) in pushTokenStream() argument
/third_party/libuv/test/
H A Dtest-strtok.c34 const char* tokens[] = { variable
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_patch_vertices.c28 make_uniform(nir_shader *nir, const gl_state_index16 *tokens) in make_uniform() argument
/third_party/mesa3d/src/gallium/targets/graw-null/
H A Dgraw_util.c19 struct tgsi_token tokens[1024]; in graw_parse_geometry_shader() local
34 struct tgsi_token tokens[1024]; in graw_parse_vertex_shader() local
49 struct tgsi_token tokens[1024]; graw_parse_fragment_shader() local
[all...]
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/
H A Dsource_helpers.js

Completed in 7 milliseconds

12345678910>>...15