Home
last modified time | relevance | path

Searched defs:key (Results 6176 - 6200 of 9247) sorted by relevance

1...<<241242243244245246247248249250>>...370

/third_party/benchmark/src/
H A Dbenchmark.cc638 void AddCustomContext(const std::string& key, const std::string& value) { in AddCustomContext() argument
/third_party/cups-filters/filter/foomatic-rip/
H A Dfoomaticrip.c180 void config_set_option(const char *key, const char *value) in config_set_option() argument
207 char *key, *value; in config_from_file() local
232 extract_next_option(char *str, char **pagerange, char **key, char **value) extract_next_option() argument
309 char *p, *cmdlineopts, *nextopt, *pagerange, *key, *value; process_cmdline_options() local
[all...]
/third_party/cups-filters/fontembed/
H A Dsfnt.c405 OTF_DIRENT key={.tag=tag},*res; in otf_find_table() local
688 char key[8]; in otf_get_name() local
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationTest.java186 static final String prettify(CollationKey key) { in prettify() argument
191 static final String prettify(RawCollationKey key) { in prettify() argument
1043 private String printCollationKey(CollationKey key) { in printCollationKey() argument
1438 getMergedCollationKey(String s, Output<CollationKey> key) getMergedCollationKey() argument
1468 getDifferenceLevel(CollationKey prevKey, CollationKey key, int order, boolean collHasCaseLevel) getDifferenceLevel() argument
[all...]
/third_party/gn/src/gn/
H A Dparse_tree.h178 void set_subscript(std::unique_ptr<ParseNode> key) { in set_subscript() argument
H A Dscope.cc546 void Scope::SetProperty(const void* key, void* value) { in SetProperty() argument
555 void* Scope::GetProperty(const void* key, const Scope** found_on_scope) const { in GetProperty() argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DLocaleDisplayNamesImpl.java113 public void put(UResource.Key key, UResource.Value value, boolean noFallback) { in put() argument
545 keyDisplayName(String key, boolean skipAdjust) keyDisplayName() argument
552 keyDisplayName(String key) keyDisplayName() argument
556 keyValueDisplayName(String key, String value, boolean skipAdjust) keyValueDisplayName() argument
580 keyValueDisplayName(String key, String value) keyValueDisplayName() argument
[all...]
H A DTimeZoneGenericNames.java95 Pattern(String key, String defaultVal) { in Pattern() argument
100 String key() { in key() method in TimeZoneGenericNames.Pattern
901 protected TimeZoneGenericNames createInstance(String key, ULocal argument
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DLongNameHandler.java187 public void put(UResource.Key key, UResourc argument
312 put(UResource.Key key, UResource.Value value, boolean noFallback) put() argument
336 put(UResource.Key key, UResource.Value value, boolean noFallback) put() argument
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDateIntervalInfo.java444 public void put(Key key, Value value, boolean noFallback) { in put() argument
473 public void processSkeletonTable(Key key, Value value) { in processSkeletonTable() argument
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DCurrency.java278 private static Currency loadCurrency(String key) { in loadCurrency() argument
443 getKeywordValuesForLocale(String key, ULocale locale, boolean commonlyUsed) getKeywordValuesForLocale() argument
[all...]
/third_party/icu/icu4c/source/common/
H A Dserv.cpp139 SimpleFactory::create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const in create() argument
372 ICUServiceKey* key = createKey(&descriptor, status); in get() local
381 ICUService::getKey(ICUServiceKey& key, UErrorCode& status) const in getKey() argument
390 ICUService::getKey(ICUServiceKey& key, UnicodeString* actualReturn, UErrorCode& status) const in getKey() argument
417 getKey(ICUServiceKey& key, UnicodeString* actualReturn, const ICUServiceFactory* factory, UErrorCode& status) const getKey() argument
805 ICUServiceKey* key = createKey(&id, status); registerInstance() local
[all...]
H A Duhash.cpp146 _uhash_setElement(UHashtable *hash, UHashElement* e, int32_t hashcode, UHashTok key, UHashTok value, int8_t hint) _uhash_setElement() argument
336 _uhash_find(const UHashtable *hash, UHashTok key, int32_t hashcode) _uhash_find() argument
440 _uhash_remove(UHashtable *hash, UHashTok key) _uhash_remove() argument
465 _uhash_put(UHashtable *hash, UHashTok key, UHashTok value, int8_t hint, UErrorCode *status) _uhash_put() argument
662 uhash_get(const UHashtable *hash, const void* key) uhash_get() argument
670 uhash_iget(const UHashtable *hash, int32_t key) uhash_iget() argument
678 uhash_geti(const UHashtable *hash, const void* key) uhash_geti() argument
686 uhash_igeti(const UHashtable *hash, int32_t key) uhash_igeti() argument
694 uhash_getiAndFound(const UHashtable *hash, const void *key, UBool *found) uhash_getiAndFound() argument
705 uhash_igetiAndFound(const UHashtable *hash, int32_t key, UBool *found) uhash_igetiAndFound() argument
716 uhash_put(UHashtable *hash, void* key, void* value, UErrorCode *status) uhash_put() argument
729 uhash_iput(UHashtable *hash, int32_t key, void* value, UErrorCode *status) uhash_iput() argument
742 uhash_puti(UHashtable *hash, void* key, int32_t value, UErrorCode *status) uhash_puti() argument
756 uhash_iputi(UHashtable *hash, int32_t key, int32_t value, UErrorCode *status) uhash_iputi() argument
769 uhash_putiAllowZero(UHashtable *hash, void *key, int32_t value, UErrorCode *status) uhash_putiAllowZero() argument
783 uhash_iputiAllowZero(UHashtable *hash, int32_t key, int32_t value, UErrorCode *status) uhash_iputiAllowZero() argument
796 uhash_remove(UHashtable *hash, const void* key) uhash_remove() argument
804 uhash_iremove(UHashtable *hash, int32_t key) uhash_iremove() argument
812 uhash_removei(UHashtable *hash, const void* key) uhash_removei() argument
820 uhash_iremovei(UHashtable *hash, int32_t key) uhash_iremovei() argument
841 uhash_containsKey(const UHashtable *hash, const void *key) uhash_containsKey() argument
856 uhash_icontainsKey(const UHashtable *hash, int32_t key) uhash_icontainsKey() argument
864 uhash_find(const UHashtable *hash, const void* key) uhash_find() argument
930 uhash_hashUChars(const UHashTok key) uhash_hashUChars() argument
936 uhash_hashChars(const UHashTok key) uhash_hashChars() argument
942 uhash_hashIChars(const UHashTok key) uhash_hashIChars() argument
1059 uhash_hashLong(const UHashTok key) uhash_hashLong() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/util/
H A DUnicodeMap.java824 public boolean containsKey(String key) { in containsKey() argument
831 public boolean containsKey(int key) { in containsKey() argument
905 remove(String key) remove() argument
912 remove(int key) remove() argument
1052 getValue(String key) getValue() argument
1059 getValue(int key) getValue() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DULocaleTest.java397 boolean unregister(Object key); in unregister() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DTimeZoneGenericNames.java99 Pattern(String key, String defaultVal) { in Pattern() argument
104 String key() { in key() method in TimeZoneGenericNames.Pattern
906 protected TimeZoneGenericNames createInstance(String key, ULocal argument
[all...]
H A DLocaleDisplayNamesImpl.java117 public void put(UResource.Key key, UResource.Value value, boolean noFallback) { in put() argument
520 keyDisplayName(String key, boolean skipAdjust) keyDisplayName() argument
527 keyDisplayName(String key) keyDisplayName() argument
531 keyValueDisplayName(String key, String value, boolean skipAdjust) keyValueDisplayName() argument
555 keyValueDisplayName(String key, String value) keyValueDisplayName() argument
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DULocaleTest.java396 boolean unregister(Object key); in unregister() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DRuleBasedBreakIterator.java734 int getPosition(int key) { in getPosition() argument
744 void setPosition(int key, int position) { in setPosition() argument
H A DDateIntervalInfo.java434 public void put(Key key, Value value, boolean noFallback) { in put() argument
463 public void processSkeletonTable(Key key, Value value) { in processSkeletonTable() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DCurrency.java264 private static Currency loadCurrency(String key) { in loadCurrency() argument
418 getKeywordValuesForLocale(String key, ULocale locale, boolean commonlyUsed) getKeywordValuesForLocale() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/
H A DTestFmwk.java231 protected static String getProperty(String key) { in getProperty() argument
235 protected static boolean getBooleanProperty(String key) { in getBooleanProperty() argument
239 protected static boolean getBooleanProperty(String key, boolean defVal) { in getBooleanProperty() argument
243 protected static int getIntProperty(String key, int defVal) { in getIntProperty() argument
247 protected static int getIntProperty(String key, int defVal, int maxVal) { in getIntProperty() argument
402 getProperty(String key) getProperty() argument
410 getBooleanProperty(String key) getBooleanProperty() argument
414 getBooleanProperty(String key, boolean defVal) getBooleanProperty() argument
425 getIntProperty(String key, int defVal) getIntProperty() argument
429 getIntProperty(String key, int defVal, int maxVal) getIntProperty() argument
437 getLongProperty(String key, long defVal) getLongProperty() argument
[all...]
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
H A DTestFmwk.java205 protected static String getProperty(String key) { in getProperty() argument
209 protected static boolean getBooleanProperty(String key) { in getBooleanProperty() argument
213 protected static boolean getBooleanProperty(String key, boolean defVal) { in getBooleanProperty() argument
217 protected static int getIntProperty(String key, int defVal) { in getIntProperty() argument
221 protected static int getIntProperty(String key, int defVal, int maxVal) { in getIntProperty() argument
377 getProperty(String key) getProperty() argument
385 getBooleanProperty(String key) getBooleanProperty() argument
389 getBooleanProperty(String key, boolean defVal) getBooleanProperty() argument
400 getIntProperty(String key, int defVal) getIntProperty() argument
404 getIntProperty(String key, int defVal, int maxVal) getIntProperty() argument
412 getLongProperty(String key, long defVal) getLongProperty() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DCollationTest.java189 static final String prettify(CollationKey key) { in prettify() argument
194 static final String prettify(RawCollationKey key) { in prettify() argument
1046 private String printCollationKey(CollationKey key) { in printCollationKey() argument
1441 getMergedCollationKey(String s, Output<CollationKey> key) getMergedCollationKey() argument
1471 getDifferenceLevel(CollationKey prevKey, CollationKey key, int order, boolean collHasCaseLevel) getDifferenceLevel() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DPluralRulesTest.java646 private void assertRuleKeyValue(String rule, String key, double value) { in assertRuleKeyValue() argument

Completed in 38 milliseconds

1...<<241242243244245246247248249250>>...370