HomeSort by relevance Sort by last modified time
    Searched refs:ARG (Results 51 - 75 of 168) sorted by null

1 23 4 5 6 7

  /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...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
MessagePatternUtil.java 131 ARG,
256 super(Type.ARG);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
MessagePatternUtil.java 140 ARG,
279 super(Type.ARG);
  /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/selinux/policycoreutils/sepolicy/
sepolicy-bash-completion.sh 93 ! __contains_word "${COMP_WORDS[i-1]}" ${OPTS[ARG}]}; then
  /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])), ...
  /build/
envsetup.sh 778 for ARG in $@; do
779 case $ARG in
780 GET-INSTALL-PATH) GET_INSTALL_PATH=$ARG;;
    [all...]
  /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);
  /ndk/sources/host-tools/nawk-20071023/
lex.c 488 RET(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/bison/data/
yacc.c 85 # b4_yyerror_arg_loc_if(ARG)
87 # Expand ARG iff yyerror is to be given a location as argument.
    [all...]

Completed in 595 milliseconds

1 23 4 5 6 7