| /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/rust/crates/syn/0.15.42/src/ |
| D | buffer.rs | 120 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> { impl 351 pub fn same_scope(a: Cursor, b: Cursor) -> bool { in same_scope()
|
| D | token.rs | 160 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()
|
| D | lookahead.rs | 164 pub fn is_delimiter(cursor: Cursor, delimiter: Delimiter) -> bool { in is_delimiter()
|
| /external/rust/crates/syn/1.0.7/src/ |
| D | buffer.rs | 119 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> { impl 347 pub(crate) fn same_scope(a: Cursor, b: Cursor) -> bool { in same_scope()
|
| D | token.rs | 160 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()
|
| D | lookahead.rs | 164 pub fn is_delimiter(cursor: Cursor, delimiter: Delimiter) -> bool { in is_delimiter()
|
| /external/rust/crates/proc-macro2/src/ |
| D | strnom.rs | 8 pub struct Cursor<'a> { struct 14 impl<'a> Cursor<'a> { argument 139 pub fn skip_whitespace(input: Cursor) -> Cursor { in skip_whitespace()
|
| /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/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/python/cpython2/Lib/sqlite3/test/ |
| D | regression.py | 167 class Cursor(sqlite.Cursor): class 211 class Cursor(sqlite.Cursor): class
|
| /external/perfetto/src/trace_processor/sqlite/ |
| D | sql_stats_table.cc | 64 SqlStatsTable::Cursor::Cursor(SqlStatsTable* table) in Cursor() function in perfetto::trace_processor::SqlStatsTable::Cursor
|
| D | stats_table.cc | 55 StatsTable::Cursor::Cursor(StatsTable* table) in Cursor() function in perfetto::trace_processor::StatsTable::Cursor
|
| D | window_operator_table.cc | 102 WindowOperatorTable::Cursor::Cursor(WindowOperatorTable* table) in Cursor() function in perfetto::trace_processor::WindowOperatorTable::Cursor
|
| /external/python/cpython3/Lib/sqlite3/test/ |
| D | regression.py | 186 class Cursor(sqlite.Cursor): class 227 class Cursor(sqlite.Cursor): class
|
| /external/python/pycparser/utils/fake_libc_include/X11/ |
| D | _X11_fake_typedefs.h | 12 typedef XID Cursor; typedef
|
| /external/clang/lib/Frontend/ |
| D | SerializedDiagnosticReader.cpp | 69 enum class SerializedDiagnosticReader::Cursor { enum in SerializedDiagnosticReader
|
| /external/llvm/lib/CodeGen/MIRParser/ |
| D | MILexer.cpp | 30 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/ |
| D | MILexer.cpp | 36 class Cursor { class 41 Cursor(NoneType) {} in Cursor() function in __anon0f96bb930111::Cursor 43 explicit Cursor(StringRef Str) { in Cursor() function in __anon0f96bb930111::Cursor
|