HomeSort by relevance Sort by last modified time
    Searched refs:inst (Results 76 - 100 of 174) sorted by null

1 2 34 5 6 7

  /external/tcpdump/
print-zephyr.c 50 char *inst; member in struct:z_packet
110 z_triple(char *class, char *inst, const char *recipient)
114 snprintf(z_buf, sizeof(z_buf), "<%s,%s,%s>", class, inst, recipient);
168 PARSE_FIELD_STR(z.inst);
204 printf(" locate %s", z.inst);
214 if (!strcmp(z.inst, "CLIENT")) {
252 if (!strcmp(z.inst, "HM")) {
257 if (!strcmp(z.inst, "REALM")) {
271 printf(" hm_ctl %s", str_to_lower(z.inst));
277 if (!strcmp(z.inst, "HMST_CLIENT") && !strcmp(z.opcode, "GIMMESTATS"))
    [all...]
  /packages/apps/Music/tests/src/com/android/music/
MusicPlayerStability.java 61 Instrumentation inst = getInstrumentation(); local
64 inst.sendKeyDownUpSync(KeyEvent.KEYCODE_DPAD_DOWN);
69 inst.sendKeyDownUpSync(KeyEvent.KEYCODE_DPAD_CENTER);
  /dalvik/vm/mterp/c/
opcommon.c 29 vdst = INST_A(inst); \
30 vsrc1 = INST_B(inst); \
43 vdst = INST_A(inst); \
44 vsrc1 = INST_B(inst); \
64 vdst = INST_A(inst); \
65 vsrc1 = INST_B(inst); \
77 vdst = INST_AA(inst); \
99 vsrc1 = INST_A(inst); \
100 vsrc2 = INST_B(inst); \
116 vsrc1 = INST_AA(inst); \
    [all...]
OP_CHECK_CAST.c 8 vsrc1 = INST_AA(inst);
OP_FILL_ARRAY_DATA.c 8 vsrc1 = INST_AA(inst);
OP_NEW_INSTANCE.c 8 vdst = INST_AA(inst);
OP_PACKED_SWITCH.c 7 vsrc1 = INST_AA(inst);
OP_SPARSE_SWITCH.c 7 vsrc1 = INST_AA(inst);
  /hardware/qcom/media/mm-core/omxcore/src/common/
qc_omx_core.c 166 static void clear_cmp_handle(OMX_HANDLETYPE inst)
170 if(NULL == inst)
177 if(inst == core[i].inst[j])
179 core[i].inst[j] = NULL;
200 static int is_cmp_handle_exists(OMX_HANDLETYPE inst)
205 if(NULL == inst)
212 if(inst == core[i].inst[j])
245 if(NULL == core[i].inst[j]
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
instruction_map.cc 105 unsigned char inst,
116 OpcodeOrNone*& size_array = inst_mode_array[inst + mode];
129 unsigned char inst,
140 int inst_mode = (inst == VCD_COPY) ? (inst + mode) : inst;
162 // inst, mode, and size, then the lowest-numbered opcode will always
  /dalvik/vm/mterp/out/
InterpC-armv4t.c 434 u2 inst = FETCH(0); \
464 u2 inst = FETCH(0);
469 * Like the "portable" FINISH, but don't reload "inst", and return to caller
569 vdst = INST_A(inst); \
570 vsrc1 = INST_B(inst); \
583 vdst = INST_A(inst); \
584 vsrc1 = INST_B(inst); \
604 vdst = INST_A(inst); \
605 vsrc1 = INST_B(inst); \
617 vdst = INST_AA(inst); \
    [all...]
InterpC-armv5te-vfp.c 434 u2 inst = FETCH(0); \
464 u2 inst = FETCH(0);
469 * Like the "portable" FINISH, but don't reload "inst", and return to caller
569 vdst = INST_A(inst); \
570 vsrc1 = INST_B(inst); \
583 vdst = INST_A(inst); \
584 vsrc1 = INST_B(inst); \
604 vdst = INST_A(inst); \
605 vsrc1 = INST_B(inst); \
617 vdst = INST_AA(inst); \
    [all...]
InterpC-armv5te.c 434 u2 inst = FETCH(0); \
464 u2 inst = FETCH(0);
469 * Like the "portable" FINISH, but don't reload "inst", and return to caller
569 vdst = INST_A(inst); \
570 vsrc1 = INST_B(inst); \
583 vdst = INST_A(inst); \
584 vsrc1 = INST_B(inst); \
604 vdst = INST_A(inst); \
605 vsrc1 = INST_B(inst); \
617 vdst = INST_AA(inst); \
    [all...]
InterpC-armv7-a-neon.c 434 u2 inst = FETCH(0); \
464 u2 inst = FETCH(0);
469 * Like the "portable" FINISH, but don't reload "inst", and return to caller
569 vdst = INST_A(inst); \
570 vsrc1 = INST_B(inst); \
583 vdst = INST_A(inst); \
584 vsrc1 = INST_B(inst); \
604 vdst = INST_A(inst); \
605 vsrc1 = INST_B(inst); \
617 vdst = INST_AA(inst); \
    [all...]
InterpC-armv7-a.c 434 u2 inst = FETCH(0); \
464 u2 inst = FETCH(0);
469 * Like the "portable" FINISH, but don't reload "inst", and return to caller
569 vdst = INST_A(inst); \
570 vsrc1 = INST_B(inst); \
583 vdst = INST_A(inst); \
584 vsrc1 = INST_B(inst); \
604 vdst = INST_A(inst); \
605 vsrc1 = INST_B(inst); \
617 vdst = INST_AA(inst); \
    [all...]
InterpC-x86-atom.c 434 u2 inst = FETCH(0); \
464 u2 inst = FETCH(0);
469 * Like the "portable" FINISH, but don't reload "inst", and return to caller
569 vdst = INST_A(inst); \
570 vsrc1 = INST_B(inst); \
583 vdst = INST_A(inst); \
584 vsrc1 = INST_B(inst); \
604 vdst = INST_A(inst); \
605 vsrc1 = INST_B(inst); \
617 vdst = INST_AA(inst); \
    [all...]
InterpC-portdbg.c 454 * "u2 inst".
463 inst = FETCH(0); \
467 goto *handlerTable[INST_INST(inst)]; \
560 vdst = INST_A(inst); \
561 vsrc1 = INST_B(inst); \
574 vdst = INST_A(inst); \
575 vsrc1 = INST_B(inst); \
595 vdst = INST_A(inst); \
596 vsrc1 = INST_B(inst); \
608 vdst = INST_AA(inst); \
1331 u2 inst = INST_INST(FETCH(0)); local
1425 int inst = *pc & 0xff; local
1455 u2 inst; \/\/ current instruction local
    [all...]
InterpC-x86.c 434 u2 inst = FETCH(0); \
464 u2 inst = FETCH(0);
469 * Like the "portable" FINISH, but don't reload "inst", and return to caller
569 vdst = INST_A(inst); \
570 vsrc1 = INST_B(inst); \
583 vdst = INST_A(inst); \
584 vsrc1 = INST_B(inst); \
604 vdst = INST_A(inst); \
605 vsrc1 = INST_B(inst); \
617 vdst = INST_AA(inst); \
    [all...]
InterpC-allstubs.c 434 u2 inst = FETCH(0); \
464 u2 inst = FETCH(0);
469 * Like the "portable" FINISH, but don't reload "inst", and return to caller
569 vdst = INST_A(inst); \
570 vsrc1 = INST_B(inst); \
583 vdst = INST_A(inst); \
584 vsrc1 = INST_B(inst); \
604 vdst = INST_A(inst); \
605 vsrc1 = INST_B(inst); \
617 vdst = INST_AA(inst); \
3111 u2 inst = \/*glue->*\/pc[0]; local
    [all...]
InterpC-portstd.c 445 * "u2 inst".
454 inst = FETCH(0); \
458 goto *handlerTable[INST_INST(inst)]; \
551 vdst = INST_A(inst); \
552 vsrc1 = INST_B(inst); \
565 vdst = INST_A(inst); \
566 vsrc1 = INST_B(inst); \
586 vdst = INST_A(inst); \
587 vsrc1 = INST_B(inst); \
599 vdst = INST_AA(inst); \
1205 u2 inst; \/\/ current instruction local
    [all...]
  /dalvik/vm/mterp/portable/
entry.c 25 u2 inst; // current instruction local
122 inst = FETCH(0);
124 switch (INST_INST(inst)) {
stubdefs.c 21 * "u2 inst".
30 inst = FETCH(0); \
34 goto *handlerTable[INST_INST(inst)]; \
  /development/samples/BrowserPlugin/jni/navigation/
NavigationPlugin.h 33 NavigationPlugin(NPP inst);
NavigationPlugin.cpp 68 NavigationPlugin::NavigationPlugin(NPP inst) : SubPlugin(inst) {
83 NPError err = browser->setvalue(inst, kAcceptEvents_ANPSetValue, &flags);
113 NPP instance = this->inst();
159 gLogI.log(kDebug_ANPLogType, "----%p Drawing Plugin", inst());
167 NPP instance = this->inst();
213 NPP instance = this->inst();
  /development/samples/BrowserPlugin/jni/animation/
AnimationPlugin.cpp 73 BallAnimation::BallAnimation(NPP inst) : SubPlugin(inst) {
86 NPError err = browser->setvalue(inst, kAcceptEvents_ANPSetValue, &flags);
114 PluginObject *obj = (PluginObject*) inst()->pdata;
143 inval(inst(), m_oval, true); // inval the old
148 inval(inst(), m_oval, true); // inval the new
161 NPP instance = this->inst();
177 NPP instance = this->inst();

Completed in 2731 milliseconds

1 2 34 5 6 7