/external/libvpx/ |
D | vpxenc.c | 866 static const arg_def_t debugmode = ARG_DEF("D", "debug", 0, 868 static const arg_def_t outputfile = ARG_DEF("o", "output", 1, 870 static const arg_def_t use_yv12 = ARG_DEF(NULL, "yv12", 0, 872 static const arg_def_t use_i420 = ARG_DEF(NULL, "i420", 0, 874 static const arg_def_t codecarg = ARG_DEF(NULL, "codec", 1, 876 static const arg_def_t passes = ARG_DEF("p", "passes", 1, 878 static const arg_def_t pass_arg = ARG_DEF(NULL, "pass", 1, 880 static const arg_def_t fpf_name = ARG_DEF(NULL, "fpf", 1, 882 static const arg_def_t limit = ARG_DEF(NULL, "limit", 1, 884 static const arg_def_t deadline = ARG_DEF("d", "deadline", 1, [all …]
|
D | vpxdec.c | 66 static const arg_def_t codecarg = ARG_DEF(NULL, "codec", 1, 68 static const arg_def_t use_yv12 = ARG_DEF(NULL, "yv12", 0, 70 static const arg_def_t use_i420 = ARG_DEF(NULL, "i420", 0, 72 static const arg_def_t flipuvarg = ARG_DEF(NULL, "flipuv", 0, 74 static const arg_def_t noblitarg = ARG_DEF(NULL, "noblit", 0, 76 static const arg_def_t progressarg = ARG_DEF(NULL, "progress", 0, 78 static const arg_def_t limitarg = ARG_DEF(NULL, "limit", 1, 80 static const arg_def_t postprocarg = ARG_DEF(NULL, "postproc", 0, 82 static const arg_def_t summaryarg = ARG_DEF(NULL, "summary", 0, 84 static const arg_def_t outputfile = ARG_DEF("o", "output", 1, [all …]
|
D | args.h | 40 #define ARG_DEF(s,l,v,d) {s,l,v,d, NULL} macro
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/ |
D | output | 1 …DEF int x) (FUNC_DECL (FUNC_HDR void bar (ARG_DEF int x))) (FUNC_DEF (FUNC_HDR int foo (ARG_DEF in…
|
D | SimpleC.g | 9 ARG_DEF; 40 : type declarator -> ^(ARG_DEF type declarator)
|
D | SimpleC.tokens | 1 ARG_DEF=4
|
D | SimpleCTP.tokens | 1 ARG_DEF=4
|
D | SimpleCLexer.h | 21 #define ARG_DEF 4 macro
|
D | SimpleCTP.g | 36 : ^(ARG_DEF type declarator)
|
D | SimpleCTP.h | 30 #define ARG_DEF 4 macro
|
D | SimpleCTP.java | 28 public static final int ARG_DEF=5; field in SimpleCTP 286 if ( (LA3_0==ARG_DEF) ) { in functionHeader() 337 match(input,ARG_DEF,FOLLOW_ARG_DEF_in_formalParameter186); in formalParameter()
|
D | SimpleCTP.m | 232 @"ARG_DEF", @"BLOCK", @"FUNC_DECL", @"FUNC_DEF", @"FUNC_HDR", @"K_CHAR", 574 if ( (LA3_0==ARG_DEF) ) { 629 * SimpleCTP.g:35:1: formalParameter : ^( ARG_DEF type declarator ) ; 637 // SimpleCTP.g:36:5: ( ^( ARG_DEF type declarator ) ) // ruleBlockSingleAlt 638 // SimpleCTP.g:36:9: ^( ARG_DEF type declarator ) // alt 640 [self match:input TokenType:ARG_DEF Follow:FOLLOW_ARG_DEF_in_formalParameter199];
|
D | SimpleCParser.h | 39 #define ARG_DEF 4 macro
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
D | t047treeparser.g | 9 ARG_DEF; 40 : type declarator -> ^(ARG_DEF type declarator)
|
D | t047treeparserWalker.g | 35 : ^(ARG_DEF type declarator)
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
D | t047treeparser.g | 9 ARG_DEF; 40 : type declarator -> ^(ARG_DEF type declarator)
|
D | t047treeparserWalker.g | 34 : ^(ARG_DEF type declarator)
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/ |
D | SimpleC.tokens | 15 ARG_DEF=5
|
D | SimpleCTP.tokens | 15 ARG_DEF=5
|
D | SimpleCLexer.h | 40 #define ARG_DEF 5 macro
|
D | SimpleCTP.h | 28 #define ARG_DEF 5 macro
|
D | SimpleCTP.java | 28 public static final int ARG_DEF=5; field in SimpleCTP 286 if ( (LA3_0==ARG_DEF) ) { in functionHeader() 337 match(input,ARG_DEF,FOLLOW_ARG_DEF_in_formalParameter186); in formalParameter()
|
D | SimpleCTP.m | 237 @"VAR_DEF", @"ARG_DEF", @"FUNC_HDR", @"FUNC_DECL", @"FUNC_DEF", @"BLOCK", 519 if ( (LA3_0==ARG_DEF) ) { 565 …mework/examples/simplecTreeParser/SimpleCTP.g:35:1: formalParameter : ^( ARG_DEF type declarator )… 572 …C2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:36:5: ( ^( ARG_DEF type declarator )… 573 …bjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:36:9: ^( ARG_DEF type declarator )… 575 …[self match:input TokenType:ARG_DEF Follow:FOLLOW_ARG_DEF_in_formalParameter199]; /* element() */
|
D | SimpleCParser.h | 36 #define ARG_DEF 5 macro
|
D | SimpleCLexer.java | 25 public static final int ARG_DEF=5; field in SimpleCLexer
|