Home
last modified time | relevance | path

Searched defs:key (Results 601 - 625 of 3486) sorted by relevance

1...<<21222324252627282930>>...140

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DBreakIteratorFactory.java43 public boolean unregister(Object key) { in unregister() argument
/third_party/icu/icu4c/source/common/
H A Dservslkf.cpp64 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 DPathValueTransformer.java38 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 DResources.java135 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 DFakeTransformer.java34 @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 DBreakIteratorFactory.java44 public boolean unregister(Object key) { in unregister() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DCalendarUtil.java85 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 DSymbolMatcher.java28 protected SymbolMatcher(StaticUnicodeSets.Key key) { in SymbolMatcher() argument
/third_party/mbedtls/programs/psa/
H A Dhmac_demo.c114 psa_key_id_t key = 0; in hmac_demo() local
[all...]
/third_party/json/tests/src/
H A Dunit-element_access2.cpp472 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 Dmain.c20 format_c(const char *key) in format_c() argument
/third_party/ltp/pan/
H A Dsymbol.h46 char *key; member
/third_party/ltp/libs/libltpnewipc/
H A Dlibnewipc.c32 key_t key; in getipckey() local
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state_ts.c37 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 Dbrw_debug_recompile.c59 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 Dbrw_vec4_vs_visitor.cpp94 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 Dbinding.cc42 auto key = v8::String::NewFromUtf8( in Initialize() local
/third_party/node/test/addons/openssl-key-engine/
H A Dtestkeyengine.cc50 std::string key = LoadFile(PRIVATE_KEY); in EngineLoadPrivkey() local
/third_party/node/test/addons/zlib-binding/
H A Dbinding.cc48 auto key = v8::String::NewFromUtf8( in Initialize() local
/third_party/nghttp2/src/
H A Dshrpx_mruby_module.cc97 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 Duniquecharstr.h92 UnicodeString *key = keyStore.create(s); in addByValue() local
H A Dservslkf.cpp64 SimpleLocaleKeyFactory::create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const in create() argument
/third_party/mesa3d/src/panfrost/shared/
H A Dpan_minmax_cache.c107 uint64_t key = cache->keys[i]; in panfrost_minmax_cache_invalidate() local
/third_party/mesa3d/src/util/
H A Dset.h40 const void *key; member
[all...]
/third_party/ltp/testcases/kernel/syscalls/fsconfig/
H A Dfsconfig02.c17 const char *key; member
[all...]

Completed in 9 milliseconds

1...<<21222324252627282930>>...140