Home
last modified time | relevance | path

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

1234567

/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.js140 export function generateMap (loader, source, iterator) { argument
154 source: fileNameWithHash, property
163 export function consumeMap (loader, target, map) { argument
207 export function splitSourceLine (source) { argument
211 export function printSourceWithLine (source) { argument
278 export function parseRequireModule (source, resourcePath) { argument
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DMapLiteTest.java85 private void copyMapValues(TestMap source, TestMap.Builder destination) { in copyMapValues()
152 TestMap map = mapBuilder.build(); in testUpdateMapValues() local
244 private <K, V> void assertImmutable(Map<K, V> map, K key, V value) { in assertImmutable()
328 TestMap source = sourceBuilder.build(); in testPutAll() local
342 TestMap source = sourceBuilder.build(); in testPutAllForUnknownEnumValues() local
442 TestMap map = in testParseError() local
846 Map<K, V> map = new HashMap<>(); in newMap() local
852 Map<K, V> map = new HashMap<>(); in newMap() local
DMapForProto2LiteTest.java74 TestMap map = mapBuilder.build(); in testSetMapValues() local
78 private void copyMapValues(TestMap source, TestMap.Builder destination) { in copyMapValues()
145 TestMap map = mapBuilder.build(); in testUpdateMapValues() local
238 private <K, V> void assertImmutable(Map<K, V> map, K key, V value) { in assertImmutable()
316 TestMap source = sourceBuilder.build(); in testPutAll() local
398 TestMap map = in testParseError() local
500 Map<K, V> map = new HashMap<>(); in newMap() local
506 Map<K, V> map = new HashMap<>(); in newMap() local
DMapTest.java123 private void copyMapValues(TestMap source, TestMap.Builder destination) { in copyMapValues()
308 private <K, V> void assertImmutable(Map<K, V> map, K key, V value) { in assertImmutable()
452 TestMap source = sourceBuilder.build(); in testPutAll() local
461 TestMap source = in testPutAllForUnknownEnumValues() local
566 TestMap map = in testParseError() local
763 Map<K, V> map = new HashMap<>(); in mapForValues() local
1452 Map<K, V> map = new HashMap<>(); in newMap() local
1458 Map<K, V> map = new HashMap<>(); in newMap() local
1465 Map<K, V> map = new HashMap<>(); in newMap() local
/third_party/node/deps/v8/src/heap/
Dscavenger-inl.h25 Map map, int size) { in PushLargeObject()
85 bool Scavenger::MigrateObject(Map map, HeapObject source, HeapObject target, in MigrateObject()
114 Map map, THeapObjectSlot slot, HeapObject object, int object_size, in SemiSpaceCopyObject()
151 CopyAndForwardResult Scavenger::PromoteObject(Map map, THeapObjectSlot slot, in PromoteObject()
209 bool Scavenger::HandleLargeObject(Map map, HeapObject object, int object_size, in HandleLargeObject()
233 Map map, THeapObjectSlot slot, HeapObject object, int object_size, in EvacuateObjectDefault()
277 SlotCallbackResult Scavenger::EvacuateThinString(Map map, THeapObjectSlot slot, in EvacuateThinString()
302 SlotCallbackResult Scavenger::EvacuateShortcutCandidate(Map map, in EvacuateShortcutCandidate()
346 Map map, THeapObjectSlot slot, String object, int object_size, in EvacuateInPlaceInternalizableString()
358 SlotCallbackResult Scavenger::EvacuateObject(THeapObjectSlot slot, Map map, in EvacuateObject()
[all …]
Dfactory-base.cc38 Map map = read_only_roots().heap_number_map(); in NewHeapNumber() local
60 Map map = Map::GetInstanceTypeMap(roots, type); in NewStruct() local
78 Map map = read_only_roots().code_data_container_map(); in NewCodeDataContainer() local
113 Handle<Map> map, int length, AllocationType allocation) { in NewFixedArrayWithMap()
133 Handle<Map> map, int length, Handle<Oddball> filler, in NewFixedArrayWithFiller()
173 Map map = read_only_roots().fixed_double_array_map(); in NewFixedDoubleArray() local
184 Map map, int length, AllocationType allocation) { in NewWeakFixedArrayWithMap()
265 Handle<PrimitiveHeapObject> source) { in NewScript()
271 Handle<PrimitiveHeapObject> source, int script_id) { in NewScriptWithId()
340 Map map = read_only_roots().shared_function_info_map(); in CloneSharedFunctionInfo() local
[all …]
Dfactory.cc340 Handle<Map> map, AllocationType allocation, in AllocateRawWithAllocationSite()
373 HeapObject Factory::New(Handle<Map> map, AllocationType allocation) { in New()
427 Handle<Oddball> Factory::NewOddball(Handle<Map> map, const char* to_string, in NewOddball()
547 Handle<T> Factory::AllocateSmallOrderedHashTable(Handle<Map> map, int capacity, in AllocateSmallOrderedHashTable()
636 Map map = roots.swiss_name_dictionary_map(); in CreateCanonicalEmptySwissNameDictionary() local
839 Map map; in AllocateInternalizedStringImpl() local
889 Map map = string->map(); in ComputeInternalizationStrategyForString() local
902 Handle<Map> map = in InternalizeExternalString() local
1034 Handle<Map> map = str->IsOneByteRepresentation() in NewProperSubString() local
1054 Handle<Map> map = resource->IsCacheable() in NewExternalStringFromOneByte() local
[all …]
/third_party/gn/src/base/posix/
Dfile_descriptor_shuffle.h60 int source; member
75 static inline bool ShuffleFileDescriptors(InjectiveMultimap* map) { in ShuffleFileDescriptors()
/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/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/node/deps/v8/src/compiler/
Djs-heap-broker.cc250 MapRef source = MakeRefAssumeMemoryFence(broker, *group[i]); in Refine() local
440 void JSHeapBroker::SetFeedback(FeedbackSource const& source, in SetFeedback()
479 FeedbackSource const& source, AccessMode mode, in ReadFeedbackForPropertyAccess()
491 MapRef map = MakeRefAssumeMemoryFence(this, *map_and_handler.first); in ReadFeedbackForPropertyAccess() local
538 FeedbackSource const& source) { in ReadFeedbackForGlobalAccess()
610 FeedbackSource const& source) { in ReadFeedbackForInstanceOf()
626 FeedbackSource const& source) { in ReadFeedbackForArrayOrObjectLiteral()
641 FeedbackSource const& source) { in ReadFeedbackForRegExpLiteral()
656 FeedbackSource const& source) { in ReadFeedbackForTemplateObject()
670 FeedbackSource const& source) { in ReadFeedbackForCall()
[all …]
/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/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/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/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/node/deps/v8/src/baseline/x64/
Dbaseline-assembler-x64-inl.h164 Register map, Label* target, in JumpIfObjectType()
170 void BaselineAssembler::JumpIfInstanceType(Condition cc, Register map, in JumpIfInstanceType()
225 void BaselineAssembler::Move(interpreter::Register output, Register source) { in Move()
231 void BaselineAssembler::Move(MemOperand output, Register source) { in Move()
243 void BaselineAssembler::MoveMaybeSmi(Register output, Register source) { in MoveMaybeSmi()
246 void BaselineAssembler::MoveSmi(Register output, Register source) { in MoveSmi()
251 inline void PushSingle(MacroAssembler* masm, RootIndex source) { in PushSingle()
268 inline void PushSingle(MacroAssembler* masm, interpreter::Register source) { in PushSingle()
/third_party/node/deps/v8/src/baseline/ia32/
Dbaseline-assembler-ia32-inl.h163 Register map, Label* target, in JumpIfObjectType()
169 void BaselineAssembler::JumpIfInstanceType(Condition cc, Register map, in JumpIfInstanceType()
221 void BaselineAssembler::Move(interpreter::Register output, Register source) { in Move()
227 void BaselineAssembler::Move(MemOperand output, Register source) { in Move()
239 void BaselineAssembler::MoveMaybeSmi(Register output, Register source) { in MoveMaybeSmi()
242 void BaselineAssembler::MoveSmi(Register output, Register source) { in MoveSmi()
247 inline void PushSingle(MacroAssembler* masm, RootIndex source) { in PushSingle()
264 inline void PushSingle(MacroAssembler* masm, interpreter::Register source) { in PushSingle()
/third_party/node/deps/v8/src/baseline/loong64/
Dbaseline-assembler-loong64-inl.h152 Register map, Label* target, in JumpIfObjectType()
159 void BaselineAssembler::JumpIfInstanceType(Condition cc, Register map, in JumpIfInstanceType()
206 void BaselineAssembler::Move(interpreter::Register output, Register source) { in Move()
212 void BaselineAssembler::Move(MemOperand output, Register source) { in Move()
224 void BaselineAssembler::MoveMaybeSmi(Register output, Register source) { in MoveMaybeSmi()
227 void BaselineAssembler::MoveSmi(Register output, Register source) { in MoveSmi()
/third_party/node/deps/v8/src/web-snapshot/
Dweb-snapshot.cc275 v8::ScriptCompiler::Source source(str); in TakeSnapshot() local
320 Handle<Map> map = handle(Map::cast(maps_->Get(i)), isolate_); in SerializePendingItems() local
413 size_t count, ValueSerializer& source, in WriteObjects()
423 bool WebSnapshotSerializer::InsertIntoIndexMap(ObjectCacheIndexMap& map, in InsertIntoIndexMap()
469 void WebSnapshotSerializer::SerializeMap(Handle<Map> map) { in SerializeMap()
691 void WebSnapshotSerializer::DiscoverMap(Handle<Map> map) { in DiscoverMap()
860 Handle<Map> map(object->map(), isolate_); in DiscoverObject() local
969 Handle<Map> map(object->map(), isolate_); in SerializeObject() local
1172 uint32_t WebSnapshotSerializer::GetMapId(Map map) { in GetMapId()
1282 Handle<String> source = in ExtractScriptBuffer() local
[all …]
/third_party/node/deps/v8/src/baseline/riscv64/
Dbaseline-assembler-riscv64-inl.h150 Register map, Label* target, in JumpIfObjectType()
157 void BaselineAssembler::JumpIfInstanceType(Condition cc, Register map, in JumpIfInstanceType()
216 void BaselineAssembler::Move(interpreter::Register output, Register source) { in Move()
222 void BaselineAssembler::Move(MemOperand output, Register source) { in Move()
234 void BaselineAssembler::MoveMaybeSmi(Register output, Register source) { in MoveMaybeSmi()
237 void BaselineAssembler::MoveSmi(Register output, Register source) { in MoveSmi()
/third_party/node/deps/v8/src/baseline/mips/
Dbaseline-assembler-mips-inl.h154 Register map, Label* target, in JumpIfObjectType()
161 void BaselineAssembler::JumpIfInstanceType(Condition cc, Register map, in JumpIfInstanceType()
217 void BaselineAssembler::Move(interpreter::Register output, Register source) { in Move()
223 void BaselineAssembler::Move(MemOperand output, Register source) { in Move()
235 void BaselineAssembler::MoveMaybeSmi(Register output, Register source) { in MoveMaybeSmi()
238 void BaselineAssembler::MoveSmi(Register output, Register source) { in MoveSmi()

1234567