/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-unicode.cc | 289 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 D | blake2s_impl.c.h | 33 Py_buffer key = {NULL, NULL}; in py_blake2s_new() local [all...] |
H A D | blake2b_impl.c.h | 33 Py_buffer key = {NULL, NULL}; in py_blake2b_new() local [all...] |
/third_party/python/Modules/_blake2/impl/ |
H A D | blake2b-ref.c | 198 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 D | blake2s-ref.c | 191 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.c | 29 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 D | CommandSet.cpp | 37 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 D | hash.h | 204 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 D | rbbirb.h | 52 UnicodeString key; member in RBBISymbolTableEntry 203 UnicodeString *key; member
|
H A D | rbbistbl.cpp | 187 void RBBISymbolTable::addEntry (const UnicodeString &key, RBBINode *val, UErrorCode &err) { in addEntry() argument [all...] |
H A D | resbund.cpp | 318 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 D | static_unicode_sets.cpp | 36 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 D | static_unicode_sets.h | 126 Key key; member
|
H A D | uhash.h | 107 UHashTok key; global() member [all...] |
H A D | unifiedcache.h | 202 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 D | unistr_case.cpp | 225 uhash_hashCaselessUnicodeString(const UElement key) { in uhash_hashCaselessUnicodeString() argument
|
H A D | uvectr32.cpp | 189 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 D | ures.h | 837 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 D | menubox.c | 187 int key = 0, button = 0, scroll = 0, choice = 0; in dialog_menu() local [all...] |
H A D | textbox.c | 54 int i, x, y, cur_x, cur_y, key = 0; in dialog_textbox() local
|
/third_party/toybox/lib/ |
H A D | tty.c | 136 int key; member
|
/third_party/toybox/toys/other/ |
H A D | blkid.c | 67 static void show_tag(char *key, char *value) in show_tag() argument
|
/third_party/vixl/test/ |
H A D | test-invalset.cc | 43 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 D | siphash.h | 148 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 D | java_map_field_lite.cc | 86 const FieldDescriptor* key = KeyField(descriptor); in SetMessageVariables() local [all...] |