Home
last modified time | relevance | path

Searched defs:tokens (Results 26 - 50 of 231) sorted by relevance

12345678910

/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dability_debug_response_proxy.cpp40 void AbilityDebugResponseProxy::OnAbilitysDebugStarted(const std::vector<sptr<IRemoteObject>> &tokens) in OnAbilitysDebugStarted() argument
46 void AbilityDebugResponseProxy::OnAbilitysDebugStoped(const std::vector<sptr<IRemoteObject>> &tokens) in OnAbilitysDebugStoped() argument
52 OnAbilitysAssertDebugChange( const std::vector<sptr<IRemoteObject>> &tokens, bool isAssertDebug) OnAbilitysAssertDebugChange() argument
94 SendRequest( const IAbilityDebugResponse::Message &message, const std::vector<sptr<IRemoteObject>> &tokens) SendRequest() argument
[all...]
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_nir_lower_builtin.c98 gl_state_index16 tokens[STATE_LENGTH]; in get_variable() local
[all...]
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/regex/
H A DRegexFormatter.java36 private static final CharMatcher tokens = CharMatcher.anyOf("()|"); field in RegexFormatter
/third_party/rust/crates/bindgen/bindgen/codegen/
H A Dimpl_debug.rs14 let mut tokens = vec![]; in gen_debug_impl() variables
92 let mut tokens = vec![]; in impl_debug() variables
H A Dhelpers.rs119 let mut tokens = quote! {}; in bitfield_unit() variables
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkAppParamsUtil.cpp78 std::vector<std::string> tokens; in readApplicationParameters() local
[all...]
/third_party/python/Doc/tools/extensions/
H A Dpeg_highlight.py27 tokens = { variable in PEGLexer
/third_party/skia/bin/
H A Dcompare27 tokens = line.split() variable
/third_party/rust/crates/syn/tests/
H A Dtest_lit.rs17 let mut tokens = TokenStream::from_str(s).unwrap().into_iter(); in lit() variables
/base/hiviewdfx/hidumper/test/unittest/common/
H A Dhidumper_test_utils.cpp93 std::vector<std::string> tokens; in GetValueInLine() local
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/update/
H A Dupdate_engine_utils.cpp63 std::vector<std::string> tokens; in GetWakeupVesion() local
[all...]
/third_party/gn/src/gn/
H A Dtest_with_scope.h103 const std::vector<Token>& tokens() const { return tokens_; } in tokens() function in TestParseInput
H A Dloader_unittest.cc75 std::vector<Token> tokens; member
/third_party/PyYAML/examples/pygments-lexer/
H A Dyaml.py165 tokens = { variable in YAMLLexer
/third_party/libwebsockets/lib/misc/
H A Dlejp.c235 static const char tokens[] = "rue alse ull "; variable
/third_party/json/include/nlohmann/detail/
H A Dexceptions.hpp66 std::vector<std::string> tokens; in diagnostics() local
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state_vs.c52 const struct tgsi_token *tokens; in get_dummy_vertex_shader() local
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_serialize.cpp34 struct tgsi_token *tokens = (struct tgsi_token *)info->bin.source; in nv50_ir_prog_info_serialize() local
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_compiler.c38 nv30_fp(int chipset, struct tgsi_token tokens[], in nv30_fp() argument
51 nv30_vp(int chipset, struct tgsi_token tokens[], in nv30_vp() argument
65 nv30_codegen(int chipset, int type, struct tgsi_token tokens[], in nv30_codegen() argument
105 nouveau_codegen(int chipset, int type, struct tgsi_token tokens[], unsigned *size, unsigned **code) nouveau_codegen() argument
142 struct tgsi_token tokens[4096]; main() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_parse.c279 tgsi_dup_tokens(const struct tgsi_token *tokens) in tgsi_dup_tokens() argument
305 tgsi_free_tokens(const struct tgsi_token *tokens) in tgsi_free_tokens() argument
312 tgsi_dump_tokens(const struct tgsi_token *tokens) tgsi_dump_tokens() argument
327 tgsi_get_processor_type(const struct tgsi_token *tokens) tgsi_get_processor_type() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/rbug/
H A Drbug_shader.h70 uint32_t *tokens; member
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_compute.c64 struct tgsi_token tokens[1024]; in blit_compute_shader() local
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_shader.h81 struct tgsi_token *tokens; member
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c325 r300_tgsi_to_rc(struct tgsi_to_rc * ttr, const struct tgsi_token * tokens) r300_tgsi_to_rc() argument
/third_party/skia/src/sksl/lex/
H A DMain.cpp187 std::vector<std::string> tokens; in process() local
34 writeH(const DFA& dfa, const char* lexer, const char* token, const std::vector<std::string>& tokens, const char* hPath) writeH() argument

Completed in 11 milliseconds

12345678910