Searched refs:inst (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListManagedCursorTest.java60 Instrumentation inst = getInstrumentation();
62 int firstVisiblePosition = arrowScroll(inst);
64 inst.sendCharacterSync(KeyEvent.KEYCODE_BACK);
65 inst.waitForIdleSync();
77 Instrumentation inst = getInstrumentation();
79 int firstVisiblePosition = touchScroll(inst);
81 inst.sendCharacterSync(KeyEvent.KEYCODE_BACK);
82 inst.waitForIdleSync();
95 Instrumentation inst = getInstrumentation();
97 int firstVisiblePosition = arrowScroll(inst);
131 arrowScroll(Instrumentation inst) argument
155 touchScroll(Instrumentation inst) argument
[all...]
H A DListEmptyViewTest.java55 Instrumentation inst = getInstrumentation();
57 inst.invokeMenuActionSync(mActivity, mActivity.MENU_ADD, 0);
58 inst.waitForIdleSync();
65 Instrumentation inst = getInstrumentation();
67 inst.invokeMenuActionSync(mActivity, mActivity.MENU_ADD, 0);
68 inst.waitForIdleSync();
78 inst.sendCharacterSync(KeyEvent.KEYCODE_BACK);
79 inst.waitForIdleSync();
87 Instrumentation inst = getInstrumentation();
92 inst
[all...]
H A DListScrollListenerTest.java60 Instrumentation inst = getInstrumentation();
64 inst.sendCharacterSync(KeyEvent.KEYCODE_DPAD_DOWN);
66 inst.waitForIdleSync();
70 inst.sendCharacterSync(KeyEvent.KEYCODE_SPACE);
71 inst.waitForIdleSync();
79 inst.sendKeySync(down);
80 inst.sendKeySync(up);
81 inst.waitForIdleSync();
H A DListHeterogeneousTest.java53 Instrumentation inst = getInstrumentation();
59 inst.sendCharacterSync(KeyEvent.KEYCODE_DPAD_DOWN);
61 inst.waitForIdleSync();
67 inst.sendCharacterSync(KeyEvent.KEYCODE_DPAD_UP);
69 inst.waitForIdleSync();
H A DListViewHeightTest.java50 Instrumentation inst = getInstrumentation();
65 inst.waitForIdleSync();
74 inst.waitForIdleSync();
82 inst.waitForIdleSync();
/frameworks/base/core/tests/coretests/src/android/util/
H A DKeyUtils.java46 final Instrumentation inst = test.getInstrumentation();
48 inst.sendKeySync(new KeyEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_MENU));
49 inst.sendKeySync(new KeyEvent(KeyEvent.ACTION_UP, KeyEvent.KEYCODE_MENU));
59 final Instrumentation inst = test.getInstrumentation();
66 inst.sendKeySync(pushMenuKey);
67 inst.sendKeySync(new KeyEvent(KeyEvent.ACTION_DOWN, shortcutKeyCode));
68 inst.sendKeySync(new KeyEvent(KeyEvent.ACTION_UP, shortcutKeyCode));
69 inst.sendKeySync(new KeyEvent(KeyEvent.ACTION_UP, KeyEvent.KEYCODE_MENU));
78 final Instrumentation inst = test.getInstrumentation();
80 inst
[all...]
/frameworks/base/core/tests/coretests/src/android/widget/gridview/
H A DGridScrollListenerTest.java61 Instrumentation inst = getInstrumentation();
65 inst.sendCharacterSync(KeyEvent.KEYCODE_DPAD_DOWN);
67 inst.waitForIdleSync();
72 inst.sendCharacterSync(KeyEvent.KEYCODE_SPACE);
73 inst.waitForIdleSync();
82 inst.sendKeySync(down);
83 inst.sendKeySync(up);
84 inst.waitForIdleSync();
93 Instrumentation inst = getInstrumentation();
/frameworks/rs/cpu_ref/linkloader/include/impl/
H A DELFObject.hxx145 Inst_t *inst = (Inst_t *)&(*text)[rel->getOffset()]; local
146 Inst_t P = (Inst_t)(int64_t)inst;
170 A = *inst;
171 *inst = (S + A) | T;
183 A = (Inst_t)(int64_t)SIGN_EXTEND(*inst & 0xFFFFFF, 24);
187 *inst = ((*inst >> 16) & 0xFFFF) | (*inst << 16);
188 Inst_t s = (*inst >> 26) & 0x1u, // 26
189 u = (*inst >> 1
378 Inst_t *inst = (Inst_t *)&(*text)[rel->getOffset()]; local
675 Inst_t *inst = (Inst_t*)&(*text)[rel->getOffset()]; local
804 Inst_t *inst = (Inst_t *)&(*text)[rel->getOffset()]; local
854 Inst_t *inst = (Inst_t *)&(*text)[rel->getOffset()]; local
[all...]
/frameworks/base/media/mca/tests/src/android/camera/mediaeffects/tests/functional/
H A DEffectsVideoCapture.java42 private void captureVideos(String reportTag, Instrumentation inst) throws Exception{ argument
50 inst.sendCharacterSync(KeyEvent.KEYCODE_CAMERA);
52 inst.sendCharacterSync(KeyEvent.KEYCODE_CAMERA);
58 Instrumentation inst = getInstrumentation();
66 Activity act = inst.startActivitySync(intent);
67 captureVideos("Back Camera Video Capture\n", inst);
/frameworks/base/test-runner/src/android/test/
H A DTouchUtils.java250 Instrumentation inst = test.getInstrumentation();
257 inst.sendPointerSync(event);
258 inst.waitForIdleSync();
264 inst.sendPointerSync(event);
265 inst.waitForIdleSync();
269 inst.sendPointerSync(event);
270 inst.waitForIdleSync();
290 Instrumentation inst = test.getInstrumentation();
297 inst.sendPointerSync(event);
298 inst
[all...]
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMnsObexServer.java99 Byte inst = oap.getByte(BluetoothMasRequest.OAP_TAGID_MAS_INSTANCE_ID);
106 mCallback.obtainMessage(BluetoothMnsService.MSG_EVENT, inst, 0, ev).sendToTarget();
/frameworks/compile/libbcc/lib/Support/
H A DDisassembler.cpp135 llvm::MCInst inst; local
139 disassembler->getInstruction(inst, inst_size, *input_function, i,
162 inst_printer->printInst(&inst, pOutput, /* Annot */"");
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageSettingBase.java255 void setInstalled(boolean inst, int userId) { argument
256 modifyUserState(userId).installed = inst;

Completed in 239 milliseconds