Home
last modified time | relevance | path

Searched refs:hiding (Results 1 – 25 of 65) sorted by relevance

123

/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/dagger2/compiler/src/it/functional-tests/src/main/java/test/subcomponent/hiding/
DChildComponent.java16 package test.subcomponent.hiding;
20 @Subcomponent(modules = test.subcomponent.hiding.b.CommonModuleName.class)
23 test.subcomponent.hiding.a.CommonName aCommonName(); in aCommonName()
25 test.subcomponent.hiding.b.CommonName bCommonName(); in bCommonName()
DParentComponent.java16 package test.subcomponent.hiding;
21 @Component(modules = test.subcomponent.hiding.a.CommonModuleName.class)
25 test.subcomponent.hiding.a.CommonName aCommonName(); in aCommonName()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/android/util/
DTestFragmentTransaction.java17 private boolean hiding; field in TestFragmentTransaction
74 this.hiding = true; in hide()
83 this.hiding = false; in show()
203 return hiding; in isHiding()
/external/curl/m4/
Dcurl-confopts.m4231 dnl --enable-symbol-hiding or --disable-symbol-hiding,
236 AC_MSG_CHECKING([whether to enable hiding of library internal symbols])
238 AC_ARG_ENABLE(symbol-hiding,
239 AC_HELP_STRING([--enable-symbol-hiding],[Enable hiding of library internal symbols])
240 AC_HELP_STRING([--disable-symbol-hiding],[Disable hiding of library internal symbols]),
243 AC_HELP_STRING([--enable-hidden-symbols],[To be deprecated, use --enable-symbol-hiding])
244 AC_HELP_STRING([--disable-hidden-symbols],[To be deprecated, use --disable-symbol-hiding]),
248 dnl --disable-symbol-hiding option used.
249 dnl This is an indication to not attempt hiding of library internal
256 dnl configure's symbol-hiding option not specified.
[all …]
Dcurl-compilers.m41048 dnl Warn on variable declarations hiding a previous one
1354 dnl Verify if compiler supports hiding library internal symbols, setting
1361 AC_MSG_CHECKING([if compiler supports hiding library internal symbols])
/external/bison/tests/
Dnamed-refs.at258 test.y:51.7: possibly meant: $x, hiding $exp at $1
259 test.y:51.41: possibly meant: $r, hiding $exp at $4
360 test.y:25.35-38: possibly meant: $then.field, hiding $stmt.field at $4
369 test.y:31.40-43: possibly meant: $then, hiding $[stmt.list] at $4
370 test.y:31.61-64: possibly meant: $else, hiding $[stmt.list] at $6
373 test.y:33.40-43: possibly meant: $then.field, hiding $[stmt.list].field at $4
374 test.y:33.61-64: possibly meant: $else.field, hiding $[stmt.list].field at $6
377 test.y:35.40-43: possibly meant: $then, hiding $[stmt.list] at $4
378 test.y:35.61-64: possibly meant: $else, hiding $[stmt.list] at $6
387 test.y:41.36-41: possibly meant: $[stmt.x].x, hiding $stmt.x at $4
[all …]
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/subcomponent/hiding/b/
DCommonModuleName.java16 package test.subcomponent.hiding.b;
DCommonName.java16 package test.subcomponent.hiding.b;
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/subcomponent/hiding/a/
DCommonModuleName.java16 package test.subcomponent.hiding.a;
DCommonName.java16 package test.subcomponent.hiding.a;
/external/dagger2/compiler/src/it/functional-tests/src/test/java/test/subcomponent/hiding/
DSubcomponentHidingTest.java16 package test.subcomponent.hiding;
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
Dp11-1y.cpp18 void hiding() { in hiding() function
/external/fmtlib/doc/bootstrap/
Dtables.less136 …position: static; // Prevent border hiding in Firefox and IE9-11 (see https://github.com/twbs/boot…
144 …position: static; // Prevent border hiding in Firefox and IE9-11 (see https://github.com/twbs/boot…
Dbutton-groups.less226 // Simply visually hiding the inputs via `opacity` would leave them clickable in
/external/syslinux/com32/lib/libpng/
DTODO4 Improve API by hiding the png_struct and png_info structs.
/external/clang/docs/
DSafeStack.rst77 randomization and information hiding: the safe stack is allocated at a random
99 hiding. The randomization is currently based on system-enforced ASLR and shares
100 its known security limitations. The safe stack pointer hiding is not perfect
/external/boringssl/src/
DINCORPORATING.md106 in the resulting shared object while hiding private symbols. However note that,
/external/c-ares/
Dares_config.h.in18 /* Define to 1 to enable hiding of library internal symbols. */
DCHANGES157 - Symbol hiding configure options are named now --enable-symbol-hiding
158 and --disable-symbol-hiding in an attempt to make them less ambiguous.
/external/syslinux/doc/
Dchain.txt22 3. Perform partition-level patching - for example hiding, unhiding, fixing chs values, etc.
/external/eigen/doc/
DSparseLinearSystems.dox3 …formance of its code. Note that it is not required to know deeply what's hiding behind these steps…
/external/v8/gypfiles/
Dtoolchain.gypi1280 # TODO(2304): pass DISABLE_DEBUG_ASSERT instead of hiding DEBUG.
/external/v8/tools/mb/docs/
Ddesign_spec.md371 be a simple one, hiding as much of the chromium logic as possible.

123