Home
last modified time | relevance | path

Searched full:hiding (Results 1 – 25 of 630) sorted by relevance

12345678910>>...26

/external/clang/test/Modules/
Dmacro-hiding.cpp2 …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 …]
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/lexer/
DLexer.java27 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 …]
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
Dp4.cpp18 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 …]
/external/clang/test/CXX/class.access/class.access.dcl/
Dp1.cpp22 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 …]
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/m4/
Dcares-confopts.m4145 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 …]
/external/dagger2/javatests/dagger/functional/subcomponent/hiding/
DChildComponent.java17 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()
DParentComponent.java17 package dagger.functional.subcomponent.hiding;
22 @Component(modules = dagger.functional.subcomponent.hiding.a.CommonModuleName.class)
26 dagger.functional.subcomponent.hiding.a.CommonName aCommonName(); in aCommonName()
DBUILD24 name = "hiding",
27 "//javatests/dagger/functional/subcomponent/hiding/a",
28 "//javatests/dagger/functional/subcomponent/hiding/b",
/external/dagger2/javatests/dagger/functional/kotlinsrc/subcomponent/hiding/
DChildComponent.kt17 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
DParentComponent.kt17 package dagger.functional.kotlinsrc.subcomponent.hiding
22 @Component(modules = [dagger.functional.kotlinsrc.subcomponent.hiding.a.CommonModuleName::class])
26 fun aCommonName(): dagger.functional.kotlinsrc.subcomponent.hiding.a.CommonName
DBUILD24 name = "hiding",
27 "//javatests/dagger/functional/kotlinsrc/subcomponent/hiding/a",
28 "//javatests/dagger/functional/kotlinsrc/subcomponent/hiding/b",
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
DALoopIncCommand.java23 @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()
DALoopCommand.java22 @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()
DToken.java17 public void setText(@SuppressWarnings("hiding") String text) in setText()
27 public void setLine(@SuppressWarnings("hiding") int line) in setLine()
37 public void setPos(@SuppressWarnings("hiding") int pos) in setPos()
DALoopToCommand.java21 @SuppressWarnings("hiding") PPosition _position_, in ALoopToCommand()
22 @SuppressWarnings("hiding") PVariable _variable_, in ALoopToCommand()
23 @SuppressWarnings("hiding") PExpression _expression_, in ALoopToCommand()
24 @SuppressWarnings("hiding") PCommand _command_) in ALoopToCommand()
DAWithCommand.java21 @SuppressWarnings("hiding") PPosition _position_, in AWithCommand()
22 @SuppressWarnings("hiding") PVariable _variable_, in AWithCommand()
23 @SuppressWarnings("hiding") PExpression _expression_, in AWithCommand()
24 @SuppressWarnings("hiding") PCommand _command_) in AWithCommand()
DAEachCommand.java21 @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()
DAIfCommand.java21 @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()
DADefCommand.java22 @SuppressWarnings("hiding") PPosition _position_, in ADefCommand()
23 @SuppressWarnings("hiding") List<TWord> _macro_, in ADefCommand()
24 @SuppressWarnings("hiding") List<PVariable> _arguments_, in ADefCommand()
25 @SuppressWarnings("hiding") PCommand _command_) in ADefCommand()
DASetCommand.java20 @SuppressWarnings("hiding") PPosition _position_, in ASetCommand()
21 @SuppressWarnings("hiding") PVariable _variable_, in ASetCommand()
22 @SuppressWarnings("hiding") PExpression _expression_) in ASetCommand()
/external/curl/m4/
Dcurl-confopts.m4236 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 …]
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/parser/
DParser.java34 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 …]
/external/replicaisland/src/com/replica/replicaisland/
DEnemyAnimationComponent.java39 HIDING, enumConstant
79 mState = AnimationState.HIDING; in update()
100 mState = AnimationState.HIDING; in update()
112 case HIDING: in update()
/external/tensorflow/tensorflow/lite/ios/
Dhide_symbols_with_allowlist.sh41 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:"
/external/python/cpython3/Lib/test/
Dtest_http_cookies.py73 <!-- 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 -->

12345678910>>...26