/aosp_15_r20/external/flatbuffers/java/com/google/flatbuffers/ |
H A D | FlexBuffersBuilder.java | 180 public void putBoolean(boolean val) { in putBoolean() 189 public void putBoolean(String key, boolean val) { in putBoolean() 190 stack.add(Value.bool(putKey(key), val)); in putBoolean() local 193 private int putKey(String key) { in putKey() 221 public void putInt(int val) { in putInt() 230 public void putInt(String key, int val) { in putInt() 239 public void putInt(String key, long val) { in putInt() 285 private void putUInt64(String key, long value) { in putUInt64() 289 private void putUInt(String key, long value) { in putUInt() 320 public void putFloat(String key, float val) { in putFloat() [all …]
|
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/frameworks/native/libs/binder/ndk/include_cpp/android/ |
H A D | persistable_bundle_aidl.h | 169 int32_t erase(const std::string& key) { in erase() 177 void putBoolean(const std::string& key, bool val) { in putBoolean() 183 void putInt(const std::string& key, int32_t val) { in putInt() 189 void putLong(const std::string& key, int64_t val) { in putLong() 195 void putDouble(const std::string& key, double val) { in putDouble() 201 void putString(const std::string& key, const std::string& val) { in putString() 207 void putBooleanVector(const std::string& key, const std::vector<bool>& vec) { in putBooleanVector() 224 void putIntVector(const std::string& key, const std::vector<int32_t>& vec) { in putIntVector() 232 void putLongVector(const std::string& key, const std::vector<int64_t>& vec) { in putLongVector() 240 void putDoubleVector(const std::string& key, const std::vector<double>& vec) { in putDoubleVector() [all …]
|
/aosp_15_r20/frameworks/native/libs/binder/ndk/include_cpp/android/ |
H A D | persistable_bundle_aidl.h | 166 int32_t erase(const std::string& key) { in erase() 174 void putBoolean(const std::string& key, bool val) { in putBoolean() 180 void putInt(const std::string& key, int32_t val) { in putInt() 186 void putLong(const std::string& key, int64_t val) { in putLong() 192 void putDouble(const std::string& key, double val) { in putDouble() 198 void putString(const std::string& key, const std::string& val) { in putString() 204 void putBooleanVector(const std::string& key, const std::vector<bool>& vec) { in putBooleanVector() 221 void putIntVector(const std::string& key, const std::vector<int32_t>& vec) { in putIntVector() 229 void putLongVector(const std::string& key, const std::vector<int64_t>& vec) { in putLongVector() 237 void putDoubleVector(const std::string& key, const std::vector<double>& vec) { in putDoubleVector() [all …]
|
/aosp_15_r20/external/protobuf/src/google/protobuf/ |
H A D | reflection_tester.cc | 902 int32_t key = sub_message->GetReflection()->GetInt32( in ExpectMapFieldsSetViaReflection() local 904 int32_t val = sub_message->GetReflection()->GetInt32( in ExpectMapFieldsSetViaReflection() local 930 int64_t key = sub_message->GetReflection()->GetInt64( in ExpectMapFieldsSetViaReflection() local 932 int64_t val = sub_message->GetReflection()->GetInt64( in ExpectMapFieldsSetViaReflection() local 958 uint32_t key = sub_message->GetReflection()->GetUInt32( in ExpectMapFieldsSetViaReflection() local 960 uint32_t val = sub_message->GetReflection()->GetUInt32( in ExpectMapFieldsSetViaReflection() local 986 uint64_t key = sub_message->GetReflection()->GetUInt64( in ExpectMapFieldsSetViaReflection() local 988 uint64_t val = sub_message->GetReflection()->GetUInt64( in ExpectMapFieldsSetViaReflection() local 1014 int32_t key = sub_message->GetReflection()->GetInt32( in ExpectMapFieldsSetViaReflection() local 1016 int32_t val = sub_message->GetReflection()->GetInt32( in ExpectMapFieldsSetViaReflection() local [all …]
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/ |
H A D | reflection_tester.cc | 902 int32_t key = sub_message->GetReflection()->GetInt32( in ExpectMapFieldsSetViaReflection() local 904 int32_t val = sub_message->GetReflection()->GetInt32( in ExpectMapFieldsSetViaReflection() local 930 int64_t key = sub_message->GetReflection()->GetInt64( in ExpectMapFieldsSetViaReflection() local 932 int64_t val = sub_message->GetReflection()->GetInt64( in ExpectMapFieldsSetViaReflection() local 958 uint32_t key = sub_message->GetReflection()->GetUInt32( in ExpectMapFieldsSetViaReflection() local 960 uint32_t val = sub_message->GetReflection()->GetUInt32( in ExpectMapFieldsSetViaReflection() local 986 uint64_t key = sub_message->GetReflection()->GetUInt64( in ExpectMapFieldsSetViaReflection() local 988 uint64_t val = sub_message->GetReflection()->GetUInt64( in ExpectMapFieldsSetViaReflection() local 1014 int32_t key = sub_message->GetReflection()->GetInt32( in ExpectMapFieldsSetViaReflection() local 1016 int32_t val = sub_message->GetReflection()->GetInt32( in ExpectMapFieldsSetViaReflection() local [all …]
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | hamt.c | 689 PyObject *key, PyObject *val, int* added_leaf) in hamt_node_bitmap_assoc() 957 PyObject *key, in hamt_node_bitmap_without() 1023 PyObject *key = sub_tree->b_array[0]; in hamt_node_bitmap_without() local 1024 PyObject *val = sub_tree->b_array[1]; in hamt_node_bitmap_without() local 1097 PyObject *key, PyObject **val) in hamt_node_bitmap_find() 1289 hamt_node_collision_find_index(PyHamtNode_Collision *self, PyObject *key, in hamt_node_collision_find_index() 1318 PyObject *key, PyObject *val, int* added_leaf) in hamt_node_collision_assoc() 1436 PyObject *key, in hamt_node_collision_without() 1530 PyObject *key, PyObject **val) in hamt_node_collision_find() 1609 PyObject *key = node->c_array[i]; in hamt_node_collision_dump() local [all …]
|
/aosp_15_r20/prebuilts/tools/common/m2/repository/org/jetbrains/trove4j/trove4j/20160824/ |
HD | trove4j-20160824.jar | ... v
java.util.Map$Entry e
Object key
Object val
int i
java.util.Iterator it ... |
/aosp_15_r20/prebuilts/tools/common/m2/repository/org/jetbrains/intellij/deps/trove4j/1.0.20181211/ |
HD | trove4j-1.0.20181211.jar | ... v
java.util.Map$Entry e
Object key
Object val
int i
java.util.Iterator it ... |
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/external/org/jetbrains/intellij/deps/trove4j/1.0.20200330/ |
HD | trove4j-1.0.20200330.jar | ... .io.IOException java.lang.ClassNotFoundException
int key
Object val
java.io.ObjectInputStream stream
int size ... |
/aosp_15_r20/external/kotlinc/lib/ |
HD | trove4j.jar | ... .io.IOException java.lang.ClassNotFoundException
int key
Object val
java.io.ObjectInputStream stream
int size ... |
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/hash/ |
D | common.c | 58 static upb_value _upb_value_val(uint64_t val) { in _upb_value_val() 105 static lookupkey_t intkey(uintptr_t key) { in intkey() 116 static uint32_t upb_inthash(uintptr_t key) { return (uint32_t)key; } in upb_inthash() 122 static bool upb_arrhas(upb_tabval key) { return key.val != (uint64_t)-1; } in upb_arrhas() 161 static const upb_tabent* findentry(const upb_table* t, lookupkey_t key, in findentry() 174 static upb_tabent* findentry_mutable(upb_table* t, lookupkey_t key, in findentry_mutable() 179 static bool lookup(const upb_table* t, lookupkey_t key, upb_value* v, in lookup() 193 static void insert(upb_table* t, lookupkey_t key, upb_tabkey tabkey, in insert() 194 upb_value val, uint32_t hash, hashfunc_t* hashfunc, in insert() 239 static bool rm(upb_table* t, lookupkey_t key, upb_value* val, in rm() [all …]
|
D | test.cc | 75 for (const auto& key : keys) { in TEST() local 77 upb_value val = {uint64_t(key[0])}; in TEST() local 83 for (const auto& key : keys) { in TEST() local 84 upb_value val; in TEST() local 92 upb_StringView key; in TEST() local 93 upb_value val; in TEST() local 145 for (const auto& key : keys_) { in TEST_P() local 147 upb_value val = upb_value_uint32(key * 2); in TEST_P() local 158 upb_value val; in TEST_P() local 173 upb_value val = upb_value_uint32(i * 3); in TEST_P() local [all …]
|
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/hash/ |
H A D | common.c | 38 static upb_value _upb_value_val(uint64_t val) { in _upb_value_val() 68 static lookupkey_t intkey(uintptr_t key) { in intkey() 79 static uint32_t upb_inthash(uintptr_t key) { return (uint32_t)key; } in upb_inthash() 85 static bool upb_arrhas(upb_tabval key) { return key.val != (uint64_t)-1; } in upb_arrhas() 124 static const upb_tabent* findentry(const upb_table* t, lookupkey_t key, in findentry() 137 static upb_tabent* findentry_mutable(upb_table* t, lookupkey_t key, in findentry_mutable() 142 static bool lookup(const upb_table* t, lookupkey_t key, upb_value* v, in lookup() 156 static void insert(upb_table* t, lookupkey_t key, upb_tabkey tabkey, in insert() 157 upb_value val, uint32_t hash, hashfunc_t* hashfunc, in insert() 202 static bool rm(upb_table* t, lookupkey_t key, upb_value* val, in rm() [all …]
|
H A D | test.cc | 57 for (const auto& key : keys) { in TEST() local 59 upb_value val = {uint64_t(key[0])}; in TEST() local 65 for (const auto& key : keys) { in TEST() local 66 upb_value val; in TEST() local 74 upb_StringView key; in TEST() local 75 upb_value val; in TEST() local 127 for (const auto& key : keys_) { in TEST_P() local 129 upb_value val = upb_value_uint32(key * 2); in TEST_P() local 140 upb_value val; in TEST_P() local 155 upb_value val = upb_value_uint32(i * 3); in TEST_P() local [all …]
|
/aosp_15_r20/external/cronet/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | map.c | 91 VALUE val = ObjectCache_Get(map); in Map_GetRubyWrapper() local 142 upb_MessageValue key = upb_MapIterator_Key(map, iter); in Map_CreateHash() local 143 upb_MessageValue val = upb_MapIterator_Value(map, iter); in Map_CreateHash() local 160 upb_MessageValue key = upb_MapIterator_Key(self->map, iter); in Map_deep_copy() local 161 upb_MessageValue val = upb_MapIterator_Value(self->map, iter); in Map_deep_copy() local 171 const upb_Map* Map_GetUpbMap(VALUE val, const upb_FieldDef* field, in Map_GetUpbMap() 206 upb_MessageValue key = upb_MapIterator_Key(map, iter); in Map_Inspect() local 207 upb_MessageValue val = upb_MapIterator_Value(map, iter); in Map_Inspect() local 221 static int merge_into_self_callback(VALUE key, VALUE val, VALUE _self) { in merge_into_self_callback() 253 upb_MessageValue key = upb_MapIterator_Key(other->map, iter); in Map_merge_into_self() local [all …]
|
/aosp_15_r20/external/protobuf/ruby/ext/google/protobuf_c/ |
H A D | map.c | 91 VALUE val = ObjectCache_Get(map); in Map_GetRubyWrapper() local 142 upb_MessageValue key = upb_MapIterator_Key(map, iter); in Map_CreateHash() local 143 upb_MessageValue val = upb_MapIterator_Value(map, iter); in Map_CreateHash() local 160 upb_MessageValue key = upb_MapIterator_Key(self->map, iter); in Map_deep_copy() local 161 upb_MessageValue val = upb_MapIterator_Value(self->map, iter); in Map_deep_copy() local 171 const upb_Map* Map_GetUpbMap(VALUE val, const upb_FieldDef* field, in Map_GetUpbMap() 206 upb_MessageValue key = upb_MapIterator_Key(map, iter); in Map_Inspect() local 207 upb_MessageValue val = upb_MapIterator_Value(map, iter); in Map_Inspect() local 221 static int merge_into_self_callback(VALUE key, VALUE val, VALUE _self) { in merge_into_self_callback() 253 upb_MessageValue key = upb_MapIterator_Key(other->map, iter); in Map_merge_into_self() local [all …]
|
/aosp_15_r20/frameworks/native/libs/binder/ndk/ |
H A D | persistable_bundle.cpp | 87 int32_t APersistableBundle_erase(APersistableBundle* pBundle, const char* key) { in APersistableBundle_erase() 90 void APersistableBundle_putBoolean(APersistableBundle* pBundle, const char* key, bool val) { in APersistableBundle_putBoolean() 93 void APersistableBundle_putInt(APersistableBundle* pBundle, const char* key, int32_t val) { in APersistableBundle_putInt() 96 void APersistableBundle_putLong(APersistableBundle* pBundle, const char* key, int64_t val) { in APersistableBundle_putLong() 99 void APersistableBundle_putDouble(APersistableBundle* pBundle, const char* key, double val) { in APersistableBundle_putDouble() 102 void APersistableBundle_putString(APersistableBundle* pBundle, const char* key, const char* val) { in APersistableBundle_putString() 105 void APersistableBundle_putBooleanVector(APersistableBundle* pBundle, const char* key, in APersistableBundle_putBooleanVector() 114 void APersistableBundle_putIntVector(APersistableBundle* pBundle, const char* key, in APersistableBundle_putIntVector() 123 void APersistableBundle_putLongVector(APersistableBundle* pBundle, const char* key, in APersistableBundle_putLongVector() 132 void APersistableBundle_putDoubleVector(APersistableBundle* pBundle, const char* key, in APersistableBundle_putDoubleVector() [all …]
|
/aosp_15_r20/trusty/user/base/lib/apploader_package/include/apploader/ |
D | cbor.h | 63 static inline size_t encodedSizeOf(uint64_t val) { in encodedSizeOf() 78 static inline size_t encodedSizeOfInt(int64_t val) { in encodedSizeOfInt() 132 int64_t key; in populateMap() local 345 void encodeKeyValue(int64_t key, Fn fn) { in encodeKeyValue() 354 void encodeKeyValue(int64_t key, int64_t val) { in encodeKeyValue() 360 void encodeKeyValue(int64_t key, int val) { in encodeKeyValue() 364 void encodeKeyValue(int64_t key, __UNUSED bool val) { in encodeKeyValue() 371 void encodeKeyValue(int64_t key, const char* val) { in encodeKeyValue() 417 void encodeInt(const int64_t val) { in encodeInt() 422 void encodeUint(const uint64_t val) { in encodeUint() [all …]
|
/aosp_15_r20/prebuilts/tools/common/m2/repository/net/sf/trove4j/trove4j/1.1/ |
HD | trove4j-1.1.jar | ... v
java.util.Map$Entry e
Object key
Object val
int i
java.util.Iterator it ... |
/aosp_15_r20/external/jsoup/src/main/java/org/jsoup/nodes/ |
H A D | Attribute.java | 26 private String key; field in Attribute 27 @Nullable private String val; field in Attribute 36 public Attribute(String key, @Nullable String value) { in Attribute() 46 public Attribute(String key, @Nullable String val, @Nullable Attributes parent) { in Attribute() 68 public void setKey(String key) { in setKey() 111 @Override public String setValue(@Nullable String val) { in setValue() 160 …protected static void html(String key, @Nullable String val, Appendable accum, Document.OutputSett… in html() 166 …static void htmlNoValidate(String key, @Nullable String val, Appendable accum, Document.OutputSett… in htmlNoValidate() 181 @Nullable public static String getValidKey(String key, Syntax syntax) { in getValidKey() 218 protected static boolean isDataAttribute(String key) { in isDataAttribute() [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/data/ |
H A D | serialization_utils.cc | 41 Status GetIteratorName(StringPiece key, string* name) { in GetIteratorName() 165 Status VariantTensorDataReader::ReadScalar(StringPiece key, in ReadScalar() 172 Status VariantTensorDataReader::ReadScalar(StringPiece name, StringPiece key, in ReadScalar() 177 Status VariantTensorDataReader::ReadScalar(StringPiece key, in ReadScalar() 184 Status VariantTensorDataReader::ReadScalar(StringPiece name, StringPiece key, in ReadScalar() 189 Status VariantTensorDataReader::ReadTensor(StringPiece key, Tensor* val) const { in ReadTensor() 196 StringPiece key, Tensor* val) const { in ReadTensor() 202 Status VariantTensorDataReader::ReadTensor(StringPiece name, StringPiece key, in ReadTensor() 208 StringPiece name, StringPiece key, in ReadTensor() 233 StringPiece key, in ReadScalarInternal() [all …]
|
/aosp_15_r20/external/grpc-grpc/src/php/ext/grpc/ |
H A D | php7_wrapper.h | 32 #define php_grpc_add_property_zval(res, name, val) do { \ argument 40 #define PHP_GRPC_RETVAL_STRING(val, dup) RETVAL_STRING(val) argument 41 #define PHP_GRPC_RETURN_STRING(val, dup) RETURN_STRING(val) argument 46 #define PHP_GRPC_ADD_STRING_TO_ARRAY(val, key, key_len, str, dup) \ argument 48 #define PHP_GRPC_ADD_LONG_TO_ARRAY(val, key, key_len, str) \ argument 50 #define PHP_GRPC_ADD_BOOL_TO_ARRAY(val, key, key_len, str) \ argument 52 #define PHP_GRPC_ADD_LONG_TO_RETVAL(val, key, key_len, str) \ argument 55 #define RETURN_DESTROY_ZVAL(val) \ argument 89 #define PHP_GRPC_HASH_FOREACH_STR_KEY_VAL_START(ht, key, key_type, data) \ argument 98 #define PHP_GRPC_HASH_FOREACH_LONG_KEY_VAL_START(ht, key, key_type, index, \ argument [all …]
|
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/util/ |
H A D | Arrays.java | 237 public static int binarySearch(long[] a, long key) { in binarySearch() 241 public static int binarySearch(long[] a, int fromIndex, int toIndex, long key) { in binarySearch() 245 private static int binarySearch0(long[] a, int fromIndex, int toIndex, long key) { in binarySearch0() 249 public static int binarySearch(int[] a, int key) { in binarySearch() 253 public static int binarySearch(int[] a, int fromIndex, int toIndex, int key) { in binarySearch() 257 private static int binarySearch0(int[] a, int fromIndex, int toIndex, int key) { in binarySearch0() 261 public static int binarySearch(short[] a, short key) { in binarySearch() 265 public static int binarySearch(short[] a, int fromIndex, int toIndex, short key) { in binarySearch() 269 private static int binarySearch0(short[] a, int fromIndex, int toIndex, short key) { in binarySearch0() 273 public static int binarySearch(char[] a, char key) { in binarySearch() [all …]
|
/aosp_15_r20/system/media/audio_utils/ |
H A D | Metadata.cpp | 29 int audio_metadata_put_int32(audio_metadata_t *metadata, const char *key, int32_t value) { in audio_metadata_put_int32() 37 int audio_metadata_put_int64(audio_metadata_t *metadata, const char *key, int64_t value) { in audio_metadata_put_int64() 45 int audio_metadata_put_float(audio_metadata_t *metadata, const char *key, float value) { in audio_metadata_put_float() 53 int audio_metadata_put_double(audio_metadata_t *metadata, const char *key, double value) { in audio_metadata_put_double() 61 int audio_metadata_put_string(audio_metadata_t *metadata, const char *key, const char *value) { in audio_metadata_put_string() 70 audio_metadata_t *metadata, const char *key, audio_metadata_t *value) { in audio_metadata_put_data() 80 int audio_metadata_get_int32(audio_metadata_t *metadata, const char *key, int32_t *value) { in audio_metadata_get_int32() 84 int32_t *val = reinterpret_cast<Data *>(metadata)->get_ptr(Key<int32_t>(key)); in audio_metadata_get_int32() local 92 int audio_metadata_get_int64(audio_metadata_t *metadata, const char *key, int64_t *value) { in audio_metadata_get_int64() 96 int64_t *val = reinterpret_cast<Data *>(metadata)->get_ptr(Key<int64_t>(key)); in audio_metadata_get_int64() local [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
H A D | rpc_rendezvous_mgr_test.cc | 48 Rendezvous::ParsedKey key; in MakeKey() local 145 const Rendezvous::ParsedKey key = MakeKey(Rendezvous::CreateKey( in TEST_F() local 156 Tensor val(DT_FLOAT); in TEST_F() local 165 const Rendezvous::ParsedKey key = MakeKey(Rendezvous::CreateKey( in TEST_F() local 176 Tensor val(DT_STRING); in TEST_F() local 190 Tensor val(DT_STRING); in TEST_F() local 199 const Rendezvous::ParsedKey key = MakeKey(Rendezvous::CreateKey( in TEST_F() local 212 Tensor val(DT_STRING); in TEST_F() local 223 const Rendezvous::ParsedKey key = MakeKey(Rendezvous::CreateKey( in TEST_F() local 237 Tensor val(DT_STRING); in TEST_F() local [all …]
|