| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/ |
| D | XCldrStub.java | 42 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/ |
| D | XCldrStub.java | 37 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/ |
| D | script.js | 32 module.exports = function (source, map) { argument
|
| D | util.js | 141 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/ |
| D | MapLiteTest.java | 60 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
|
| D | MapForProto2LiteTest.java | 59 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
|
| D | MapTest.java | 109 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
|
| D | MapForProto2Test.java | 109 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/ |
| D | file_descriptor_shuffle.h | 60 int source; member 75 static inline bool ShuffleFileDescriptors(InjectiveMultimap* map) { in ShuffleFileDescriptors()
|
| /third_party/rust/rust/tests/ui/higher-ranked/trait-bounds/ |
| D | issue-30786.rs | 105 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/ |
| D | copy.c | 61 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/ |
| D | copy.c | 61 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/ |
| D | PrefixFileReader.java | 55 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/ |
| D | Relation.java | 41 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/ |
| D | Relation.java | 39 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/ |
| D | MatcherCompiler.java | 125 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/ |
| D | PhoneNumberToTimeZonesMapper.java | 64 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/ |
| D | WriteCharts.java | 52 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/ |
| D | WriteCharts.java | 49 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/ |
| D | Buffer9.cpp | 96 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/ |
| D | TrieMapTest.java | 118 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/ |
| D | TrieMapTest.java | 121 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/ |
| D | Buffer11.cpp | 475 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/ |
| D | BufferNULL.cpp | 83 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/ |
| D | module-coreaudio-device.c | 111 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
|