Home
last modified time | relevance | path

Searched defs:Entry (Results 1 – 25 of 731) sorted by relevance

12345678910>>...30

/external/skia/src/gpu/ganesh/
DGrThreadSafeCache.h192 struct Entry { struct
193 Entry(const skgpu::UniqueKey& key, const GrSurfaceProxyView& view) in Entry() argument
199 Entry(const skgpu::UniqueKey& key, sk_sp<VertexData> vertData) in Entry() argument
205 ~Entry() { in ~Entry() argument
209 bool uniquelyHeld() const { in uniquelyHeld()
221 const skgpu::UniqueKey& key() const { in key()
226 SkData* getCustomData() const { in getCustomData()
231 sk_sp<SkData> refCustomData() const { in refCustomData()
236 GrSurfaceProxyView view() { in view()
241 sk_sp<VertexData> vertexData() { in vertexData()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp193 if (const auto *Entry = CostTableLookup(GLMCostTable, ISD, in getArithmeticInstrCost() local
242 if (const auto *Entry = CostTableLookup(SLMCostTable, ISD, in getArithmeticInstrCost() local
298 if (const auto *Entry = CostTableLookup(AVX512BWUniformConstCostTable, ISD, in getArithmeticInstrCost() local
311 if (const auto *Entry = CostTableLookup(AVX512UniformConstCostTable, ISD, in getArithmeticInstrCost() local
326 if (const auto *Entry = CostTableLookup(AVX2UniformConstCostTable, ISD, in getArithmeticInstrCost() local
344 if (const auto *Entry = in getArithmeticInstrCost() local
363 if (const auto *Entry = in getArithmeticInstrCost() local
378 if (const auto *Entry = in getArithmeticInstrCost() local
401 if (const auto *Entry = CostTableLookup(AVX2ConstCostTable, ISD, LT.second)) in getArithmeticInstrCost() local
445 if (const auto *Entry = CostTableLookup(SSE2ConstCostTable, ISD, LT.second)) in getArithmeticInstrCost() local
[all …]
DX86InstrFoldTables.cpp5612 for (const X86MemoryFoldTableEntry &Entry : MemoryFoldTable2Addr) in X86MemUnfoldTable() local
5616 for (const X86MemoryFoldTableEntry &Entry : MemoryFoldTable0) in X86MemUnfoldTable() local
5620 for (const X86MemoryFoldTableEntry &Entry : MemoryFoldTable1) in X86MemUnfoldTable() local
5624 for (const X86MemoryFoldTableEntry &Entry : MemoryFoldTable2) in X86MemUnfoldTable() local
5628 for (const X86MemoryFoldTableEntry &Entry : MemoryFoldTable3) in X86MemUnfoldTable() local
5632 for (const X86MemoryFoldTableEntry &Entry : MemoryFoldTable4) in X86MemUnfoldTable() local
5637 for (const X86MemoryFoldTableEntry &Entry : BroadcastFoldTable2) in X86MemUnfoldTable() local
5641 for (const X86MemoryFoldTableEntry &Entry : BroadcastFoldTable3) in X86MemUnfoldTable() local
/external/tensorflow/tensorflow/core/common_runtime/
Dentry.h32 struct Entry { struct
34 NO_VALUE = 0, // The default state for a newly-created Entry. argument
40 Entry() : state(State::NO_VALUE) {} in Entry() function
41 Entry(const Entry& other) : state(other.state), alloc_attr(other.alloc_attr) { in Entry() argument
57 ~Entry() { in ~Entry() argument
106 void ClearVal() { in ClearVal()
113 union {
138 typedef gtl::InlinedVector<Entry, 4> EntryVector; argument
/external/openthread/tests/unit/
Dtest_linked_list.cpp50 struct Entry : public EntryBase, LinkedListEntry<Entry> struct
53 enum class Type : uint8_t
59 Entry(const char *aName, uint16_t aId, Type aType = Type::kAlpha) in Entry() argument
67 const char *GetName(void) const { return mName; } in GetName()
68 uint16_t GetId(void) const { return mId; } in GetId()
69 bool Matches(const char *aName) const { return strcmp(mName, aName) == 0; } in Matches()
70 bool Matches(uint16_t aId) const { return mId == aId; } in Matches()
71 bool Matches(Type aType) const { return mType == aType; } in Matches()
72 void Free(void) { mWasFreed = true; } in Free()
74 void ResetTestFlags(void) { mWasFreed = false; } in ResetTestFlags()
[all …]
Dtest_binary_search.cpp45 struct Entry in TestBinarySearch() struct
47 int Compare(const char *aName) const { return strcmp(aName, mName); } in TestBinarySearch()
49 constexpr static bool AreInOrder(const Entry &aFirst, const Entry &aSecond) in TestBinarySearch()
54 const char *mName; in TestBinarySearch()
55 uint8_t mRank; in TestBinarySearch()
Dtest_array.cpp187 struct Entry : public Unequatable<Entry> in TestArrayCopyAndFindMatching() struct
191 Entry(const char *aName, uint16_t aYear) in TestArrayCopyAndFindMatching() argument
197 …perator==(const Entry &aOther) const { return (mName == aOther.mName) && (mYear == aOther.mYear); } in TestArrayCopyAndFindMatching()
198 bool Matches(const char *aName) const { return strcmp(aName, mName) == 0; } in TestArrayCopyAndFindMatching()
199 bool Matches(uint16_t aYear) const { return aYear == mYear; } in TestArrayCopyAndFindMatching()
201 bool Matches(MatchMode aMatchMode) const in TestArrayCopyAndFindMatching()
224 const char *mName; in TestArrayCopyAndFindMatching()
225 uint16_t mYear; in TestArrayCopyAndFindMatching()
/external/libchrome/components/policy/core/common/
Dpolicy_map.h29 struct POLICY_EXPORT Entry { struct
39 Entry(); argument
43 Entry& operator=(Entry&&) noexcept; argument
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLoc.h23 struct Entry { struct
38 SmallVector<Entry, 2> Entries; argument
60 struct Entry { struct
68 SmallVector<Entry, 2> Entries; argument
/external/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp129 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/zlib/google/
Dzip_reader.h93 struct Entry { struct
104 // (In ZIP) -> (Entry.path) argument
108 base::FilePath path;
113 int64_t original_size;
143 // Entry POSIX permissions (POSIX systems only). argument
144 int posix_mode;
/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
Dsimple_session_cache.h41 struct Entry { struct
47 std::map<QuicServerId, Entry> cache_entries_; argument
/external/cronet/base/trace_event/
Dmemory_allocator_dump.h48 struct BASE_EXPORT Entry { struct
49 enum EntryType { argument
63 Entry& operator=(const Entry&) = delete; argument
64 Entry& operator=(Entry&& other); argument
70 EntryType entry_type; argument
72 uint64_t value_uint64;
73 std::string value_string;
/external/perfetto/src/profiling/common/
Dinterner.h36 struct Entry { struct
38 Entry(Interner<T>* in, InternID i, U... args) in Entry() function
45 size_t operator()(const Entry& e) const noexcept { in operator() argument
60 explicit Interned(Entry* entry) : entry_(entry) {} in Interned() argument
/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/
Dquic_client_session_cache.h51 struct QUIC_EXPORT_PRIVATE Entry { struct
77 QuicLRUCache<QuicServerId, Entry, QuicServerIdHash> cache_; argument
/external/cronet/net/third_party/quiche/src/depstool/deps/
Dparse.go14 type Entry struct { struct
15 Name string
16 SHA256 string
17 Prefix string
18 URL string
19 LastUpdated string
/external/libchrome/base/trace_event/
Dmemory_allocator_dump.h44 struct BASE_EXPORT Entry { struct
45 enum EntryType { argument
58 Entry& operator=(Entry&& other); argument
64 EntryType entry_type; argument
69 DISALLOW_COPY_AND_ASSIGN(Entry); argument
/external/skia/src/gpu/ganesh/gradients/
DGrGradientBitmapCache.cpp22 struct GrGradientBitmapCache::Entry { struct in GrGradientBitmapCache
23 Entry* fPrev;
24 Entry* fNext;
26 void* fBuffer;
27 size_t fSize;
28 SkBitmap fBitmap;
30 Entry(const void* buffer, size_t size, const SkBitmap& bm) in Entry() argument
39 ~Entry() { sk_free(fBuffer); } in ~Entry()
41 bool equals(const void* buffer, size_t size) const { in equals()
/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/data/
DEntry.java17 public class Entry extends BaseEntry implements Parcelable { class
22 public Entry() { in Entry() method in Entry
32 public Entry(float x, float y) { in Entry() method in Entry
44 public Entry(float x, float y, Object data) { in Entry() method in Entry
56 public Entry(float x, float y, Drawable icon) { in Entry() method in Entry
69 public Entry(float x, float y, Drawable icon, Object data) { in Entry() method in Entry
156 protected Entry(Parcel in) { in Entry() method in Entry
/external/skia/src/pdf/
DSkPDFGraphicStackState.h17 struct Entry { struct
19 uint32_t fClipStackGenID = SkClipStack::kWideOpenGenID;
20 SkColor4f fColor = {SK_FloatNaN, SK_FloatNaN, SK_FloatNaN, SK_FloatNaN};
21 SkScalar fTextScaleX = 1; // Zero means we don't care what the value is.
22 int fShaderIndex = -1;
23 int fGraphicStateIndex = -1;
/external/clang/tools/diagtool/
DListWarnings.cpp31 struct Entry { struct
32 llvm::StringRef DiagName;
33 llvm::StringRef Flag;
35 Entry(llvm::StringRef diagN, llvm::StringRef flag) in Entry() function
38 bool operator<(const Entry &x) const { return DiagName < x.DiagName; } in operator <()
/external/skia/src/gpu/ganesh/gl/
DGrGLGpuProgramCache.cpp20 struct GrGLGpu::ProgramCache::Entry { struct in GrGLGpu::ProgramCache
21 Entry(sk_sp<GrGLProgram> program) in Entry() function
24 Entry(const GrGLPrecompiledProgram& precompiledProgram) in Entry() argument
27 sk_sp<GrGLProgram> fProgram;
28 GrGLPrecompiledProgram fPrecompiledProgram;
/external/llvm/lib/Support/
DSpecialCaseList.cpp34 struct SpecialCaseList::Entry { struct in llvm::SpecialCaseList
35 Entry() {} in Entry() function
36 Entry(Entry &&Other) in Entry() function
39 StringSet<> Strings;
40 std::unique_ptr<Regex> RegEx;
42 bool match(StringRef Query) const { in match()
/external/google-breakpad/src/common/
Dstabs_reader.h119 struct Entry { struct
138 // Create a EntryIterator walking the entries in BUFFER. Treat the argument
158 // Dereferencing this iterator produces a reference to an Entry structure argument
/external/libchrome/mojo/core/
Dwatcher_set.h46 struct Entry { struct
51 Entry& operator=(Entry&& other); argument
57 DISALLOW_COPY_AND_ASSIGN(Entry); argument

12345678910>>...30