Home
last modified time | relevance | path

Searched +defs:val +defs:keys (Results 1 – 25 of 1379) sorted by relevance

12345678910>>...56

/aosp_15_r20/libcore/ojluni/src/test/java/util/Map/
H A DInPlaceOpsCollisions.java49 public void testPutIfAbsent(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testPutIfAbsent() argument
51 Object[] keys = map.keySet().toArray(); in testPutIfAbsent() local
80 public void testRemoveMapping(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testRemoveMapping() argument
82 Object[] keys = map.keySet().toArray(); in testRemoveMapping() local
114 public void testReplaceOldValue(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testReplaceOldValue() argument
119 Object[] keys = map.keySet().toArray(); in testReplaceOldValue() local
146 public void testReplaceIfMapped(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testReplaceIfMapped() argument
151 Object[] keys = map.keySet().toArray(); in testReplaceIfMapped() local
186 private static <T> void testComputeIfAbsent(Map<T, T> map, String desc, T[] keys, in testComputeIfAbsent() argument
231 …public void testComputeIfAbsentNonNull(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testComputeIfAbsentNonNull() argument
[all …]
H A DMapWithCollisionsProviders.java170 private static <T> Map<T, T> fillMap(Map<T, T> m, T[] keys) { in fillMap() argument
180 private static <T> Supplier<Map<T, T>> createMap(Map<T, T> m, T[] keys) { in createMap() argument
184 private static <T> Object[] createCase(String desc, Map<T, T> m, T[] keys, T val) { in createCase() argument
189 T[] keys, in makeMapsMoreTypes()
190 T val) { in makeMapsMoreTypes()
208 T[] keys, in makeMapsHashMap()
209 T val) { in makeMapsHashMap()
218 private static <T> Collection<Object[]> makeMaps(String desc, T[] keys, T val) { in makeMaps()
225 private static <T> Collection<Object[]> makeObjectsCases(String desc, T[] keys) { in makeObjectsCases()
230 T[] keys) { in makeStringsCases()
/aosp_15_r20/prebuilts/tools/common/m2/repository/org/jetbrains/trove4j/trove4j/20160824/
HDtrove4j-20160824.jar ... java.util.Map$Entry { private Byte val final synthetic Byte val$v final synthetic Byte val ...
/aosp_15_r20/prebuilts/tools/common/m2/repository/org/jetbrains/intellij/deps/trove4j/1.0.20181211/
HDtrove4j-1.0.20181211.jar ... java.util.Map$Entry { private Byte val final synthetic Byte val$v final synthetic Byte val ...
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/external/org/jetbrains/intellij/deps/trove4j/1.0.20200330/
HDtrove4j-1.0.20200330.jar ... initialCapacity int capacity public boolean contains (int) int val protected int capacity () public boolean forEach (gnu ...
/aosp_15_r20/external/kotlinc/lib/
HDtrove4j.jar ... initialCapacity int capacity public boolean contains (int) int val protected int capacity () public boolean forEach (gnu ...
/aosp_15_r20/prebuilts/tools/common/m2/repository/net/sf/trove4j/trove4j/1.1/
HDtrove4j-1.1.jar ... java.util.Map$Entry { private Double val final synthetic Double val$v final synthetic Double val ...
/aosp_15_r20/device/generic/goldfish/camera/
DCameraDevice.cpp53 std::vector<uint32_t> keys; in getSortedKeys() local
393 const std::vector<uint32_t> keys = getSortedKeys(m); in getCameraCharacteristics() local
394 CameraMetadataValue& val = m[ANDROID_REQUEST_AVAILABLE_CHARACTERISTICS_KEYS]; in getCameraCharacteristics() local
403 const std::vector<uint32_t> keys = getSortedKeys(r); in getCameraCharacteristics() local
404 CameraMetadataValue& val = m[ANDROID_REQUEST_AVAILABLE_REQUEST_KEYS]; in getCameraCharacteristics() local
415 const std::vector<uint32_t> keys = getSortedKeys(r); in getCameraCharacteristics() local
416 CameraMetadataValue& val = m[ANDROID_REQUEST_AVAILABLE_RESULT_KEYS]; in getCameraCharacteristics() local
/aosp_15_r20/external/rust/android-crates-io/crates/serde_json/tests/
Dmap.rs14 let keys: Vec<_> = v.as_object().unwrap().keys().collect(); in test_preserve_order() localVariable
29 let val = v.as_object_mut().unwrap(); in test_append() localVariable
32 let keys: Vec<_> = m.keys().collect(); in test_append() localVariable
42 let val = v.as_object_mut().unwrap(); in test_retain() localVariable
45 let keys: Vec<_> = val.keys().collect(); in test_retain() localVariable
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_json-1.0.115/tests/
H A Dmap.rs14 let keys: Vec<_> = v.as_object().unwrap().keys().collect(); in test_preserve_order() localVariable
29 let val = v.as_object_mut().unwrap(); in test_append() localVariable
32 let keys: Vec<_> = m.keys().collect(); in test_append() localVariable
41 let val = v.as_object_mut().unwrap(); in test_retain() localVariable
44 let keys: Vec<_> = val.keys().collect(); in test_retain() localVariable
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Drendezvous_util.cc25 const std::vector<string>& keys, gtl::ArraySlice<Tensor> tensors_to_send) { in SendTensorsToRendezvous()
59 const std::vector<string>& keys, std::vector<Tensor>* received_tensors, in RecvOutputsFromRendezvousAsync()
94 Tensor* val = std::get<1>(p); in RecvOutputsFromRendezvousAsync() local
128 Tensor* val = &p.second; in RecvOutputsFromRendezvous() local
/aosp_15_r20/frameworks/base/media/jni/
H A Dandroid_media_Streams.cpp105 JNIEnv *env, jobjectArray keys, jobjectArray values, in ConvertKeyValueArraysToKeyedVector()
260 int32_t val; in ConvertMessageToMap() local
269 int64_t val; in ConvertMessageToMap() local
278 float val; in ConvertMessageToMap() local
287 AString val; in ConvertMessageToMap() local
359 JNIEnv *env, jobjectArray keys, jobjectArray values, in ConvertKeyValueArraysToMessage()
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Dreflection_tester.cc904 int32_t val = sub_message->GetReflection()->GetInt32( in ExpectMapFieldsSetViaReflection() local
932 int64_t val = sub_message->GetReflection()->GetInt64( in ExpectMapFieldsSetViaReflection() local
960 uint32_t val = sub_message->GetReflection()->GetUInt32( in ExpectMapFieldsSetViaReflection() local
988 uint64_t val = sub_message->GetReflection()->GetUInt64( in ExpectMapFieldsSetViaReflection() local
1016 int32_t val = sub_message->GetReflection()->GetInt32( in ExpectMapFieldsSetViaReflection() local
1044 int64_t val = sub_message->GetReflection()->GetInt64( in ExpectMapFieldsSetViaReflection() local
1072 uint32_t val = sub_message->GetReflection()->GetUInt32( in ExpectMapFieldsSetViaReflection() local
1100 uint64_t val = sub_message->GetReflection()->GetUInt64( in ExpectMapFieldsSetViaReflection() local
1128 int32_t val = sub_message->GetReflection()->GetInt32( in ExpectMapFieldsSetViaReflection() local
1157 int64_t val = sub_message->GetReflection()->GetInt64( in ExpectMapFieldsSetViaReflection() local
[all …]
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Dreflection_tester.cc904 int32_t val = sub_message->GetReflection()->GetInt32( in ExpectMapFieldsSetViaReflection() local
932 int64_t val = sub_message->GetReflection()->GetInt64( in ExpectMapFieldsSetViaReflection() local
960 uint32_t val = sub_message->GetReflection()->GetUInt32( in ExpectMapFieldsSetViaReflection() local
988 uint64_t val = sub_message->GetReflection()->GetUInt64( in ExpectMapFieldsSetViaReflection() local
1016 int32_t val = sub_message->GetReflection()->GetInt32( in ExpectMapFieldsSetViaReflection() local
1044 int64_t val = sub_message->GetReflection()->GetInt64( in ExpectMapFieldsSetViaReflection() local
1072 uint32_t val = sub_message->GetReflection()->GetUInt32( in ExpectMapFieldsSetViaReflection() local
1100 uint64_t val = sub_message->GetReflection()->GetUInt64( in ExpectMapFieldsSetViaReflection() local
1128 int32_t val = sub_message->GetReflection()->GetInt32( in ExpectMapFieldsSetViaReflection() local
1157 int64_t val = sub_message->GetReflection()->GetInt64( in ExpectMapFieldsSetViaReflection() local
[all …]
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/progs/
H A Dbpf_flow.c75 static __always_inline int export_flow_keys(struct bpf_flow_keys *keys, in export_flow_keys()
79 struct bpf_flow_keys val; in export_flow_keys() local
118 struct bpf_flow_keys *keys = skb->flow_keys; in parse_eth_proto() local
146 struct bpf_flow_keys *keys = skb->flow_keys; in _dissect() local
167 struct bpf_flow_keys *keys = skb->flow_keys; in parse_ip_proto() local
258 struct bpf_flow_keys *keys = skb->flow_keys; in parse_ipv6_proto() local
278 struct bpf_flow_keys *keys = skb->flow_keys; in PROG() local
326 struct bpf_flow_keys *keys = skb->flow_keys; in PROG() local
348 struct bpf_flow_keys *keys = skb->flow_keys; in PROG() local
366 struct bpf_flow_keys *keys = skb->flow_keys; in PROG() local
[all …]
/aosp_15_r20/external/icu/tools/srcgen/currysrc/libs/
HDorg.eclipse.equinox.preferences_3.7.100.v20180510-1129.jar ... ) public abstract java.lang.String[] keys () throws org.osgi.service.prefs ...
/aosp_15_r20/external/flatbuffers/java/com/google/flatbuffers/
H A DFlexBuffersBuilder.java180 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
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()
320 public void putFloat(String key, float val) { in putFloat()
321 stack.add(Value.float32(putKey(key), val)); in putFloat() local
337 public void putFloat(String key, double val) { in putFloat()
338 stack.add(Value.float64(putKey(key), val)); in putFloat() local
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/core/data/
H A Dserialization_utils.cc155 auto keys = str_util::Split(metadata, kDelimiter, str_util::SkipEmpty()); in VariantTensorDataReader() local
290 const int64_t val) { in WriteScalar()
297 const int64_t val) { in WriteScalar()
302 const tstring& val) { in WriteScalar()
309 const tstring& val) { in WriteScalar()
314 const Tensor& val) { in WriteTensor()
321 const Tensor& val) { in WriteTensor()
327 for (auto& keys : keys_) { in MaybeFlush() local
364 const T& val) { in WriteScalarInternal()
376 const Tensor& val) { in WriteTensorInternal()
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A DTCPStoreLibUvBackend.cpp429 void write1(uint8_t val) { in write1()
434 void write_value(T val) { in write_value()
439 void write_vector(const std::vector<uint8_t>& val) { in write_vector()
444 void write_string(const std::string& val) { in write_string()
849 std::vector<std::string> keys(key_count); in parse_check_command() local
879 std::vector<std::string> keys(key_count); in parse_wait_command() local
1257 bool LibUVStoreDaemon::checkKeys(const std::vector<std::string>& keys) { in checkKeys()
1264 const std::vector<std::string>& keys, in waitKeys()
/aosp_15_r20/external/bcc/libbpf-tools/
H A Dtcpconnect.c45 long val; in get_int() local
66 long val; in get_ints() local
91 long val; in get_uint() local
209 static struct ipv4_flow_key keys[MAX_ENTRIES]; in print_count_ipv4() local
242 static struct ipv6_flow_key keys[MAX_ENTRIES]; in print_count_ipv6() local
/aosp_15_r20/external/iproute2/tc/
H A Df_flow.c63 static int flow_parse_keys(__u32 *keys, __u32 *nkeys, char *argv) in flow_parse_keys()
98 static int get_addend(__u32 *addend, char *argv, __u32 keys) in get_addend()
139 __u32 keys = 0, nkeys = 0; in flow_parse_opt() local
273 __u32 mask = ~0, val = 0; in flow_print_opt() local
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/io/
DExpiringCache.java46 private String val; field in ExpiringCache.Entry
48 Entry(long timestamp, String val) { in Entry()
56 String val() { return val; } in val() method in ExpiringCache.Entry
57 void setVal(String val) { this.val = val; } in setVal()
90 synchronized void put(String key, String val) { in put()
122 String[] keys = new String[keySet.size()]; in cleanup() local
/aosp_15_r20/libcore/ojluni/src/main/java/java/io/
H A DExpiringCache.java46 private String val; field in ExpiringCache.Entry
48 Entry(long timestamp, String val) { in Entry()
56 String val() { return val; } in val() method in ExpiringCache.Entry
57 void setVal(String val) { this.val = val; } in setVal()
90 synchronized void put(String key, String val) { in put()
122 String[] keys = new String[keySet.size()]; in cleanup() local
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/0/libcore/ojluni/src/main/java/java/io/
DExpiringCache.java46 private String val; field in ExpiringCache.Entry
48 Entry(long timestamp, String val) { in Entry()
56 String val() { return val; } in val() method in ExpiringCache.Entry
57 void setVal(String val) { this.val = val; } in setVal()
90 synchronized void put(String key, String val) { in put()
122 String[] keys = new String[keySet.size()]; in cleanup() local
/aosp_15_r20/hardware/libhardware_legacy/audio/
H A Daudio_hw_hal.cpp188 int val; in out_set_parameters() local
202 static char * out_get_parameters(const struct audio_stream *stream, const char *keys) in out_get_parameters()
207 int val; in out_get_parameters() local
338 int val; in in_set_parameters() local
353 const char *keys) in in_get_parameters()
358 int val; in in_get_parameters() local
471 const char *keys) in adev_get_parameters()

12345678910>>...56