Home
last modified time | relevance | path

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

12345

/external/openfst/src/include/fst/
Dmap.h32 void Map(MutableFst<A> *fst, C* mapper) { in Map() function
37 void Map(MutableFst<A> *fst, C mapper) { in Map() function
42 void Map(const Fst<A> &ifst, MutableFst<B> *ofst, C* mapper) { in Map() function
47 void Map(const Fst<A> &ifst, MutableFst<B> *ofst, C mapper) { in Map() function
Dsparse-power-weight.h38 W Map(const K& k, const W& v1, const W& v2) const { in Map() function
45 W Map(const K& k, const W& v1, const W& v2) const { in Map() function
55 W Map(const K& k, const W& v1, const W& v2) const { in Map() function
64 W Map(const K& k, const W& v1, const W& v2) const { in Map() function
/external/lzma/CPP/Windows/
DFileMapping.h39 LPVOID Map(DWORD desiredAccess, UInt64 fileOffset, SIZE_T numberOfBytesToMap) in Map() function
45 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/eigen/Eigen/src/SuperLUSupport/
DSuperLUSupport.h150 static SluMatrix Map(MatrixBase<MatrixType>& _mat) in Map() function
168 static SluMatrix Map(SparseMatrixBase<MatrixType>& mat) in Map() function
/external/llvm/include/llvm/IR/
DValueMap.h86 MapT Map; variable
98 : Map(NumInitBuckets), Data() {} in Map() function
100 : Map(NumInitBuckets), Data(Data) {} in Map() function
/external/clang/lib/AST/
DDeclBase.cpp1069 StoredDeclsMap *Map; in SetNoExternalVisibleDeclsForName() local
1085 StoredDeclsMap *Map; in SetExternalVisibleDeclsForName() local
1180 StoredDeclsMap *Map = getPrimaryContext()->LookupPtr; in removeDecl() local
1348 StoredDeclsMap *Map = LookupPtr; in lookup() local
1364 if (StoredDeclsMap *Map = LookupPtr) { in lookup() local
1374 StoredDeclsMap *Map = LookupPtr; in lookup() local
1408 StoredDeclsMap *Map = LookupPtr; in noload_lookup() local
1432 if (StoredDeclsMap *Map = LookupPtr) { in localUncachedLookup() local
1555 StoredDeclsMap *Map = LookupPtr; in makeDeclVisibleInContextImpl() local
1640 void StoredDeclsMap::DestroyAll(StoredDeclsMap *Map, bool Dependent) { in DestroyAll()
[all …]
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
Dp3-0x.cpp51 struct Map { struct
52 Map(std::initializer_list<std::pair<std::string,int>>) {} in Map() function
/external/webrtc/src/system_wrappers/source/
Dmap_no_stl.h21 friend class Map; variable
/external/openfst/src/script/
Dmap.cc24 FstClass *Map(const FstClass& ifst, MapType map_type, in Map() function
/external/llvm/lib/CodeGen/
DMachineModuleInfoImpls.cpp35 DenseMap<MCSymbol *, MachineModuleInfoImpl::StubValueTy> &Map) { in getSortedStubs()
/external/clang/include/clang/Basic/
DAddressSpaces.h45 typedef unsigned Map[Count]; typedef
/external/llvm/unittests/Support/
DCommandLineTest.cpp80 StringMap<cl::Option *> &Map = cl::getRegisteredOptions(); in TEST() local
244 StringMap<cl::Option *> &Map = cl::getRegisteredOptions(); in TEST() local
268 StringMap<cl::Option *> &Map = cl::getRegisteredOptions(); in TEST() local
/external/google-breakpad/src/common/linux/
Dmemory_mapped_file.cc57 bool MemoryMappedFile::Map(const char* path, size_t offset) { in Map() function in google_breakpad::MemoryMappedFile
/external/v8/src/
Dfield-index.h14 class Map; variable
/external/guava/guava-tests/test/com/google/common/collect/
DMapsTransformValuesTest.java82 private void assertMapsEqual(Map<?, ?> expected, Map<?, ?> map) { in assertMapsEqual() argument
/external/clang/lib/Serialization/
DModule.cpp64 const ContinuousRangeMap<Key, Offset, InitialCapacity> &Map) { in dumpLocalRemap()
/external/llvm/lib/Analysis/
DLibCallSemantics.cpp46 StringMap<const LibCallFunctionInfo*> *Map = getMap(Impl); in getFunctionInfo() local
/external/google-breakpad/src/processor/
Dmap_serializers.h159 typedef std::map<AddrType, ContainedRangeMap<AddrType, EntryType>*> Map; typedef
/external/google-breakpad/src/testing/gtest/samples/
Dsample3_unittest.cc147 TEST_F(QueueTest, Map) { in TEST_F() argument
/external/protobuf/gtest/samples/
Dsample3_unittest.cc147 TEST_F(QueueTest, Map) { in TEST_F() argument
/external/clang/lib/StaticAnalyzer/Core/
DBasicValueFactory.cpp247 PersistentSValsTy& Map = *((PersistentSValsTy*) PersistentSVals); in getPersistentSValWithData() local
272 PersistentSValPairsTy& Map = *((PersistentSValPairsTy*) PersistentSValPairs); in getPersistentSValPair() local
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DEnumBiMap.java92 private static <V extends Enum<V>> Class<V> inferValueType(Map<?, V> map) { in inferValueType() argument
/external/openfst/src/lib/
Dmapped-file.cc61 MappedFile* MappedFile::Map(istream* s, const FstReadOptions &opts, in Map() function in fst::MappedFile
/external/slf4j/slf4j-api/src/main/java/org/slf4j/helpers/
DBasicMDCAdapter.java88 Map<String, String> Map = (Map<String, String>) inheritableThreadLocal.get(); in get() local

12345