Home
last modified time | relevance | path

Searched defs:Map (Results 1 – 25 of 214) sorted by relevance

123456789

/external/libcxx/test/std/containers/associative/
Diterator_types.pass.cpp56 typedef std::map<int, int> Map; in main() typedef
63 typedef std::map<int, int, std::less<int>, Alloc> Map; in main() typedef
70 typedef std::map<int, int, std::less<int>, Alloc> Map; in main() typedef
75 typedef std::multimap<int, int> Map; in main() typedef
82 typedef std::multimap<int, int, std::less<int>, Alloc> Map; in main() typedef
89 typedef std::multimap<int, int, std::less<int>, Alloc> Map; in main() typedef
/external/libcxx/test/std/containers/unord/
Diterator_difference_type.pass.cpp79 typedef std::unordered_map<int, int> Map; in main() typedef
86 typedef std::unordered_map<int, int, std::hash<int>, std::equal_to<int>, Alloc> Map; in main() typedef
93 typedef std::unordered_map<int, int, std::hash<int>, std::equal_to<int>, Alloc> Map; in main() typedef
98 typedef std::unordered_multimap<int, int> Map; in main() typedef
105 typedef std::unordered_multimap<int, int, std::hash<int>, std::equal_to<int>, Alloc> Map; in main() typedef
112 typedef std::unordered_multimap<int, int, std::hash<int>, std::equal_to<int>, Alloc> Map; in main() typedef
/external/tensorflow/tensorflow/core/lib/gtl/
Dmap_util_test.cc28 typedef std::map<string, string> Map; in TEST() typedef
43 typedef std::map<string, string> Map; in TEST() typedef
/external/lzma/CPP/Windows/
DFileMapping.h43 LPVOID Map(DWORD desiredAccess, UInt64 fileOffset, SIZE_T numberOfBytesToMap) in Map() function
49 LPVOID Map(DWORD desiredAccess, UInt64 fileOffset, SIZE_T numberOfBytesToMap, LPVOID baseAddress) in Map() function
/external/clang/include/clang/AST/
DDeclLookups.h75 if (StoredDeclsMap *Map = Primary->buildLookup()) in lookups() local
94 if (StoredDeclsMap *Map = Primary->getLookupPtr()) in noload_lookups() local
/external/compiler-rt/test/esan/TestCases/
Dmmap-shadow-conflict.c9 void *Map = mmap((void *)0x0000016000000000ULL, 0x1000, PROT_READ, in main() local
/external/libcxx/test/libcxx/containers/gnu_cxx/
Dhash_map.pass.cpp22 typedef __gnu_cxx::hash_map<int, int> Map; in main() typedef
/external/snakeyaml/src/test/java/org/pyyaml/
DPyRecursiveTest.java67 assertTrue(value2.get("qwerty") instanceof Map); in testDictSafeConstructor() local
69 assertTrue(value3.get("qwerty") instanceof Map); in testDictSafeConstructor() local
/external/testng/src/main/java/org/testng/collections/
DCollectionUtils.java14 public static boolean hasElements(Map<?, ?> c) { in hasElements() argument
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DValueMap.h83 MapT Map; variable
93 : Map(NumInitBuckets), Data() {} in Map() function
95 : Map(NumInitBuckets), Data(Data) {} in Map() function
/external/eigen/Eigen/src/SuperLUSupport/
DSuperLUSupport.h175 static SluMatrix Map(MatrixBase<MatrixType>& _mat) in Map() function
193 static SluMatrix Map(SparseMatrixBase<MatrixType>& a_mat) in Map() function
/external/swiftshader/third_party/LLVM/lib/Analysis/
DLibCallSemantics.cpp45 StringMap<const LibCallFunctionInfo*> *Map = getMap(Impl); in getFunctionInfo() local
/external/v8/src/
Dfind-and-replace-pattern.h13 class Map; variable
/external/v4l2_codec2/vda/
Dshared_memory_region.cc29 bool SharedMemoryRegion::Map() { in Map() function in media::SharedMemoryRegion
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineModuleInfoImpls.cpp38 MachineModuleInfoImpl::StubValueTy>&Map) { in GetSortedStubs()
/external/llvm/lib/Fuzzer/
DFuzzerTracePC.h28 uintptr_t Map[kMapSizeInWords] __attribute__((aligned(512))); member
/external/llvm/lib/CodeGen/
DMachineModuleInfoImpls.cpp35 DenseMap<MCSymbol *, MachineModuleInfoImpl::StubValueTy> &Map) { in getSortedStubs()
/external/mockito/src/test/java/org/mockitousage/spies/
DStubbingSpiesDoesNotYieldNPETest.java23 public int size(Map<?, ?> map) { in size() argument
/external/clang/include/clang/Basic/
DAddressSpaces.h45 typedef unsigned Map[Count]; typedef
/external/capstone/arch/SystemZ/
DSystemZMCTargetDesc.c71 static unsigned Map[SystemZ_NUM_TARGET_REGS]; in SystemZMC_getFirstReg() local
/external/swiftshader/third_party/LLVM/lib/MC/
DMCContext.cpp167 MachOUniqueMapTy &Map = *(MachOUniqueMapTy*)MachOUniquingMap; in getMachOSection() local
195 ELFUniqueMapTy &Map = *(ELFUniqueMapTy*)ELFUniquingMap; in getELFSection() local
229 COFFUniqueMapTy &Map = *(COFFUniqueMapTy*)COFFUniquingMap; in getCOFFSection() local
/external/google-breakpad/src/common/linux/
Dmemory_mapped_file.cc59 bool MemoryMappedFile::Map(const char* path, size_t offset) { in Map() function in google_breakpad::MemoryMappedFile
/external/clang/lib/Serialization/
DModule.cpp54 const ContinuousRangeMap<Key, Offset, InitialCapacity> &Map) { in dumpLocalRemap()
/external/clang/lib/AST/
DDeclBase.cpp1146 StoredDeclsMap *Map; in SetNoExternalVisibleDeclsForName() local
1162 StoredDeclsMap *Map; in SetExternalVisibleDeclsForName() local
1259 StoredDeclsMap *Map = DC->getPrimaryContext()->LookupPtr; in removeDecl() local
1428 StoredDeclsMap *Map = LookupPtr; in lookup() local
1444 if (StoredDeclsMap *Map = LookupPtr) { in lookup() local
1454 StoredDeclsMap *Map = LookupPtr; in lookup() local
1488 StoredDeclsMap *Map = LookupPtr; in noload_lookup() local
1512 if (StoredDeclsMap *Map = LookupPtr) { in localUncachedLookup() local
1638 StoredDeclsMap *Map = LookupPtr; in makeDeclVisibleInContextImpl() local
1723 void StoredDeclsMap::DestroyAll(StoredDeclsMap *Map, bool Dependent) { in DestroyAll()
[all …]
/external/llvm/unittests/ADT/
DDenseMapTest.cpp82 T Map; member in __anon102d5c800111::DenseMapTest
373 DenseMap<int, CountCopyAndMove> Map; in TEST() local
413 DenseMap<int, CountCopyAndMove> Map(Size); in TEST() local
440 DenseMap<int, CountCopyAndMove> Map(Values.begin(), Values.end()); in TEST() local
456 DenseMap<int, CountCopyAndMove> Map; in TEST() local
525 DenseMap<CachedHashTest, int> Map; in TEST() local
539 DenseMap<Cached, int> Map; in TEST() local

123456789