Home
last modified time | relevance | path

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

12345

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
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 …]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
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 …]
/third_party/weex-loader/src/
Dscript.js32 module.exports = function (source, map) { argument
Dutil.js141 export function generateMap (loader, source, iterator) { argument
155 source: fileNameWithHash, property
164 export function consumeMap (loader, target, map) { argument
208 export function splitSourceLine (source) { argument
212 export function printSourceWithLine (source) { argument
279 export function parseRequireModule (source, resourcePath) { argument
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DMapLiteTest.java60 private void copyMapValues(TestMap source, TestMap.Builder destination) { in copyMapValues()
128 TestMap map = mapBuilder.build(); in testUpdateMapValues() local
222 private <K, V> void assertImmutable(Map<K, V> map, K key, V value) { in assertImmutable()
310 TestMap source = sourceBuilder.build(); in testPutAll() local
325 TestMap source = sourceBuilder.build(); in testPutAllForUnknownEnumValues() local
430 TestMap map = in testParseError() local
850 Map<K, V> map = new HashMap<>(); in newMap() local
856 Map<K, V> map = new HashMap<>(); in newMap() local
DMapForProto2LiteTest.java59 TestMap map = mapBuilder.build(); in testSetMapValues() local
63 private void copyMapValues(TestMap source, TestMap.Builder destination) { in copyMapValues()
131 TestMap map = mapBuilder.build(); in testUpdateMapValues() local
226 private <K, V> void assertImmutable(Map<K, V> map, K key, V value) { in assertImmutable()
307 TestMap source = sourceBuilder.build(); in testPutAll() local
403 TestMap map = in testParseError() local
511 Map<K, V> map = new HashMap<>(); in newMap() local
517 Map<K, V> map = new HashMap<>(); in newMap() local
DMapTest.java109 private void copyMapValues(TestMap source, TestMap.Builder destination) { in copyMapValues()
296 private <K, V> void assertImmutable(Map<K, V> map, K key, V value) { in assertImmutable()
438 TestMap source = sourceBuilder.build(); in testPutAll() local
479 TestMap source = in testPutAllForUnknownEnumValues() local
606 TestMap map = in testParseError() local
811 Map<K, V> map = new HashMap<>(); in mapForValues() local
1525 Map<K, V> map = new HashMap<>(); in newMap() local
1531 Map<K, V> map = new HashMap<>(); in newMap() local
1538 Map<K, V> map = new HashMap<>(); in newMap() local
DMapForProto2Test.java109 private void copyMapValues(TestMap source, TestMap.Builder destination) { in copyMapValues()
296 private <K, V> void assertImmutable(Map<K, V> map, K key, V value) { in assertImmutable()
412 Map<K, V> map = new HashMap<K, V>(); in newMap() local
418 Map<K, V> map = new HashMap<K, V>(); in newMap() local
451 TestMap source = sourceBuilder.build(); in testPutAll() local
542 TestMap map = in testParseError() local
669 Map<K, V> map = new HashMap<>(); in mapForValues() local
/third_party/gn/src/base/posix/
Dfile_descriptor_shuffle.h60 int source; member
75 static inline bool ShuffleFileDescriptors(InjectiveMultimap* map) { in ShuffleFileDescriptors()
/third_party/rust/rust/tests/ui/higher-ranked/trait-bounds/
Dissue-30786.rs105 let source = Repeat(10); in variant1() localVariable
119 let map = source.mapx(|x: &_| x); in variant1() localVariable
125 let source = Repeat(10); in variant2() localVariable
130 let map = source.mapx(identity); in variant2() localVariable
/third_party/protobuf/upb/message/
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()
239 const upb_Map* map = upb_Message_GetMap(src, field); in _upb_Message_Copy() local
/third_party/grpc/third_party/upb/upb/message/
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()
239 const upb_Map* map = upb_Message_GetMap(src, field); in _upb_Message_Copy() local
/third_party/libphonenumber/java/internal/prefixmapper/src/com/google/i18n/phonenumbers/prefixmapper/
DPrefixFileReader.java55 InputStream source = metadataLoader.loadMetadata(phonePrefixDataDirectory + "config"); in loadMappingFileProvider() local
80 InputStream source = metadataLoader.loadMetadata(phonePrefixDataDirectory + fileName); in loadPhonePrefixMapFromFile() local
84 PhonePrefixMap map = new PhonePrefixMap(); in loadPhonePrefixMapFromFile() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
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()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
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()
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/compiler/
DMatcherCompiler.java125 private ImmutableSet<DfaNode> sortedOutputs(DfaNode source) { in sortedOutputs()
132 private DfaNode singleOutput(DfaNode source) { in singleOutput()
143 private ImmutableMap<DfaNode, Integer> getOutMap(DfaNode source) { in getOutMap()
155 private void buildSequencesFrom(DfaNode start, LinkedHashMap<DfaNode, Sequence> map) { in buildSequencesFrom()
/third_party/libphonenumber/java/geocoder/src/com/google/i18n/phonenumbers/
DPhoneNumberToTimeZonesMapper.java64 InputStream source = PhoneNumberToTimeZonesMapper.class.getResourceAsStream(path); in loadPrefixTimeZonesMapFromFile() local
66 PrefixTimeZonesMap map = new PrefixTimeZonesMap(); in loadPrefixTimeZonesMapFromFile() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
DWriteCharts.java52 public static void printSet(String source) { in printSet()
68 String source = (String) sources.nextElement(); in getAllScripts() local
129 String source = id.substring(0,minusPos); in print() local
173 Map map = new TreeMap(); in print() local
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DWriteCharts.java49 public static void printSet(String source) { in printSet()
65 String source = (String) sources.nextElement(); in getAllScripts() local
126 String source = id.substring(0,minusPos); in print() local
170 Map map = new TreeMap(); in print() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DBuffer9.cpp96 BufferImpl *source, in copySubData()
113 angle::Result Buffer9::map(const gl::Context *context, GLenum access, void **mapPtr) in map() function in rx::Buffer9
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DTrieMapTest.java118 String source = entry.getKey(); in TestByteConversion() local
171 …Map<String, Integer> map = comparisonTime == 0 ? new TreeMap<String, Integer>(testMap) : new HashM… in timeIteration() local
372 TreeMap<String, Integer> map = new TreeMap<String, Integer>(unicodeTestMap); in checkSize() local
431 …Map<String, Integer> map = comparisonTime == 0 ? new TreeMap<String, Integer>(testmap) : new HashM… in timeGet() local
480 Map<String, Integer> map; field in TrieMapTest.MyLoop
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DTrieMapTest.java121 String source = entry.getKey(); in TestByteConversion() local
174 …Map<String, Integer> map = comparisonTime == 0 ? new TreeMap<String, Integer>(testMap) : new HashM… in timeIteration() local
375 TreeMap<String, Integer> map = new TreeMap<String, Integer>(unicodeTestMap); in checkSize() local
434 …Map<String, Integer> map = comparisonTime == 0 ? new TreeMap<String, Integer>(testmap) : new HashM… in timeGet() local
483 Map<String, Integer> map; field in TrieMapTest.MyLoop
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DBuffer11.cpp475 BufferImpl *source, in copySubData()
538 angle::Result Buffer11::map(const gl::Context *context, GLenum access, void **mapPtr) in map() function in rx::Buffer11
1081 void Buffer11::onCopyStorage(BufferStorage *dest, BufferStorage *source) in onCopyStorage()
1154 BufferStorage *source, in copyFromStorage()
1358 angle::Result Buffer11::NativeStorage::map(const gl::Context *context, in map() function in rx::Buffer11::NativeStorage
1648 BufferStorage *source, in copyFromStorage()
1678 angle::Result Buffer11::EmulatedIndexedStorage::map(const gl::Context *context, in map() function in rx::Buffer11::EmulatedIndexedStorage
1703 BufferStorage *source, in copyFromStorage()
1736 angle::Result Buffer11::PackStorage::map(const gl::Context *context, in map() function in rx::Buffer11::PackStorage
1831 BufferStorage *source, in copyFromStorage()
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
DBufferNULL.cpp83 BufferImpl *source, in copySubData()
96 angle::Result BufferNULL::map(const gl::Context *context, GLenum access, void **mapPtr) in map() function in rx::BufferNULL
/third_party/pulseaudio/src/modules/macosx/
Dmodule-coreaudio-device.c111 pa_channel_map map; member
125 pa_channel_map map; member
198 coreaudio_source *source = PA_SOURCE(o)->userdata; in get_latency_us() local
320 coreaudio_source *source = PA_SOURCE(o)->userdata; in source_process_msg() local
516 coreaudio_source *source = s->userdata; in ca_source_set_state_in_main_thread() local
546 pa_source *source; in ca_device_create_source() local

12345