Home
last modified time | relevance | path

Searched defs:key (Results 3951 - 3975 of 5315) sorted by relevance

1...<<151152153154155156157158159160>>...213

/third_party/skia/third_party/externals/harfbuzz/util/
H A Dhelper-cairo.hh155 static cairo_user_data_key_t key; in helper_cairo_create_scaled_font() local
/third_party/python/Modules/
H A D_abc.c334 PyObject *key = PySequence_Fast_GET_ITEM(it, 0); in compute_abstract_methods() local
376 PyObject *key, *value; in compute_abstract_methods() local
839 PyObject *key; subclasscheck_check_registry() local
[all...]
H A Dnismodule.c136 PyObject *key; in nis_foreach() local
192 char *key, *map; in nis_match() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DYAMLTraits.cpp806 void Output::paddedKey(StringRef key) { in paddedKey() argument
[all...]
/third_party/skia/tools/flags/
H A DCommonFlagsConfig.cpp420 const SkString& key = keyValueParts[0]; in ExtendedOptions() local
/third_party/skia/third_party/externals/icu/source/common/
H A Dserv.cpp138 SimpleFactory::create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const in create() argument
378 ICUServiceKey* key = createKey(&descriptor, status); in get() local
387 ICUService::getKey(ICUServiceKey& key, UErrorCode& status) const in getKey() argument
396 ICUService::getKey(ICUServiceKey& key, UnicodeString* actualReturn, UErrorCode& status) const in getKey() argument
429 getKey(ICUServiceKey& key, UnicodeString* actualReturn, const ICUServiceFactory* factory, UErrorCode& status) const getKey() argument
821 ICUServiceKey* key = createKey(&id, status); registerInstance() local
[all...]
H A Duhash.cpp146 _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...]
H A Dusprep.cpp141 UStringPrepKey *key = NULL; in usprep_internal_flushCache() local
351 LocalMemory<UStringPrepKey> key; usprep_getProfile() local
[all...]
/third_party/protobuf/src/google/protobuf/io/
H A Dtokenizer.cc998 static inline int UnicodeLength(char key) { in UnicodeLength() argument
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DInternal.java455 public V get(Object key) { in get() argument
464 public V put(K key, V value) { in put() argument
/third_party/protobuf/python/google/protobuf/pyext/
H A Dmap_container.cc128 static bool PythonToMapKey(MapContainer* self, PyObject* obj, MapKey* key) { in PythonToMapKey() argument
174 MapKeyToPython(MapContainer* self, const MapKey& key) MapKeyToPython() argument
356 Contains(PyObject* _self, PyObject* key) Contains() argument
400 ScalarMapGetItem(PyObject* _self, PyObject* key) ScalarMapGetItem() argument
421 ScalarMapSetItem(PyObject* _self, PyObject* key, PyObject* v) ScalarMapSetItem() argument
461 PyObject* key; ScalarMapGet() local
490 ScopedPyObjectPtr key; ScalarMapToStr() local
654 MessageMapSetItem(PyObject* _self, PyObject* key, PyObject* v) MessageMapSetItem() argument
703 MessageMapGetItem(PyObject* _self, PyObject* key) MessageMapGetItem() argument
729 ScopedPyObjectPtr key; MessageMapToStr() local
756 PyObject* key; MessageMapGet() local
[all...]
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dmessage.c407 int Message_initialize_kwarg(VALUE key, VALUE val, VALUE _self) { in Message_initialize_kwarg() argument
/third_party/python/PC/
H A Dpyshellext.cpp503 HKEY key, ipsKey; in DllRegisterServer() local
/third_party/python/Parser/
H A Dpegen.h89 expr_ty key; member
94 expr_ty key; member
/third_party/python/Modules/clinic/
H A D_hashopenssl.c.h1093 Py_buffer key = {NULL, NULL}; in _hashlib_hmac_singleshot() local
1152 Py_buffer key = {NULL, NULL}; _hashlib_hmac_new() local
[all...]
H A D_elementtree.c.h339 PyObject *key; in _elementtree_Element_get() local
568 PyObject *key; in _elementtree_Element_set() local
[all...]
/third_party/python/Objects/
H A Dcall.c1003 PyObject *key, *value; in _PyStack_UnpackDict() local
H A Dweakrefobject.c598 proxy_setitem(PyWeakReference *proxy, PyObject *key, PyObject *value) in proxy_setitem() argument
/third_party/python/Objects/stringlib/
H A Dunicode_format.h414 PyObject *key = SubString_new_object(&first); in get_field_object() local
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DMapTest.java308 private <K, V> void assertImmutable(Map<K, V> map, K key, V value) { in assertImmutable() argument
743 newMapEntry(Message.Builder builder, String name, K key, V value) newMapEntry() argument
[all...]
/third_party/protobuf/php/ext/google/protobuf/
H A Ddef.c125 void* key = (void*)((uintptr_t)ce | 1); in EnumDescriptor_FromClassEntry() local
/third_party/pulseaudio/src/modules/bluetooth/
H A Dbackend-ofono.c373 const char *key, *value; in hf_audio_agent_card_found() local
/third_party/pulseaudio/src/pulsecore/
H A Ddbus-util.c638 void pa_dbus_append_basic_variant_dict_entry(DBusMessageIter *dict_iter, const char *key, int type, void *data) { in pa_dbus_append_basic_variant_dict_entry() argument
676 const char *key; in pa_dbus_append_proplist() local
652 pa_dbus_append_basic_array_variant_dict_entry( DBusMessageIter *dict_iter, const char *key, int item_type, const void *array, unsigned n) pa_dbus_append_basic_array_variant_dict_entry() argument
714 pa_dbus_append_proplist_variant_dict_entry(DBusMessageIter *dict_iter, const char *key, pa_proplist *proplist) pa_dbus_append_proplist_variant_dict_entry() argument
732 const char *key = NULL; pa_dbus_get_proplist_arg() local
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dmap_field.h485 EntryType* NewEnumEntryWrapper(const Key& key, const T t) const { in NewEnumEntryWrapper() argument
490 EntryType* NewEntryWrapper(const Key& key, const T& t) const { in NewEntryWrapper() argument
H A Dmap_entry_lite.h212 virtual inline const KeyMapEntryAccessorType& key() const { key() function in google::protobuf::internal::MapEntryImpl
245 KeyMapEntryAccessorType* key = mutable_key(); global() variable
454 const Key& key() const { return key_; } key() function in google::protobuf::internal::MapEntryImpl::Parser
[all...]

Completed in 38 milliseconds

1...<<151152153154155156157158159160>>...213