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/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/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/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/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 139 milliseconds