/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/ |
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 …]
|
/external/clang/test/CXX/class.access/class.access.dcl/ |
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 …]
|
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/subcomponent/hiding/ |
D | ChildComponent.java | 16 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()
|
D | ParentComponent.java | 16 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/ |
D | TestFragmentTransaction.java | 17 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/ |
D | curl-confopts.m4 | 231 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 …]
|
D | curl-compilers.m4 | 1048 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/ |
D | named-refs.at | 258 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/ |
D | CommonModuleName.java | 16 package test.subcomponent.hiding.b;
|
D | CommonName.java | 16 package test.subcomponent.hiding.b;
|
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/subcomponent/hiding/a/ |
D | CommonModuleName.java | 16 package test.subcomponent.hiding.a;
|
D | CommonName.java | 16 package test.subcomponent.hiding.a;
|
/external/dagger2/compiler/src/it/functional-tests/src/test/java/test/subcomponent/hiding/ |
D | SubcomponentHidingTest.java | 16 package test.subcomponent.hiding;
|
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
D | p11-1y.cpp | 18 void hiding() { in hiding() function
|
/external/fmtlib/doc/bootstrap/ |
D | tables.less | 136 …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…
|
D | button-groups.less | 226 // Simply visually hiding the inputs via `opacity` would leave them clickable in
|
/external/syslinux/com32/lib/libpng/ |
D | TODO | 4 Improve API by hiding the png_struct and png_info structs.
|
/external/clang/docs/ |
D | SafeStack.rst | 77 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/ |
D | INCORPORATING.md | 106 in the resulting shared object while hiding private symbols. However note that,
|
/external/c-ares/ |
D | ares_config.h.in | 18 /* Define to 1 to enable hiding of library internal symbols. */
|
D | CHANGES | 157 - 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/ |
D | chain.txt | 22 3. Perform partition-level patching - for example hiding, unhiding, fixing chs values, etc.
|
/external/eigen/doc/ |
D | SparseLinearSystems.dox | 3 …formance of its code. Note that it is not required to know deeply what's hiding behind these steps…
|
/external/v8/gypfiles/ |
D | toolchain.gypi | 1280 # TODO(2304): pass DISABLE_DEBUG_ASSERT instead of hiding DEBUG.
|
/external/v8/tools/mb/docs/ |
D | design_spec.md | 371 be a simple one, hiding as much of the chromium logic as possible.
|