| /external/antlr/antlr-3.4/runtime/Python/tests/ |
| t051treeRewriteAST.py | 60 WS : (' '|'\\n') {$channel=HIDDEN;} ; 96 WS : (' '|'\\n') {$channel=HIDDEN;} ; 131 WS : (' '|'\\n') {$channel=HIDDEN;} ; 175 WS : (' '|'\\n') {$channel=HIDDEN;} ; 210 WS : (' '|'\\n') {$channel=HIDDEN;} ; 245 WS : (' '|'\\n') {$channel=HIDDEN;} ; 280 WS : (' '|'\\n') {$channel=HIDDEN;} ; 314 WS : (' '|'\n') {$channel=HIDDEN;} ; 368 WS : (' '|'\n') {$channel=HIDDEN;} ; 394 WS : (' '|'\n') {$channel=HIDDEN;} ; [all...] |
| t035ruleLabelPropertyRef.py | 37 # first token of rule b is the 2nd token (counting hidden tokens) 40 # first token of rule b is the 7th token (counting hidden tokens)
|
| t037rulePropertyRef.py | 37 # first token of rule b is the 2nd token (counting hidden tokens) 40 # first token of rule b is the 7th token (counting hidden tokens)
|
| t056lexer.py | 26 # this must set channel of A to HIDDEN. $channel is local to rule 37 WS : (' '|'\n') {$channel=HIDDEN;} ;
|
| /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
| TestRewriteAST.java | 48 "WS : (' '|'\\n') {$channel=HIDDEN;} ;\n"; 61 "WS : (' '|'\\n') {$channel=HIDDEN;} ;\n"; 74 "WS : (' '|'\\n') {$channel=HIDDEN;} ;\n"; 87 "WS : (' '|'\\n') {$channel=HIDDEN;} ;\n"; 101 "WS : (' '|'\\n') {$channel=HIDDEN;} ;\n"; 114 "WS : (' '|'\\n') {$channel=HIDDEN;} ;\n"; 127 "WS : (' '|'\\n') {$channel=HIDDEN;} ;\n"; 141 "WS : (' '|'\\n') {$channel=HIDDEN;} ;\n"; 154 "WS : (' '|'\\n') {$channel=HIDDEN;} ;\n"; 168 "WS : (' '|'\\n') {$channel=HIDDEN;} ;\n" [all...] |
| /external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/ |
| hetero-nodes.rb | 24 WS : (' '|'\n') {$channel=HIDDEN;} ; 43 WS : (' '|'\n') {$channel=HIDDEN;} ; 62 WS : (' '|'\n') {$channel=HIDDEN;} ; 81 WS : (' '|'\n') {$channel=HIDDEN;} ; 101 WS : (' '|'\n') {$channel=HIDDEN;} ; 121 WS : (' '|'\n') {$channel=HIDDEN;} ; 141 WS : (' '|'\n') {$channel=HIDDEN;} ; 161 WS : (' '|'\n') {$channel=HIDDEN;} ; 181 WS : (' '|'\n') {$channel=HIDDEN;} ; 214 WS : (' '|'\n') {$channel=HIDDEN;} ; [all...] |
| /external/clang/docs/ |
| LTOVisibility.rst | 19 ODR violation to define a class with hidden LTO visibility in multiple linkage 22 control flow integrity features can only be applied to classes with hidden LTO 30 targeting non-Windows platforms, classes with a visibility other than hidden 33 other classes receive hidden LTO visibility. Classes with internal linkage 34 (e.g. classes declared in unnamed namespaces) also receive hidden LTO 42 two cases where it may wrongly infer hidden LTO visibility. 45 combination of LTO object files and non-LTO object files, any hidden 73 | main (clang++ -fvisibility=hidden): | | dso.so (clang++ -fvisibility=hidden): | 76 | | LTO unit (clang++ -fvisibility=hidden -flto): | | | virtual void f(); [all...] |
| /toolchain/binutils/binutils-2.27/ld/testsuite/ld-s390/ |
| tlspic1.s | 5 .hidden sh1, sh2, sh3, sh4, sh5, sh6, sh7, sh8 118 /* GD against hidden and local variable */ 123 /* GD -> IE against hidden and local variable referenced through 129 /* GD against hidden but not local variable */ 134 /* GD -> IE against hidden but not local variable referenced through 149 /* LD against hidden and local variables */ 158 /* LD against hidden but not local variables */ 177 /* IE against hidden and local var */ 182 /* IE against hidden but not local var */ 195 /* IE against hidden and local var with small got acces [all...] |
| /toolchain/binutils/binutils-2.27/ld/testsuite/ld-sparc/ |
| tlssunpic32.s | 7 .hidden sh1, sh2, sh3, sh4, sh5, sh6, sh7, sh8 84 /* GD against hidden and local variable */ 92 /* GD -> IE against hidden and local variable referenced through 101 /* GD against hidden but not local variable */ 109 /* GD -> IE against hidden but not local variable referenced through 140 /* LD against hidden and local variables */ 153 /* LD against hidden but not local variables */ 183 /* IE against hidden and local var */ 190 /* IE against hidden but not local var */ 213 /* IE against hidden and local var * [all...] |
| tlssunpic64.s | 7 .hidden sh1, sh2, sh3, sh4, sh5, sh6, sh7, sh8 84 /* GD against hidden and local variable */ 92 /* GD -> IE against hidden and local variable referenced through 101 /* GD against hidden but not local variable */ 109 /* GD -> IE against hidden but not local variable referenced through 140 /* LD against hidden and local variables */ 153 /* LD against hidden but not local variables */ 183 /* IE against hidden and local var */ 190 /* IE against hidden but not local var */ 213 /* IE against hidden and local var * [all...] |
| /bionic/libc/arch-common/bionic/ |
| atexit.h | 35 __attribute__ ((visibility ("hidden"))) 42 __attribute__ ((visibility ("hidden")))
|
| /bionic/libm/ |
| freebsd-compat.h | 33 // "hidden" functions start with a double underscore --- being HIDDEN
|
| /developers/build/prebuilts/gradle/BatchStepSensor/Application/src/main/java/com/example/android/batchstepsensor/cardstream/ |
| CardStreamFragment.java | 35 * Cards can be shown or hidden. When a card is shown it can also be marked as not-dismissible, see 46 // Set the listener to handle dismissed cards by moving them to the hidden cards map. 110 // Card is hidden, no need to remove from layout 135 // ensure the card is hidden and not already visible 149 * Hides the card, returns false if the card could not be hidden. 229 // restore hidden cards 257 final Card[] hidden = cloneCards(mHiddenCards.values()); local 261 return new CardStreamState(visible, hidden, dismissible, firstVisible);
|
| CardStreamState.java | 31 protected CardStreamState(Card[] visible, Card[] hidden, HashSet<String> dismissible, String shownTag) { 33 hiddenCards = hidden;
|
| /developers/build/templates/CardStream/_MODULE_/src/template/java/_PACKAGE_/cardstream/ |
| CardStreamFragment.java.ftl | 35 * Cards can be shown or hidden. When a card is shown it can also be marked as not-dismissible, see 46 // Set the listener to handle dismissed cards by moving them to the hidden cards map. 110 // Card is hidden, no need to remove from layout 135 // ensure the card is hidden and not already visible 149 * Hides the card, returns false if the card could not be hidden. 229 // restore hidden cards 257 final Card[] hidden = cloneCards(mHiddenCards.values()); 261 return new CardStreamState(visible, hidden, dismissible, firstVisible);
|
| CardStreamState.java.ftl | 31 protected CardStreamState(Card[] visible, Card[] hidden, HashSet<String> dismissible, String shownTag) { 33 hiddenCards = hidden;
|
| /development/samples/ApiDemos/res/menu/ |
| visible.xml | 24 android:title="Hidden" 32 android:title="Hidden by group"
|
| /development/samples/SampleSyncAdapter/samplesyncadapter_server/templates/ |
| simple_form.html | 31 <input type="hidden" name="id" value="{{ contactId }}" /> 34 <input type="hidden" name="username" value="{{ handle }}" />
|
| /development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/ |
| CardStreamFragment.java | 35 * Cards can be shown or hidden. When a card is shown it can also be marked as not-dismissible, see 46 // Set the listener to handle dismissed cards by moving them to the hidden cards map. 110 // Card is hidden, no need to remove from layout 135 // ensure the card is hidden and not already visible 149 * Hides the card, returns false if the card could not be hidden. 229 // restore hidden cards 257 final Card[] hidden = cloneCards(mHiddenCards.values()); local 261 return new CardStreamState(visible, hidden, dismissible, firstVisible);
|
| CardStreamState.java | 31 protected CardStreamState(Card[] visible, Card[] hidden, HashSet<String> dismissible, String shownTag) { 33 hiddenCards = hidden;
|
| /external/autotest/server/site_tests/network_WiFi_SuspendStress/ |
| control.Hidden | 6 NAME = 'network_WiFi_SuspendStress.Hidden' 15 wifi adapter is brought back up and connects to a hidden network.
|
| /external/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/namespace.qual/ |
| p5.cpp | 7 struct y {}; // expected-note {{type declaration hidden}} 32 float f = AB::y; // expected-error {{a type named 'y' is hidden by a declaration in a different namespace}}
|
| /external/clang/test/CodeGenCXX/ |
| cfi-blacklist.cpp | 1 // RUN: %clang_cc1 -triple %itanium_abi_triple -fvisibility hidden -fms-extensions -fsanitize=cfi-vcall -emit-llvm -o - %s | FileCheck --check-prefix=CHECK --check-prefix=NOBL %s 3 // RUN: %clang_cc1 -triple %itanium_abi_triple -fvisibility hidden -fms-extensions -fsanitize=cfi-vcall -fsanitize-blacklist=%t.txt -emit-llvm -o - %s | FileCheck --check-prefix=CHECK --check-prefix=NOSTD %s
|
| cfi-nvcall.cpp | 1 // RUN: %clang_cc1 -triple x86_64-unknown-linux -fvisibility hidden -fsanitize=cfi-nvcall -emit-llvm -o - %s | FileCheck %s 2 // RUN: %clang_cc1 -triple x86_64-unknown-linux -fvisibility hidden -fsanitize=cfi-nvcall,cfi-cast-strict -emit-llvm -o - %s | FileCheck --check-prefix=CHECK-STRICT %s
|
| /external/clang/test/SemaCXX/ |
| attr-print.cpp | 26 // CHECK: int v __attribute__((visibility("hidden"))); 27 int v __attribute__((visibility("hidden")));
|