Home
last modified time | relevance | path

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

12345678910>>...15

/third_party/rust/crates/cxx/macro/src/
H A Dlib.rs36 mod tokens; modules
/third_party/python/Tools/scripts/
H A Dabitype.py169 tokens = [] global() variable
[all...]
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgPrettyPrinter.cpp129 void PrettyPrinter::append (const TokenStream& tokens) in append() argument
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dability_debug_response_stub.cpp41 std::vector<sptr<IRemoteObject>> tokens; in HandleOnAbilitysDebugStarted() local
62 std::vector<sptr<IRemoteObject>> tokens; in HandleOnAbilitysDebugStoped() local
83 std::vector<sptr<IRemoteObject>> tokens; in HandleOnAbilitysAssertDebugChange() local
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...]
/kernel/linux/linux-5.10/tools/perf/pmu-events/
H A Djsmn.c31 jsmn_alloc_token(jsmn_parser *parser, jsmntok_t *tokens, size_t num_tokens) jsmn_alloc_token() argument
59 jsmn_parse_primitive(jsmn_parser *parser, const char *js, size_t len, jsmntok_t *tokens, size_t num_tokens) jsmn_parse_primitive() argument
116 jsmn_parse_string(jsmn_parser *parser, const char *js, size_t len, jsmntok_t *tokens, size_t num_tokens) jsmn_parse_string() argument
173 jsmn_parse(jsmn_parser *parser, const char *js, size_t len, jsmntok_t *tokens, unsigned int num_tokens) jsmn_parse() argument
[all...]
H A Djson.c86 jsmntok_t *tokens; in parse_json() local
115 void free_json(char *map, size_t size, jsmntok_t *tokens) in free_json() argument
/kernel/linux/linux-6.6/rust/macros/
H A Dquote.rs43 let mut tokens; global() variables
68 let mut tokens = ::std::vec::Vec::new(); global() variables
77 let mut tokens = ::std::vec::Vec::new(); global() variables
86 let mut tokens = ::std::vec::Vec::new(); global() variables
[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
/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...]

Completed in 11 milliseconds

12345678910>>...15