Searched defs:inst (Results 1 - 5 of 5) 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/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/linkloader/include/impl/
H A DELFObject.hxx141 Inst_t *inst = (Inst_t *)&(*text)[rel->getOffset()]; local
142 Inst_t P = (Inst_t)(int64_t)inst;
153 A = *inst;
154 *inst = (S+A);
162 A = (Inst_t)(int64_t)SIGN_EXTEND(*inst & 0xFFFFFF, 24);
218 *inst = ((result) & 0x00FFFFFF) | (*inst & 0xFF000000);
235 A = ((*inst & 0xF0000) >> 4) | (*inst & 0xFFF);
237 *inst
270 Inst_t *inst = (Inst_t *)&(*text)[rel->getOffset()]; local
321 Inst_t *inst = (Inst_t *)&(*text)[rel->getOffset()]; local
365 Inst_t *inst = (Inst_t *)&(*text)[rel->getOffset()]; local
[all...]

Completed in 1382 milliseconds