Home
last modified time | relevance | path

Searched defs:key (Results 1901 - 1925 of 3576) sorted by relevance

1...<<71727374757677787980>>...144

/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...]
/third_party/protobuf/src/google/protobuf/io/
H A Dprinter.h308 PrintInternal(std::map<std::string, std::string>* vars, const char* text, const char* key, const std::string& value, const Args&... args) PrintInternal() argument
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DMapEntry.java77 private final K key; field in MapEntry
95 private MapEntry(Metadata metadata, K key, V value) { in MapEntry() argument
245 private K key; global() field in MapEntry.Builder
254 Builder(Metadata<K, V> metadata, K key, V value, boolean hasKey, boolean hasValue) Builder() argument
270 setKey(K key) setKey() argument
[all...]
H A DCodedOutputStreamWriter.java633 writeDeterministicBooleanMapEntry( int fieldNumber, boolean key, V value, MapEntryLite.Metadata<Boolean, V> metadata) writeDeterministicBooleanMapEntry() argument
[all...]
/third_party/python/Python/clinic/
H A Dimport.c.h532 long key; in _imp_source_hash() local
/third_party/python/Python/
H A Dhashtable.c92 _Py_hashtable_hash_ptr(const void *key) in _Py_hashtable_hash_ptr() argument
132 _Py_hashtable_get_entry_generic(_Py_hashtable_t *ht, const void *key) in _Py_hashtable_get_entry_generic() argument
154 _Py_hashtable_get_entry_ptr(_Py_hashtable_t *ht, const void *key) in _Py_hashtable_get_entry_ptr() argument
174 _Py_hashtable_steal(_Py_hashtable_t *ht, const void *key) _Py_hashtable_steal() argument
209 _Py_hashtable_set(_Py_hashtable_t *ht, const void *key, void *value) _Py_hashtable_set() argument
248 _Py_hashtable_get(_Py_hashtable_t *ht, const void *key) _Py_hashtable_get() argument
[all...]
H A Dpyhash.c478 _Py_KeyedHash(uint64_t key, const void *src, Py_ssize_t src_sz) in _Py_KeyedHash() argument
/third_party/python/Modules/
H A Dgetpath.c587 wchar_to_dict(PyObject *dict, const char *key, const wchar_t *s) in wchar_to_dict() argument
608 decode_to_dict(PyObject *dict, const char *key, const char *s) in decode_to_dict() argument
633 env_to_dict(PyObject *dict, const char *key, int and_clear) in env_to_dict() argument
688 int_to_dict(PyObject *dict, const char *key, int v) int_to_dict() argument
704 winmodule_to_dict(PyObject *dict, const char *key, HMODULE mod) winmodule_to_dict() argument
725 progname_to_dict(PyObject *dict, const char *key) progname_to_dict() argument
758 library_to_dict(PyObject *dict, const char *key) library_to_dict() argument
[all...]
H A Dgetpath.py683 key = winreg.OpenKeyEx(hk, WINREG_KEY) variable
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DMapLiteTest.java244 private <K, V> void assertImmutable(Map<K, V> map, K key, V value) { in assertImmutable() argument
H A DMapForProto2LiteTest.java238 private <K, V> void assertImmutable(Map<K, V> map, K key, V value) { in assertImmutable() argument
/third_party/protobuf/python/google/protobuf/pyext/
H A Dextension_dict.cc134 PyObject* subscript(ExtensionDict* self, PyObject* key) { in subscript() argument
208 int ass_subscript(ExtensionDict* self, PyObject* key, PyObject* value) { in ass_subscript() argument
281 static int Contains(PyObject* _self, PyObject* key) { in Contains() argument
/third_party/protobuf/php/ext/google/protobuf/
H A Dmap.c251 zval *key; in PHP_METHOD() local
276 zval *key; in PHP_METHOD() local
310 zval *key, *va in PHP_METHOD() local
335 zval *key; PHP_METHOD() local
[all...]
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
H A DRubyMap.java150 public IRubyObject indexSet(ThreadContext context, IRubyObject key, IRubyObject value) { in indexSet() argument
171 index(ThreadContext context, IRubyObject key) index() argument
298 delete(ThreadContext context, IRubyObject key) delete() argument
310 hasKey(ThreadContext context, IRubyObject key) hasKey() argument
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Dmodargs.c43 char *key, *value; member
46 static int add_key_value(pa_modargs *ma, char *key, char *value, const char* const valid_keys[], bool ignore_dupes) { in add_key_value() argument
120 const char *p, *key = NULL, *value = NULL; parse() local
275 pa_modargs_remove_key(pa_modargs *ma, const char *key) pa_modargs_remove_key() argument
292 pa_modargs_get_value(pa_modargs *ma, const char *key, const char *def) pa_modargs_get_value() argument
304 modargs_get_value_raw(pa_modargs *ma, const char *key, const char *def) modargs_get_value_raw() argument
317 pa_modargs_get_value_u32(pa_modargs *ma, const char *key, uint32_t *value) pa_modargs_get_value_u32() argument
331 pa_modargs_get_value_s32(pa_modargs *ma, const char *key, int32_t *value) pa_modargs_get_value_s32() argument
345 pa_modargs_get_value_boolean(pa_modargs *ma, const char *key, bool *value) pa_modargs_get_value_boolean() argument
364 pa_modargs_get_value_double(pa_modargs *ma, const char *key, double *value) pa_modargs_get_value_double() argument
378 pa_modargs_get_value_volume(pa_modargs *ma, const char *key, pa_volume_t *value) pa_modargs_get_value_volume() argument
559 const char *key, *value; pa_modargs_merge_missing() local
[all...]
H A Ddatabase-simple.c46 pa_datum key; member
88 static entry* new_entry(const pa_datum *key, const pa_datum *data) { in new_entry() argument
172 pa_datum key; fill_data() local
270 pa_database_get(pa_database *database, const pa_datum *key, pa_datum* data) pa_database_get() argument
289 pa_database_set(pa_database *database, const pa_datum *key, const pa_datum* data, bool overwrite) pa_database_set() argument
321 pa_database_unset(pa_database *database, const pa_datum *key) pa_database_unset() argument
347 pa_database_first(pa_database *database, pa_datum *key, pa_datum *data) pa_database_first() argument
370 pa_database_next(pa_database *database, const pa_datum *key, pa_datum *next, pa_datum *data) pa_database_next() argument
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dmap_field_test.cc143 int key = message.GetReflection()->GetInt32(message, key_descriptor_); in TEST_F() local
156 int key = message.GetReflection()->GetInt32(message, key_descriptor_); in TEST_F() local
/third_party/protobuf/src/google/protobuf/stubs/
H A Dmap_util.h74 FindOrDie(const Collection& collection, const typename Collection::value_type::first_type& key) FindOrDie() argument
84 FindOrDie(Collection& collection, const typename Collection::value_type::first_type& key) FindOrDie() argument
94 FindOrDieNoPrint(const Collection& collection, const typename Collection::value_type::first_type& key) FindOrDieNoPrint() argument
104 FindOrDieNoPrint(Collection& collection, const typename Collection::value_type::first_type& key) FindOrDieNoPrint() argument
123 FindWithDefault(const Collection& collection, const typename Collection::value_type::first_type& key, const typename Collection::value_type::second_type& value) FindWithDefault() argument
137 FindOrNull(const Collection& collection, const typename Collection::value_type::first_type& key) FindOrNull() argument
149 FindOrNull(Collection& collection, const typename Collection::value_type::first_type& key) FindOrNull() argument
166 FindPtrOrNull(const Collection& collection, const typename Collection::value_type::first_type& key) FindPtrOrNull() argument
181 FindPtrOrNull(Collection& collection, const typename Collection::value_type::first_type& key) FindPtrOrNull() argument
194 FindLinkedPtrOrNull(const Collection& collection, const typename Collection::value_type::first_type& key) FindLinkedPtrOrNull() argument
208 FindLinkedPtrOrDie(const Collection& collection, const typename Collection::value_type::first_type& key) FindLinkedPtrOrDie() argument
220 FindCopy(const Collection& collection, const Key& key, Value* const value) FindCopy() argument
239 ContainsKey(const Collection& collection, const Key& key) ContainsKey() argument
246 ContainsKeyValuePair(const Collection& collection, const Key& key, const Value& value) ContainsKeyValuePair() argument
280 InsertOrUpdate(Collection* const collection, const typename Collection::value_type::first_type& key, const typename Collection::value_type::second_type& value) InsertOrUpdate() argument
302 InsertAndDeleteExisting( Collection* const collection, const typename Collection::value_type::first_type& key, const typename Collection::value_type::second_type& value) InsertAndDeleteExisting() argument
328 InsertIfNotPresent( Collection* const collection, const typename Collection::value_type::first_type& key, const typename Collection::value_type::second_type& value) InsertIfNotPresent() argument
354 InsertOrDie(Collection* const collection, const typename Collection::value_type::first_type& key, const typename Collection::value_type::second_type& data) InsertOrDie() argument
363 InsertOrDieNoPrint( Collection* const collection, const typename Collection::value_type::first_type& key, const typename Collection::value_type::second_type& data) InsertOrDieNoPrint() argument
377 InsertKeyOrDie( Collection* const collection, const typename Collection::value_type::first_type& key) InsertKeyOrDie() argument
404 LookupOrInsert(Collection* const collection, const typename Collection::value_type::first_type& key, const typename Collection::value_type::second_type& value) LookupOrInsert() argument
443 LookupOrInsertNew(Collection* const collection, const typename Collection::value_type::first_type& key) LookupOrInsertNew() argument
461 LookupOrInsertNew(Collection* const collection, const typename Collection::value_type::first_type& key, const Arg& arg) LookupOrInsertNew() argument
497 LookupOrInsertNewLinkedPtr( Collection* const collection, const typename Collection::value_type::first_type& key) LookupOrInsertNewLinkedPtr() argument
516 LookupOrInsertNewLinkedPtr( Collection* const collection, const typename Collection::value_type::first_type& key, const Arg& arg) LookupOrInsertNewLinkedPtr() argument
535 LookupOrInsertNewSharedPtr( Collection* const collection, const typename Collection::value_type::first_type& key) LookupOrInsertNewSharedPtr() argument
555 LookupOrInsertNewSharedPtr( Collection* const collection, const typename Collection::value_type::first_type& key, const Arg& arg) LookupOrInsertNewSharedPtr() argument
581 UpdateReturnCopy(Collection* const collection, const typename Collection::value_type::first_type& key, const typename Collection::value_type::second_type& value, typename Collection::value_type::second_type* previous) UpdateReturnCopy() argument
635 InsertOrReturnExisting( Collection* const collection, const typename Collection::value_type::first_type& key, const typename Collection::value_type::second_type& data) InsertOrReturnExisting() argument
661 EraseKeyReturnValuePtr( Collection* const collection, const typename Collection::value_type::first_type& key) EraseKeyReturnValuePtr() argument
[all...]
/third_party/python/Lib/zoneinfo/
H A D_zoneinfo.py102 def key(self): global() member in ZoneInfo
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dcontainer_memory.h138 const auto& key = std::get<0>(p.first); in DecomposePairImpl() local
214 const auto& key = arg; in DecomposeValue() local
336 absl::remove_const_t<K> key; member
376 static const K& key(const slot_type* slot) { key() function
[all...]
/third_party/skia/third_party/externals/angle2/include/platform/
H A DPlatformMethods.h244 DefaultCacheProgram(PlatformMethods *platform, const ProgramKeyType &key, size_t programSize, const uint8_t *programBytes) DefaultCacheProgram() argument
/third_party/skia/modules/skplaintexteditor/app/
H A Deditor_application.cpp56 static void debug_on_key(skui::Key key, skui::InputState, skui::ModifierKey modi) { in debug_on_key() argument
61 static Editor::Movement convert(skui::Key key) { in convert() argument
[all...]
/third_party/skia/include/gpu/
H A DGrContextOptions.h63 virtual void store(const SkData& key, const SkData& data, const SkString& /*description*/) { in store() argument

Completed in 19 milliseconds

1...<<71727374757677787980>>...144