/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | BreakIteratorFactory.java | 43 public boolean unregister(Object key) { in unregister() argument
|
/third_party/icu/icu4c/source/common/ |
H A D | servslkf.cpp | 64 SimpleLocaleKeyFactory::create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const in create() argument
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ |
H A D | PathValueTransformer.java | 38 private final RbPath key; field in PathValueTransformer.Result 40 protected Result(RbPath key) { in Result() argument 129 getFallbackResultsFor(RbPath key, DynamicVars varFn) getFallbackResultsFor() argument [all...] |
/third_party/icu/tools/unicodetools/com/ibm/rbm/ |
H A D | Resources.java | 135 public static String getTranslation(String key) { in getTranslation() argument 196 public static String getTranslation(String key, Strin argument 234 getTranslation(String key, String[] lookup) getTranslation() argument [all...] |
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/testing/ |
H A D | FakeTransformer.java | 34 @Override public ImmutableList<Result> getFallbackResultsFor(RbPath key, DynamicVars ignored) { in getFallbackResultsFor() argument
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | BreakIteratorFactory.java | 44 public boolean unregister(Object key) { in unregister() argument
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | CalendarUtil.java | 85 public void put(UResource.Key key, UResource.Value value, boolean noFallback) { in put() argument
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/ |
H A D | SymbolMatcher.java | 28 protected SymbolMatcher(StaticUnicodeSets.Key key) { in SymbolMatcher() argument
|
/third_party/mbedtls/programs/psa/ |
H A D | hmac_demo.c | 114 psa_key_id_t key = 0; in hmac_demo() local [all...] |
/third_party/json/tests/src/ |
H A D | unit-element_access2.cpp | 472 std::string_view key = "key"; variable 1545 const char* key = "foo"; global() variable 1570 const char key[] = "foo"; // NOLINT(hicpp-avoid-c-arrays,modernize-avoid-c-arrays,cppcoreguidelines-avoid-c-arrays) global() variable 1595 string_t key = "foo"; global() variable 1621 std::string_view key = "foo"; global() variable 1675 const char* key = "foo"; global() variable 1704 const char key[] = "foo"; // NOLINT(hicpp-avoid-c-arrays,modernize-avoid-c-arrays,cppcoreguidelines-avoid-c-arrays) global() variable 1733 string_t key = "foo"; global() variable 1759 std::string_view key = "foo"; global() variable [all...] |
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-jwe/ |
H A D | main.c | 20 format_c(const char *key) in format_c() argument
|
/third_party/ltp/pan/ |
H A D | symbol.h | 46 char *key; member
|
/third_party/ltp/libs/libltpnewipc/ |
H A D | libnewipc.c | 32 key_t key; in getipckey() local
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_state_ts.c | 37 make_tcs_key(struct svga_context *svga, struct svga_compile_key *key) in make_tcs_key() argument 87 struct svga_compile_key key; emit_hw_tcs() local 154 make_tes_key(struct svga_context *svga, struct svga_compile_key *key) make_tes_key() argument 242 struct svga_compile_key key; emit_hw_tes() local [all...] |
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_debug_recompile.c | 59 debug_sampler_recompile(const struct brw_compiler *c, void *log, const struct brw_sampler_prog_key_data *old_key, const struct brw_sampler_prog_key_data *key) debug_sampler_recompile() argument 90 debug_base_recompile(const struct brw_compiler *c, void *log, const struct brw_base_prog_key *old_key, const struct brw_base_prog_key *key) debug_base_recompile() argument 98 debug_vs_recompile(const struct brw_compiler *c, void *log, const struct brw_vs_prog_key *old_key, const struct brw_vs_prog_key *key) debug_vs_recompile() argument 119 debug_tcs_recompile(const struct brw_compiler *c, void *log, const struct brw_tcs_prog_key *old_key, const struct brw_tcs_prog_key *key) debug_tcs_recompile() argument 137 debug_tes_recompile(const struct brw_compiler *c, void *log, const struct brw_tes_prog_key *old_key, const struct brw_tes_prog_key *key) debug_tes_recompile() argument 152 debug_gs_recompile(const struct brw_compiler *c, void *log, const struct brw_gs_prog_key *old_key, const struct brw_gs_prog_key *key) debug_gs_recompile() argument 164 debug_fs_recompile(const struct brw_compiler *c, void *log, const struct brw_wm_prog_key *old_key, const struct brw_wm_prog_key *key) debug_fs_recompile() argument 198 debug_cs_recompile(const struct brw_compiler *c, void *log, const struct brw_cs_prog_key *old_key, const struct brw_cs_prog_key *key) debug_cs_recompile() argument 210 brw_debug_key_recompile(const struct brw_compiler *c, void *log, gl_shader_stage stage, const struct brw_base_prog_key *old_key, const struct brw_base_prog_key *key) brw_debug_key_recompile() argument [all...] |
H A D | brw_vec4_vs_visitor.cpp | 94 vec4_vs_visitor(const struct brw_compiler *compiler, void *log_data, const struct brw_vs_prog_key *key, struct brw_vs_prog_data *vs_prog_data, const nir_shader *shader, void *mem_ctx, bool debug_enabled) vec4_vs_visitor() argument
|
/third_party/node/test/addons/openssl-binding/ |
H A D | binding.cc | 42 auto key = v8::String::NewFromUtf8( in Initialize() local
|
/third_party/node/test/addons/openssl-key-engine/ |
H A D | testkeyengine.cc | 50 std::string key = LoadFile(PRIVATE_KEY); in EngineLoadPrivkey() local
|
/third_party/node/test/addons/zlib-binding/ |
H A D | binding.cc | 48 auto key = v8::String::NewFromUtf8( in Initialize() local
|
/third_party/nghttp2/src/ |
H A D | shrpx_mruby_module.cc | 97 auto key = mrb_str_new(mrb, hd.name.c_str(), hd.name.size()); in create_headers_hash() local
|
/third_party/node/deps/icu-small/source/common/ |
H A D | uniquecharstr.h | 92 UnicodeString *key = keyStore.create(s); in addByValue() local
|
H A D | servslkf.cpp | 64 SimpleLocaleKeyFactory::create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const in create() argument
|
/third_party/mesa3d/src/panfrost/shared/ |
H A D | pan_minmax_cache.c | 107 uint64_t key = cache->keys[i]; in panfrost_minmax_cache_invalidate() local
|
/third_party/mesa3d/src/util/ |
H A D | set.h | 40 const void *key; member [all...] |
/third_party/ltp/testcases/kernel/syscalls/fsconfig/ |
H A D | fsconfig02.c | 17 const char *key; member [all...] |