Home
last modified time | relevance | path

Searched defs:tokens (Results 101 - 125 of 231) sorted by relevance

12345678910

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
H A DMacroExpander.cpp37 TokenLexer(TokenVector *tokens) in TokenLexer() argument
/third_party/skia/third_party/externals/libwebp/src/utils/
H A Dhuffman_encode_utils.c261 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 DMSKPPlayer.cpp294 SkTArray<SkString> tokens; variable
/third_party/toybox/toys/pending/
H A Dcrontab.c123 char *name, *val, *tokens[5] = {0,}, *ptr = line; in parse_crontab() local
[all...]
/third_party/rust/crates/proc-macro2/tests/
H A Dtest.rs162 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 Dparse.rs413 let mut tokens = BTreeMap::new(); in parse_token_macro() variables
[all...]
/third_party/rust/crates/quote/src/
H A Dto_tokens.rs60 let mut tokens = TokenStream::new(); in to_token_stream() variables
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Djson.c209 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 DteglCreateSurfaceTests.cpp79 std::vector<std::string> tokens = de::splitString(egl.queryString(display, EGL_VERSION), ' '); in checkEGL15Support() local
H A DteglGetProcAddressTests.cpp132 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 Djson.c209 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 Dapp_account_info_test.cpp563 std::vector<OAuthTokenInfo> tokens; in HWTEST_F() local
/base/update/updater/services/applypatch/
H A Dblock_set.cpp276 std::vector<std::string> tokens = SplitString(lastArg, ":"); in LoadSourceBuffer() local
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_test/
H A Dapp_mgr_service_test.cpp682 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 Dapp_mgr_client_test.cpp345 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 Dmock_app_scheduler.cpp206 int AppScheduler::GetAbilityRecordsByProcessID(const int pid, std::vector<sptr<IRemoteObject>>& tokens) in GetAbilityRecordsByProcessID() argument
/third_party/gn/src/gn/
H A Dheader_checker.cc44 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 DMf2Serializer.java20 private final List<Token> tokens = new ArrayList<>(); field in Mf2Serializer
[all...]
/third_party/ltp/metadata/
H A Dmetaparse.c541 static const char *tokens[] = { variable
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DShader.cpp64 const struct tgsi_token *tokens; in CreateEmptyShader() local
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Ducdtest.cpp89 getTokenIndex(const char *const tokens[], int32_t countTokens, const char *s) { in getTokenIndex() argument
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc_translate.c1089 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 Di915_fpc_optimize.c288 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 Dlp_bld_tgsi_aos.c859 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 Dtgsi_dump.c728 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

Completed in 25 milliseconds

12345678910