Searched defs:inst (Results 1 - 8 of 8) 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...]
/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/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/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...]
/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/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/services/java/com/android/server/pm/
H A DPackageSettingBase.java200 void setInstalled(boolean inst, int userId) { argument
201 modifyUserState(userId).installed = inst;

Completed in 1139 milliseconds