HomeSort by relevance Sort by last modified time
    Searched full:do_action (Results 1 - 25 of 40) sorted by null

1 2

  /external/iproute2/tc/
tc_common.h 8 extern int do_action(int argc, char **argv);
tc.c 233 return do_action(argc-1, argv+1);
m_action.c 594 int do_action(int argc, char **argv) function
  /external/webkit/Source/WebCore/css/
maketokenizer 121 next if /^do_action:/;
  /external/bluetooth/glib/docs/reference/gobject/
tut_howto.xml 544 void (*do_action) (MamanBar *self, /* parameters */);
555 MAMAN_BAR_GET_CLASS (self)->do_action (self, /* parameters */);
558 The code above simply redirects the do_action call to the relevant
587 klass->do_action field to a pointer to the actual implementation.
589 the klass->do_action field to NULL:
809 void (*do_action) (MamanIbaz *self);
893 MAMAN_IBAZ_GET_INTERFACE (self)->do_action (self);
    [all...]
tut_gtype.xml 672 void (*do_action) (MamanIbaz *self);
684 MAMAN_IBAZ_GET_INTERFACE (self)->do_action (self);
    [all...]
  /external/webkit/Source/WebCore/accessibility/gtk/
WebKitAccessibleHyperlink.cpp 165 iface->do_action = webkitAccessibleHyperlinkActionDoAction;
  /packages/apps/Tag/src/com/android/apps/tag/record/
SmartPoster.java 202 UNKNOWN((byte) -1), DO_ACTION((byte) 0),
  /cts/tools/dasm/etc/
java_cup.jar 
java_cup.jar.old 
java_cup-new.jar 
  /cts/tools/dasm/src/java_cup/runtime/
lr_parser.java 64 * <dt> symbol do_action()
71 * actions (this object is used by do_action() to actually carry out the
272 public abstract symbol do_action( method in class:lr_parser
526 lhs_sym = do_action((-act)-1, this, stack, tos);
692 lhs_sym = do_action((-act)-1, this, stack, tos);
    [all...]
  /cts/tools/dasm/src/java_cup/
emit.java 334 pre("do_action") + "(");
681 out.println(" public java_cup.runtime.symbol do_action(");
689 out.println(" return action_obj." + pre("do_action(") +
parser.java 300 public java_cup.runtime.symbol do_action( method in class:parser
308 return action_obj.CUP$do_action(act_num, parser, stack, top);
427 public final java_cup.runtime.symbol CUP$do_action(
    [all...]
  /external/webkit/Tools/android/flex-2.5.4a/
flex.skl 511 do_action: /* This label is used only to access EOF actions. */
607 goto do_action;
    [all...]
skel.c 516 "do_action: /* This label is used only to access EOF actions. */",
612 " goto do_action;",
    [all...]
  /external/bluetooth/bluez/tools/
lexer.c 735 do_action: /* This label is used only to access EOF actions. */
918 goto do_action;
    [all...]
  /external/elfutils/libcpu/
i386_lex.c 848 do_action: /* This label is used only to access EOF actions. */
1067 goto do_action;
    [all...]
  /system/core/sh/
arith_lex.c 750 do_action: /* This label is used only to access EOF actions. */
1006 goto do_action;
    [all...]
  /external/bison/src/
scan-skel.c 931 do_action: /* This label is used only to access EOF actions. */
1156 goto do_action;
    [all...]
  /prebuilt/linux-x86/flex/
flex-2.5.4a 
  /dalvik/dx/etc/
jasmin.jar 
  /cts/tools/dasm/src/dasm/
parser.java 809 public java_cup.runtime.symbol do_action( method in class:parser
817 return action_obj.CUP$do_action(act_num, parser, stack, top);
    [all...]
  /external/elfutils/src/
ldlex.c     [all...]
  /external/mesa3d/src/glsl/glcpp/
glcpp-lex.c     [all...]

Completed in 701 milliseconds

1 2