/aosp_15_r20/external/jsilver/src/com/google/clearsilver/jsilver/syntax/lexer/ |
H A D | Lexer.java | 27 public Lexer(@SuppressWarnings("hiding") PushbackReader in) in Lexer() 69 @SuppressWarnings("hiding") int[][][] gotoTable = Lexer.gotoTable[this.state.id()]; in getToken() 70 @SuppressWarnings("hiding") int[] accept = Lexer.accept[this.state.id()]; in getToken() 160 @SuppressWarnings("hiding") Token token = new0( in getToken() 175 @SuppressWarnings("hiding") Token token = new1( in getToken() 190 @SuppressWarnings("hiding") Token token = new2( in getToken() 204 @SuppressWarnings("hiding") Token token = new3( in getToken() 218 @SuppressWarnings("hiding") Token token = new4( in getToken() 232 @SuppressWarnings("hiding") Token token = new5( in getToken() 246 @SuppressWarnings("hiding") Token token = new6( in getToken() [all …]
|
/aosp_15_r20/external/clang/test/Modules/ |
H A D | macro-hiding.cpp | 2 …clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/macro-hiding %s -DD1 3 …clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/macro-hiding %s -DC1 4 …_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/macro-hiding %s -DC1 -DD1 5 …clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/macro-hiding %s -DB2 6 …_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/macro-hiding %s -DB2 -DD1 7 …_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/macro-hiding %s -DB2 -DC1 8 …-fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/macro-hiding %s -DB2 -DC1 -DD1 9 …clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/macro-hiding %s -DB1 10 …_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/macro-hiding %s -DB1 -DD1 11 …_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/macro-hiding %s -DB1 -DC1 [all …]
|
/aosp_15_r20/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/ |
H A D | p4.cpp | 18 struct hiding {}; struct 19 int hiding; variable 26 using NonClass::hiding; // expected-error {{not a class}} 37 struct hiding {}; // expected-note {{previous use is here}} struct 38 Opaque0 hiding; member 45 using A::hiding; 55 typedef struct A::hiding local; in test1() 56 struct hiding _ = local(); in test1() 60 union hiding _; // expected-error {{tag type that does not match previous}} in test2() 72 Opaque0 _ = hiding; in test5() [all …]
|
/aosp_15_r20/external/clang/test/CXX/class.access/class.access.dcl/ |
H A D | p1.cpp | 22 struct hiding {}; struct 23 int hiding; variable 36 NonClass::hiding; // expected-error {{not a class}} 64 struct hiding {}; // expected-note {{previous use is here}} struct 65 Opaque0 hiding; member 77 A::hiding; 110 typedef struct A::hiding local; in test1() 111 struct hiding _ = local(); in test1() 115 union hiding _; // expected-error {{tag type that does not match previous}} in test2() 127 Opaque0 _ = hiding; in test5() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/m4/ |
D | cares-confopts.m4 | 145 dnl --enable-symbol-hiding or --disable-symbol-hiding, 150 AC_MSG_CHECKING([whether to enable hiding of library internal symbols]) 152 AC_ARG_ENABLE(symbol-hiding, 153 AS_HELP_STRING([--enable-symbol-hiding],[Enable hiding of library internal symbols]) 154 AS_HELP_STRING([--disable-symbol-hiding],[Disable hiding of library internal symbols]), 158 dnl --disable-symbol-hiding option used. 159 dnl This is an indication to not attempt hiding of library internal 166 dnl configure's symbol-hiding option not specified. 167 dnl Handle this as if --enable-symbol-hiding option was given. 172 dnl --enable-symbol-hiding option used. [all …]
|
/aosp_15_r20/external/jsilver/src/com/google/clearsilver/jsilver/syntax/parser/ |
H A D | Parser.java | 34 public Parser(@SuppressWarnings("hiding") Lexer lexer) in Parser() 875 @SuppressWarnings("hiding") ArrayList nodeList = new ArrayList(); in new0() 892 @SuppressWarnings("hiding") ArrayList nodeList = new ArrayList(); in new1() 906 @SuppressWarnings("hiding") ArrayList nodeList = new ArrayList(); in new2() 941 @SuppressWarnings("hiding") ArrayList nodeList = new ArrayList(); in new3() 961 @SuppressWarnings("hiding") ArrayList nodeList = new ArrayList(); in new4() 990 @SuppressWarnings("hiding") ArrayList nodeList = new ArrayList(); in new5() 1021 @SuppressWarnings("hiding") ArrayList nodeList = new ArrayList(); in new6() 1067 @SuppressWarnings("hiding") ArrayList nodeList = new ArrayList(); in new7() 1113 @SuppressWarnings("hiding") ArrayList nodeList = new ArrayList(); in new8() [all …]
|
/aosp_15_r20/external/curl/m4/ |
H A D | curl-confopts.m4 | 236 dnl --enable-symbol-hiding or --disable-symbol-hiding, 241 AC_MSG_CHECKING([whether to enable hiding of library internal symbols]) 243 AC_ARG_ENABLE(symbol-hiding, 244 AS_HELP_STRING([--enable-symbol-hiding],[Enable hiding of library internal symbols]) 245 AS_HELP_STRING([--disable-symbol-hiding],[Disable hiding of library internal symbols]), 249 dnl --disable-symbol-hiding option used. 250 dnl This is an indication to not attempt hiding of library internal 257 dnl configure's symbol-hiding option not specified. 258 dnl Handle this as if --enable-symbol-hiding option was given. 263 dnl --enable-symbol-hiding option used. [all …]
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_http_cookies.py | 73 <!-- begin hiding 75 // end hiding --> 80 <!-- begin hiding 82 // end hiding --> 180 <!-- begin hiding 182 // end hiding --> 187 <!-- begin hiding 189 // end hiding --> 281 <!-- begin hiding 283 // end hiding -->
|
/aosp_15_r20/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/ |
H A D | ALoopIncCommand.java | 23 @SuppressWarnings("hiding") PPosition _position_, in ALoopIncCommand() 24 @SuppressWarnings("hiding") PVariable _variable_, in ALoopIncCommand() 25 @SuppressWarnings("hiding") PExpression _start_, in ALoopIncCommand() 26 @SuppressWarnings("hiding") PExpression _end_, in ALoopIncCommand() 27 @SuppressWarnings("hiding") PExpression _increment_, in ALoopIncCommand() 28 @SuppressWarnings("hiding") PCommand _command_) in ALoopIncCommand()
|
H A D | ALoopCommand.java | 22 @SuppressWarnings("hiding") PPosition _position_, in ALoopCommand() 23 @SuppressWarnings("hiding") PVariable _variable_, in ALoopCommand() 24 @SuppressWarnings("hiding") PExpression _start_, in ALoopCommand() 25 @SuppressWarnings("hiding") PExpression _end_, in ALoopCommand() 26 @SuppressWarnings("hiding") PCommand _command_) in ALoopCommand()
|
H A D | AEachCommand.java | 21 @SuppressWarnings("hiding") PPosition _position_, in AEachCommand() 22 @SuppressWarnings("hiding") PVariable _variable_, in AEachCommand() 23 @SuppressWarnings("hiding") PExpression _expression_, in AEachCommand() 24 @SuppressWarnings("hiding") PCommand _command_) in AEachCommand()
|
H A D | AIfCommand.java | 21 @SuppressWarnings("hiding") PPosition _position_, in AIfCommand() 22 @SuppressWarnings("hiding") PExpression _expression_, in AIfCommand() 23 @SuppressWarnings("hiding") PCommand _block_, in AIfCommand() 24 @SuppressWarnings("hiding") PCommand _otherwise_) in AIfCommand()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/ios/ |
H A D | hide_symbols_with_allowlist.sh | 41 echo "ERROR: Failed in symbol hiding. This rule does not permit hiding of" \ 42 "C++ symbols due to possible serious problems mixing symbol hiding," \ 44 "More info can be found in go/ios-symbols-hiding." \ 81 … echo "WARNING: This symbol hiding script breaks thread local variables on 32-bit arm, you had:"
|
/aosp_15_r20/packages/apps/TV/src/com/android/tv/analytics/ |
D | Tracker.java | 93 * Sends tracking for hiding the main menu. 124 * Sends tracking for hiding the Electronic Program Guide (EPG). 134 * Sends tracking for hiding the channel switch view. 188 * Sends tracking for hiding the input selection view. 211 * Sends tracking for hiding a side panel.
|
/aosp_15_r20/external/dagger2/javatests/dagger/functional/subcomponent/hiding/ |
H A D | ChildComponent.java | 17 package dagger.functional.subcomponent.hiding; 22 @Subcomponent(modules = dagger.functional.subcomponent.hiding.b.CommonModuleName.class) 25 dagger.functional.subcomponent.hiding.a.CommonName aCommonName(); in aCommonName() 27 dagger.functional.subcomponent.hiding.b.CommonName bCommonName(); in bCommonName()
|
/aosp_15_r20/external/dagger2/javatests/dagger/functional/kotlinsrc/subcomponent/hiding/ |
H A D | ChildComponent.kt | 17 package dagger.functional.kotlinsrc.subcomponent.hiding 21 @Subcomponent(modules = [dagger.functional.kotlinsrc.subcomponent.hiding.b.CommonModuleName::class]) 24 fun aCommonName(): dagger.functional.kotlinsrc.subcomponent.hiding.a.CommonName 27 fun bCommonName(): dagger.functional.kotlinsrc.subcomponent.hiding.b.CommonName
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/common_os/include/external/icu/icu4c/source/common/ |
H A D | norm2allmodes.h | 200 using Normalizer2WithImpl::normalize; // Avoid warning about hiding base class function. 211 … using Normalizer2WithImpl::spanQuickCheckYes; // Avoid warning about hiding base class function. 232 using Normalizer2WithImpl::normalize; // Avoid warning about hiding base class function. 299 … using Normalizer2WithImpl::spanQuickCheckYes; // Avoid warning about hiding base class function. 327 using Normalizer2WithImpl::normalize; // Avoid warning about hiding base class function. 338 … using Normalizer2WithImpl::spanQuickCheckYes; // Avoid warning about hiding base class function.
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/linux_bionic/include/external/icu/icu4c/source/common/ |
H A D | norm2allmodes.h | 200 using Normalizer2WithImpl::normalize; // Avoid warning about hiding base class function. 211 … using Normalizer2WithImpl::spanQuickCheckYes; // Avoid warning about hiding base class function. 232 using Normalizer2WithImpl::normalize; // Avoid warning about hiding base class function. 299 … using Normalizer2WithImpl::spanQuickCheckYes; // Avoid warning about hiding base class function. 327 using Normalizer2WithImpl::normalize; // Avoid warning about hiding base class function. 338 … using Normalizer2WithImpl::spanQuickCheckYes; // Avoid warning about hiding base class function.
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/android/include/external/icu/icu4c/source/common/ |
H A D | norm2allmodes.h | 200 using Normalizer2WithImpl::normalize; // Avoid warning about hiding base class function. 211 … using Normalizer2WithImpl::spanQuickCheckYes; // Avoid warning about hiding base class function. 232 using Normalizer2WithImpl::normalize; // Avoid warning about hiding base class function. 299 … using Normalizer2WithImpl::spanQuickCheckYes; // Avoid warning about hiding base class function. 327 using Normalizer2WithImpl::normalize; // Avoid warning about hiding base class function. 338 … using Normalizer2WithImpl::spanQuickCheckYes; // Avoid warning about hiding base class function.
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/linux_glibc/include/external/icu/icu4c/source/common/ |
H A D | norm2allmodes.h | 200 using Normalizer2WithImpl::normalize; // Avoid warning about hiding base class function. 211 … using Normalizer2WithImpl::spanQuickCheckYes; // Avoid warning about hiding base class function. 232 using Normalizer2WithImpl::normalize; // Avoid warning about hiding base class function. 299 … using Normalizer2WithImpl::spanQuickCheckYes; // Avoid warning about hiding base class function. 327 using Normalizer2WithImpl::normalize; // Avoid warning about hiding base class function. 338 … using Normalizer2WithImpl::spanQuickCheckYes; // Avoid warning about hiding base class function.
|
/aosp_15_r20/frameworks/base/test-mock/src/android/test/mock/ |
H A D | MockPackageManager.java | 364 * @hide - to match hiding in superclass 766 * @hide - to match hiding in superclass 775 * @hide - to match hiding in superclass 784 * @hide - to match hiding in superclass 806 * @hide - to match hiding in superclass 814 * @hide - to match hiding in superclass 871 * @hide - to match hiding in superclass 886 * @hide - to match hiding in superclass
|
/aosp_15_r20/external/icu/libicu/cts_headers/ |
H A D | norm2allmodes.h | 200 using Normalizer2WithImpl::normalize; // Avoid warning about hiding base class function. 235 … using Normalizer2WithImpl::spanQuickCheckYes; // Avoid warning about hiding base class function. 262 using Normalizer2WithImpl::normalize; // Avoid warning about hiding base class function. 329 … using Normalizer2WithImpl::spanQuickCheckYes; // Avoid warning about hiding base class function. 357 using Normalizer2WithImpl::normalize; // Avoid warning about hiding base class function. 368 … using Normalizer2WithImpl::spanQuickCheckYes; // Avoid warning about hiding base class function.
|
/aosp_15_r20/external/cronet/third_party/icu/source/common/ |
H A D | norm2allmodes.h | 200 using Normalizer2WithImpl::normalize; // Avoid warning about hiding base class function. 235 … using Normalizer2WithImpl::spanQuickCheckYes; // Avoid warning about hiding base class function. 262 using Normalizer2WithImpl::normalize; // Avoid warning about hiding base class function. 329 … using Normalizer2WithImpl::spanQuickCheckYes; // Avoid warning about hiding base class function. 357 using Normalizer2WithImpl::normalize; // Avoid warning about hiding base class function. 368 … using Normalizer2WithImpl::spanQuickCheckYes; // Avoid warning about hiding base class function.
|
/aosp_15_r20/external/icu/icu4c/source/common/ |
H A D | norm2allmodes.h | 200 using Normalizer2WithImpl::normalize; // Avoid warning about hiding base class function. 235 … using Normalizer2WithImpl::spanQuickCheckYes; // Avoid warning about hiding base class function. 262 using Normalizer2WithImpl::normalize; // Avoid warning about hiding base class function. 329 … using Normalizer2WithImpl::spanQuickCheckYes; // Avoid warning about hiding base class function. 357 using Normalizer2WithImpl::normalize; // Avoid warning about hiding base class function. 368 … using Normalizer2WithImpl::spanQuickCheckYes; // Avoid warning about hiding base class function.
|
/aosp_15_r20/external/replicaisland/src/com/replica/replicaisland/ |
H A D | EnemyAnimationComponent.java | 39 HIDING, enumConstant 79 mState = AnimationState.HIDING; in update() 100 mState = AnimationState.HIDING; in update() 112 case HIDING: in update()
|