Home
last modified time | relevance | path

Searched defs:key (Results 2851 - 2875 of 5225) sorted by relevance

1...<<111112113114115116117118119120>>...209

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-map.hh74 K key; member
[all...]
H A Dhb-object.hh163 hb_user_data_key_t *key; member
287 hb_object_set_user_data(Type *obj, hb_user_data_key_t *key, void * data, hb_destroy_func_t destroy, hb_bool_t replace) hb_object_set_user_data() argument
317 hb_object_get_user_data(Type *obj, hb_user_data_key_t *key) hb_object_get_user_data() argument
[all...]
H A Dhb-ot-map.cc165 compile(hb_ot_map_t &m, const hb_ot_shape_plan_key_t &key) compile() argument
H A Dhb-ot-name-table.hh332 const hb_ot_name_entry_t key = {name_id, {0}, language}; in get_index() local
H A Dhb-ot-post-table.hh221 const hb_bytes_t *key = (const hb_bytes_t *) pk; in cmp_key() local
H A Dhb-set.cc130 hb_set_set_user_data(hb_set_t *set, hb_user_data_key_t *key, void * data, hb_destroy_func_t destroy, hb_bool_t replace) hb_set_set_user_data() argument
152 hb_set_get_user_data(hb_set_t *set, hb_user_data_key_t *key) hb_set_get_user_data() argument
[all...]
/third_party/skia/third_party/externals/harfbuzz/test/api/
H A Dtest-object.c215 hb_user_data_key_t key; member
234 hb_user_data_key_t key[1001]; in test_object() local
[all...]
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/
H A Dreadable_font_data.cc227 SearchUShort(int32_t start_index, int32_t start_offset, int32_t end_index, int32_t end_offset, int32_t length, int32_t key) SearchUShort() argument
258 SearchUShort(int32_t start_index, int32_t start_offset, int32_t length, int32_t key) SearchUShort() argument
282 SearchULong(int32_t start_index, int32_t start_offset, int32_t end_index, int32_t end_offset, int32_t length, int32_t key) SearchULong() argument
[all...]
/third_party/python/Modules/_blake2/
H A Dblake2s_impl.c91 py_blake2s_new_impl(PyTypeObject *type, PyObject *data, int digest_size, Py_buffer *key, Py_buffer *salt, Py_buffer *person, int fanout, int depth, unsigned long leaf_size, unsigned long long node_offset, int node_depth, int inner_size, int last_node, int usedforsecurity) py_blake2s_new_impl() argument
[all...]
H A Dblake2b_impl.c91 py_blake2b_new_impl(PyTypeObject *type, PyObject *data, int digest_size, Py_buffer *key, Py_buffer *salt, Py_buffer *person, int fanout, int depth, unsigned long leaf_size, unsigned long long node_offset, int node_depth, int inner_size, int last_node, int usedforsecurity) py_blake2b_new_impl() argument
[all...]
/third_party/python/Modules/
H A D_dbmmodule.c121 datum key; in dbm_length() local
134 dbm_subscript(dbmobject *dp, PyObject *key) in dbm_subscript() argument
243 datum key; in _dbm_dbm_keys_impl() local
274 datum key, val; dbm_contains() local
315 _dbm_dbm_get_impl(dbmobject *self, PyTypeObject *cls, const char *key, Py_ssize_t key_length, PyObject *default_value) _dbm_dbm_get_impl() argument
347 _dbm_dbm_setdefault_impl(dbmobject *self, PyTypeObject *cls, const char *key, Py_ssize_t key_length, PyObject *default_value) _dbm_dbm_setdefault_impl() argument
[all...]
H A D_randommodule.c242 uint32_t key[N]; in random_seed_urandom() local
255 uint32_t key[5]; in random_seed_time_pid() local
279 uint32_t *key = NULL; random_seed() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DPointerUnion.h467 intptr_t key = (intptr_t)PairVal.getOpaqueValue(); in getHashValue() local
/third_party/skia/third_party/externals/tint/tools/src/cmd/get-test-plan/
H A Dmain.go
/third_party/skia/tools/sk_app/unix/
H A DWindow_unix.cpp298 skui::Key key = get_key(keysym); in handleEvent() local
317 skui::Key key = get_key(keysym); in handleEvent() local
/third_party/skia/tools/viewer/
H A DImGuiLayer.cpp221 bool ImGuiLayer::onKey(skui::Key key, skui::InputState state, skui::ModifierKey modifiers) { in onKey() argument
/third_party/skia/third_party/externals/icu/source/common/
H A Dservls.cpp74 ICUServiceKey* key = createKey(&locName, kind, status); in get() local
H A Dstringtriebuilder.cpp26 hashStringTrieNode(const UHashTok key) { in hashStringTrieNode() argument
H A Duloc_keytype.cpp421 ulocimp_toBcpKey(const char* key) { in ulocimp_toBcpKey() argument
434 ulocimp_toLegacyKey(const char* key) { in ulocimp_toLegacyKey() argument
447 ulocimp_toBcpType(const char* key, const char* type, UBool* isKnownKey, UBool* isSpecialType) ulocimp_toBcpType() argument
492 ulocimp_toLegacyType(const char* key, const char* type, UBool* isKnownKey, UBool* isSpecialType) ulocimp_toLegacyType() argument
[all...]
H A Duvector.cpp278 UElement key; in equals() local
292 UElement key; in indexOf() local
298 UElement key; in indexOf() local
304 indexOf(UElement key, int32_t startIndex, int8_t hint) const indexOf() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DDenseSet.h35 KeyT key; member in llvm::detail::DenseSetPair
H A DScopedHashTable.h52 ScopedHashTableVal(const K &key, const V &val) : Key(key), Val(val) {} in ScopedHashTableVal() argument
64 Create(ScopedHashTableVal *nextInScope, ScopedHashTableVal *nextForKey, const K &key, const V &val, AllocatorTy &Allocator) Create() argument
/third_party/toybox/toys/posix/
H A Dsort.c84 static char *get_key_data(char *str, struct sort_key *key, int flags) in get_key_data() argument
248 struct sort_key *key; compare_keys() local
320 struct sort_key *key = add_key(); sort_main() local
[all...]
/third_party/vixl/src/aarch64/
H A Dpointer-auth-aarch64.cc115 uint64_t Simulator::ComputePAC(uint64_t data, uint64_t context, PACKey key) { in ComputePAC() argument
142 AuthPAC(uint64_t ptr, uint64_t context, PACKey key, PointerType type) AuthPAC() argument
164 AddPAC(uint64_t ptr, uint64_t context, PACKey key, PointerType type) AddPAC() argument
[all...]
/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_map_field.cc86 const FieldDescriptor* key = KeyField(descriptor); in SetMessageVariables() local
[all...]

Completed in 21 milliseconds

1...<<111112113114115116117118119120>>...209