Home
last modified time | relevance | path

Searched refs:inst (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/listview/
DListManagedCursorTest.java60 Instrumentation inst = getInstrumentation(); in testKeyScrolling() local
62 int firstVisiblePosition = arrowScroll(inst); in testKeyScrolling()
64 inst.sendCharacterSync(KeyEvent.KEYCODE_BACK); in testKeyScrolling()
65 inst.waitForIdleSync(); in testKeyScrolling()
77 Instrumentation inst = getInstrumentation(); in testTouchScrolling() local
79 int firstVisiblePosition = touchScroll(inst); in testTouchScrolling()
81 inst.sendCharacterSync(KeyEvent.KEYCODE_BACK); in testTouchScrolling()
82 inst.waitForIdleSync(); in testTouchScrolling()
95 Instrumentation inst = getInstrumentation(); in testKeyScrollingToTouchMode() local
97 int firstVisiblePosition = arrowScroll(inst); in testKeyScrollingToTouchMode()
[all …]
DListEmptyViewTest.java55 Instrumentation inst = getInstrumentation(); in testZeroToOne() local
57 inst.invokeMenuActionSync(mActivity, mActivity.MENU_ADD, 0); in testZeroToOne()
58 inst.waitForIdleSync(); in testZeroToOne()
65 Instrumentation inst = getInstrumentation(); in testZeroToOneForwardBack() local
67 inst.invokeMenuActionSync(mActivity, mActivity.MENU_ADD, 0); in testZeroToOneForwardBack()
68 inst.waitForIdleSync(); in testZeroToOneForwardBack()
78 inst.sendCharacterSync(KeyEvent.KEYCODE_BACK); in testZeroToOneForwardBack()
79 inst.waitForIdleSync(); in testZeroToOneForwardBack()
87 Instrumentation inst = getInstrumentation(); in testZeroToManyToZero() local
92 inst.invokeMenuActionSync(mActivity, mActivity.MENU_ADD, 0); in testZeroToManyToZero()
[all …]
DListScrollListenerTest.java60 Instrumentation inst = getInstrumentation(); in testKeyScrolling() local
64 inst.sendCharacterSync(KeyEvent.KEYCODE_DPAD_DOWN); in testKeyScrolling()
66 inst.waitForIdleSync(); in testKeyScrolling()
70 inst.sendCharacterSync(KeyEvent.KEYCODE_SPACE); in testKeyScrolling()
71 inst.waitForIdleSync(); in testKeyScrolling()
79 inst.sendKeySync(down); in testKeyScrolling()
80 inst.sendKeySync(up); in testKeyScrolling()
81 inst.waitForIdleSync(); in testKeyScrolling()
DListHeterogeneousTest.java53 Instrumentation inst = getInstrumentation(); in testKeyScrolling() local
59 inst.sendCharacterSync(KeyEvent.KEYCODE_DPAD_DOWN); in testKeyScrolling()
61 inst.waitForIdleSync(); in testKeyScrolling()
67 inst.sendCharacterSync(KeyEvent.KEYCODE_DPAD_UP); in testKeyScrolling()
69 inst.waitForIdleSync(); in testKeyScrolling()
DListViewHeightTest.java50 Instrumentation inst = getInstrumentation(); in testButtons() local
65 inst.waitForIdleSync(); in testButtons()
74 inst.waitForIdleSync(); in testButtons()
82 inst.waitForIdleSync(); in testButtons()
/frameworks/rs/cpu_ref/linkloader/include/impl/
DELFObject.hxx145 Inst_t *inst = (Inst_t *)&(*text)[rel->getOffset()]; in relocateARM() local
146 Inst_t P = (Inst_t)(int64_t)inst; in relocateARM()
170 A = *inst; in relocateARM()
171 *inst = (S + A) | T; in relocateARM()
183 A = (Inst_t)(int64_t)SIGN_EXTEND(*inst & 0xFFFFFF, 24); in relocateARM()
187 *inst = ((*inst >> 16) & 0xFFFF) | (*inst << 16); in relocateARM()
188 Inst_t s = (*inst >> 26) & 0x1u, // 26 in relocateARM()
189 u = (*inst >> 16) & 0x3FFu, // 25-16 in relocateARM()
190 l = *inst & 0x7FFu, // 10-0 in relocateARM()
191 j1 = (*inst >> 13) & 0x1u, // 13 in relocateARM()
[all …]
/frameworks/base/core/tests/coretests/src/android/util/
DKeyUtils.java46 final Instrumentation inst = test.getInstrumentation(); in tapMenuKey() local
48 inst.sendKeySync(new KeyEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_MENU)); in tapMenuKey()
49 inst.sendKeySync(new KeyEvent(KeyEvent.ACTION_UP, KeyEvent.KEYCODE_MENU)); in tapMenuKey()
59 final Instrumentation inst = test.getInstrumentation(); in chordMenuKey() local
66 inst.sendKeySync(pushMenuKey); in chordMenuKey()
67 inst.sendKeySync(new KeyEvent(KeyEvent.ACTION_DOWN, shortcutKeyCode)); in chordMenuKey()
68 inst.sendKeySync(new KeyEvent(KeyEvent.ACTION_UP, shortcutKeyCode)); in chordMenuKey()
69 inst.sendKeySync(new KeyEvent(KeyEvent.ACTION_UP, KeyEvent.KEYCODE_MENU)); in chordMenuKey()
78 final Instrumentation inst = test.getInstrumentation(); in longClick() local
80 inst.sendKeySync(new KeyEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_DPAD_CENTER)); in longClick()
[all …]
/frameworks/base/core/tests/coretests/src/android/widget/gridview/
DGridScrollListenerTest.java61 Instrumentation inst = getInstrumentation(); in testKeyScrolling() local
65 inst.sendCharacterSync(KeyEvent.KEYCODE_DPAD_DOWN); in testKeyScrolling()
67 inst.waitForIdleSync(); in testKeyScrolling()
72 inst.sendCharacterSync(KeyEvent.KEYCODE_SPACE); in testKeyScrolling()
73 inst.waitForIdleSync(); in testKeyScrolling()
82 inst.sendKeySync(down); in testKeyScrolling()
83 inst.sendKeySync(up); in testKeyScrolling()
84 inst.waitForIdleSync(); in testKeyScrolling()
93 Instrumentation inst = getInstrumentation(); in testTouchScrolling() local
/frameworks/base/test-runner/src/android/test/
DTouchUtils.java250 Instrumentation inst = test.getInstrumentation(); in tapView() local
257 inst.sendPointerSync(event); in tapView()
258 inst.waitForIdleSync(); in tapView()
264 inst.sendPointerSync(event); in tapView()
265 inst.waitForIdleSync(); in tapView()
269 inst.sendPointerSync(event); in tapView()
270 inst.waitForIdleSync(); in tapView()
290 Instrumentation inst = test.getInstrumentation(); in touchAndCancelView() local
297 inst.sendPointerSync(event); in touchAndCancelView()
298 inst.waitForIdleSync(); in touchAndCancelView()
[all …]
/frameworks/base/media/mca/tests/src/android/camera/mediaeffects/tests/functional/
DEffectsVideoCapture.java42 private void captureVideos(String reportTag, Instrumentation inst) throws Exception{ in captureVideos() argument
50 inst.sendCharacterSync(KeyEvent.KEYCODE_CAMERA); in captureVideos()
52 inst.sendCharacterSync(KeyEvent.KEYCODE_CAMERA); in captureVideos()
58 Instrumentation inst = getInstrumentation(); in testBackEffectsVideoCapture() local
66 Activity act = inst.startActivitySync(intent); in testBackEffectsVideoCapture()
67 captureVideos("Back Camera Video Capture\n", inst); in testBackEffectsVideoCapture()
/frameworks/compile/libbcc/lib/Support/
DDisassembler.cpp135 llvm::MCInst inst; in Disassemble() local
139 disassembler->getInstruction(inst, inst_size, *input_function, i, in Disassemble()
162 inst_printer->printInst(&inst, pOutput, /* Annot */""); in Disassemble()
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
DBluetoothMnsObexServer.java99 Byte inst = oap.getByte(BluetoothMasRequest.OAP_TAGID_MAS_INSTANCE_ID); in onPut() local
106 mCallback.obtainMessage(BluetoothMnsService.MSG_EVENT, inst, 0, ev).sendToTarget(); in onPut()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageSettingBase.java255 void setInstalled(boolean inst, int userId) { in setInstalled() argument
256 modifyUserState(userId).installed = inst; in setInstalled()
/frameworks/base/docs/html-intl/intl/pt-br/about/versions/
Dandroid-5.0.jd397 ….media.session.MediaSession} ao criar uma instância {@link android.media.browse.MediaBrowser}. Usa…
405 …t#ACTION_OPEN_DOCUMENT_TREE OPEN_DOCUMENT_TREE}. O sistema exibe todas as instâncias {@link androi…