HomeSort by relevance Sort by last modified time
    Searched refs:FUNC (Results 26 - 34 of 34) sorted by null

12

  /external/wpa_supplicant_6/wpa_supplicant/
config.c 1305 /* FUNC: Define a configuration variable that uses a custom function for
1313 #define FUNC(f) _FUNC(f), 0
1346 { FUNC(bssid) },
1348 { FUNC(proto) },
1349 { FUNC(key_mgmt) },
1350 { FUNC(pairwise) },
1351 { FUNC(group) }
    [all...]
config_file.c 420 #define FUNC(f) #f, wpa_config_process_ ## f, OFFSET(f), NULL, NULL
451 { FUNC(uuid) },
458 { FUNC(os_version) },
461 { FUNC(country) }
464 #undef FUNC
  /ndk/sources/host-tools/nawk-20071023/
awkgram.y 35 int infunc = 0; /* = 1 if in arglist or body of func */
55 %token <i> ARG BLTIN BREAK CLOSE CONTINUE DELETE DO EXIT FOR FUNC
82 %left ARG BLTIN BREAK CALL CLOSE CONTINUE DELETE DO EXIT FOR FUNC
184 | FUNC funcname '(' varlist rparen {infunc++;} lbrace stmtlist '}'
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/
OMX_JpegEnc_Utils.h 102 #ifndef FUNC
103 #define FUNC 1
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugGrammarParser.cs 26 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "CALL", "FUNC", "ID", "INT", "NEWLINE", "WS", "'-'", "'%'", "'('", "')'", "'*'", "'/'", "'+'", "'='"
38 public const int FUNC=5;
50 "invalidRule", "atom", "expr", "formalPar", "func", "multExpr", "prog",
262 // BuildOptions\\DebugGrammar.g3:53:0: stat : ( expr NEWLINE -> expr | ID '=' expr NEWLINE -> ^( '=' ID expr ) | func NEWLINE -> func | NEWLINE ->);
290 RewriteRuleSubtreeStream stream_func=new RewriteRuleSubtreeStream(adaptor,"rule func");
303 // BuildOptions\\DebugGrammar.g3:53:9: ( expr NEWLINE -> expr | ID '=' expr NEWLINE -> ^( '=' ID expr ) | func NEWLINE -> func | NEWLINE ->)
434 // BuildOptions\\DebugGrammar.g3:55:9: func NEWLINE
438 func8=func();
550 private DebugGrammarParser.func_return func( ) method in class:DebugGrammarParser
    [all...]
ProfileGrammarParser.cs 26 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "CALL", "FUNC", "ID", "INT", "NEWLINE", "WS", "'-'", "'%'", "'('", "')'", "'*'", "'/'", "'+'", "'='"
38 public const int FUNC=5;
50 "invalidRule", "atom", "expr", "formalPar", "func", "multExpr", "prog",
266 // BuildOptions\\ProfileGrammar.g3:53:0: stat : ( expr NEWLINE -> expr | ID '=' expr NEWLINE -> ^( '=' ID expr ) | func NEWLINE -> func | NEWLINE ->);
294 RewriteRuleSubtreeStream stream_func=new RewriteRuleSubtreeStream(adaptor,"rule func");
307 // BuildOptions\\ProfileGrammar.g3:53:9: ( expr NEWLINE -> expr | ID '=' expr NEWLINE -> ^( '=' ID expr ) | func NEWLINE -> func | NEWLINE ->)
438 // BuildOptions\\ProfileGrammar.g3:55:9: func NEWLINE
442 func8=func();
554 private ProfileGrammarParser.func_return func( ) method in class:ProfileGrammarParser
    [all...]
DebugGrammarLexer.cs 29 public const int FUNC=5;
ProfileGrammarLexer.cs 29 public const int FUNC=5;
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/config/arm/
arm.h     [all...]

Completed in 1327 milliseconds

12