Home
last modified time | relevance | path

Searched defs:Cursor (Results 1 – 25 of 66) sorted by relevance

123

/external/swiftshader/src/WSI/
DFrameBuffer.hpp77 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/
DFrameBuffer.hpp77 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/
DBitstreamReaderTest.cpp40 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/
DBitstreamReaderTest.cpp23 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/
DInterferenceCache.h156 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/
DNaClBitcodeParser.h118 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++/
Dplane.h12 Cursor = 1 << 2, enumerator
/external/llvm/lib/CodeGen/
DInterferenceCache.h189 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/
Dquery.go640 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/
DBitstreamReader.cpp54 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/
DBitstreamReader.cpp51 static uint64_t readAbbreviatedField(BitstreamCursor &Cursor, in readAbbreviatedField()
72 static void skipAbbreviatedField(BitstreamCursor &Cursor, in skipAbbreviatedField()
/external/clang/tools/libclang/
DCXCursor.cpp931 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/
Dsql_stats_table.cc60 SqlStatsTable::Cursor::Cursor(SqlStatsTable* table) in Cursor() function in perfetto::trace_processor::SqlStatsTable::Cursor
Dstring_table.cc58 StringTable::Cursor::Cursor(StringTable* table) in Cursor() function in perfetto::trace_processor::StringTable::Cursor
Dstats_table.cc52 StatsTable::Cursor::Cursor(StatsTable* table) in Cursor() function in perfetto::trace_processor::StatsTable::Cursor
Dthread_table.cc69 ThreadTable::Cursor::Cursor(ThreadTable* table) in Cursor() function in perfetto::trace_processor::ThreadTable::Cursor
Dprocess_table.cc67 ProcessTable::Cursor::Cursor(ProcessTable* table) in Cursor() function in perfetto::trace_processor::ProcessTable::Cursor
Dwindow_operator_table.cc95 WindowOperatorTable::Cursor::Cursor(WindowOperatorTable* table) in Cursor() function in perfetto::trace_processor::WindowOperatorTable::Cursor
Dtable.cc141 Table::Cursor::Cursor(Table* table) : table_(table) { in Cursor() function in perfetto::trace_processor::Table::Cursor
/external/python/cpython2/Lib/sqlite3/test/
Dregression.py167 class Cursor(sqlite.Cursor): class
211 class Cursor(sqlite.Cursor): class
/external/clang/lib/Frontend/
DSerializedDiagnosticReader.cpp69 enum class SerializedDiagnosticReader::Cursor { enum in SerializedDiagnosticReader
/external/python/cpython3/Lib/sqlite3/test/
Dregression.py185 class Cursor(sqlite.Cursor): class
226 class Cursor(sqlite.Cursor): class
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/
DMILexer.cpp36 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/
DMILexer.cpp30 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/
DGCOV.h152 uint64_t Cursor; variable

123