Home
last modified time | relevance | path

Searched +defs:source +defs:map (Results 1 – 25 of 1461) sorted by relevance

12345678910>>...59

/aosp_15_r20/external/fhir/spec/r4/json_definitions/
Dprofiles-others.json82 "source" : "http://hl7.org/fhir/StructureDefinition/DomainResource" string
90 "source" : "http://hl7.org/fhir/StructureDefinition/DomainResource" string
98 "source" : "http://hl7.org/fhir/StructureDefinition/DomainResource" string
106 "source" : "http://hl7.org/fhir/StructureDefinition/DomainResource" string
122 "source" : "http://hl7.org/fhir/StructureDefinition/DomainResource" string
130 "source" : "http://hl7.org/fhir/StructureDefinition/Measure" string
138 "source" : "http://hl7.org/fhir/StructureDefinition/Measure" string
144 "map" : "Entity. Role, or Act" string
148 "map" : "Definition" string
195 "source" : "http://hl7.org/fhir/StructureDefinition/Element" string
[all …]
Dprofiles-resources.json25533 "map" : "Entity. Role, or Act" string
25580 "source" : "http://hl7.org/fhir/StructureDefinition/Element" string
25607 "source" : "http://hl7.org/fhir/StructureDefinition/Element" string
25635 "source" : "http://hl7.org/fhir/StructureDefinition/Element" string
25668 "map" : "Entity. Role, or Act" string
25835 "source" : "http://hl7.org/fhir/StructureDefinition/DomainResource" string
25843 "source" : "http://hl7.org/fhir/StructureDefinition/DomainResource" string
25851 "source" : "http://hl7.org/fhir/StructureDefinition/DomainResource" string
25859 "source" : "http://hl7.org/fhir/StructureDefinition/DomainResource" string
25875 "source" : "http://hl7.org/fhir/StructureDefinition/DomainResource" string
[all …]
Dprofiles-types.json82 "map" : "n/a" string
109 "map" : "n/a" string
144 "source" : "http://hl7.org/fhir/StructureDefinition/Element" string
152 "source" : "http://hl7.org/fhir/StructureDefinition/Extension" string
158 "map" : "n/a" string
188 "map" : "n/a" string
208 "map" : "n/a" string
234 "map" : "n/a" string
312 "source" : "http://hl7.org/fhir/StructureDefinition/Element" string
317 "map" : "n/a" string
[all …]
Dextension-definitions.json64 "source" : "http://hl7.org/fhir/StructureDefinition/Element" string
72 "source" : "http://hl7.org/fhir/StructureDefinition/Extension" string
100 "map" : "n/a" string
132 "source" : "http://hl7.org/fhir/StructureDefinition/Element" string
140 "source" : "http://hl7.org/fhir/StructureDefinition/Extension" string
171 "map" : "N/A" string
195 "source" : "http://hl7.org/fhir/StructureDefinition/Element" string
201 "map" : "N/A" string
291 "source" : "http://hl7.org/fhir/StructureDefinition/Element" string
299 "source" : "http://hl7.org/fhir/StructureDefinition/Extension" string
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/
Dmap.hpp79 class map class
146 map() BOOST_NOEXCEPT_IF(dtl::is_nothrow_default_constructible<allocator_type>::value && in map() function in boost::container::map
155 BOOST_CONTAINER_FORCEINLINE map(const Compare& comp, const allocator_type& a) in map() function in boost::container::map
162 BOOST_CONTAINER_FORCEINLINE explicit map(const Compare& comp) in map() function in boost::container::map
169 BOOST_CONTAINER_FORCEINLINE explicit map(const allocator_type& a) in map() function in boost::container::map
179 BOOST_CONTAINER_FORCEINLINE map(InputIterator first, InputIterator last) in map() function in boost::container::map
189 BOOST_CONTAINER_FORCEINLINE map(InputIterator first, InputIterator last, const allocator_type& a) in map() function in boost::container::map
199 BOOST_CONTAINER_FORCEINLINE map(InputIterator first, InputIterator last, const Compare& comp) in map() function in boost::container::map
209 …BOOST_CONTAINER_FORCEINLINE map(InputIterator first, InputIterator last, const Compare& comp, cons… in map() function in boost::container::map
224 BOOST_CONTAINER_FORCEINLINE map( ordered_unique_range_t, InputIterator first, InputIterator last) in map() function in boost::container::map
[all …]
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
H A DXCldrStub.java42 private final Map<K,Set<V>> map; field in XCldrStub.Multimap
46 private Multimap(Map<K,Set<V>> map, Class<?> setClass) { in Multimap()
70 public void putAll(Multimap<K, V> source) { in putAll()
137 … public static <K, V, R extends Multimap<K, V>> R invertFrom(Multimap<V, K> source, R target) { in invertFrom()
143 public static <K, V, R extends Multimap<K, V>> R invertFrom(Map<V, K> source, R target) { in invertFrom()
152 public static <K, V> Map<K,V> forMap(Map<K,V> map) { in forMap()
162 private MultimapIterator(Map<K,Set<V>> map) { in MultimapIterator()
260 public static <T> String join(T[] source, String separator) { in join()
269 public static <T> String join(Iterable<T> source, String separator) { in join()
284 public static <T, U extends Iterable<T>> String join(U source, String separator) { in join()
[all …]
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/locale/
H A DXCldrStub.java37 private final Map<K,Set<V>> map; field in XCldrStub.Multimap
41 private Multimap(Map<K,Set<V>> map, Class<?> setClass) { in Multimap()
65 public void putAll(Multimap<K, V> source) { in putAll()
129 … public static <K, V, R extends Multimap<K, V>> R invertFrom(Multimap<V, K> source, R target) { in invertFrom()
135 public static <K, V, R extends Multimap<K, V>> R invertFrom(Map<V, K> source, R target) { in invertFrom()
144 public static <K, V> Map<K,V> forMap(Map<K,V> map) { in forMap()
154 private MultimapIterator(Map<K,Set<V>> map) { in MultimapIterator()
243 public static <T> String join(T[] source, String separator) { in join()
252 public static <T> String join(Iterable<T> source, String separator) { in join()
264 public static <T, U extends Iterable<T>> String join(U source, String separator) { in join()
[all …]
/aosp_15_r20/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
H A DTabulatorsTest.java77 Supplier<Stream<T>> source, in assertValue()
95 void assertValue(M map, in assertValue()
96 Supplier<Stream<T>> source, in assertValue()
127 …void assertValue(M map, Supplier<Stream<T>> source, boolean ordered) throws ReflectiveOperationExc… in assertValue()
153 void assertValue(Map<Boolean, D> map, in assertValue()
154 Supplier<Stream<T>> source, in assertValue()
167 void assertValue(List<T> value, Supplier<Stream<T>> source, boolean ordered) in assertValue()
193 void assertValue(Collection<T> value, Supplier<Stream<T>> source, boolean ordered) in assertValue()
220 void assertValue(U value, Supplier<Stream<T>> source, boolean ordered) in assertValue()
H A DCollectorsTest.java85 Supplier<Stream<T>> source, in assertValue()
99 …void assertValue(R value, Supplier<Stream<T>> source, boolean ordered) throws ReflectiveOperationE… in assertValue()
117 …void assertValue(R value, Supplier<Stream<T>> source, boolean ordered) throws ReflectiveOperationE… in assertValue()
134 …void assertValue(R value, Supplier<Stream<T>> source, boolean ordered) throws ReflectiveOperationE… in assertValue()
154 void assertValue(M map, in assertValue()
155 Supplier<Stream<T>> source, in assertValue()
186 …void assertValue(M map, Supplier<Stream<T>> source, boolean ordered) throws ReflectiveOperationExc… in assertValue()
213 void assertValue(Map<Boolean, D> map, in assertValue()
214 Supplier<Stream<T>> source, in assertValue()
226 void assertValue(List<T> value, Supplier<Stream<T>> source, boolean ordered) in assertValue()
[all …]
/aosp_15_r20/libcore/ojluni/src/test/java/util/stream/Collectors/
H A DCollectorsTest.java88 Supplier<Stream<T>> source, in assertValue()
102 …void assertValue(R value, Supplier<Stream<T>> source, boolean ordered) throws ReflectiveOperationE… in assertValue()
120 …void assertValue(R value, Supplier<Stream<T>> source, boolean ordered) throws ReflectiveOperationE… in assertValue()
137 …void assertValue(R value, Supplier<Stream<T>> source, boolean ordered) throws ReflectiveOperationE… in assertValue()
157 void assertValue(M map, in assertValue()
158 Supplier<Stream<T>> source, in assertValue()
189 …void assertValue(M map, Supplier<Stream<T>> source, boolean ordered) throws ReflectiveOperationExc… in assertValue()
216 void assertValue(Map<Boolean, D> map, in assertValue()
217 Supplier<Stream<T>> source, in assertValue()
229 void assertValue(List<T> value, Supplier<Stream<T>> source, boolean ordered) in assertValue()
[all …]
/aosp_15_r20/art/libartbase/base/
H A Dmem_map_test.cc55 MemMap map = MemMap::MapAnonymous("temp", in GetValidMapAddress() local
178 MemMap source = MemMap::MapAnonymous("MapAnonymous-atomic-replace-source", in TEST_F() local
216 MemMap source = MemMap::MapAnonymous("MapAnonymous-atomic-replace-source", in TEST_F() local
257 MemMap source = MemMap::MapAnonymous("MapAnonymous-atomic-replace-source", in TEST_F() local
299 MemMap source = MemMap::MapAnonymous("MapAnonymous-atomic-replace-source", in TEST_F() local
338 MemMap map = MemMap::MapAnonymous("MapAnonymousEmpty", in TEST_F() local
360 MemMap map = MemMap::MapAnonymous("MapAnonymousInvalid", in TEST_F() local
376 MemMap map = MemMap::MapAnonymous("MapAnonymousEmpty", in TEST_F() local
401 MemMap map = MemMap::MapFile(/*byte_count=*/map_size, in TEST_F() local
487 MemMap map = MemMap::MapFile(/*byte_count=*/map_size, in TEST_F() local
[all …]
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DMapLiteTest.java89 private void copyMapValues(TestMap source, TestMap.Builder destination) { in copyMapValues()
157 TestMap map = mapBuilder.build(); in testUpdateMapValues() local
251 private <K, V> void assertImmutable(Map<K, V> map, K key, V value) { in assertImmutable()
339 TestMap source = sourceBuilder.build(); in testPutAll() local
354 TestMap source = sourceBuilder.build(); in testPutAllForUnknownEnumValues() local
459 TestMap map = in testParseError() local
879 Map<K, V> map = new HashMap<>(); in newMap() local
885 Map<K, V> map = new HashMap<>(); in newMap() local
H A DMapForProto2LiteTest.java82 TestMap map = mapBuilder.build(); in testSetMapValues() local
86 private void copyMapValues(TestMap source, TestMap.Builder destination) { in copyMapValues()
154 TestMap map = mapBuilder.build(); in testUpdateMapValues() local
249 private <K, V> void assertImmutable(Map<K, V> map, K key, V value) { in assertImmutable()
330 TestMap source = sourceBuilder.build(); in testPutAll() local
426 TestMap map = in testParseError() local
534 Map<K, V> map = new HashMap<>(); in newMap() local
540 Map<K, V> map = new HashMap<>(); in newMap() local
/aosp_15_r20/external/protobuf/java/core/src/test/java/com/google/protobuf/
H A DMapLiteTest.java89 private void copyMapValues(TestMap source, TestMap.Builder destination) { in copyMapValues()
157 TestMap map = mapBuilder.build(); in testUpdateMapValues() local
251 private <K, V> void assertImmutable(Map<K, V> map, K key, V value) { in assertImmutable()
339 TestMap source = sourceBuilder.build(); in testPutAll() local
354 TestMap source = sourceBuilder.build(); in testPutAllForUnknownEnumValues() local
459 TestMap map = in testParseError() local
879 Map<K, V> map = new HashMap<>(); in newMap() local
885 Map<K, V> map = new HashMap<>(); in newMap() local
H A DMapForProto2LiteTest.java82 TestMap map = mapBuilder.build(); in testSetMapValues() local
86 private void copyMapValues(TestMap source, TestMap.Builder destination) { in copyMapValues()
154 TestMap map = mapBuilder.build(); in testUpdateMapValues() local
249 private <K, V> void assertImmutable(Map<K, V> map, K key, V value) { in assertImmutable()
330 TestMap source = sourceBuilder.build(); in testPutAll() local
426 TestMap map = in testParseError() local
534 Map<K, V> map = new HashMap<>(); in newMap() local
540 Map<K, V> map = new HashMap<>(); in newMap() local
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/collect/
H A DImmutableSortedMapTest.java134 ImmutableSortedMap<String, Integer> map = in testEmptyBuilder() local
136 assertEquals(Collections.<String, Integer>emptyMap(), map); in testEmptyBuilder() local
140 ImmutableSortedMap<String, Integer> map = in testSingletonBuilder() local
146 ImmutableSortedMap<String, Integer> map = in testBuilder() local
168 ImmutableSortedMap<String, Integer> map = in testBuilder_withImmutableEntry() local
216 ImmutableSortedMap<String, Integer> map = in testBuilderPutAllWithEmptyMap() local
220 assertEquals(Collections.<String, Integer>emptyMap(), map); in testBuilderPutAllWithEmptyMap() local
232 ImmutableSortedMap<String, Integer> map = in testBuilderPutAll() local
613 ImmutableSortedMap<String, Integer> map = in testBuilderReverseOrder() local
627 ImmutableSortedMap<String, Integer> map = in testBuilderComparator() local
[all …]
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/
H A DImmutableSortedMapTest.java128 ImmutableSortedMap<String, Integer> map = in testEmptyBuilder() local
130 assertEquals(Collections.<String, Integer>emptyMap(), map); in testEmptyBuilder() local
134 ImmutableSortedMap<String, Integer> map = in testSingletonBuilder() local
140 ImmutableSortedMap<String, Integer> map = in testBuilder() local
162 ImmutableSortedMap<String, Integer> map = in testBuilder_withImmutableEntry() local
210 ImmutableSortedMap<String, Integer> map = in testBuilderPutAllWithEmptyMap() local
214 assertEquals(Collections.<String, Integer>emptyMap(), map); in testBuilderPutAllWithEmptyMap() local
226 ImmutableSortedMap<String, Integer> map = in testBuilderPutAll() local
607 ImmutableSortedMap<String, Integer> map = in testBuilderReverseOrder() local
621 ImmutableSortedMap<String, Integer> map = in testBuilderComparator() local
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/message/
Dcopy.c68 upb_StringView source = *(upb_StringView*)value; in upb_Clone_MessageValue() local
81 const upb_Message* source = *(upb_Message**)value; in upb_Clone_MessageValue() local
91 upb_Map* upb_Map_DeepClone(const upb_Map* map, upb_CType key_type, in upb_Map_DeepClone()
119 static upb_Map* upb_Message_Map_DeepClone(const upb_Map* map, in upb_Message_Map_DeepClone()
182 const upb_Message_Extension* source, upb_Message_Extension* dest, in upb_Clone_ExtensionValue()
236 const upb_Map* map = upb_Message_GetMap(message, field); in upb_Message_DeepClone() local
/aosp_15_r20/external/google-auth-library-java/oauth2_http/javatests/com/google/auth/oauth2/
H A DExternalAccountCredentialsTest.java317 PluggableAuthCredentialSource source = in fromJson_pluggableAuthCredentials() local
342 PluggableAuthCredentialSource source = in fromJson_pluggableAuthCredentialsWorkforce() local
371 PluggableAuthCredentialSource source = in fromJson_pluggableAuthCredentials_allExecutableOptionsSet() local
398 PluggableAuthCredentialSource source = in fromJson_pluggableAuthCredentialsWithServiceAccountImpersonationOptions() local
429 PluggableAuthCredentialSource source = in fromJson_pluggableAuthCredentials_withUniverseDomain() local
454 PluggableAuthCredentialSource source = in fromJson_pluggableAuthCredentialsWithUniverseDomain() local
1222 Map<String, String> map = new HashMap<>(); in buildJsonIdentityPoolCredential() local
1243 Map<String, String> map = new HashMap<>(); in buildJsonAwsCredential() local
1280 Map<String, Object> map = new HashMap<String, Object>(); in buildServiceAccountImpersonationOptions() local
1288 String source, in validateMetricsHeader()
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/message/
H A Dcopy.c61 upb_StringView source = *(upb_StringView*)value; in upb_Clone_MessageValue() local
73 const upb_TaggedMessagePtr source = *(upb_TaggedMessagePtr*)value; in upb_Clone_MessageValue() local
87 upb_Map* upb_Map_DeepClone(const upb_Map* map, upb_CType key_type, in upb_Map_DeepClone()
115 static upb_Map* upb_Message_Map_DeepClone(const upb_Map* map, in upb_Message_Map_DeepClone()
179 const upb_MiniTableExtension* mini_table_ext, const upb_Extension* source, in upb_Clone_ExtensionValue()
238 const upb_Map* map = upb_Message_GetMap(src, field); in _upb_Message_Copy() local
/aosp_15_r20/external/javassist/src/main/javassist/bytecode/analysis/
H A DMultiType.java126 Map<String,CtClass> map = mergeMultiAndSingle(this, type); in isAssignableTo() local
155 MultiType source = mergeSource; in propogateState() local
164 MultiType source = mergeSource; in propogateResolved() local
182 Map<String,CtClass> map = new HashMap<String,CtClass>(); in getAllMultiInterfaces() local
207 private boolean inMergeSource(MultiType source) { in inMergeSource()
/aosp_15_r20/external/jsoup/src/main/java/org/jsoup/helper/
H A DW3CDom.java154 static Properties propertiesFromMap(Map<String, String> map) { in propertiesFromMap() argument
171 HashMap<String, String> map = new HashMap<>(); in methodMap() local
315 Object source = node.getUserData(W3CDom.SourceProperty); in sourceNodes() local
370 public void head(org.jsoup.nodes.Node source, int depth) { in head()
412 private void append(Node append, org.jsoup.nodes.Node source) { in append()
417 public void tail(org.jsoup.nodes.Node source, int depth) { in tail()
424 private void copyAttributes(org.jsoup.nodes.Node source, Element el) { in copyAttributes()
/aosp_15_r20/frameworks/base/tests/graphics/SilkFX/src/com/android/test/silkfx/hdr/
H A DGainmapDecodeTest.kt43 val map = gainmap.gainmapContents in gainmapVisualizer() constant
64 val source = ImageDecoder.createSource(resources.assets, in decode() constant
69 val gainmapImage = ImageDecoder.decodeBitmap(source) { decoder, info, source -> in decode() method
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/
H A DRelation.java39 public static <K, V> Relation<K, V> of(Map<K, Set<V>> map, Class<?> setCreator) { in of()
43 …public static <K,V> Relation<K, V> of(Map<K, Set<V>> map, Class<?> setCreator, Comparator<V> setCo… in of()
47 public Relation(Map<K, Set<V>> map, Class<?> setCreator) { in Relation()
52 public Relation(Map<K, Set<V>> map, Class<?> setCreator, Comparator<V> setComparator) { in Relation()
265 public Relation<K,V> addAllInverted(Relation<V,K> source) { in addAllInverted()
274 public Relation<K,V> addAllInverted(Map<V,K> source) { in addAllInverted()
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DRelation.java41 public static <K, V> Relation<K, V> of(Map<K, Set<V>> map, Class<?> setCreator) { in of()
45 …public static <K,V> Relation<K, V> of(Map<K, Set<V>> map, Class<?> setCreator, Comparator<V> setCo… in of()
49 public Relation(Map<K, Set<V>> map, Class<?> setCreator) { in Relation()
54 public Relation(Map<K, Set<V>> map, Class<?> setCreator, Comparator<V> setComparator) { in Relation()
267 public Relation<K,V> addAllInverted(Relation<V,K> source) { in addAllInverted()
276 public Relation<K,V> addAllInverted(Map<V,K> source) { in addAllInverted()

12345678910>>...59