/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowMergeCursorTest.java | 104 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/ |
D | rottest.py | 112 cursors = [ "A", "D", "B", "C" ] variable
|
/external/mesa3d/src/compiler/nir/ |
D | nir_opt_move_discards_to_top.c | 322 struct util_dynarray cursors; in opt_move_discards_to_top_impl() local
|
/external/oboe/apps/OboeTester/app/src/main/java/com/mobileer/oboetester/ |
D | WaveformView.java | 184 public void setCursorData(int[] cursors) { in setCursorData()
|
D | TapToToneTester.java | 157 int[] cursors = new int[numEdges]; in showTestResults() local
|
D | ManualGlitchActivity.java | 261 int[] cursors = new int[glitchLength > 0 ? 2 : 1]; in onGlitchDetected() local
|
/external/libdrm/tests/modetest/ |
D | cursor.c | 57 static struct cursor cursors[MAX_CURSORS]; variable
|
/external/python/cpython3/Modules/_sqlite/ |
D | connection.h | 73 PyObject *cursors; member
|
D | connection.c | 287 PyObject *cursors = PyList_New(0); in pysqlite_connection_init_impl() local
|
/external/skia/modules/skplaintexteditor/src/ |
D | shape.cpp | 236 SkRect* cursors = (SkRect*)context; in set_character_bounds() local
|
/external/wayland/cursor/ |
D | wayland-cursor.c | 129 struct wl_cursor **cursors; member
|
/external/python/cpython3/Doc/library/ |
D | sqlite3.rst | 232 .. _cursors: https://en.wikipedia.org/wiki/Cursor_(databases) target in Tutorial
|
/external/clang/tools/c-index-test/ |
D | c-index-test.c | 3591 CXCursor *cursors = 0; in perform_token_annotation() local
|
/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/ |
D | pubsublite.v1.json | 894 "cursors": { object
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 6205 AnnotateTokensWorker(CXToken *tokens, CXCursor *cursors, unsigned numTokens, in AnnotateTokensWorker()
|