/external/skia/src/effects/gradients/ |
D | SkGradientBitmapCache.cpp | 12 struct SkGradientBitmapCache::Entry { struct in SkGradientBitmapCache 13 Entry* fPrev; 14 Entry* fNext; 16 void* fBuffer; 17 size_t fSize; 18 SkBitmap fBitmap; 20 Entry(const void* buffer, size_t size, const SkBitmap& bm) in Entry() argument 29 ~Entry() { sk_free(fBuffer); } in ~Entry() 54 SkGradientBitmapCache::Entry* SkGradientBitmapCache::detach(Entry* entry) const { in detach()
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugLoc.h | 23 struct Entry { struct 38 SmallVector<Entry, 2> Entries; argument 60 struct Entry { struct 68 SmallVector<Entry, 2> Entries; argument
|
D | DWARFDebugMacro.h | 24 struct Entry { struct 44 typedef SmallVector<Entry, 4> MacroList; argument
|
/external/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.cpp | 129 if (const auto *Entry = CostTableLookup(AVX2UniformConstCostTable, ISD, in getArithmeticInstrCost() local 144 if (const auto *Entry = CostTableLookup(AVX512CostTable, ISD, LT.second)) in getArithmeticInstrCost() local 172 if (const auto *Entry = CostTableLookup(AVX2CostTable, ISD, LT.second)) in getArithmeticInstrCost() local 207 if (const auto *Entry = CostTableLookup(XOPCostTable, ISD, LT.second)) in getArithmeticInstrCost() local 236 if (const auto *Entry = CostTableLookup(AVX2CustomCostTable, ISD, in getArithmeticInstrCost() local 285 if (const auto *Entry = CostTableLookup(SSE2UniformConstCostTable, ISD, in getArithmeticInstrCost() local 365 if (const auto *Entry = CostTableLookup(SSE2CostTable, ISD, LT.second)) in getArithmeticInstrCost() local 391 if (const auto *Entry = CostTableLookup(AVX1CostTable, ISD, VT)) in getArithmeticInstrCost() local 402 if (const auto *Entry = CostTableLookup(CustomLowered, ISD, LT.second)) in getArithmeticInstrCost() local 458 if (const auto *Entry = CostTableLookup(AVXAltShuffleTbl, in getShuffleCost() local [all …]
|
/external/libweave/src/ |
D | access_black_list_manager.h | 16 struct Entry { struct 38 virtual std::vector<Entry> GetEntries() const = 0; argument
|
/external/clang/tools/diagtool/ |
D | ListWarnings.cpp | 31 struct Entry { struct 32 llvm::StringRef DiagName; 33 llvm::StringRef Flag; 35 Entry(llvm::StringRef diagN, llvm::StringRef flag) in Entry() argument 38 bool operator<(const Entry &x) const { return DiagName < x.DiagName; } in operator <()
|
/external/webrtc/webrtc/base/ |
D | diskcache.h | 63 struct Entry { struct 70 typedef std::map<std::string, Entry> EntryMap; argument
|
/external/google-breakpad/src/common/ |
D | stabs_reader.h | 120 struct Entry { struct 139 // Create a EntryIterator walking the entries in BUFFER. Treat the argument 159 // Dereferencing this iterator produces a reference to an Entry structure argument
|
D | simple_string_dictionary.h | 67 struct Entry { struct 87 const Entry* Next() { in Next() argument
|
/external/llvm/lib/Support/ |
D | SpecialCaseList.cpp | 34 struct SpecialCaseList::Entry { struct in llvm::SpecialCaseList 35 Entry() {} in Entry() argument 36 Entry(Entry &&Other) in Entry() argument 39 StringSet<> Strings; 40 std::unique_ptr<Regex> RegEx; 42 bool match(StringRef Query) const { in match()
|
/external/llvm/lib/Target/ARM/ |
D | ARMTargetTransformInfo.cpp | 65 if (const auto *Entry = CostTableLookup(NEONFltDblTbl, ISD, LT.second)) in getCastInstrCost() local 154 if (const auto *Entry = ConvertCostTableLookup(NEONVectorConversionTbl, ISD, in getCastInstrCost() local 184 if (const auto *Entry = ConvertCostTableLookup(NEONFloatConversionTbl, ISD, in getCastInstrCost() local 215 if (const auto *Entry = ConvertCostTableLookup(NEONIntegerConversionTbl, in getCastInstrCost() local 234 if (const auto *Entry = ConvertCostTableLookup(ARMIntegerConversionTbl, ISD, in getCastInstrCost() local 285 if (const auto *Entry = ConvertCostTableLookup(NEONVectorSelectTbl, ISD, in getCmpSelInstrCost() local 354 if (const auto *Entry = CostTableLookup(NEONShuffleTbl, ISD::VECTOR_SHUFFLE, in getShuffleCost() local 379 if (const auto *Entry = CostTableLookup(NEONAltShuffleTbl, in getShuffleCost() local 439 if (const auto *Entry = CostTableLookup(CostTbl, ISDOpcode, LT.second)) in getArithmeticInstrCost() local
|
/external/clang/include/clang/Lex/ |
D | HeaderSearchOptions.h | 48 struct Entry { struct 58 Entry(StringRef path, frontend::IncludeDirGroup group, bool isFramework, in Entry() argument
|
/external/regex-re2/re2/ |
D | prefilter_tree.h | 61 struct Entry { struct 74 IntMap* parents; 78 vector<int> regexps;
|
/external/skia/src/gpu/gl/ |
D | GrGLGpuProgramCache.cpp | 25 struct GrGLGpu::ProgramCache::Entry { struct in GrGLGpu::ProgramCache 27 Entry() : fProgram(nullptr), fLRUStamp(0) {} in Entry() argument 29 SkAutoTUnref<GrGLProgram> fProgram; 30 unsigned int fLRUStamp;
|
/external/deqp/framework/common/ |
D | tcuFunctionLibrary.hpp | 54 struct Entry struct in tcu::StaticFunctionLibrary 56 const char* name; 57 deFunctionPtr ptr;
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfStringPool.cpp | 26 auto &Entry = I.first->second; in getEntry() local 52 for (const auto &Entry : Entries) { in emit() local 71 for (const auto &Entry : Entries) in emit() local
|
D | DebugLocStream.h | 41 struct Entry { struct 46 Entry(const MCSymbol *BeginSym, const MCSymbol *EndSym, size_t ByteOffset, in Entry() function
|
/external/skia/src/core/ |
D | SkFlattenable.cpp | 53 struct Entry { struct 60 static Entry gEntries[MAX_ENTRY_COUNT]; argument
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/dece/ |
D | TrickPlayBox.java | 38 public static class Entry { class in TrickPlayBox 40 public Entry() { in Entry() method in TrickPlayBox.Entry 43 public Entry(int value) { in Entry() method in TrickPlayBox.Entry
|
/external/v8/src/ic/ |
D | stub-cache.h | 35 struct Entry { struct 36 Name* key; 37 Code* value; 38 Map* map;
|
/external/skia/tests/ |
D | DynamicHashTest.cpp | 13 struct Entry { struct 14 int key; 15 double value; 17 static const int& GetKey(const Entry& entry) { return entry.key; } in GetKey() 18 static uint32_t Hash(const int& key) { return key; } in Hash()
|
/external/dng_sdk/source/ |
D | dng_opcode_list.h | 94 dng_opcode & Entry (uint32 index) in Entry() function 102 const dng_opcode & Entry (uint32 index) const in Entry() function
|
/external/v8/src/ |
D | hashmap.h | 37 struct Entry { struct 46 Entry* Lookup(void* key, uint32_t hash) const; argument
|
/external/javassist/src/main/javassist/bytecode/analysis/ |
D | IntQueue.java | 20 private static class Entry { class in IntQueue 23 private Entry(int value) { in Entry() method in IntQueue.Entry
|
/external/avahi/avahi-core/ |
D | hashmap.c | 36 typedef struct Entry Entry; typedef 37 struct Entry { struct 42 AVAHI_LLIST_FIELDS(Entry, bucket); argument
|