Searched defs:Map (Results 101 - 125 of 136) sorted by relevance

123456

/external/guava/guava/src/com/google/common/collect/
H A DMultimaps.java43 import java.util.Map;
44 import java.util.Map.Entry;
111 public static <K, V> Multimap<K, V> newMultimap(Map<K, Collection<V>> map,
119 CustomMultimap(Map<K, Collection<V>> map,
146 Map<K, Collection<V>> map = (Map<K, Collection<V>>) stream.readObject();
156 * It can generate a multimap based on arbitrary {@link Map} and {@link List}
193 Map<K, Collection<V>> map, final Supplier<? extends List<V>> factory) {
201 CustomListMultimap(Map<K, Collection<V>> map,
225 Map<
192 newListMultimap( Map<K, Collection<V>> map, final Supplier<? extends List<V>> factory) argument
270 newSetMultimap( Map<K, Collection<V>> map, final Supplier<? extends Set<V>> factory) argument
347 newSortedSetMultimap( Map<K, Collection<V>> map, final Supplier<? extends SortedSet<V>> factory) argument
[all...]
H A DMaps.java53 import java.util.Map;
54 import java.util.Map.Entry;
65 * Static utility methods pertaining to {@link Map} instances (including instances of
147 Map<K, ? extends V> map) {
155 for (Map.Entry<K, ? extends V> entry : map.entrySet()) {
217 * ImmutableMap#copyOf(Map)} instead.
227 Map<? extends K, ? extends V> map) {
249 * ImmutableMap#copyOf(Map)} instead.
256 Map<? extends K, ? extends V> map) {
324 // Map<Clas
146 immutableEnumMap( Map<K, ? extends V> map) argument
347 newEnumMap( Map<K, ? extends V> map) argument
1319 transformValues( Map<K, V1> fromMap, Function<? super V1, V2> function) argument
1419 transformEntries( Map<K, V1> fromMap, EntryTransformer<? super K, ? super V1, V2> transformer) argument
1601 TransformedEntriesMap( Map<K, V1> fromMap, EntryTransformer<? super K, ? super V1, V2> transformer) argument
1730 filterKeys( Map<K, V> unfiltered, final Predicate<? super K> keyPredicate) argument
1842 filterValues( Map<K, V> unfiltered, final Predicate<? super V> valuePredicate) argument
1950 filterEntries( Map<K, V> unfiltered, Predicate<? super Entry<K, V>> entryPredicate) argument
2060 AbstractFilteredMap( Map<K, V> unfiltered, Predicate<? super Entry<K, V>> predicate) argument
2184 FilteredEntryMap( Map<K, V> unfiltered, Predicate<? super Entry<K, V>> entryPredicate) argument
2604 putAllImpl( Map<K, V> self, Map<? extends K, ? extends V> map) argument
[all...]
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DAbstractMapBasedMultimap.java35 import java.util.Map;
36 import java.util.Map.Entry;
109 private transient Map<K, Collection<V>> map;
119 protected AbstractMapBasedMultimap(Map<K, Collection<V>> map) {
125 final void setMap(Map<K, Collection<V>> map) {
169 Map<K, Collection<V>> backingMap() {
842 KeySet(final Map<K, Collection<V>> subMap) { argument
847 final Iterator<Map.Entry<K, Collection<V>>> entryIterator
850 Map.Entry<K, Collection<V>> entry;
961 final Iterator<Map
[all...]
H A DMultimaps.java39 import java.util.Map;
40 import java.util.Map.Entry;
107 public static <K, V> Multimap<K, V> newMultimap(Map<K, Collection<V>> map,
115 CustomMultimap(Map<K, Collection<V>> map,
131 * It can generate a multimap based on arbitrary {@link Map} and {@link List}
168 Map<K, Collection<V>> map, final Supplier<? extends List<V>> factory) {
176 CustomListMultimap(Map<K, Collection<V>> map,
189 * It can generate a multimap based on arbitrary {@link Map} and {@link Set}
225 Map<K, Collection<V>> map, final Supplier<? extends Set<V>> factory) {
233 CustomSetMultimap(Map<
167 newListMultimap( Map<K, Collection<V>> map, final Supplier<? extends List<V>> factory) argument
224 newSetMultimap( Map<K, Collection<V>> map, final Supplier<? extends Set<V>> factory) argument
280 newSortedSetMultimap( Map<K, Collection<V>> map, final Supplier<? extends SortedSet<V>> factory) argument
[all...]
H A DMaps.java51 import java.util.Map;
52 import java.util.Map.Entry;
62 * Static utility methods pertaining to {@link Map} instances (including instances of
144 Map<K, ? extends V> map) {
152 for (Map.Entry<K, ? extends V> entry : map.entrySet()) {
214 * ImmutableMap#copyOf(Map)} instead.
224 Map<? extends K, ? extends V> map) {
246 * ImmutableMap#copyOf(Map)} instead.
253 Map<? extends K, ? extends V> map) {
321 // Map<Clas
143 immutableEnumMap( Map<K, ? extends V> map) argument
344 newEnumMap( Map<K, ? extends V> map) argument
1290 transformValues( Map<K, V1> fromMap, Function<? super V1, V2> function) argument
1390 transformEntries( Map<K, V1> fromMap, EntryTransformer<? super K, ? super V1, V2> transformer) argument
1572 TransformedEntriesMap( Map<K, V1> fromMap, EntryTransformer<? super K, ? super V1, V2> transformer) argument
1701 filterKeys( Map<K, V> unfiltered, final Predicate<? super K> keyPredicate) argument
1813 filterValues( Map<K, V> unfiltered, final Predicate<? super V> valuePredicate) argument
1921 filterEntries( Map<K, V> unfiltered, Predicate<? super Entry<K, V>> entryPredicate) argument
2031 AbstractFilteredMap( Map<K, V> unfiltered, Predicate<? super Entry<K, V>> predicate) argument
2155 FilteredEntryMap( Map<K, V> unfiltered, Predicate<? super Entry<K, V>> entryPredicate) argument
2575 putAllImpl( Map<K, V> self, Map<? extends K, ? extends V> map) argument
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DMeasureFormat.java27 import java.util.Map;
124 private final transient Map<MeasureUnit, EnumMap<FormatWidth, QuantityFormatter>> unitToStyleToCountToFormat;
132 private final transient Map<MeasureUnit, EnumMap<FormatWidth, SimplePatternFormatter>> unitToStyleToPerUnitPattern;
142 private static final Map<MeasureUnit, Integer> hmsTo012 =
459 Map<FormatWidth, QuantityFormatter> styleToCountToFormat = unitToStyleToCountToFormat.get(lowValue.getUnit());
690 Map<MeasureUnit, EnumMap<FormatWidth, QuantityFormatter>> unitToStyleToCountToFormat,
694 Map<MeasureUnit, EnumMap<FormatWidth, SimplePatternFormatter>> unitToStyleToPerUnitPattern,
756 Map<MeasureUnit, EnumMap<FormatWidth, QuantityFormatter>> unitToStyleToCountToFormat
758 Map<MeasureUnit, EnumMap<FormatWidth, SimplePatternFormatter>> unitToStyleToPerUnitPattern
828 private static <T> boolean fillInStyleMap(Map<FormatWidt
907 MeasureFormatData( Map<MeasureUnit, EnumMap<FormatWidth, QuantityFormatter>> unitToStyleToCountToFormat, Map<MeasureUnit, EnumMap<FormatWidth, SimplePatternFormatter>> unitToStyleToPerUnitPattern, EnumMap<FormatWidth, SimplePatternFormatter> styleToPerPattern) argument
[all...]
/external/llvm/include/llvm/MC/
H A DMCRegisterInfo.h278 void mapLLVMRegsToDwarfRegs(const DwarfLLVMRegPair *Map, unsigned Size, argument
281 EHL2DwarfRegs = Map;
284 L2DwarfRegs = Map;
292 void mapDwarfRegsToLLVMRegs(const DwarfLLVMRegPair *Map, unsigned Size, argument
295 EHDwarf2LRegs = Map;
298 Dwarf2LRegs = Map;
386 /// \brief Map a target register to an equivalent dwarf register
392 /// \brief Map a dwarf register back to a target register.
395 /// \brief Map a target register to an equivalent SEH register
/external/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp192 DEBUG(dbgs() << "JIT: Map \'" << Name << "\' to [" << Addr << "]\n";);
232 ExecutionEngineState::GlobalAddressMapTy &Map = local
239 uint64_t &CurVal = Map[Name];
/external/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp564 PhiMap &Map = DeletedPhis[To]; local
571 Map[&Phi].push_back(std::make_pair(From, Deleted));
600 PhiMap &Map = DeletedPhis[To]; local
601 for (PhiMap::iterator PI = Map.begin(), PE = Map.end();
H A DInductiveRangeCheckElimination.cpp454 template <typename M> LoopStructure map(M Map) const {
457 Result.Header = cast<BasicBlock>(Map(Header));
458 Result.Latch = cast<BasicBlock>(Map(Latch));
459 Result.LatchBr = cast<BranchInst>(Map(LatchBr));
460 Result.LatchExit = cast<BasicBlock>(Map(LatchExit));
462 Result.IndVarNext = Map(IndVarNext);
463 Result.IndVarStart = Map(IndVarStart);
464 Result.LoopExitAt = Map(LoopExitAt);
490 // `Map` maps values in the clonee into values in the cloned version
491 ValueToValueMapTy Map; member in struct:__anon11022::__anon11023::LoopConstrainer::ClonedLoop
[all...]
/external/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp612 const CodeGenSubRegIndex::CompMap &Map = Idx->getComposites(); local
613 for (const auto &I : Map) {
620 for (const auto &I : Map) {
644 // Map each Sub-register index to a compatible table row.
H A DCodeGenRegisters.cpp230 // Map explicit sub-registers first, so the names take precedence.
242 const SubRegMap &Map = SR->computeSubRegs(RegBank); local
245 for (SubRegMap::const_iterator SI = Map.begin(), SE = Map.end(); SI != SE;
261 const SubRegMap &Map = SR->computeSubRegs(RegBank); local
267 SubRegMap::const_iterator SRI = Map.find(I->first);
268 if (SRI == Map.end())
299 const SubRegMap &Map = SR->computeSubRegs(RegBank); local
300 for (SubRegMap::const_iterator SI = Map.begin(), SE = Map
[all...]
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_objects.h406 virtual HRESULT STDMETHODCALLTYPE Map( function in struct:GalliumD3D10Buffer
412 HRESULT hr = device->Map(this, 0, map_type, map_flags, &msr);
431 virtual HRESULT STDMETHODCALLTYPE Map( function in struct:GalliumD3D10Texture1D
438 HRESULT hr = device->Map(this, subresource, map_type, map_flags, &msr);
460 virtual HRESULT STDMETHODCALLTYPE Map( function in struct:GalliumD3D10Texture2D
467 HRESULT hr = device->Map(this, subresource, map_type, map_flags, &msr);
490 virtual HRESULT STDMETHODCALLTYPE Map( function in struct:GalliumD3D10Texture3D
497 HRESULT hr = device->Map(this, subresource, map_type, map_flags, &msr);
560 virtual HRESULT STDMETHODCALLTYPE Map( function in struct:GalliumD3D11Surface
580 HRESULT hres = this->device->get_immediate_context()->Map(thi
[all...]
H A Dd3d11_context.h1479 virtual HRESULT STDMETHODCALLTYPE Map( function in struct:GalliumD3D11DeviceContext
/external/mesa3d/src/mesa/swrast/
H A Ds_context.h143 GLubyte *Map; /**< Pointer to mapped image memory */ member in struct:swrast_texture_image
178 GLubyte *Map; member in struct:swrast_renderbuffer
473 assert(srb->Map);
474 return (GLubyte *) srb->Map + y * rowStride + x * bpp;
/external/openfst/src/include/fst/
H A Darc-map.h901 typename Map::iterator miter = map_.find(w1);
955 typedef unordered_map<SW, Label, StringKey> Map; typedef in struct:fst::GallicToNewSymbolsMapper
958 Map map_;
/external/clang/include/clang/Basic/
H A DDiagnostic.h186 diag::Severity ExtBehavior; // Map extensions to warnings or errors?
533 void setSeverity(diag::kind Diag, diag::Severity Map, SourceLocation Loc);
547 diag::Severity Map,
569 void setSeverityForAll(diag::Flavor Flavor, diag::Severity Map,
772 DiagnosticMapping makeUserMapping(diag::Severity Map, SourceLocation L) { argument
775 DiagnosticMapping::Make(Map, /*IsUser=*/true, isPragma);
/external/clang/lib/AST/
H A DDeclBase.cpp1069 StoredDeclsMap *Map; local
1070 if (!(Map = DC->LookupPtr))
1071 Map = DC->CreateStoredDeclsMap(Context);
1075 (*Map)[Name].removeExternalDecls();
1085 StoredDeclsMap *Map; local
1086 if (!(Map = DC->LookupPtr))
1087 Map = DC->CreateStoredDeclsMap(Context);
1091 StoredDeclsList &List = (*Map)[Name];
1180 StoredDeclsMap *Map = getPrimaryContext()->LookupPtr;
1181 if (!Map) retur
1348 StoredDeclsMap *Map = LookupPtr; local
1374 StoredDeclsMap *Map = LookupPtr; local
1408 StoredDeclsMap *Map = LookupPtr; local
1555 StoredDeclsMap *Map = LookupPtr; local
1640 DestroyAll(StoredDeclsMap *Map, bool Dependent) argument
1664 DependentStoredDeclsMap *Map = local
[all...]
/external/clang/lib/Lex/
H A DModuleMap.cpp1010 ModuleMap &Map; member in class:clang::ModuleMapParser
1067 ModuleMap &Map,
1072 : L(L), SourceMgr(SourceMgr), Target(Target), Diags(Diags), Map(Map),
1365 if (Module *Next = Map.lookupModuleQualified(Id[I].first, ActiveModule)) {
1383 if (ModuleMapFile != Map.getContainingModuleMapFile(TopLevelModule)) {
1384 assert(ModuleMapFile != Map.getModuleMapFileForUniquing(TopLevelModule) &&
1387 Map.addAdditionalModuleMapFile(TopLevelModule, ModuleMapFile);
1408 if (Module *Existing = Map.lookupModuleQualified(ModuleName, ActiveModule)) {
1436 ActiveModule = Map
1064 ModuleMapParser(Lexer &L, SourceManager &SourceMgr, const TargetInfo *Target, DiagnosticsEngine &Diags, ModuleMap &Map, const FileEntry *ModuleMapFile, const DirectoryEntry *Directory, const DirectoryEntry *BuiltinIncludeDir, bool IsSystem) argument
[all...]
/external/llvm/lib/Analysis/
H A DCFLAliasAnalysis.cpp896 NodeMapT &Map, GraphT &Graph) {
897 const auto findOrInsertNode = [&Map, &Graph](Value *Val) {
898 auto Pair = Map.insert(std::make_pair(Val, GraphT::Node()));
959 NodeMapT &Map, GraphT &Graph) {
962 addInstructionToGraph(Analysis, Inst, ReturnedValues, Map, Graph);
988 NodeMapT Map; local
992 buildGraphFrom(Analysis, Fn, ReturnedValues, Map, Graph);
995 NodeValueMap.resize(Map.size());
996 for (const auto &Pair : Map)
1008 for (auto &Pair : Map) {
894 addInstructionToGraph(CFLAliasAnalysis &Analysis, Instruction &Inst, SmallVectorImpl<Value *> &ReturnedValues, NodeMapT &Map, GraphT &Graph) argument
957 buildGraphFrom(CFLAliasAnalysis &Analysis, Function *Fn, SmallVectorImpl<Value *> &ReturnedValues, NodeMapT &Map, GraphT &Graph) argument
[all...]
/external/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp134 void addRefToMap(RegisterRef RR, ReferenceMap &Map, unsigned Exec);
135 bool isRefInMap(RegisterRef, ReferenceMap &Map, unsigned Exec);
209 void HexagonExpandCondsets::addRefToMap(RegisterRef RR, ReferenceMap &Map, argument
212 ReferenceMap::iterator F = Map.find(RR.Reg);
213 if (F == Map.end())
214 Map.insert(std::make_pair(RR.Reg, Mask));
220 bool HexagonExpandCondsets::isRefInMap(RegisterRef RR, ReferenceMap &Map, argument
222 ReferenceMap::iterator F = Map.find(RR.Reg);
223 if (F == Map.end())
986 // Map
[all...]
/external/v8/src/
H A Dtypes.h271 // static i::Handle<i::Map> as_class(Type*);
275 // static Handle<Type>::type from_class(i::Handle<Map>, Region*);
327 static TypeHandle Class(i::Handle<i::Map> map, Region* region) {
460 Iterator<i::Map> Classes() {
461 if (this->IsBitset()) return Iterator<i::Map>();
462 return Iterator<i::Map>(Config::handle(this));
605 static bitset Lub(i::Map* map);
719 i::Handle<i::Map> Map() { function in class:v8::internal::TypeImpl::ClassType
721 this->template GetValue<i::Map>(
[all...]
/external/clang/lib/Serialization/
H A DASTWriter.cpp1207 auto &Map = PP.getHeaderSearchInfo().getModuleMap(); local
1210 AddPath(Map.getModuleMapFileForUniquing(WritingModule)->getName(), Record);
1214 Map.getAdditionalModuleMapFiles(WritingModule)) {
3889 StoredDeclsMap *Map = DC->buildLookup();
3890 if (!Map || Map->empty())
3914 StoredDeclsMap *Map = DC->getLookupPtr();
3915 if (!Map || Map->empty())
/external/llvm/tools/dsymutil/
H A DDwarfLinker.cpp2424 bool DwarfLinker::link(const DebugMap &Map) { argument
2426 if (Map.begin() == Map.end()) {
2431 if (!createStreamer(Map.getTriple(), OutputFilename))
2438 for (const auto &Obj : Map.objects()) {
/external/v8/tools/
H A Dgrokdump.py959 class Map(HeapObject): class in inherits:HeapObject
1021 p.Print("Map(%08x)" % (self.address))
1501 "MAP_TYPE": Map,
1529 meta_map = Map(self, None, address)
1548 object = Map(self, None, address)
2862 Map(self.heap, None, start).Print(Printer())

Completed in 804 milliseconds

123456