/third_party/glfw/examples/ |
H A D | boing.c | 240 void key_callback( GLFWwindow* window, int key, int scancode, int action, int mods ) in key_callback() argument
|
/third_party/glfw/src/ |
H A D | null_window.c | 699 int _glfwGetKeyScancodeNull(int key) in _glfwGetKeyScancodeNull() argument
|
H A D | window.c | 53 int key, button; in _glfwInputWindowFocus() local
|
/third_party/alsa-utils/alsaucm/ |
H A D | dump.c | 152 static int text_supcon_start(struct renderer *r, const char *key) in text_supcon_start() argument 355 static int json_supcon_start(struct renderer *r, const char *key) in json_supcon_start() argument 112 text_2nd_level_begin(struct renderer *r ATTRIBUTE_UNUSED, const char *key, const char *val, const char *comment) text_2nd_level_begin() argument
|
/third_party/curl/lib/ |
H A D | http_aws_sigv4.c | 326 char key[CONTENT_SHA256_KEY_LEN]; in parse_content_sha_hdr() local
|
H A D | pop3.c | 1368 const char *key = ptr; in pop3_parse_url_options() local
|
/third_party/benchmark/src/ |
H A D | benchmark.cc | 638 void AddCustomContext(const std::string& key, const std::string& value) { in AddCustomContext() argument
|
/third_party/cups-filters/filter/foomatic-rip/ |
H A D | foomaticrip.c | 180 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 D | sfnt.c | 405 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 D | CollationTest.java | 186 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 D | parse_tree.h | 178 void set_subscript(std::unique_ptr<ParseNode> key) { in set_subscript() argument
|
H A D | scope.cc | 546 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 D | LocaleDisplayNamesImpl.java | 113 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 D | TimeZoneGenericNames.java | 95 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 D | LongNameHandler.java | 187 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 D | DateIntervalInfo.java | 444 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 D | Currency.java | 278 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 D | serv.cpp | 139 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 D | uhash.cpp | 146 _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 D | UnicodeMap.java | 824 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 D | ULocaleTest.java | 397 boolean unregister(Object key); in unregister() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | TimeZoneGenericNames.java | 99 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...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
H A D | ULocaleTest.java | 396 boolean unregister(Object key); in unregister() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | RuleBasedBreakIterator.java | 734 int getPosition(int key) { in getPosition() argument 744 void setPosition(int key, int position) { in setPosition() argument
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | Currency.java | 264 private static Currency loadCurrency(String key) { in loadCurrency() argument 418 getKeywordValuesForLocale(String key, ULocale locale, boolean commonlyUsed) getKeywordValuesForLocale() argument [all...] |