Home
last modified time | relevance | path

Searched defs:cursors (Results 1 – 15 of 15) sorted by relevance

/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowMergeCursorTest.java104 Cursor[] cursors = new Cursor[2]; in testEmptyCursors() local
115 Cursor[] cursors = new Cursor[2]; in testMoveToPositionEmptyCursor() local
130 Cursor[] cursors = new Cursor[1]; in testBoundsSingleCursor() local
138 Cursor[] cursors = new Cursor[2]; in testBoundsMultipleCursor() local
145 private void assertBounds(Cursor[] cursors, int expectedLength) { in assertBounds()
162 Cursor[] cursors = new Cursor[1]; in testGetDataSingleCursor() local
172 Cursor[] cursors = new Cursor[2]; in testGetDataMultipleCursor() local
217 Cursor[] cursors = new Cursor[1]; in testColumnNamesSingleCursor() local
230 Cursor[] cursors = new Cursor[2]; in testColumnNamesMultipleCursors() local
272 Cursor[] cursors = new Cursor[2]; in testCloseCursors() local
/external/libkmsxx/py/tests/
Drottest.py112 cursors = [ "A", "D", "B", "C" ] variable
/external/mesa3d/src/compiler/nir/
Dnir_opt_move_discards_to_top.c322 struct util_dynarray cursors; in opt_move_discards_to_top_impl() local
/external/oboe/apps/OboeTester/app/src/main/java/com/mobileer/oboetester/
DWaveformView.java184 public void setCursorData(int[] cursors) { in setCursorData()
DTapToToneTester.java157 int[] cursors = new int[numEdges]; in showTestResults() local
DManualGlitchActivity.java261 int[] cursors = new int[glitchLength > 0 ? 2 : 1]; in onGlitchDetected() local
/external/libdrm/tests/modetest/
Dcursor.c57 static struct cursor cursors[MAX_CURSORS]; variable
/external/python/cpython3/Modules/_sqlite/
Dconnection.h73 PyObject *cursors; member
Dconnection.c287 PyObject *cursors = PyList_New(0); in pysqlite_connection_init_impl() local
/external/skia/modules/skplaintexteditor/src/
Dshape.cpp236 SkRect* cursors = (SkRect*)context; in set_character_bounds() local
/external/wayland/cursor/
Dwayland-cursor.c129 struct wl_cursor **cursors; member
/external/python/cpython3/Doc/library/
Dsqlite3.rst232 .. _cursors: https://en.wikipedia.org/wiki/Cursor_(databases) target in Tutorial
/external/clang/tools/c-index-test/
Dc-index-test.c3591 CXCursor *cursors = 0; in perform_token_annotation() local
/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dpubsublite.v1.json894 "cursors": { object
/external/clang/tools/libclang/
DCIndex.cpp6205 AnnotateTokensWorker(CXToken *tokens, CXCursor *cursors, unsigned numTokens, in AnnotateTokensWorker()