| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/ |
| H A D | MacroExpander.cpp | 37 TokenLexer(TokenVector *tokens) in TokenLexer() argument
|
| /third_party/skia/third_party/externals/libwebp/src/utils/ |
| H A D | huffman_encode_utils.c | 261 CodeRepeatedValues(int repetitions, HuffmanTreeToken* tokens, int value, int prev_value) CodeRepeatedValues() argument 295 CodeRepeatedZeros(int repetitions, HuffmanTreeToken* tokens) CodeRepeatedZeros() argument 326 VP8LCreateCompressedHuffmanTree(const HuffmanTreeCode* const tree, HuffmanTreeToken* tokens, int max_tokens) VP8LCreateCompressedHuffmanTree() argument [all...] |
| /third_party/skia/tools/ |
| H A D | MSKPPlayer.cpp | 294 SkTArray<SkString> tokens; variable
|
| /third_party/toybox/toys/pending/ |
| H A D | crontab.c | 123 char *name, *val, *tokens[5] = {0,}, *ptr = line; in parse_crontab() local [all...] |
| /third_party/rust/crates/proc-macro2/tests/ |
| H A D | test.rs | 162 let mut tokens = strings.parse::<TokenStream>().unwrap().into_iter(); in literal_c_string() variables 332 let mut tokens = input in source_text() variables 663 let mut tokens = "tuple.0.0".parse::<TokenStream>().unwrap().into_iter(); tuple_indexing() variables [all...] |
| /third_party/rust/crates/syn/codegen/src/ |
| H A D | parse.rs | 413 let mut tokens = BTreeMap::new(); in parse_token_macro() variables [all...] |
| /third_party/rust/crates/quote/src/ |
| H A D | to_tokens.rs | 60 let mut tokens = TokenStream::new(); in to_token_stream() variables [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
| H A D | json.c | 209 static struct json_token * json_alloc_token(unsigned int *tokens) in json_alloc_token() argument 227 unsigned int tokens = 0; in json_parse() local [all...] |
| /third_party/vk-gl-cts/modules/egl/ |
| H A D | teglCreateSurfaceTests.cpp | 79 std::vector<std::string> tokens = de::splitString(egl.queryString(display, EGL_VERSION), ' '); in checkEGL15Support() local
|
| H A D | teglGetProcAddressTests.cpp | 132 std::vector<std::string> tokens = de::splitString(eglQueryString(m_display, EGL_VERSION), ' '); in init() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
| H A D | json.c | 209 static struct json_token * json_alloc_token(unsigned int *tokens) in json_alloc_token() argument 227 unsigned int tokens = 0; in json_parse() local [all...] |
| /base/account/os_account/services/accountmgr/test/unittest/app_account/ |
| H A D | app_account_info_test.cpp | 563 std::vector<OAuthTokenInfo> tokens; in HWTEST_F() local
|
| /base/update/updater/services/applypatch/ |
| H A D | block_set.cpp | 276 std::vector<std::string> tokens = SplitString(lastArg, ":");
in LoadSourceBuffer() local
|
| /foundation/ability/ability_runtime/test/unittest/app_mgr_service_test/ |
| H A D | app_mgr_service_test.cpp | 682 std::vector<sptr<IRemoteObject>> tokens; in HWTEST_F() local 700 std::vector<sptr<IRemoteObject>> tokens; in HWTEST_F() local
|
| /foundation/ability/ability_runtime/test/unittest/app_mgr_client_test/ |
| H A D | app_mgr_client_test.cpp | 345 std::vector<sptr<IRemoteObject>> tokens; in HWTEST_F() local 371 std::vector<sptr<IRemoteObject>> tokens; in HWTEST_F() local 397 std::vector<sptr<IRemoteObject>> tokens; in HWTEST_F() local
|
| /foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/src/appmgr/ |
| H A D | mock_app_scheduler.cpp | 206 int AppScheduler::GetAbilityRecordsByProcessID(const int pid, std::vector<sptr<IRemoteObject>>& tokens) in GetAbilityRecordsByProcessID() argument
|
| /third_party/gn/src/gn/ |
| H A D | header_checker.cc | 44 std::vector<Token>* tokens; // Don't care about this. in CreatePersistentRange() local
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/ |
| H A D | Mf2Serializer.java | 20 private final List<Token> tokens = new ArrayList<>(); field in Mf2Serializer [all...] |
| /third_party/ltp/metadata/ |
| H A D | metaparse.c | 541 static const char *tokens[] = { variable
|
| /third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
| H A D | Shader.cpp | 64 const struct tgsi_token *tokens; in CreateEmptyShader() local [all...] |
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | ucdtest.cpp | 89 getTokenIndex(const char *const tokens[], int32_t countTokens, const char *s) { in getTokenIndex() argument
|
| /third_party/mesa3d/src/gallium/drivers/i915/ |
| H A D | i915_fpc_translate.c | 1089 const struct tgsi_token *tokens = fs->state.tokens; in i915_translate_fragment_program() local 937 i915_translate_instructions(struct i915_fp_compile *p, const struct i915_token_list *tokens, struct i915_fragment_shader *fs) i915_translate_instructions() argument
|
| H A D | i915_fpc_optimize.c | 288 liveness_analysis(struct i915_optimize_context *ctx, struct i915_token_list *tokens) liveness_analysis() argument 395 i915_fpc_optimize_mov_before_tex(struct i915_optimize_context *ctx, struct i915_token_list *tokens, int index) i915_fpc_optimize_mov_before_tex() argument 588 i915_fpc_optimize_useless_mov_after_inst(struct i915_optimize_context *ctx, struct i915_token_list *tokens, int index) i915_fpc_optimize_useless_mov_after_inst() argument 620 i915_optimize(const struct tgsi_token *tokens) i915_optimize() argument 677 i915_optimize_free(struct i915_token_list *tokens) i915_optimize_free() argument [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_tgsi_aos.c | 859 lp_build_tgsi_aos(struct gallivm_state *gallivm, const struct tgsi_token *tokens, struct lp_type type, const unsigned char swizzles[4], LLVMValueRef consts_ptr, const LLVMValueRef *inputs, LLVMValueRef *outputs, const struct lp_build_sampler_aos *sampler, const struct tgsi_shader_info *info) lp_build_tgsi_aos() argument
|
| /third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_dump.c | 728 tgsi_dump_to_file(const struct tgsi_token *tokens, uint flags, FILE *file) in tgsi_dump_to_file() argument 742 tgsi_dump(const struct tgsi_token *tokens, uint flags) in tgsi_dump() argument 783 tgsi_dump_str( const struct tgsi_token *tokens, uint flags, char *str, size_t size) tgsi_dump_str() argument
|