| /external/openfst/src/include/fst/ |
| D | map.h | 32 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
|
| D | sparse-power-weight.h | 38 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/ |
| D | FileMapping.h | 39 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/ |
| D | DeclLookups.h | 75 if (StoredDeclsMap *Map = Primary->buildLookup()) in lookups() local 94 if (StoredDeclsMap *Map = Primary->getLookupPtr()) in noload_lookups() local
|
| /external/eigen/Eigen/src/SuperLUSupport/ |
| D | SuperLUSupport.h | 150 static SluMatrix Map(MatrixBase<MatrixType>& _mat) in Map() function 168 static SluMatrix Map(SparseMatrixBase<MatrixType>& mat) in Map() function
|
| /external/llvm/include/llvm/IR/ |
| D | ValueMap.h | 86 MapT Map; variable 98 : Map(NumInitBuckets), Data() {} in Map() function 100 : Map(NumInitBuckets), Data(Data) {} in Map() function
|
| /external/clang/lib/AST/ |
| D | DeclBase.cpp | 1069 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/ |
| D | p3-0x.cpp | 51 struct Map { struct 52 Map(std::initializer_list<std::pair<std::string,int>>) {} in Map() function
|
| /external/webrtc/src/system_wrappers/source/ |
| D | map_no_stl.h | 21 friend class Map; variable
|
| /external/openfst/src/script/ |
| D | map.cc | 24 FstClass *Map(const FstClass& ifst, MapType map_type, in Map() function
|
| /external/llvm/lib/CodeGen/ |
| D | MachineModuleInfoImpls.cpp | 35 DenseMap<MCSymbol *, MachineModuleInfoImpl::StubValueTy> &Map) { in getSortedStubs()
|
| /external/clang/include/clang/Basic/ |
| D | AddressSpaces.h | 45 typedef unsigned Map[Count]; typedef
|
| /external/llvm/unittests/Support/ |
| D | CommandLineTest.cpp | 80 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/ |
| D | memory_mapped_file.cc | 57 bool MemoryMappedFile::Map(const char* path, size_t offset) { in Map() function in google_breakpad::MemoryMappedFile
|
| /external/v8/src/ |
| D | field-index.h | 14 class Map; variable
|
| /external/guava/guava-tests/test/com/google/common/collect/ |
| D | MapsTransformValuesTest.java | 82 private void assertMapsEqual(Map<?, ?> expected, Map<?, ?> map) { in assertMapsEqual() argument
|
| /external/clang/lib/Serialization/ |
| D | Module.cpp | 64 const ContinuousRangeMap<Key, Offset, InitialCapacity> &Map) { in dumpLocalRemap()
|
| /external/llvm/lib/Analysis/ |
| D | LibCallSemantics.cpp | 46 StringMap<const LibCallFunctionInfo*> *Map = getMap(Impl); in getFunctionInfo() local
|
| /external/google-breakpad/src/processor/ |
| D | map_serializers.h | 159 typedef std::map<AddrType, ContainedRangeMap<AddrType, EntryType>*> Map; typedef
|
| /external/google-breakpad/src/testing/gtest/samples/ |
| D | sample3_unittest.cc | 147 TEST_F(QueueTest, Map) { in TEST_F() argument
|
| /external/protobuf/gtest/samples/ |
| D | sample3_unittest.cc | 147 TEST_F(QueueTest, Map) { in TEST_F() argument
|
| /external/clang/lib/StaticAnalyzer/Core/ |
| D | BasicValueFactory.cpp | 247 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/ |
| D | EnumBiMap.java | 92 private static <V extends Enum<V>> Class<V> inferValueType(Map<?, V> map) { in inferValueType() argument
|
| /external/openfst/src/lib/ |
| D | mapped-file.cc | 61 MappedFile* MappedFile::Map(istream* s, const FstReadOptions &opts, in Map() function in fst::MappedFile
|
| /external/slf4j/slf4j-api/src/main/java/org/slf4j/helpers/ |
| D | BasicMDCAdapter.java | 88 Map<String, String> Map = (Map<String, String>) inheritableThreadLocal.get(); in get() local
|