/third_party/rust/crates/cxx/macro/src/ |
H A D | lib.rs | 36 mod tokens; modules
|
/third_party/python/Tools/scripts/ |
H A D | abitype.py | 169 tokens = [] global() variable [all...] |
/third_party/vk-gl-cts/framework/randomshaders/ |
H A D | rsgPrettyPrinter.cpp | 129 void PrettyPrinter::append (const TokenStream& tokens) in append() argument
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | ability_debug_response_stub.cpp | 41 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 D | ability_debug_response_proxy.cpp | 40 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 D | jsmn.c | 31 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 D | json.c | 86 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 D | quote.rs | 43 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 D | st_nir_lower_builtin.c | 98 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 D | RegexFormatter.java | 36 private static final CharMatcher tokens = CharMatcher.anyOf("()|"); field in RegexFormatter
|
/third_party/rust/crates/bindgen/bindgen/codegen/ |
H A D | impl_debug.rs | 14 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 D | vkAppParamsUtil.cpp | 78 std::vector<std::string> tokens; in readApplicationParameters() local [all...] |
/third_party/python/Doc/tools/extensions/ |
H A D | peg_highlight.py | 27 tokens = { variable in PEGLexer
|
/third_party/skia/bin/ |
H A D | compare | 27 tokens = line.split() variable
|
/third_party/rust/crates/syn/tests/ |
H A D | test_lit.rs | 17 let mut tokens = TokenStream::from_str(s).unwrap().into_iter(); in lit() variables
|
/base/hiviewdfx/hidumper/test/unittest/common/ |
H A D | hidumper_test_utils.cpp | 93 std::vector<std::string> tokens; in GetValueInLine() local
|
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/update/ |
H A D | update_engine_utils.cpp | 63 std::vector<std::string> tokens; in GetWakeupVesion() local [all...] |
/third_party/gn/src/gn/ |
H A D | test_with_scope.h | 103 const std::vector<Token>& tokens() const { return tokens_; } in tokens() function in TestParseInput
|
H A D | loader_unittest.cc | 75 std::vector<Token> tokens; member
|
/third_party/PyYAML/examples/pygments-lexer/ |
H A D | yaml.py | 165 tokens = { variable in YAMLLexer
|
/third_party/libwebsockets/lib/misc/ |
H A D | lejp.c | 235 static const char tokens[] = "rue alse ull "; variable
|
/third_party/json/include/nlohmann/detail/ |
H A D | exceptions.hpp | 66 std::vector<std::string> tokens; in diagnostics() local
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_state_vs.c | 52 const struct tgsi_token *tokens; in get_dummy_vertex_shader() local
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_serialize.cpp | 34 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 D | nouveau_compiler.c | 38 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...] |