/dalvik/vm/mterp/c/ |
OP_CONST_WIDE.c | 5 vdst = INST_AA(inst);
|
OP_CONST_WIDE_32.c | 5 vdst = INST_AA(inst);
|
OP_REM_DOUBLE.c | 4 vdst = INST_AA(inst);
|
OP_REM_FLOAT.c | 4 vdst = INST_AA(inst);
|
OP_RSUB_INT_LIT8.c | 4 vdst = INST_AA(inst);
|
OP_THROW.c | 12 vsrc1 = INST_AA(inst);
|
OP_NEW_ARRAY.c | 9 vdst = INST_A(inst); 10 vsrc1 = INST_B(inst); /* length reg */
|
OP_CONST_CLASS.c | 5 vdst = INST_AA(inst);
|
OP_CONST_STRING.c | 5 vdst = INST_AA(inst);
|
OP_CONST_STRING_JUMBO.c | 6 vdst = INST_AA(inst);
|
OP_MONITOR_ENTER.c | 5 vsrc1 = INST_AA(inst);
|
OP_MONITOR_EXIT.c | 7 vsrc1 = INST_AA(inst);
|
/development/samples/BrowserPlugin/jni/animation/ |
AnimationPlugin.h | 33 BallAnimation(NPP inst);
|
/external/webkit/WebCore/bridge/c/ |
c_runtime.cpp | 40 JSValue CField::valueFromInstance(ExecState* exec, const Instance* inst) const 42 const CInstance* instance = static_cast<const CInstance*>(inst); 63 void CField::setValueToInstance(ExecState *exec, const Instance *inst, JSValue aValue) const 65 const CInstance* instance = static_cast<const CInstance*>(inst);
|
c_class.cpp | 84 const CInstance* inst = static_cast<const CInstance*>(instance); local 85 NPObject* obj = inst->getObject(); 105 const CInstance* inst = static_cast<const CInstance*>(instance); local 106 NPObject* obj = inst->getObject();
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/ |
ListViewHeightTest.java | 50 Instrumentation inst = getInstrumentation(); local 65 inst.waitForIdleSync(); 74 inst.waitForIdleSync(); 82 inst.waitForIdleSync();
|
/dalvik/vm/mterp/portable/ |
debug.c | 142 u2 inst = INST_INST(FETCH(0)); local 143 if (inst == OP_RETURN_VOID || inst == OP_RETURN || inst == OP_RETURN_WIDE || 144 inst == OP_RETURN_OBJECT) 236 int inst = *pc & 0xff; local 237 gDvm.executedInstrCounts[inst]++;
|
/packages/apps/Music/tests/src/com/android/music/functional/ |
TestSongs.java | 70 Instrumentation inst = getInstrumentation(); local 72 inst.invokeContextMenuAction(getActivity(), MusicUtils.Defs.NEW_PLAYLIST, 0); 76 inst.sendKeyDownUpSync(KeyEvent.KEYCODE_DEL); 77 inst.sendStringSync(MusicPlayerNames.unsortedPlaylistTitle[i]); 78 inst.sendKeyDownUpSync(KeyEvent.KEYCODE_DPAD_DOWN); 79 inst.sendKeyDownUpSync(KeyEvent.KEYCODE_DPAD_CENTER); 81 inst.sendKeyDownUpSync(KeyEvent.KEYCODE_DPAD_DOWN); 154 Instrumentation inst = getInstrumentation(); local 155 inst.invokeContextMenuAction(getActivity(), MusicUtils.Defs.USE_AS_RINGTONE, 0); 178 Instrumentation inst = getInstrumentation(); local [all...] |
/frameworks/base/test-runner/src/android/test/ |
TouchUtils.java | 261 Instrumentation inst = test.getInstrumentation(); local 268 inst.sendPointerSync(event); 269 inst.waitForIdleSync(); 275 inst.sendPointerSync(event); 276 inst.waitForIdleSync(); 280 inst.sendPointerSync(event); 281 inst.waitForIdleSync(); 301 Instrumentation inst = test.getInstrumentation(); local 308 inst.sendPointerSync(event); 309 inst.waitForIdleSync() 336 Instrumentation inst = test.getInstrumentation(); local 397 Instrumentation inst = test.getInstrumentation(); local 764 Instrumentation inst = test.getInstrumentation(); local [all...] |
/external/chromium/sdch/open-vcdiff/src/ |
codetable.h | 43 const char* VCDiffInstructionName(VCDiffInstructionType inst); 56 // can represent up to two delta instructions, which is why inst, 59 // * inst (NOOP, ADD, RUN, or COPY) 118 unsigned char inst,
|
encodetable.h | 137 void EncodeInstruction(VCDiffInstructionType inst, 141 void EncodeInstruction(VCDiffInstructionType inst, size_t size) { 142 return EncodeInstruction(inst, size, 0); 197 // instruction inst, size, and mode. This is an alternate representation
|
/development/samples/BrowserPlugin/jni/background/ |
BackgroundPlugin.cpp | 55 BackgroundPlugin::BackgroundPlugin(NPP inst) : SurfaceSubPlugin(inst) { 75 NPError err = browser->setvalue(inst, kAcceptEvents_ANPSetValue, &flags); 100 jclass backgroundClass = gSystemI.loadJavaClass(inst(), className); 130 PluginObject *obj = (PluginObject*) inst()->pdata; 141 inst(), zoomFactorW, zoomFactorH); 152 gLogI.log(kError_ANPLogType, " ------ %p unable to lock the plugin", inst()); 185 gLogI.log(kError_ANPLogType, " ------ %p the plugin did not request draw events", inst()); 190 gLogI.log(kDebug_ANPLogType, " ------ %p onLoad", inst()); 193 gLogI.log(kDebug_ANPLogType, " ------ %p onScreen", inst()); [all...] |
BackgroundPlugin.h | 33 BackgroundPlugin(NPP inst);
|
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/forwarder/ |
ForwardService.java | 30 private static ForwardService inst; field in class:ForwardService 48 if (inst == null) { 49 inst = new ForwardService(); 51 return inst;
|
/hardware/qcom/media/mm-core/omxcore/src/common/ |
qc_omx_core.h | 48 void* inst[OMX_COMP_MAX_INST];// Instance handle member in struct:_omx_core_cb_type
|