Home
last modified time | relevance | path

Searched defs:key (Results 1326 - 1350 of 3496) sorted by relevance

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

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-unicode.cc289 hb_unicode_funcs_set_user_data(hb_unicode_funcs_t *ufuncs, hb_user_data_key_t *key, void * data, hb_destroy_func_t destroy, hb_bool_t replace) hb_unicode_funcs_set_user_data() argument
311 hb_unicode_funcs_get_user_data(hb_unicode_funcs_t *ufuncs, hb_user_data_key_t *key) hb_unicode_funcs_get_user_data() argument
[all...]
/third_party/python/Modules/_blake2/clinic/
H A Dblake2s_impl.c.h33 Py_buffer key = {NULL, NULL}; in py_blake2s_new() local
[all...]
H A Dblake2b_impl.c.h33 Py_buffer key = {NULL, NULL}; in py_blake2b_new() local
[all...]
/third_party/python/Modules/_blake2/impl/
H A Dblake2b-ref.c198 int blake2b_init_key( blake2b_state *S, size_t outlen, const void *key, size_t keylen ) in blake2b_init_key() argument
351 int blake2b( uint8_t *out, const void *in, const void *key, size_t outlen, size_t inlen, size_t keylen ) in blake2b() argument
H A Dblake2s-ref.c191 int blake2s_init_key( blake2s_state *S, size_t outlen, const void *key, size_t keylen ) in blake2s_init_key() argument
341 int blake2s( uint8_t *out, const void *in, const void *key, size_t outlen, size_t inlen, size_t keylen ) in blake2s() argument
/third_party/python/Modules/
H A D_bisectmodule.c29 internal_bisect_right(PyObject *list, PyObject *item, Py_ssize_t lo, Py_ssize_t hi, PyObject* key) internal_bisect_right() argument
94 _bisect_bisect_right_impl(PyObject *module, PyObject *a, PyObject *x, Py_ssize_t lo, Py_ssize_t hi, PyObject *key) _bisect_bisect_right_impl() argument
120 _bisect_insort_right_impl(PyObject *module, PyObject *a, PyObject *x, Py_ssize_t lo, Py_ssize_t hi, PyObject *key) _bisect_insort_right_impl() argument
155 internal_bisect_left(PyObject *list, PyObject *item, Py_ssize_t lo, Py_ssize_t hi, PyObject *key) internal_bisect_left() argument
221 _bisect_bisect_left_impl(PyObject *module, PyObject *a, PyObject *x, Py_ssize_t lo, Py_ssize_t hi, PyObject *key) _bisect_bisect_left_impl() argument
248 _bisect_insort_left_impl(PyObject *module, PyObject *a, PyObject *x, Py_ssize_t lo, Py_ssize_t hi, PyObject *key) _bisect_insort_left_impl() argument
[all...]
/third_party/skia/tools/sk_app/
H A DCommandSet.cpp37 bool CommandSet::onKey(skui::Key key, skui::InputState state, skui::ModifierKey modifiers) { in onKey() argument
/third_party/skia/third_party/externals/icu/source/common/
H A Dhash.h204 put(const UnicodeString& key, void* value, UErrorCode& status) put() argument
208 puti(const UnicodeString& key, int32_t value, UErrorCode& status) puti() argument
212 putiAllowZero(const UnicodeString& key, int32_t value, UErrorCode& status) putiAllowZero() argument
225 getiAndFound(const UnicodeString& key, UBool &found) const getiAndFound() argument
229 remove(const UnicodeString& key) remove() argument
233 removei(const UnicodeString& key) removei() argument
[all...]
H A Drbbirb.h52 UnicodeString key; member in RBBISymbolTableEntry
203 UnicodeString *key; member
H A Drbbistbl.cpp187 void RBBISymbolTable::addEntry (const UnicodeString &key, RBBINode *val, UErrorCode &err) { in addEntry() argument
[all...]
H A Dresbund.cpp318 UnicodeString ResourceBundle::getNextString(const char ** key, UErrorCode& status) { in getNextString() argument
342 ResourceBundle ResourceBundle::get(const char* key, UErrorCode& status) const { in get() argument
354 ResourceBundle ResourceBundle::getWithFallback(const char* key, UErrorCode& status){ in getWithFallback() argument
364 UnicodeString ResourceBundle::getStringEx(const char* key, UErrorCode& status) const { in getStringEx() argument
H A Dstatic_unicode_sets.cpp36 inline UnicodeSet* getImpl(Key key) { in getImpl() argument
68 void saveSet(Key key, const UnicodeString& unicodeSetPattern, UErrorCode& status) { in saveSet() argument
213 get(Key key) get() argument
[all...]
H A Dstatic_unicode_sets.h126 Key key; member
H A Duhash.h107 UHashTok key; global() member
[all...]
H A Dunifiedcache.h202 get( const CacheKey<T>& key, const T *&ptr, UErrorCode &status) const get() argument
224 get( const CacheKey<T>& key, const void *creationContext, const T *&ptr, UErrorCode &status) const get() argument
[all...]
H A Dunistr_case.cpp225 uhash_hashCaselessUnicodeString(const UElement key) { in uhash_hashCaselessUnicodeString() argument
H A Duvectr32.cpp189 int32_t UVector32::indexOf(int32_t key, int32_t startIndex) const { in indexOf() argument
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dures.h837 ures_getNextUnicodeString(UResourceBundle *resB, const char ** key, UErrorCode* status) ures_getNextUnicodeString() argument
882 ures_getUnicodeStringByKey(const UResourceBundle *resB, const char* key, UErrorCode* status) ures_getUnicodeStringByKey() argument
[all...]
/third_party/toybox/kconfig/lxdialog/
H A Dmenubox.c187 int key = 0, button = 0, scroll = 0, choice = 0; in dialog_menu() local
[all...]
H A Dtextbox.c54 int i, x, y, cur_x, cur_y, key = 0; in dialog_textbox() local
/third_party/toybox/lib/
H A Dtty.c136 int key; member
/third_party/toybox/toys/other/
H A Dblkid.c67 static void show_tag(char *key, char *value) in show_tag() argument
/third_party/vixl/test/
H A Dtest-invalset.cc43 Obj(KeyType key, ValType val) : key_(key), val_(val) {} in Obj() argument
90 kReclaimFactor>::SetKey(Obj* obj, KeyType key) { in SetKey() argument
/third_party/skia/third_party/externals/expat/expat/lib/
H A Dsiphash.h148 sip_tokey(struct sipkey *key, const void *src) { in sip_tokey() argument
192 sip24_init(struct siphash *H, const struct sipkey *key) sip24_init() argument
271 siphash24(const void *src, size_t len, const struct sipkey *key) siphash24() argument
[all...]
/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_map_field_lite.cc86 const FieldDescriptor* key = KeyField(descriptor); in SetMessageVariables() local
[all...]

Completed in 14 milliseconds

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