Searched defs:ARG_DEF (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dargs.h41 #define ARG_DEF(s,l,v,d) {s,l,v,d, NULL} macro
/external/libvpx/libvpx/
H A Dargs.h41 #define ARG_DEF(s,l,v,d) {s,l,v,d, NULL} macro
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
H A DSimpleCLexer.h21 #define ARG_DEF 4 macro
H A DSimpleCTP.h30 #define ARG_DEF 4 macro
H A DSimpleCLexer.java25 public static final int ARG_DEF=5; field in class:SimpleCLexer
H A DSimpleCParser.h39 #define ARG_DEF 4 macro
H A DSimpleCTP.java10 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "VAR_DEF", "ARG_DEF", "FUNC_HDR", "FUNC_DECL", "FUNC_DEF", "BLOCK", "ID", "EQ", "INT", "FOR", "INT_TYPE", "CHAR", "VOID", "EQEQ", "LT", "PLUS", "WS", "';'", "'('", "','", "')'", "'{'", "'}'"
28 public static final int ARG_DEF=5; field in class:SimpleCTP
286 if ( (LA3_0==ARG_DEF) ) {
331 // SimpleCTP.g:30:1: formalParameter : ^( ARG_DEF type declarator ) ;
334 // SimpleCTP.g:31:5: ( ^( ARG_DEF type declarator ) )
335 // SimpleCTP.g:31:9: ^( ARG_DEF type declarator )
337 match(input,ARG_DEF,FOLLOW_ARG_DEF_in_formalParameter186);
H A DSimpleCParser.java13 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "VAR_DEF", "ARG_DEF", "FUNC_HDR", "FUNC_DECL", "FUNC_DEF", "BLOCK", "ID", "EQ", "INT", "FOR", "INT_TYPE", "CHAR", "VOID", "EQEQ", "LT", "PLUS", "WS", "';'", "'('", "','", "')'", "'{'", "'}'"
31 public static final int ARG_DEF=5; field in class:SimpleCParser
609 // SimpleC.g:39:1: formalParameter : type declarator -> ^( ARG_DEF type declarator ) ;
624 // SimpleC.g:40:5: ( type declarator -> ^( ARG_DEF type declarator ) )
652 // 40:25: -> ^( ARG_DEF type declarator )
654 // SimpleC.g:40:28: ^( ARG_DEF type declarator )
657 root_1 = (Object)adaptor.becomeRoot((Object)adaptor.create(ARG_DEF, "ARG_DEF"), root_1);
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
H A DSimpleCLexer.h40 #define ARG_DEF 5 macro
H A DSimpleCTP.h28 #define ARG_DEF 5 macro
H A DSimpleCLexer.java25 public static final int ARG_DEF=5; field in class:SimpleCLexer
H A DSimpleCParser.h36 #define ARG_DEF 5 macro
H A DSimpleCTP.java10 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "VAR_DEF", "ARG_DEF", "FUNC_HDR", "FUNC_DECL", "FUNC_DEF", "BLOCK", "ID", "EQ", "INT", "FOR", "INT_TYPE", "CHAR", "VOID", "EQEQ", "LT", "PLUS", "WS", "';'", "'('", "','", "')'", "'{'", "'}'"
28 public static final int ARG_DEF=5; field in class:SimpleCTP
286 if ( (LA3_0==ARG_DEF) ) {
331 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:30:1: formalParameter : ^( ARG_DEF type declarator ) ;
334 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:31:5: ( ^( ARG_DEF type declarator ) )
335 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:31:9: ^( ARG_DEF type declarator )
337 match(input,ARG_DEF,FOLLOW_ARG_DEF_in_formalParameter186);
H A DSimpleCParser.java13 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "VAR_DEF", "ARG_DEF", "FUNC_HDR", "FUNC_DECL", "FUNC_DEF", "BLOCK", "ID", "EQ", "INT", "FOR", "INT_TYPE", "CHAR", "VOID", "EQEQ", "LT", "PLUS", "WS", "';'", "'('", "','", "')'", "'{'", "'}'"
31 public static final int ARG_DEF=5; field in class:SimpleCParser
609 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:39:1: formalParameter : type declarator -> ^( ARG_DEF type declarator ) ;
624 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:40:5: ( type declarator -> ^( ARG_DEF type declarator ) )
652 // 40:25: -> ^( ARG_DEF type declarator )
654 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:40:28: ^( ARG_DEF type declarator )
657 root_1 = (Object)adaptor.becomeRoot((Object)adaptor.create(ARG_DEF, "ARG_DEF"), root_1);

Completed in 2929 milliseconds