Home
last modified time | relevance | path

Searched defs:getCursor (Results 1 – 14 of 14) sorted by relevance

/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/
DSourcePrinter.java216 public Position getCursor() { in getCursor() method in SourcePrinter
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/upstream/cache/
DCacheFileMetadataIndex.java231 private Cursor getCursor() { in getCursor() method in CacheFileMetadataIndex
DCachedContentIndex.java894 private Cursor getCursor() { in getCursor() method in CachedContentIndex.DatabaseStorage
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
DAnnotatedBytes.java247 public int getCursor() { in getCursor() method in AnnotatedBytes
/external/protobuf/js/binary/
Ddecoder.js391 jspb.BinaryDecoder.prototype.getCursor = function() { method in jspb.BinaryDecoder
Dreader.js176 jspb.BinaryReader.prototype.getCursor = function() { method in jspb.BinaryReader
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/offline/
DDefaultDownloadIndex.java310 private Cursor getCursor(String selection, @Nullable String[] selectionArgs) in getCursor() method in DefaultDownloadIndex
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DGCOV.h235 uint64_t getCursor() const { return Cursor; } in getCursor() function
/external/llvm-project/clang/tools/libclang/
DCXIndexDataConsumer.h472 CXCursor getCursor(const Decl *D) { in getCursor() function
DCIndex.cpp6058 CXCursor cxcursor::getCursor(CXTranslationUnit TU, SourceLocation SLoc) { in getCursor() function in cxcursor
/external/llvm/include/llvm/Support/
DGCOV.h222 uint64_t getCursor() const { return Cursor; } in getCursor() function
/external/clang/tools/libclang/
DCXIndexDataConsumer.h504 CXCursor getCursor(const Decl *D) { in getCursor() function
DCIndex.cpp5284 CXCursor cxcursor::getCursor(CXTranslationUnit TU, SourceLocation SLoc) { in getCursor() function in cxcursor
/external/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp3008 NaClBitstreamCursor &getCursor() const { return Record.GetCursor(); } in getCursor() function in __anon127203fd0111::ModuleParser