Searched
full:hidden (Results
1326 -
1350 of
7805) sorted by null
<<51525354555657585960>>
| /bionic/libc/arch-x86/syscalls/ |
| ___fgetxattr.S | 45 .hidden ___fgetxattr
|
| ___flistxattr.S | 40 .hidden ___flistxattr
|
| ___rt_sigqueueinfo.S | 40 .hidden ___rt_sigqueueinfo
|
| /bionic/tests/libs/ |
| versioned_lib_v1.cpp | 18 int versioned_function_v1(); // __attribute__((visibility("hidden")));
|
| /cts/tests/signature/api-check/src/java/android/signature/cts/api/ |
| DebugClassHiddenApiTest.java | 26 // Try to exempt DexMemberChecker class from hidden API checks.
|
| DebugClassKillswitchTest.java | 28 // Exempt DexMemberChecker class from hidden API checks.
|
| /dalvik/dx/src/ |
| Android.mk | 17 LOCAL_DROIDDOC_OPTIONS := -hidden
|
| /device/google/wahoo/sepolicy/vendor/ |
| system_server.te | 12 # once cpufreq functionality is hidden behind a HAL.
|
| /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
| ParseTree.cs | 101 * Emit a token and all hidden nodes before. EOF node holds all 102 * hidden tokens after last real token. 109 IToken hidden = (IToken)hiddenTokens[i]; 110 buf.Append(hidden.Text);
|
| /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
| ParseTree.cs | 120 * Emit a token and all hidden nodes before. EOF node holds all 121 * hidden tokens after last real token. 131 IToken hidden = (IToken)hiddenTokens[i]; 132 buf.Append( hidden.Text );
|
| /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
| ParseTree.java | 84 /** Emit a token and all hidden nodes before. EOF node holds all 85 * hidden tokens after last real token. 91 Token hidden = (Token) hiddenTokens.get(i); local 92 buf.append(hidden.getText());
|
| /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
| t017parser.g | 90 {$channel=HIDDEN;}
|
| t046rewrite.g | 55 WS : (' '|'\t'|'\n')+ {$channel=HIDDEN;}
|
| /external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
| ANTLRParseTree.m | 104 /** Emit a token and all hidden nodes before. EOF node holds all 105 * hidden tokens after last real token. 112 id<ANTLRToken> hidden = (id<ANTLRToken> ) [hiddenTokens objectAtIndex:i]; 113 [buf appendString:[hidden text]];
|
| /external/antlr/antlr-3.4/runtime/Python/tests/ |
| t017parser.g | 90 {$channel=HIDDEN}
|
| t046rewrite.g | 53 WS : (' '|'\t'|'\n')+ {$channel=HIDDEN;}
|
| /external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/ |
| debug-mode.rb | 96 WS : (' '|'\n') {$channel=HIDDEN;} ; 119 WS : (' '|'\n') {$channel=HIDDEN;} ; 149 WS : (' '|'\n') {$channel=HIDDEN;} ; 162 [ "consume_hidden_token", "1", "5", "hidden", "1", "1", '" "' ], 186 WS : (' '|'\n') {$channel=HIDDEN;} ; 220 WS : (' '|'\n') {$channel=HIDDEN;} ; 234 [ "consume_hidden_token", "1", "6", "hidden", "1", "1", '" "' ], 244 [ "consume_hidden_token", "3", "6", "hidden", "1", "3", '" "' ], 252 [ "consume_hidden_token", "5", "6", "hidden", "1", "5", '" "' ], 260 [ "consume_hidden_token", "7", "6", "hidden", "1", "7", '" "' ] [all...] |
| /external/autotest/server/site_tests/network_WiFi_RetryConnectHidden/ |
| control | 16 a hidden AP since this requires the connection manager to do the
|
| /external/autotest/server/site_tests/network_WiFi_VisibleScan/ |
| control | 15 contain any hidden networks. The test verifies that 802.11 probe
|
| /external/clang/test/Driver/ |
| wasm-toolchain.c | 2 // enabling -ffunction-sections, -fdata-sections, and -fvisibility=hidden by 6 // CC1: clang{{.*}} "-cc1" "-triple" "wasm32-unknown-unknown" {{.*}} "-fvisibility" "hidden" {{.*}} "-ffunction-sections" "-fdata-sections" 21 // -fvisibility=hidden. 24 // FVISIBILITY_DEFAULT-NOT: hidden
|
| /external/clang/test/Modules/Inputs/ |
| cxx-irgen-top.h | 3 __attribute__((always_inline, visibility("hidden"))) static int g() { return 0; }
|
| /external/clang/test/Modules/ |
| elaborated-type-specifier-from-hidden-module.m | 4 @import ElaboratedTypeStructs.Empty; // The structs are now hidden.
|
| using-decl.cpp | 71 use(conflicting_hidden_using_decl_mixed_1); // ok, struct hidden 73 use(conflicting_hidden_using_decl_mixed_3); // ok, struct hidden 74 use(conflicting_hidden_using_decl_mixed_4); // ok, struct hidden 76 use(conflicting_hidden_using_decl_mixed_6); // ok, struct hidden
|
| /external/compiler-rt/lib/builtins/arm/ |
| aeabi_cdcmpeq_check_nan.c | 13 __attribute__((visibility("hidden")))
|
| aeabi_cfcmpeq_check_nan.c | 13 __attribute__((visibility("hidden")))
|
Completed in 1188 milliseconds
<<51525354555657585960>>