/external/chromium/sdch/open-vcdiff/src/ |
encodetable.cc | 125 // EncodeInstruction is then called with inst = VCD_COPY, size = 4, mode = 0. 140 void VCDiffCodeTableWriter::EncodeInstruction(VCDiffInstructionType inst, 154 if ((inst == VCD_ADD) && 163 inst, 175 inst, 189 instruction_map_->LookupFirstOpcode(inst, 199 opcode = instruction_map_->LookupFirstOpcode(inst, 0, mode); 201 LOG(DFATAL) << "No matching opcode found for inst " << inst
|
decodetable_test.cc | 92 void VerifyInstModeSize(unsigned char inst, 96 if (inst == VCD_NOOP) return; // GetNextInstruction skips NOOPs 101 EXPECT_EQ(inst, found_inst); 110 void VerifyInstModeSize1(unsigned char inst, 114 if (inst == VCD_NOOP) size = 0; 115 EXPECT_EQ(g_exercise_code_table_->inst1[opcode], inst); 118 VerifyInstModeSize(inst, mode, size, opcode); 121 void VerifyInstModeSize2(unsigned char inst, 125 if (inst == VCD_NOOP) size = 0; 126 EXPECT_EQ(g_exercise_code_table_->inst2[opcode], inst); [all...] |
codetable.cc | 30 const char* VCDiffInstructionName(VCDiffInstructionType inst) { 31 switch (inst) { 41 LOG(ERROR) << "Unexpected instruction type " << inst << LOG_ENDL; 189 unsigned char inst, 195 // Check upper limits of inst and mode. inst, size, and mode are 197 if (inst > VCD_LAST_INSTRUCTION_TYPE) { 200 << static_cast<int>(inst) << LOG_ENDL; 211 if ((inst == VCD_NOOP) && (size != 0)) { 218 if ((inst != VCD_COPY) && (mode != 0)) [all...] |
/packages/apps/Camera/tests/src/com/android/camera/stress/ |
CameraLatency.java | 72 Instrumentation inst = getInstrumentation(); local 76 inst.sendKeyDownUpSync(KeyEvent.KEYCODE_DPAD_UP); 77 inst.sendKeyDownUpSync(KeyEvent.KEYCODE_DPAD_CENTER);
|
CameraStartUp.java | 37 Instrumentation inst = getInstrumentation(); local 38 Activity cameraActivity = inst.startActivitySync(intent); 59 Instrumentation inst = getInstrumentation(); local 60 Activity recorderActivity = inst.startActivitySync(intent);
|
ImageCapture.java | 190 Instrumentation inst = getInstrumentation(); local 209 inst.sendKeyDownUpSync(KeyEvent.KEYCODE_DPAD_UP); 210 inst.sendKeyDownUpSync(KeyEvent.KEYCODE_DPAD_CENTER); 249 Instrumentation inst = getInstrumentation(); local 271 inst.sendKeyDownUpSync(KeyEvent.KEYCODE_DPAD_CENTER); 273 inst.sendKeyDownUpSync(KeyEvent.KEYCODE_DPAD_CENTER);
|
/packages/apps/Mms/tests/src/com/android/mms/ |
InterceptSendSms.java | 89 Instrumentation inst = getInstrumentation(); local 110 Instrumentation inst = getInstrumentation(); local 113 inst.runOnMainSync(runnable);
|
/dalvik/libdex/ |
InstrUtils.c | 1060 u2 inst = *insns; local 1062 pDec->opCode = (OpCode) INST_INST(inst); 1067 pDec->vA = INST_AA(inst); 1070 pDec->vA = INST_A(inst); 1071 pDec->vB = INST_B(inst); 1074 pDec->vA = INST_A(inst); 1075 pDec->vB = (s4) (INST_B(inst) << 28) >> 28; // sign extend 4-bit value 1078 pDec->vA = INST_AA(inst); 1081 pDec->vA = (s1) INST_AA(inst); // sign-extend 8-bit value 1089 pDec->vA = INST_AA(inst); [all...] |
/dalvik/vm/mterp/c/ |
OP_APUT_OBJECT.c | 7 vdst = INST_AA(inst); /* AA: source value */
|
OP_EXECUTE_INLINE.c | 24 vsrc1 = INST_B(inst); /* #of args */
|
OP_EXECUTE_INLINE_RANGE.c | 8 vsrc1 = INST_AA(inst); /* #of args */
|
/development/samples/BrowserPlugin/jni/audio/ |
AudioPlugin.h | 42 AudioPlugin(NPP inst);
|
/development/samples/BrowserPlugin/jni/form/ |
FormPlugin.h | 39 FormPlugin(NPP inst);
|
FormPlugin.cpp | 68 FormPlugin::FormPlugin(NPP inst) : SubPlugin(inst) { 101 NPError err = browser->setvalue(inst, kAcceptEvents_ANPSetValue, &flags); 132 NPP instance = this->inst(); 203 NPP instance = this->inst(); 285 NPP instance = this->inst(); 301 NPP instance = this->inst(); 332 NPP instance = this->inst(); 357 NPP instance = this->inst();
|
/development/samples/BrowserPlugin/jni/paint/ |
PaintPlugin.h | 34 PaintPlugin(NPP inst);
|
PaintPlugin.cpp | 44 PaintPlugin::PaintPlugin(NPP inst) : SurfaceSubPlugin(inst) { 62 gLogI.log(kError_ANPLogType, "----%p Unable to create the touch path", inst); 81 NPError err = browser->setvalue(inst, kAcceptEvents_ANPSetValue, &flags); 142 NPP instance = this->inst(); 239 jclass paintClass = gSystemI.loadJavaClass(inst(), className); 246 PluginObject *obj = (PluginObject*) inst()->pdata; 251 jobject paintSurface = env->NewObject(paintClass, constructor, m_context, (int)inst(), pW, pH); 306 gWindowI.requestCenterFitZoom(inst()); 315 gLogI.log(kError_ANPLogType, "----%p Received unintended mouse event", inst()); [all...] |
/dalvik/vm/mterp/cstubs/ |
stubdefs.c | 20 u2 inst = FETCH(0); \ 50 u2 inst = FETCH(0); 55 * Like the "portable" FINISH, but don't reload "inst", and return to caller
|
/external/openssl/crypto/lhash/ |
lhash.h | 211 #define LHM_lh_insert(type, lh, inst) \ 213 CHECKED_PTR_OF(type, inst))) 214 #define LHM_lh_retrieve(type, lh, inst) \ 216 CHECKED_PTR_OF(type, inst))) 217 #define LHM_lh_delete(type, lh, inst) \ 219 CHECKED_PTR_OF(type, inst)))
|
/external/openssl/include/openssl/ |
lhash.h | 211 #define LHM_lh_insert(type, lh, inst) \ 213 CHECKED_PTR_OF(type, inst))) 214 #define LHM_lh_retrieve(type, lh, inst) \ 216 CHECKED_PTR_OF(type, inst))) 217 #define LHM_lh_delete(type, lh, inst) \ 219 CHECKED_PTR_OF(type, inst)))
|
/external/webkit/WebCore/bridge/qt/ |
qt_pixmapruntime.cpp | 66 virtual JSValue valueFromInstance(ExecState* exec, const Instance* inst) const 68 return jsNumber(exec, static_cast<const QtPixmapInstance*>(inst)->height()); 79 virtual JSValue invoke(ExecState* exec, QVariant&, PassRefPtr<RootObject> root, QtPixmapInstance* inst) = 0; 140 JSValue invoke(ExecState* exec, QVariant& v, PassRefPtr<RootObject> root, QtPixmapInstance* inst) 142 return inst->valueOf(exec); 325 QtPixmapInstance* inst = static_cast<QtPixmapInstance*>(imp->getInternalInstance()); local 326 if (inst) { 328 return QVariant::fromValue<QPixmap>(inst->toPixmap()); 330 return QVariant::fromValue<QImage>(inst->toImage());
|
qt_class.cpp | 69 JSValue QtClass::fallbackObject(ExecState* exec, Instance* inst, const Identifier& identifier) 71 QtInstance* qtinst = static_cast<QtInstance*>(inst); 88 QtRuntimeMetaMethod* val = new (exec) QtRuntimeMetaMethod(exec, identifier, static_cast<QtInstance*>(inst), index, normal, false); 105 QtRuntimeMetaMethod* val = new (exec) QtRuntimeMetaMethod(exec, identifier, static_cast<QtInstance*>(inst), index, normal, false);
|
/external/protobuf/python/google/protobuf/ |
service_reflection.py | 215 return lambda inst, rpc_controller, request, callback: ( 266 return (lambda inst, rpc_controller, request, callback=None: 267 self._StubMethod(inst, method, rpc_controller, request, callback))
|
/external/stlport/test/unit/ |
num_facets_test.cpp | 132 static void test_supported_locale(LocaleTest& inst, _Test __test) { 150 (inst.*__test)(loc, tested_locales + i); 156 (inst.*__test)(loc, tested_locales + i); 162 (inst.*__test)(loc, tested_locales + i);
|
/ndk/tests/device/test-gnustl-full/unit/ |
num_facets_test.cpp | 132 static void test_supported_locale(LocaleTest& inst, _Test __test) { 150 (inst.*__test)(loc, tested_locales + i); 156 (inst.*__test)(loc, tested_locales + i); 162 (inst.*__test)(loc, tested_locales + i);
|
/ndk/tests/device/test-stlport/unit/ |
num_facets_test.cpp | 132 static void test_supported_locale(LocaleTest& inst, _Test __test) { 150 (inst.*__test)(loc, tested_locales + i); 156 (inst.*__test)(loc, tested_locales + i); 162 (inst.*__test)(loc, tested_locales + i);
|