/aosp_15_r20/external/python/cpython2/Modules/ |
D | nismodule.c | 58 char *map; member 73 nis_mapname (char *map, int *pfix) in nis_mapname() 110 PyObject *val; in nis_foreach() local 163 char *key, *map; in nis_match() local 194 char *map; in nis_cat() local 254 mapname map; member
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/text/ |
D | encode.c | 112 static void txtenc_enum(int32_t val, const upb_FieldDef* f, txtenc* e) { in txtenc_enum() 162 static void txtenc_field(txtenc* e, upb_MessageValue val, in txtenc_field() 254 upb_MessageValue val, const upb_FieldDef* f) { in txtenc_mapentry() 284 static void txtenc_map(txtenc* e, const upb_Map* map, const upb_FieldDef* f) { in txtenc_map() 287 upb_MessageValue key, val; in txtenc_map() local 299 upb_MessageValue key, val; in txtenc_map() local 345 uint64_t val; in txtenc_unknown() local 351 uint32_t val; in txtenc_unknown() local 357 uint64_t val; in txtenc_unknown() local 422 upb_MessageValue val; in txtenc_msg() local
|
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_addrhashmap.h | 48 T val; member 101 AddrHashMap<T, kSize>::Handle::Handle(AddrHashMap<T, kSize> *map, uptr addr) { in Handle() 110 AddrHashMap<T, kSize>::Handle::Handle(AddrHashMap<T, kSize> *map, uptr addr, in Handle() 120 AddrHashMap<T, kSize>::Handle::Handle(AddrHashMap<T, kSize> *map, uptr addr, in Handle()
|
/aosp_15_r20/libcore/ojluni/src/main/java/sun/security/x509/ |
H A D | X509CertInfo.java | 115 private static final Map<String,Integer> map = new HashMap<String,Integer>(); field in X509CertInfo 364 public void set(String name, Object val) in set() 623 private void parse(DerValue val) in parse() 818 private void setVersion(Object val) throws CertificateException { in setVersion() 831 private void setSerialNumber(Object val) throws CertificateException { in setSerialNumber() 844 private void setAlgorithmId(Object val) throws CertificateException { in setAlgorithmId() 858 private void setIssuer(Object val) throws CertificateException { in setIssuer() 872 private void setValidity(Object val) throws CertificateException { in setValidity() 886 private void setSubject(Object val) throws CertificateException { in setSubject() 900 private void setKey(Object val) throws CertificateException { in setKey() [all …]
|
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/util/ |
H A D | TextTrieMapTest.java | 91 TextTrieMap map = new TextTrieMap(false); in TestCaseSensitive() local 151 TextTrieMap map = new TextTrieMap(true); in TestCaseInsensitive() local 241 Object val = itr.next(); in checkResult() local
|
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
H A D | TextTrieMapTest.java | 94 TextTrieMap map = new TextTrieMap(false); in TestCaseSensitive() local 154 TextTrieMap map = new TextTrieMap(true); in TestCaseInsensitive() local 244 Object val = itr.next(); in checkResult() local
|
/aosp_15_r20/frameworks/base/media/java/android/media/ |
H A D | MediaHTTPConnection.java | 121 private static boolean parseBoolean(String val) { in parseBoolean() 131 private synchronized boolean filterOutInternalHeaders(String key, String val) { in filterOutInternalHeaders() 143 HashMap<String, String> map = new HashMap<String, String>(); in convertHeaderStringToMap() local 150 String val = pair.substring(colonPos + 1); in convertHeaderStringToMap() local
|
/aosp_15_r20/external/pdfium/core/fpdfapi/font/ |
H A D | cpdf_cmap.cpp | 212 for (const auto& map : kPredefinedCMaps) { in GetPredefinedCMap() local 219 std::vector<bool> LoadLeadingSegments(const PredefinedCMap& map) { in LoadLeadingSegments() 302 const PredefinedCMap* map = GetPredefinedCMap(bsPredefinedName); in CPDF_CMap() local 351 [](const CPDF_CMap::CIDRange& arg, uint32_t val) { in CIDFromCharCode()
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | nismodule.c | 89 char *map; member 104 nis_mapname(char *map, int *pfix) in nis_mapname() 137 PyObject *val; in nis_foreach() local 192 char *key, *map; in nis_match() local 238 char *map; in nis_cat() local 301 mapname map; member
|
/aosp_15_r20/external/rust/android-crates-io/crates/arc-swap/src/ |
D | access.rs | 461 fn map() { in map() function 463 let map = a.map(|a: &Cfg| &a.value); in map() localVariable 471 let map = a.map(|a: &Option<Arc<Cfg>>| a.as_ref().map(|c| &c.value).unwrap()); in map_option_some() localVariable 479 let map = a.map(|a: &Option<Arc<Cfg>>| a.as_ref().map(|c| &c.value).unwrap_or(&42)); in map_option_none() localVariable 495 let map = a.map(|cfg: &Cfg| &cfg.value); in map_reload() localVariable 519 val: usize, in double_dyn_access_complex() field
|
/aosp_15_r20/external/eigen/unsupported/test/ |
H A D | cxx11_tensor_map.cpp | 121 int val = 0; in test_3d() local 165 int val = 0; in test_from_tensor() local 250 int val = 0; in test_casting() local 260 TensorMap<Tensor<int, 3> > map(tensor); in test_casting() local
|
/aosp_15_r20/packages/apps/Dialer/java/com/android/voicemail/impl/utils/ |
D | XmlUtils.java | 31 ArrayMap<String, Object> map = new ArrayMap<>(); in readThisArrayMapXml() local 36 Object val = readThisValueXml(parser, name, callback, true); in readThisArrayMapXml() local 72 Object val = readThisValueXml(parser, name, callback, arrayMap); in readThisListXml() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLTypes.cpp | 195 #define CV_TYPE(name, val) io.enumCase(Value, #name, name); in enumeration() argument 394 template <> void LeafRecordImpl<ModifierRecord>::map(IO &IO) { in map() function in llvm::CodeViewYAML::detail::LeafRecordImpl 399 template <> void LeafRecordImpl<ProcedureRecord>::map(IO &IO) { in map() function in llvm::CodeViewYAML::detail::LeafRecordImpl 407 template <> void LeafRecordImpl<MemberFunctionRecord>::map(IO &IO) { in map() function in llvm::CodeViewYAML::detail::LeafRecordImpl 418 template <> void LeafRecordImpl<LabelRecord>::map(IO &IO) { in map() function in llvm::CodeViewYAML::detail::LeafRecordImpl 422 template <> void LeafRecordImpl<MemberFuncIdRecord>::map(IO &IO) { in map() function in llvm::CodeViewYAML::detail::LeafRecordImpl 428 template <> void LeafRecordImpl<ArgListRecord>::map(IO &IO) { in map() function in llvm::CodeViewYAML::detail::LeafRecordImpl 432 template <> void LeafRecordImpl<StringListRecord>::map(IO &IO) { in map() function in llvm::CodeViewYAML::detail::LeafRecordImpl 436 template <> void LeafRecordImpl<PointerRecord>::map(IO &IO) { in map() function in llvm::CodeViewYAML::detail::LeafRecordImpl 442 template <> void LeafRecordImpl<ArrayRecord>::map(IO &IO) { in map() function in llvm::CodeViewYAML::detail::LeafRecordImpl [all …]
|
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/text/ |
H A D | encode.c | 101 static void txtenc_enum(int32_t val, const upb_FieldDef* f, txtenc* e) { in txtenc_enum() 230 static void txtenc_field(txtenc* e, upb_MessageValue val, in txtenc_field() 322 upb_MessageValue val, const upb_FieldDef* f) { in txtenc_mapentry() 352 static void txtenc_map(txtenc* e, const upb_Map* map, const upb_FieldDef* f) { in txtenc_map() 355 upb_MessageValue key, val; in txtenc_map() local 369 upb_MessageValue key, val; in txtenc_map() local 415 uint64_t val; in txtenc_unknown() local 421 uint32_t val; in txtenc_unknown() local 427 uint64_t val; in txtenc_unknown() local 492 upb_MessageValue val; in txtenc_msg() local
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/arm64/mte/ |
H A D | check_user_mem.c | 39 char val = 'A'; in check_usermem_access_fault() local 142 void format_test_name(char* name, int name_len, int type, int sync, int map, int len, int offset) { in format_test_name() 225 int map = maps[m]; in main() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/test/ |
D | adaptors.cpp | 24 T val; member 43 T val; member 202 std::map<int,int> map; in check_adaptors() local
|
/aosp_15_r20/external/igt-gpu-tools/tests/i915/ |
H A D | gem_exec_params.c | 81 int val = -1; in has_exec_batch_first() local 92 int val = -1; in has_resource_streamer() local 107 uint32_t *map, value; in test_batch_first() local
|
/aosp_15_r20/external/skia/tests/ |
H A D | HashTest.cpp | 23 static int count(const THashMap<int, double>& map) { in count() 30 THashMap<int, double> map; in DEF_TEST() local 153 THashMap<int, std::string_view> map{{1, "one"}, {2, "two"}, {3, "three"}, {4, "four"}}; in DEF_TEST() local 183 THashMap<int, std::string_view> map{{1, "one"}}; in DEF_TEST() local 381 int val = 0; in DEF_TEST() member
|
/aosp_15_r20/external/grpc-grpc/src/core/ext/upb-gen/google/api/expr/v1alpha1/ |
H A D | syntax.upb.h | 1615 const upb_Map* map = upb_Message_GetMap(UPB_UPCAST(msg), &field); in google_api_expr_v1alpha1_SourceInfo_positions_size() local 1618 …urceInfo_positions_get(const google_api_expr_v1alpha1_SourceInfo* msg, int64_t key, int32_t* val) { in google_api_expr_v1alpha1_SourceInfo_positions_get() 1620 const upb_Map* map = upb_Message_GetMap(UPB_UPCAST(msg), &field); in google_api_expr_v1alpha1_SourceInfo_positions_get() local 1626 const upb_Map* map = upb_Message_GetMap(UPB_UPCAST(msg), &field); in google_api_expr_v1alpha1_SourceInfo_positions_next() local 1644 const upb_Map* map = upb_Message_GetMap(UPB_UPCAST(msg), &field); in google_api_expr_v1alpha1_SourceInfo_macro_calls_size() local 1647 …const google_api_expr_v1alpha1_SourceInfo* msg, int64_t key, google_api_expr_v1alpha1_Expr** val) { in google_api_expr_v1alpha1_SourceInfo_macro_calls_get() 1649 const upb_Map* map = upb_Message_GetMap(UPB_UPCAST(msg), &field); in google_api_expr_v1alpha1_SourceInfo_macro_calls_get() local 1655 const upb_Map* map = upb_Message_GetMap(UPB_UPCAST(msg), &field); in google_api_expr_v1alpha1_SourceInfo_macro_calls_next() local 1692 …_SourceInfo_add_line_offsets(google_api_expr_v1alpha1_SourceInfo* msg, int32_t val, upb_Arena* are… in google_api_expr_v1alpha1_SourceInfo_add_line_offsets() 1706 upb_Map* map = (upb_Map*)upb_Message_GetMap(UPB_UPCAST(msg), &field); in google_api_expr_v1alpha1_SourceInfo_positions_clear() local [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/upb-generated/google/api/expr/v1alpha1/ |
D | syntax.upb.h | 1588 const upb_Map* map = upb_Message_GetMap(msg, &field); in google_api_expr_v1alpha1_SourceInfo_positions_size() local 1591 …urceInfo_positions_get(const google_api_expr_v1alpha1_SourceInfo* msg, int64_t key, int32_t* val) { in google_api_expr_v1alpha1_SourceInfo_positions_get() 1593 const upb_Map* map = upb_Message_GetMap(msg, &field); in google_api_expr_v1alpha1_SourceInfo_positions_get() local 1599 const upb_Map* map = upb_Message_GetMap(msg, &field); in google_api_expr_v1alpha1_SourceInfo_positions_next() local 1609 const upb_Map* map = upb_Message_GetMap(msg, &field); in google_api_expr_v1alpha1_SourceInfo_macro_calls_size() local 1612 …const google_api_expr_v1alpha1_SourceInfo* msg, int64_t key, google_api_expr_v1alpha1_Expr** val) { in google_api_expr_v1alpha1_SourceInfo_macro_calls_get() 1614 const upb_Map* map = upb_Message_GetMap(msg, &field); in google_api_expr_v1alpha1_SourceInfo_macro_calls_get() local 1620 const upb_Map* map = upb_Message_GetMap(msg, &field); in google_api_expr_v1alpha1_SourceInfo_macro_calls_next() local 1648 …_SourceInfo_add_line_offsets(google_api_expr_v1alpha1_SourceInfo* msg, int32_t val, upb_Arena* are… in google_api_expr_v1alpha1_SourceInfo_add_line_offsets() 1659 upb_Map* map = (upb_Map*)upb_Message_GetMap(msg, &field); in google_api_expr_v1alpha1_SourceInfo_positions_clear() local [all …]
|
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/message/internal/ |
H A D | accessors.h | 248 const void* default_val, void* val) { in _upb_Message_GetNonExtensionField() 262 const void* default_val, void* val) { in _upb_Message_GetExtensionField() 276 struct upb_Message* msg, const upb_MiniTableField* field, const void* val) { in _upb_Message_SetNonExtensionField() 285 const void* val, upb_Arena* a) { in _upb_Message_SetExtensionField() 345 struct upb_Map* map = NULL; in _upb_Message_GetOrCreateMutableMap() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLTypes.cpp | 200 #define CV_TYPE(name, val) io.enumCase(Value, #name, name); in enumeration() argument 399 template <> void LeafRecordImpl<ModifierRecord>::map(IO &IO) { in map() function in llvm::CodeViewYAML::detail::LeafRecordImpl 404 template <> void LeafRecordImpl<ProcedureRecord>::map(IO &IO) { in map() function in llvm::CodeViewYAML::detail::LeafRecordImpl 412 template <> void LeafRecordImpl<MemberFunctionRecord>::map(IO &IO) { in map() function in llvm::CodeViewYAML::detail::LeafRecordImpl 423 template <> void LeafRecordImpl<LabelRecord>::map(IO &IO) { in map() function in llvm::CodeViewYAML::detail::LeafRecordImpl 427 template <> void LeafRecordImpl<MemberFuncIdRecord>::map(IO &IO) { in map() function in llvm::CodeViewYAML::detail::LeafRecordImpl 433 template <> void LeafRecordImpl<ArgListRecord>::map(IO &IO) { in map() function in llvm::CodeViewYAML::detail::LeafRecordImpl 437 template <> void LeafRecordImpl<StringListRecord>::map(IO &IO) { in map() function in llvm::CodeViewYAML::detail::LeafRecordImpl 441 template <> void LeafRecordImpl<PointerRecord>::map(IO &IO) { in map() function in llvm::CodeViewYAML::detail::LeafRecordImpl 447 template <> void LeafRecordImpl<ArrayRecord>::map(IO &IO) { in map() function in llvm::CodeViewYAML::detail::LeafRecordImpl [all …]
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/concurrent/ |
H A D | ConcurrentHashMap.java | 628 volatile V val; field in ConcurrentHashMap.Node 631 Node(int hash, K key, V val) { in Node() 637 Node(int hash, K key, V val, Node<K,V> next) { in Node() 1364 V val = p.val; in equals() local 1700 V val = null; in computeIfAbsent() local 1812 V val = null; in computeIfPresent() local 1907 V val = null; in compute() local 2035 V val = null; in merge() local 2725 TreeNode(int hash, K key, V val, Node<K,V> next, in TreeNode() 3435 final ConcurrentHashMap<K,V> map; field in ConcurrentHashMap.BaseIterator [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | ConcurrentHashMap.java | 628 volatile V val; field in ConcurrentHashMap.Node 631 Node(int hash, K key, V val) { in Node() 637 Node(int hash, K key, V val, Node<K,V> next) { in Node() 1364 V val = p.val; in equals() local 1700 V val = null; in computeIfAbsent() local 1812 V val = null; in computeIfPresent() local 1907 V val = null; in compute() local 2035 V val = null; in merge() local 2725 TreeNode(int hash, K key, V val, Node<K,V> next, in TreeNode() 3435 final ConcurrentHashMap<K,V> map; field in ConcurrentHashMap.BaseIterator [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/19/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | ConcurrentHashMap.java | 628 volatile V val; field in ConcurrentHashMap.Node 631 Node(int hash, K key, V val) { in Node() 637 Node(int hash, K key, V val, Node<K,V> next) { in Node() 1364 V val = p.val; in equals() local 1700 V val = null; in computeIfAbsent() local 1812 V val = null; in computeIfPresent() local 1907 V val = null; in compute() local 2035 V val = null; in merge() local 2725 TreeNode(int hash, K key, V val, Node<K,V> next, in TreeNode() 3435 final ConcurrentHashMap<K,V> map; field in ConcurrentHashMap.BaseIterator [all …]
|