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

/frameworks/compile/libbcc/lib/AndroidBitcode/
H A DABCExpandVAArgPass.cpp34 // process va_arg inst
35 for (llvm::inst_iterator inst = llvm::inst_begin(pFunc),
36 inst_end = llvm::inst_end(pFunc); inst != inst_end; inst++) {
37 if (inst->getOpcode() == llvm::Instruction::VAArg) {
38 llvm::Value *v = expandVAArg(&*inst);
39 inst->replaceAllUsesWith(v);
40 inst->eraseFromParent();
/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/tests/BrowserTestPlugin/jni/
H A DPluginObject.h66 SubPlugin(NPP inst) : m_inst(inst) {} argument
70 NPP inst() const { return m_inst; } function in class:SubPlugin
/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/compile/linkloader/include/impl/
H A DELFObject.hxx142 Inst_t *inst = (Inst_t *)&(*text)[rel->getOffset()]; local
143 Inst_t P = (Inst_t)(int64_t)inst;
167 A = *inst;
168 *inst = (S + A) | T;
178 A = (Inst_t)(int64_t)SIGN_EXTEND(*inst & 0xFFFFFF, 24);
182 *inst = ((*inst >> 16) & 0xFFFF) | (*inst << 16);
183 Inst_t s = (*inst >> 26) & 0x1u, // 26
184 u = (*inst >> 1
371 Inst_t *inst = (Inst_t *)&(*text)[rel->getOffset()]; local
425 Inst_t *inst = (Inst_t *)&(*text)[rel->getOffset()]; local
472 Inst_t *inst = (Inst_t *)&(*text)[rel->getOffset()]; local
[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/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/tests/BrowserTestPlugin/jni/event/
H A DEventPlugin.cpp43 EventPlugin::EventPlugin(NPP inst) : SubPlugin(inst) { } argument
50 inst(), bitmap.width, bitmap.height);
53 PluginObject *obj = (PluginObject*) inst()->pdata;
64 inst(), zoomFactorW, zoomFactorH);
109 browser->getvalue(inst(), NPNVWindowNPObject, &windowObject);
112 gLogI.log(kError_ANPLogType, " ------ %p Unable to retrieve DOM Window", inst());
134 if (!browser->evaluate(inst(), windowObject, &script, &scriptVariant))
135 gLogI.log(kError_ANPLogType, " ------ %p Unable to eval the JS.", inst());
173 gLogI.log(kError_ANPLogType, " ------ %p the plugin did not request touch events", inst());
[all...]
H A DEventPlugin.h33 EventPlugin(NPP inst);
/frameworks/base/test-runner/src/android/test/
H A DTouchUtils.java262 Instrumentation inst = test.getInstrumentation();
269 inst.sendPointerSync(event);
270 inst.waitForIdleSync();
276 inst.sendPointerSync(event);
277 inst.waitForIdleSync();
281 inst.sendPointerSync(event);
282 inst.waitForIdleSync();
302 Instrumentation inst = test.getInstrumentation();
309 inst.sendPointerSync(event);
310 inst
[all...]
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/forwarder/
H A DForwardService.java31 private static ForwardService inst; field in class:ForwardService
50 if (inst == null) {
51 inst = new ForwardService();
53 return inst;
/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/java/com/android/server/pm/
H A DPackageSettingBase.java200 void setInstalled(boolean inst, int userId) { argument
201 modifyUserState(userId).installed = inst;
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DLoadTestsAutoTest.java64 Instrumentation inst = getInstrumentation();
67 inst.sendStatus(0, bundle);

Completed in 255 milliseconds