Home
last modified time | relevance | path

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

/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
DInput.java39 public int getCursor(); in getCursor() method
DOutput.java43 public int getCursor(); in getCursor() method
DByteArrayInput.java67 public int getCursor() { in getCursor() method in ByteArrayInput
DByteArrayOutput.java141 public int getCursor() { in getCursor() method in ByteArrayOutput
DByteArrayAnnotatedOutput.java146 public int getCursor() { in getCursor() method in ByteArrayAnnotatedOutput
/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/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowCursorAdapter.java163 public Cursor getCursor() { in getCursor() method in ShadowCursorAdapter
/external/llvm/include/llvm/Support/
DGCOV.h151 uint64_t getCursor() const { return Cursor; } in getCursor() function
/external/webkit/Source/WebCore/platform/wince/
DCursorWinCE.cpp34 static const Cursor& getCursor(CursorType type) in getCursor() function
/external/clang/tools/libclang/
DIndexingContext.h496 CXCursor getCursor(const Decl *D) { in getCursor() function
DCIndex.cpp4121 CXCursor cxcursor::getCursor(CXTranslationUnit TU, SourceLocation SLoc) { in getCursor() function in cxcursor