Home
last modified time | relevance | path

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

123

/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/rust/crates/syn/0.15.42/src/
Dbuffer.rs120 pub fn begin(&self) -> Cursor { in begin()
139 pub struct Cursor<'a> { struct
143 // point at. All other `End` objects are skipped over in `Cursor::create`. argument
145 // Cursor is covariant in 'a. This field ensures that our pointers are still argument
150 impl<'a> Cursor<'a> { implementation
351 pub fn same_scope(a: Cursor, b: Cursor) -> bool { in same_scope()
Dtoken.rs160 fn peek_impl(cursor: Cursor, peek: fn(ParseStream) -> bool) -> bool { in peek_impl()
855 pub fn peek_keyword(cursor: Cursor, token: &str) -> bool { in peek_keyword()
895 pub fn peek_punct(mut cursor: Cursor, token: &str) -> bool { in peek_punct()
Dlookahead.rs164 pub fn is_delimiter(cursor: Cursor, delimiter: Delimiter) -> bool { in is_delimiter()
/external/rust/crates/syn/1.0.7/src/
Dbuffer.rs119 pub fn begin(&self) -> Cursor { in begin()
138 pub struct Cursor<'a> { struct
142 // point at. All other `End` objects are skipped over in `Cursor::create`. argument
144 // Cursor is covariant in 'a. This field ensures that our pointers are still argument
149 impl<'a> Cursor<'a> { argument
347 pub(crate) fn same_scope(a: Cursor, b: Cursor) -> bool { in same_scope()
Dtoken.rs160 fn peek_impl(cursor: Cursor, peek: fn(ParseStream) -> bool) -> bool { in peek_impl()
849 pub fn peek_keyword(cursor: Cursor, token: &str) -> bool { in peek_keyword()
889 pub fn peek_punct(mut cursor: Cursor, token: &str) -> bool { in peek_punct()
Dlookahead.rs164 pub fn is_delimiter(cursor: Cursor, delimiter: Delimiter) -> bool { in is_delimiter()
/external/rust/crates/proc-macro2/src/
Dstrnom.rs8 pub struct Cursor<'a> { struct
14 impl<'a> Cursor<'a> { impl
139 pub fn skip_whitespace(input: Cursor) -> Cursor { in skip_whitespace()
/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/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/python/cpython2/Lib/sqlite3/test/
Dregression.py167 class Cursor(sqlite.Cursor): class
211 class Cursor(sqlite.Cursor): class
/external/perfetto/src/trace_processor/sqlite/
Dsql_stats_table.cc64 SqlStatsTable::Cursor::Cursor(SqlStatsTable* table) in Cursor() function in perfetto::trace_processor::SqlStatsTable::Cursor
Dstats_table.cc55 StatsTable::Cursor::Cursor(StatsTable* table) in Cursor() function in perfetto::trace_processor::StatsTable::Cursor
Dwindow_operator_table.cc102 WindowOperatorTable::Cursor::Cursor(WindowOperatorTable* table) in Cursor() function in perfetto::trace_processor::WindowOperatorTable::Cursor
/external/python/cpython3/Lib/sqlite3/test/
Dregression.py186 class Cursor(sqlite.Cursor): class
227 class Cursor(sqlite.Cursor): class
/external/python/pycparser/utils/fake_libc_include/X11/
D_X11_fake_typedefs.h12 typedef XID Cursor; typedef
/external/clang/lib/Frontend/
DSerializedDiagnosticReader.cpp69 enum class SerializedDiagnosticReader::Cursor { enum in SerializedDiagnosticReader
/external/llvm/lib/CodeGen/MIRParser/
DMILexer.cpp30 class Cursor { class
35 Cursor(NoneType) : Ptr(nullptr), End(nullptr) {} in Cursor() function in __anonc376e4fb0111::Cursor
37 explicit Cursor(StringRef Str) { in Cursor() function in __anonc376e4fb0111::Cursor
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/
DMILexer.cpp36 class Cursor { class
41 Cursor(NoneType) {} in Cursor() function in __anon0f96bb930111::Cursor
43 explicit Cursor(StringRef Str) { in Cursor() function in __anon0f96bb930111::Cursor

123