Searched refs:HIDDEN (Results 151 - 175 of 210) sorted by relevance

123456789

/external/smali/smali/src/main/java/org/jf/smali/
H A DSmali.java164 if (token.getChannel() == smaliParser.HIDDEN) {
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/
H A DSimpleCLexer.m722 _channel=HIDDEN;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
H A DSimpleCLexer.m715 _channel=HIDDEN;
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
H A DPerl5.stg74 Readonly my $HIDDEN => ANTLR::Runtime::BaseRecognizer->HIDDEN;
75 sub HIDDEN { $HIDDEN }
/external/libxkbcommon/xkbcommon/src/xkbcomp/
H A Dparser.y147 HIDDEN 72
304 | HIDDEN { $$ = MAP_IS_HIDDEN; }
/external/desugar/java/com/google/devtools/common/options/
H A DOptionsUsage.java102 return !metadataTag.equals(OptionMetadataTag.HIDDEN)
/external/doclava/src/com/google/doclava/apicheck/
H A DApiCheck.java113 level = Errors.HIDDEN;
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/
H A DMutablePatternModifier.java325 // UnitWidth ISO, HIDDEN, or NARROW overrides the singular currency symbol.
328 } else if (unitWidth == UnitWidth.HIDDEN) {
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DMutablePatternModifier.java323 // UnitWidth ISO, HIDDEN, or NARROW overrides the singular currency symbol.
326 } else if (unitWidth == UnitWidth.HIDDEN) {
/external/libunwind/src/dwarf/
H A DGfde.c238 HIDDEN int
H A DGfind_proc_info-lsb.c600 HIDDEN int
794 HIDDEN int
1022 HIDDEN void
H A DGparser.c851 HIDDEN int
934 HIDDEN int
940 HIDDEN int
/external/libunwind/src/ia64/
H A DGparser.c923 HIDDEN int
1095 HIDDEN int
1101 HIDDEN int
1119 HIDDEN int
H A DGresume.c166 HIDDEN int
/external/libunwind/src/x86_64/
H A DGtrace.c396 HIDDEN int
/external/tensorflow/tensorflow/core/framework/
H A Dop_gen_lib_test.cc276 visibility: HIDDEN
298 EXPECT_EQ(ApiDef::HIDDEN, api_def->visibility());
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DBaseRecognizer.java47 public static final int HIDDEN = Token.HIDDEN_CHANNEL; field in class:BaseRecognizer
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
H A DBaseRecognizer.js59 HIDDEN: org.antlr.runtime.Token.HIDDEN_CHANNEL,
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/delegation/
H A Dimport.rb347 WS: ' '+ { $channel=HIDDEN };
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
H A DANTLR.g1058 { $channel = HIDDEN; }
1066 $channel = HIDDEN;
/external/iw/
H A Dinterface.c268 HIDDEN(interface, del, NULL, NL80211_CMD_DEL_INTERFACE, 0, CIB_NETDEV, handle_interface_del);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/number/
H A DNumberFormatterApiTest.java521 "$GBP unit-width=HIDDEN",
522 NumberFormatter.with().unit(GBP).unitWidth(UnitWidth.HIDDEN),
1457 "$USD unit-width=HIDDEN sign=ACCOUNTING",
1458 NumberFormatter.with().sign(SignDisplay.ACCOUNTING).unit(USD).unitWidth(UnitWidth.HIDDEN),
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
H A DNumberFormatterApiTest.java518 "$GBP unit-width=HIDDEN",
519 NumberFormatter.with().unit(GBP).unitWidth(UnitWidth.HIDDEN),
1454 "$USD unit-width=HIDDEN sign=ACCOUNTING",
1455 NumberFormatter.with().sign(SignDisplay.ACCOUNTING).unit(USD).unitWidth(UnitWidth.HIDDEN),
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
H A Dconstruction.rb370 WS: (' ' | '\n' | '\t')+ {$channel = HIDDEN;};
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/
H A Dtest-streams.rb264 @source2.tokens << new_token( 10, :channel => ANTLR3::HIDDEN ) << new_token( 11 )

Completed in 602 milliseconds

123456789