Home
last modified time | relevance | path

Searched defs:key (Results 1426 - 1450 of 3486) sorted by relevance

1...<<51525354555657585960>>...140

/third_party/ffmpeg/libavutil/
H A Dtwofish.c273 av_cold int av_twofish_init(AVTWOFISH *cs, const uint8_t *key, int key_bits) in av_twofish_init() argument
/third_party/glfw/examples/
H A Dsplitview.c475 static void key_callback(GLFWwindow* window, int key, int scancode, int action, int mods) in key_callback() argument
H A Dwave.c276 void key_callback(GLFWwindow* window, int key, int scancode, int action, int mods) in key_callback() argument
/third_party/glfw/deps/
H A Dtinycthread.c521 int tss_create(tss_t *key, tss_dtor_t dtor) in tss_create() argument
543 void tss_delete(tss_t key) in tss_delete() argument
552 void *tss_get(tss_t key) in tss_get() argument
561 tss_set(tss_t key, void *val) tss_set() argument
[all...]
/third_party/alsa-lib/src/control/
H A Dcontrol_ext.c132 snd_ctl_ext_key_t key; in snd_ctl_ext_elem_info() local
211 snd_ctl_ext_key_t key; in snd_ctl_ext_elem_read() local
265 snd_ctl_ext_key_t key; snd_ctl_ext_elem_write() local
332 snd_ctl_ext_key_t key; snd_ctl_ext_elem_tlv() local
[all...]
/third_party/alsa-utils/alsamixer/
H A Dtextbox.c217 static void on_handle_key(int key) in on_handle_key() argument
/third_party/alsa-lib/src/ucm/
H A Ducm_cond.c30 static int get_string(snd_config_t *compound, const char *key, const char **str) in get_string() argument
/third_party/backends/backend/escl/
H A Descl_newjob.c110 add_support_option(char *key, int val) in add_support_option() argument
/third_party/backends/backend/genesys/
H A Dscanner_interface_usb.cpp477 void ScannerInterfaceUsb::record_key_value(const std::string& key, const std::string& value) in record_key_value() argument
H A Dtest_scanner_interface.cpp186 void TestScannerInterface::record_key_value(const std::string& key, const std::string& value) in record_key_value() argument
/third_party/curl/lib/
H A Dconncache.c176 char key[HASHKEY_SIZE]; in Curl_conncache_find_bundle() local
184 conncache_add_bundle(struct conncache *connc, char *key, struct connectbundle *bundle) conncache_add_bundle() argument
226 char key[HASHKEY_SIZE]; Curl_conncache_add_conn() local
[all...]
/third_party/cups-filters/cupsfilters/
H A Dcolord.c174 char **key = NULL; in get_profile_for_device_path() local
[all...]
/third_party/cups-filters/filter/
H A Dpdfutils.c150 int pdfOut_add_kv(pdfOut *pdf,const char *key,const char *val) // {{{ - returns false on error in pdfOut_add_kv() argument
H A Dbannertopdf.c232 static opt_t* add_opt(opt_t *in_opt, const char *key, const char *val) { in add_opt() argument
176 info_linef(FILE *s, const char *key, const char *valuefmt, ...) info_linef() argument
190 info_line(FILE *s, const char *key, const char *value) info_line() argument
198 info_line_time(FILE *s, const char *key, const char *timestamp) info_line_time() argument
[all...]
H A Dpdf.cxx218 dict_lookup_rect(QPDFObjectHandle object, std::string const& key, float rect[4], bool inheritable) dict_lookup_rect() argument
364 lookup_opt(opt_t *opt, std::string const& key) lookup_opt() argument
[all...]
/third_party/alsa-utils/axfer/
H A Dxfer-options.c292 int key; in xfer_options_parse_args() local
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICULocaleService.java378 create(Key key, ICUService service) create() argument
392 handlesKey(Key key) handlesKey() argument
500 create(Key key, ICUService service) create() argument
[all...]
H A DRelativeDateFormat.java251 public void put(UResource.Key key, UResource.Value value, boolean noFallback) { in put() argument
H A DRelation.java72 public boolean containsKey(Object key) { in containsKey() argument
119 public Set<V> getAll(Object key) { in getAll() argument
123 get(Object key) get() argument
140 put(K key, V value) put() argument
149 putAll(K key, Collection<? extends V> values) putAll() argument
188 removeAll(K key) removeAll() argument
196 remove(K key, V value) remove() argument
233 K key; global() field in Relation.SimpleEntry
237 SimpleEntry(K key, V value) SimpleEntry() argument
329 removeAll(K key, Iterable<V> toBeRemoved) removeAll() argument
[all...]
H A DStaticUnicodeSets.java78 public static UnicodeSet get(Key key) { in get() argument
145 private static void saveSet(Key key, String unicodeSetPattern) { in saveSet() argument
181 public void put(com.ibm.icu.impl.UResource.Key key, Value value, boolean noFallback) { in put() argument
[all...]
H A DTZDBTimeZoneNames.java151 static TZDBNames getInstance(ICUResourceBundle zoneStrings, String key) { in getInstance() argument
H A DValidIdentifiers.java103 public boolean contains(String key, String value) { in contains() argument
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DKeyTypeData.java130 public static String toBcpKey(String key) { in toBcpKey() argument
139 public static String toLegacyKey(String key) { in toLegacyKey() argument
148 public static String toBcpType(String key, String type, in toBcpType() argument
185 toLegacyType(String key, String type, Output<Boolean> isKnownKey, Output<Boolean> isSpecialType) toLegacyType() argument
678 getBcp47KeyTypes(String key) getBcp47KeyTypes() argument
682 isDeprecated(String key) isDeprecated() argument
686 isDeprecated(String key, String type) isDeprecated() argument
694 getValueType(String key) getValueType() argument
[all...]
H A DInternalLocaleBuilder.java110 public InternalLocaleBuilder setUnicodeLocaleKeyword(String key, String type) throws LocaleSyntaxException { in setUnicodeLocaleKeyword() argument
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DLocaleDisplayNames.java262 public abstract String keyDisplayName(String key); in keyDisplayName() argument
271 keyValueDisplayName(String key, String value) keyValueDisplayName() argument
541 keyDisplayName(String key) keyDisplayName() argument
546 keyValueDisplayName(String key, String value) keyValueDisplayName() argument
[all...]

Completed in 17 milliseconds

1...<<51525354555657585960>>...140