/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | CursorAdapterTest.java | 33 private Cursor curs; field in CursorAdapterTest 57 curs = new SQLiteCursor(null, null, null, null); in setUp() 58 Robolectric.shadowOf((SQLiteCursor)curs).setResultSet(resultSet,sql); in setUp() 60 adapter = new TestAdapter(curs); in setUp() 66 assertThat(adapter.getCursor(), sameInstance(curs)); in testChangeCursor() 70 assertThat(curs.isClosed(), equalTo( true ) ); in testChangeCursor() 76 assertThat(adapter.getCount(), equalTo(curs.getCount())); in testCount() 104 public TestAdapter( Cursor curs ) { in TestAdapter() argument 105 super( Robolectric.application, curs, false ); in TestAdapter()
|
/external/clang/bindings/python/tests/cindex/ |
D | test_cursor.py | 276 curs = get_cursors(tu, 'f') 278 assert(len(curs) == 2) 279 assert(curs[0].semantic_parent == curs[1].semantic_parent) 280 assert(curs[0].semantic_parent == decl) 284 curs = get_cursors(tu, 'f') 286 assert(len(curs) == 2) 287 assert(curs[0].lexical_parent != curs[1].lexical_parent) 288 assert(curs[0].lexical_parent == decl) 289 assert(curs[1].lexical_parent == tu.cursor)
|
/external/pdfium/third_party/freetype/src/truetype/ |
D | ttinterp.c | 6764 FT_Vector* curs; /* arrays */ member 6781 dx = worker->curs[p].x - worker->orgs[p].x; in _iup_worker_shift() 6785 worker->curs[i].x += dx; in _iup_worker_shift() 6788 worker->curs[i].x += dx; in _iup_worker_shift() 6831 cur1 = worker->curs[ref1].x; in _iup_worker_interpolate() 6832 cur2 = worker->curs[ref2].x; in _iup_worker_interpolate() 6854 worker->curs[i].x = x; in _iup_worker_interpolate() 6885 worker->curs[i].x = x; in _iup_worker_interpolate() 6921 V.curs = exc->pts.cur; in Ins_IUP() 6928 V.curs = (FT_Vector*)( (FT_Pos*)exc->pts.cur + 1 ); in Ins_IUP()
|
/external/freetype/src/truetype/ |
D | ttinterp.c | 6705 FT_Vector* curs; /* arrays */ member 6722 dx = worker->curs[p].x - worker->orgs[p].x; in _iup_worker_shift() 6726 worker->curs[i].x += dx; in _iup_worker_shift() 6729 worker->curs[i].x += dx; in _iup_worker_shift() 6772 cur1 = worker->curs[ref1].x; in _iup_worker_interpolate() 6773 cur2 = worker->curs[ref2].x; in _iup_worker_interpolate() 6795 worker->curs[i].x = x; in _iup_worker_interpolate() 6826 worker->curs[i].x = x; in _iup_worker_interpolate() 6879 V.curs = exc->pts.cur; in Ins_IUP() 6886 V.curs = (FT_Vector*)( (FT_Pos*)exc->pts.cur + 1 ); in Ins_IUP()
|
/external/mksh/src/ |
D | edit.c | 2007 size_t curs = xcp - xbuf; in x_search_dir() local 2010 if (strncmp(xbuf, *hp, curs) == 0) { in x_search_dir() 2012 x_goto(xbuf + curs); in x_search_dir()
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|
/external/robolectric/v3/runtime/ |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |