Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/widget/listview/
DListManagedCursorTest.java60 Instrumentation inst = getInstrumentation(); in testKeyScrolling() local
77 Instrumentation inst = getInstrumentation(); in testTouchScrolling() local
95 Instrumentation inst = getInstrumentation(); in testKeyScrollingToTouchMode() local
116 Instrumentation inst = getInstrumentation(); in testTouchScrollingToTrackballMode() local
131 public int arrowScroll(Instrumentation inst) { in arrowScroll()
155 public int touchScroll(Instrumentation inst) { in touchScroll()
DListEmptyViewTest.java55 Instrumentation inst = getInstrumentation(); in testZeroToOne() local
65 Instrumentation inst = getInstrumentation(); in testZeroToOneForwardBack() local
87 Instrumentation inst = getInstrumentation(); in testZeroToManyToZero() local
DListViewHeightTest.java50 Instrumentation inst = getInstrumentation(); in testButtons() local
DListHeterogeneousTest.java53 Instrumentation inst = getInstrumentation(); in testKeyScrolling() local
DListScrollListenerTest.java60 Instrumentation inst = getInstrumentation(); in testKeyScrolling() local
/frameworks/base/core/tests/coretests/src/android/util/
DKeyUtils.java46 final Instrumentation inst = test.getInstrumentation(); in tapMenuKey() local
59 final Instrumentation inst = test.getInstrumentation(); in chordMenuKey() local
78 final Instrumentation inst = test.getInstrumentation(); in longClick() local
/frameworks/base/media/mca/tests/src/android/camera/mediaeffects/tests/functional/
DEffectsVideoCapture.java42 private void captureVideos(String reportTag, Instrumentation inst) throws Exception{ in captureVideos()
58 Instrumentation inst = getInstrumentation(); in testBackEffectsVideoCapture() local
/frameworks/base/core/tests/coretests/src/android/widget/gridview/
DGridScrollListenerTest.java61 Instrumentation inst = getInstrumentation(); in testKeyScrolling() local
93 Instrumentation inst = getInstrumentation(); in testTouchScrolling() local
/frameworks/rs/cpu_ref/linkloader/include/impl/
DELFObject.hxx145 Inst_t *inst = (Inst_t *)&(*text)[rel->getOffset()]; in relocateARM() local
378 Inst_t *inst = (Inst_t *)&(*text)[rel->getOffset()]; in relocateAARCH64() local
675 Inst_t *inst = (Inst_t*)&(*text)[rel->getOffset()]; in relocateX86_64() local
804 Inst_t *inst = (Inst_t *)&(*text)[rel->getOffset()]; in relocateX86_32() local
854 Inst_t *inst = (Inst_t *)&(*text)[rel->getOffset()]; in relocateMIPS() local
/frameworks/base/test-runner/src/android/test/
DTouchUtils.java250 Instrumentation inst = test.getInstrumentation(); in tapView() local
290 Instrumentation inst = test.getInstrumentation(); in touchAndCancelView() local
325 Instrumentation inst = test.getInstrumentation(); in clickView() local
386 Instrumentation inst = test.getInstrumentation(); in longClickView() local
753 Instrumentation inst = test.getInstrumentation(); in drag() local
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
DBluetoothMnsObexServer.java99 Byte inst = oap.getByte(BluetoothMasRequest.OAP_TAGID_MAS_INSTANCE_ID); in onPut() local
/frameworks/compile/libbcc/lib/Support/
DDisassembler.cpp135 llvm::MCInst inst; in Disassemble() local
/frameworks/base/services/core/java/com/android/server/pm/
DPackageSettingBase.java255 void setInstalled(boolean inst, int userId) { in setInstalled()