/external/openssl/crypto/bio/ |
b_sock.c | 547 int BIO_socket_ioctl(int fd, long type, void *arg) 552 i=ioctlsocket(fd,type,(char *)arg); 556 * VMS ioctl() can't tolerate a 64-bit "void *arg", but we 562 # define ARG arg_32p 569 arg_32 = *((unsigned long *) arg); 571 # define ARG arg 574 # define ARG arg 577 i=ioctlsocket(fd,type,ARG); [all...] |
/frameworks/base/core/java/android/content/ |
DefaultDataHandler.java | 42 * Delete, it must be in order of uri, select, and arg: 81 private final static String ARG = "arg";
|
/ndk/sources/host-tools/nawk-20071023/ |
awk.h | 198 #define isargument(n) ((n)->nobj == ARG)
|
awkgram.y | 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 436 | ARG { $$ = op1(ARG, itonp($1)); }
|
lex.c | 488 RET(ARG);
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/inc/ |
OMX_G711Dec_Utils.h | 254 #define G711DEC_DPRINT(STR, ARG...) printf() 259 #define G711DEC_MEMPRINT(STR, ARG...) printf()
|
OMX_G711Decoder.h | 182 #define G711DEC_DPRINT(STR, ARG...) printf() 187 #define G711DEC_MEMPRINT(STR, ARG...) printf()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/inc/ |
OMX_G726Enc_Utils.h | 108 #define G726ENC_DPRINT(STR, ARG...) printf() 119 #define G726ENC_MEMPRINT(STR, ARG...) printf() [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/inc/ |
OMX_AmrDecoder.h | 269 #define AMRDEC_DPRINT(STR, ARG...) printf() 274 #define AMRDEC_MEMPRINT(STR, ARG...) printf()
|
/external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/ |
ANTLRv3.g | 55 ARG; 166 ( arg=ARG_ACTION )? 171 -> ^( RULE id {modifier!=null?adaptor.create(modifier):null} ^(ARG $arg)? ^(RET $rt)? 266 | RULE_REF ( arg=ARG_ACTION )? ( (op='^'|op='!') )? 267 -> {$arg!=null&&op!=null}? ^($op RULE_REF $arg) 268 -> {$arg!=null}? ^(RULE_REF $arg) 410 ^(TEMPLATE (ID|ACTION) ^(ARGLIST ^(ARG ID ACTION) ...) [all...] |
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
ANTLRv3.g | 54 ARG; 161 ( arg=ARG_ACTION )? 166 -> ^( RULE id {modifier!=null?adaptor.create(modifier):null} ^(ARG[$arg] $arg)? ^('returns' $rt)? 414 ^(TEMPLATE (ID|ACTION) ^(ARGLIST ^(ARG ID ACTION) ...) ) 459 : id '=' ACTION -> ^(ARG[$id.start] id ACTION)
|
ActionTranslator.g | 665 : '%' ID '(' ( WS? ARG (',' WS? ARG)* WS? )? ')' 686 : '%' '(' ACTION ')' '(' ( WS? ARG (',' WS? ARG)* WS? )? ')' 700 ARG : ID '=' ACTION
|
ANTLR.g | 90 ARG; 388 * ^(RULE[block,"rule"] ID["name"] {modifier} ARG["ARG"] RET["RET"] SCOPE["scope"] {block} EOR[EOBAST,"<end-of-rule>"]) 395 adaptor.addChild( rule, adaptor.create( ARG, "ARG" ) ); 592 ^(ARG["ARG"] $aa?) 982 ^(TEMPLATE (ID|ACTION) ^(ARGLIST ^(ARG ID ACTION) ...) ) 1039 -> ^(ARG[$a,"ARG"] id ACTION [all...] |
LeftRecursiveRuleWalker.g | 118 ^(ARG ARG_ACTION?)
|
DefineGrammarItemsWalker.g | 215 ^( ARG (args=ARG_ACTION)? ) 677 ( ^( ARG arg=ID a=ACTION )
|
TreeToNFAConverter.g | 222 ^(ARG (ARG_ACTION)?) 679 : ^( RULE id=ID (modifier)? ARG RET ( ^(OPTIONS .*) )? ( ruleScopeSpec )? 816 : ^( RULE id=ID (modifier)? ARG RET ( ^(OPTIONS .*) )? ( ruleScopeSpec )?
|
AssignTokenTypesWalker.g | 301 ^(ARG (ARG_ACTION)?)
|
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
treewizard.py | 61 ARG = 4 80 ## Set when token type is ID or ARG 145 return ARG 238 # "ID" or "ID[arg]" 249 # check for arg 250 arg = None 251 if self.ttype == ARG: 252 arg = self.tokenizer.sval 253 text = arg 265 if arg is not None and isinstance(node, TreePattern) [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/inc/ |
OMX_G711Enc_Utils.h | 126 #define G711ENC_DPRINT(STR, ARG...) printf() 136 #define G711ENC_MEMPRINT(STR, ARG...) printf() [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/inc/ |
OMX_AmrEnc_Utils.h | 180 #define AMRENC_DPRINT(STR, ARG...) printf() 190 #define AMRENC_MEMPRINT(STR, ARG...) printf() [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/inc/ |
OMX_WmaDec_Utils.h | 409 #define WMADEC_DPRINT(STR, ARG...) printf() 419 #define WMADEC_MEMPRINT(STR, ARG...) printf() [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
Strip.java | 95 wiz.visit(t, ANTLRv3Parser.ARG, // wipe rule arguments 150 wiz.visit(t, ANTLRv3Parser.LABEL_ASSIGN, // ^('=' id ^(RULE_REF [arg])), ... 161 wiz.visit(t, ANTLRv3Parser.LIST_LABEL_ASSIGN, // ^('+=' id ^(RULE_REF [arg])), ...
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/inc/ |
OMX_AacEnc_Utils.h | 123 #define AACENC_DPRINT(STR, ARG...) printf() 691 void AACENC_HandleUSNError (AACENC_COMPONENT_PRIVATE *pComponentPrivate, OMX_U32 arg);
|
/external/antlr/antlr-3.4/runtime/Python/unittests/ |
testtreewizard.py | 9 TreePatternLexer, EOF, ID, BEGIN, END, PERCENT, COLON, DOT, ARG, \ 107 """TreePatternLexer(): ARG""" 111 self.failUnlessEqual(type, ARG) 564 # C pattern has no text arg so despite [bar] in t, no need 573 # C pattern has no text arg so despite [bar] in t, no need
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
MemRegion.h | [all...] |