/external/swiftshader/src/WSI/ |
D | FrameBuffer.hpp | 77 struct Cursor struct in sw::FrameBuffer 79 void *image; 80 int x; 81 int y; 82 int width; 83 int height; 84 int hotspotX; 85 int hotspotY; 86 int positionX; 87 int positionY;
|
/external/swiftshader/src/Main/ |
D | FrameBuffer.hpp | 77 struct Cursor struct in sw::FrameBuffer 79 void *image; 80 int x; 81 int y; 82 int width; 83 int height; 84 int hotspotX; 85 int hotspotY; 86 int positionX; 87 int positionY;
|
/external/llvm/unittests/Bitcode/ |
D | BitstreamReaderTest.cpp | 40 BitstreamCursor Cursor(Reader); in TEST() local 60 BitstreamCursor Cursor(Reader); in TEST() local 69 BitstreamCursor Cursor(Reader); in TEST() local 77 SimpleBitstreamCursor Cursor(Reader); in TEST() local 89 SimpleBitstreamCursor Cursor(Reader); in TEST() local 99 SimpleBitstreamCursor Cursor(Reader); in TEST() local 109 SimpleBitstreamCursor Cursor(Reader); in TEST() local 121 SimpleBitstreamCursor Cursor(Reader); in TEST() local 135 SimpleBitstreamCursor Cursor(Reader); in TEST() local 149 SimpleBitstreamCursor Cursor(Reader); in TEST() local [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Bitcode/ |
D | BitstreamReaderTest.cpp | 23 BitstreamCursor Cursor(Bytes); in TEST() local 42 BitstreamCursor Cursor(Bytes); in TEST() local 49 BitstreamCursor Cursor(ArrayRef<uint8_t>{}); in TEST() local 56 SimpleBitstreamCursor Cursor(Bytes); in TEST() local 67 SimpleBitstreamCursor Cursor(Bytes); in TEST() local 76 SimpleBitstreamCursor Cursor(Bytes); in TEST() local 146 SimpleBitstreamCursor Cursor(ArrayRef<uint8_t>(Bytes, I)); in TEST() local
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | InterferenceCache.h | 156 Cursor() : CacheEntry(0), Current(0) {} in Cursor() function 159 Cursor(const Cursor &O) : CacheEntry(0), Current(0) { in Cursor() function 200 friend class Cursor; variable
|
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
D | NaClBitcodeParser.h | 118 explicit NaClBitcodeData(NaClBitstreamCursor &Cursor) in NaClBitcodeData() 173 NaClBitcodeBlock(unsigned BlockID, NaClBitstreamCursor &Cursor) in NaClBitcodeBlock() 416 NaClBitstreamCursor &Cursor): in ErrorHandler() 430 explicit NaClBitcodeParser(NaClBitstreamCursor &Cursor) in NaClBitcodeParser() 617 NaClBitstreamCursor &Cursor) in NaClBitcodeParser()
|
/external/libkmsxx/kms++/inc/kms++/ |
D | plane.h | 12 Cursor = 1 << 2, enumerator
|
/external/llvm/lib/CodeGen/ |
D | InterferenceCache.h | 189 Cursor() : CacheEntry(nullptr), Current(nullptr) {} in Cursor() function 192 Cursor(const Cursor &O) : CacheEntry(nullptr), Current(nullptr) { in Cursor() function 233 friend class Cursor; variable
|
/external/syzkaller/vendor/google.golang.org/appengine/datastore/ |
D | query.go | 640 func (t *Iterator) Cursor() (Cursor, error) { func 688 type Cursor struct { struct 689 cc *pb.CompiledCursor 693 func (c Cursor) String() string {
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitstreamReader.cpp | 54 static uint64_t readAbbreviatedField(BitstreamCursor &Cursor, in readAbbreviatedField() 75 static void skipAbbreviatedField(BitstreamCursor &Cursor, in skipAbbreviatedField()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/ |
D | BitstreamReader.cpp | 51 static uint64_t readAbbreviatedField(BitstreamCursor &Cursor, in readAbbreviatedField() 72 static void skipAbbreviatedField(BitstreamCursor &Cursor, in skipAbbreviatedField()
|
/external/clang/tools/libclang/ |
D | CXCursor.cpp | 931 const Decl *cxcursor::getCursorDecl(CXCursor Cursor) { in getCursorDecl() 935 const Expr *cxcursor::getCursorExpr(CXCursor Cursor) { in getCursorExpr() 939 const Stmt *cxcursor::getCursorStmt(CXCursor Cursor) { in getCursorStmt() 948 const Attr *cxcursor::getCursorAttr(CXCursor Cursor) { in getCursorAttr() 952 const Decl *cxcursor::getCursorParentDecl(CXCursor Cursor) { in getCursorParentDecl() 956 ASTContext &cxcursor::getCursorContext(CXCursor Cursor) { in getCursorContext() 960 ASTUnit *cxcursor::getCursorASTUnit(CXCursor Cursor) { in getCursorASTUnit() 967 CXTranslationUnit cxcursor::getCursorTU(CXCursor Cursor) { in getCursorTU()
|
/external/perfetto/src/trace_processor/ |
D | sql_stats_table.cc | 60 SqlStatsTable::Cursor::Cursor(SqlStatsTable* table) in Cursor() function in perfetto::trace_processor::SqlStatsTable::Cursor
|
D | string_table.cc | 58 StringTable::Cursor::Cursor(StringTable* table) in Cursor() function in perfetto::trace_processor::StringTable::Cursor
|
D | stats_table.cc | 52 StatsTable::Cursor::Cursor(StatsTable* table) in Cursor() function in perfetto::trace_processor::StatsTable::Cursor
|
D | thread_table.cc | 69 ThreadTable::Cursor::Cursor(ThreadTable* table) in Cursor() function in perfetto::trace_processor::ThreadTable::Cursor
|
D | process_table.cc | 67 ProcessTable::Cursor::Cursor(ProcessTable* table) in Cursor() function in perfetto::trace_processor::ProcessTable::Cursor
|
D | window_operator_table.cc | 95 WindowOperatorTable::Cursor::Cursor(WindowOperatorTable* table) in Cursor() function in perfetto::trace_processor::WindowOperatorTable::Cursor
|
D | table.cc | 141 Table::Cursor::Cursor(Table* table) : table_(table) { in Cursor() function in perfetto::trace_processor::Table::Cursor
|
/external/python/cpython2/Lib/sqlite3/test/ |
D | regression.py | 167 class Cursor(sqlite.Cursor): class 211 class Cursor(sqlite.Cursor): class
|
/external/clang/lib/Frontend/ |
D | SerializedDiagnosticReader.cpp | 69 enum class SerializedDiagnosticReader::Cursor { enum in SerializedDiagnosticReader
|
/external/python/cpython3/Lib/sqlite3/test/ |
D | regression.py | 185 class Cursor(sqlite.Cursor): class 226 class Cursor(sqlite.Cursor): class
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/ |
D | MILexer.cpp | 36 class Cursor { class 41 Cursor(NoneType) {} in Cursor() function in __anon1554d6510111::Cursor 43 explicit Cursor(StringRef Str) { in Cursor() function in __anon1554d6510111::Cursor
|
/external/llvm/lib/CodeGen/MIRParser/ |
D | MILexer.cpp | 30 class Cursor { class 35 Cursor(NoneType) : Ptr(nullptr), End(nullptr) {} in Cursor() function in __anon8e8127f90111::Cursor 37 explicit Cursor(StringRef Str) { in Cursor() function in __anon8e8127f90111::Cursor
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | GCOV.h | 152 uint64_t Cursor; variable
|