Home
last modified time | relevance | path

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

/external/dexmaker/src/dx/java/com/android/dx/util/
DOutput.java31 public int getCursor(); in getCursor() method
DByteArray.java285 public int getCursor(); in getCursor() method
DByteArrayAnnotatedOutput.java144 public int getCursor() { in getCursor() method in ByteArrayAnnotatedOutput
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowCursorAdapter.java163 public Cursor getCursor() { in getCursor() method in ShadowCursorAdapter
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
DAnnotatedBytes.java247 public int getCursor() { in getCursor() method in AnnotatedBytes
/external/clang/tools/libclang/
DIndexingContext.h495 CXCursor getCursor(const Decl *D) { in getCursor() function
DCIndex.cpp4919 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