HomeSort by relevance Sort by last modified time
    Searched refs:Args (Results 1 - 25 of 26) sorted by null

1 2

  /dalvik/dx/src/com/android/dx/command/dump/
Args.java 22 class Args {
ClassDumper.java 38 * @param args bag of commandline arguments
41 String filePath, Args args) {
43 new ClassDumper(bytes, out, filePath, args);
52 String filePath, Args args) {
53 super(bytes, out, filePath, args);
Main.java 30 static Args parsedArgs = new Args();
42 public static void main(String[] args) {
45 for (/*at*/; at < args.length; at++) {
46 String arg = args[at];
79 if (at == args.length) {
84 for (/*at*/; at < args.length; at++) {
86 String name = args[at];
BaseDumper.java 71 protected Args args; field in class:BaseDumper
83 String filePath, Args args) {
85 this.rawBytes = args.rawBytes;
87 this.width = (args.width <= 0) ? 79 : args.width;
89 this.strictParse = args.strictParse;
93 this.args = args;
    [all...]
DotDumper.java 48 private final Args args; field in class:DotDumper
50 static void dump(byte[] bytes, String filePath, Args args) {
51 new DotDumper(bytes, filePath, args).run();
54 DotDumper(byte[] bytes, String filePath, Args args) {
57 this.strictParse = args.strictParse;
58 this.optimize = args.optimize;
59 this.args = args
    [all...]
SsaDumper.java 59 * @param args commandline parsedArgs
62 String filePath, Args args) {
63 SsaDumper sd = new SsaDumper(bytes, out, filePath, args);
74 * @param args commandline parsedArgs
77 Args args) {
78 super(bytes, out, filePath, true, args);
101 if (args.ssaStep == null) {
105 } else if ("edge-split".equals(args.ssaStep))
    [all...]
BlockDumper.java 80 * @param args commandline parsedArgs
83 String filePath, boolean rop, Args args) {
86 rop, args);
96 boolean rop, Args args) {
97 super(bytes, out, filePath, args);
103 this.optimize = args.optimize;
150 return args.method == null || args.method.equals(name)
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/inc/
LCML_DspCodec.h 164 Args) \
171 Args) /* Macro End */
178 * @param args - Array of "void *" that contains the associated arguments for
188 args) \
192 args) /* Macro End */
237 * @param args - pointer to send some specific command to DSP
246 args) \
250 args) /* Macro End */
LCML_CodecInterface.h 110 OMX_STRING Args);
114 void *args[10] );
127 void *args [10]);
  /sdk/eclipse/scripts/
gen_icon.py 14 class Args(object):
24 def main(args):
25 data = process_args(args)
29 def process_args(args):
30 if not args or len(args) != 6:
32 return Args(*args)
  /development/scripts/app_engine_server/
memcache_zipserve.py 45 Args:
107 Args:
189 Args:
207 Args:
239 Args:
270 Args:
351 Args:
394 Args:
422 Args:
447 Args
    [all...]
  /system/core/sh/
arith.c 614 # define YYDPRINTF(Args) \
617 YYFPRINTF Args; \
620 # define YYDSYMPRINT(Args) \
623 yysymprint Args; \
698 # define YYDPRINTF(Args)
699 # define YYDSYMPRINT(Args)
989 conditional around just the two extra args, but that might
    [all...]
  /build/core/tasks/
apicheck.mk 26 # Args:
  /external/bison/data/
glr.c 61 # Optional effective arguments passed to yyerror: user args plus yylloc, and
570 # define YYDPRINTF(Args) \
573 YYFPRINTF Args; \
595 # define YYDPRINTF(Args)
    [all...]
yacc.c 50 # Arguments passed to yyerror: user args plus yylloc.
649 # define YYDPRINTF(Args) \
652 YYFPRINTF Args; \
727 # define YYDPRINTF(Args)
1115 conditional around just the two extra args, but that might
    [all...]
  /external/e2fsprogs/intl/
plural.c 84 new_exp (int nargs, enum operator op, struct expression * const *args)
91 if (args[i] == NULL)
101 newp->val.args[i] = args[i];
107 FREE_EXPRESSION (args[i]);
121 struct expression *args[1]; local
123 args[0] = right;
124 return new_exp (1, op, args);
130 struct expression *args[2]; local
132 args[0] = left
141 struct expression *args[3]; local
    [all...]
  /external/libpcap/
grammar.c     [all...]
  /external/elfutils/src/
ldscript.c 708 # define YYDPRINTF(Args) \
711 YYFPRINTF Args; \
714 # define YYDSYMPRINT(Args) \
717 yysymprint Args; \
792 # define YYDPRINTF(Args)
793 # define YYDSYMPRINT(Args)
    [all...]
  /external/protobuf/python/google/protobuf/
text_format.py 129 Args:
144 Args:
224 Args:
361 Args:
375 Args:
568 Args:
600 Args:
  /external/bison/src/
parse-gram.c     [all...]
  /frameworks/base/core/java/android/app/
LoadedApk.java 663 final class Args implements Runnable {
801 Args args = new Args(); local
802 args.mCurIntent = intent;
803 args.mCurCode = resultCode;
804 args.mCurData = data;
805 args.mCurMap = extras;
806 args.mCurOrdered = ordered;
807 args.mCurSticky = sticky
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/
LCML_DspCodec.c 94 OMX_STRING Args);
97 void *args[10]);
108 void *args[10]);
196 * @param Args - additional arguments
206 OMX_STRING Args)
220 if(Args ==NULL)
332 "%d :: Reached end of Create Phase Args Array. Did not find END_OF_CR_PHASE_ARGS marker. \n", __LINE__);
337 /* LCML_DPRINT("Create Phase args strlen = %d\n",strlen(crData.cData)); */
340 OMX_PRINT2 (((LCML_CODEC_INTERFACE *)hInt)->dbg, "Create Phase args strlen = %ld\n", crData.cbData);
350 strcpy((char*)pArgs->cData, Args);
1764 void * args[10] = {}; local
2607 void * args[10]; local
2630 void * args[10]; local
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/style/processors/
cpp.py 158 Args:
226 Args:
291 Args:
306 Args:
340 Args:
460 Args:
519 Args:
561 Args:
583 Args:
636 Args
    [all...]
  /external/e2fsprogs/lib/et/
texinfo.tex     [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 1348 milliseconds

1 2