/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/ |
D | p4.cpp | 17 struct hiding {}; struct 18 int hiding; variable 25 using NonClass::hiding; // expected-error {{not a class}} 36 struct hiding {}; // expected-note {{previous use is here}} struct 37 Opaque0 hiding; member 44 using A::hiding; 54 typedef struct A::hiding local; in test1() 55 struct hiding _ = local(); in test1() 59 union hiding _; // expected-error {{tag type that does not match previous}} in test2() 71 Opaque0 _ = hiding; in test5() [all …]
|
/external/clang/test/CXX/class.access/class.access.dcl/ |
D | p1.cpp | 20 struct hiding {}; struct 21 int hiding; variable 28 …NonClass::hiding; // expected-error {{not a class}} expected-warning {{access declarations are dep… 39 struct hiding {}; // expected-note {{previous use is here}} struct 40 Opaque0 hiding; member 47 A::hiding; // expected-warning {{access declarations are deprecated}} 57 typedef struct A::hiding local; in test1() 58 struct hiding _ = local(); in test1() 62 union hiding _; // expected-error {{tag type that does not match previous}} in test2() 74 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/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/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/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/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/tests/yui/ |
D | string-in-comment.css | 8 /* end hiding */
|
/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/chromium-trace/catapult/experimental/bisect_lib/test_data/ |
D | MOCK_INFO_RESPONSE_FILE | 18 …"message": "[Extensions] Fix hiding browser actions without the toolbar redesign\n\nHiding actions…
|
D | MOCK_RANGE_RESPONSE_1 | 20 …"message": "[Extensions] Fix hiding browser actions without the toolbar redesign\n\nHiding actions…
|
/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/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/ |
D | README.md | 12 **Shadow DOM**: provides encapsulation by hiding DOM subtrees under shadow roots ([spec](https://w3…
|
/external/chromium-trace/catapult/tracing/third_party/components/webcomponentsjs/ |
D | README.md | 12 **Shadow DOM**: provides encapsulation by hiding DOM subtrees under shadow roots ([spec](https://w3…
|
/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/chromium-trace/catapult/tracing/third_party/css-element-queries/test/ |
D | mootools-more-yui-compressed.min.js | 1 …hiding&&!this.showing){if(this.element.getStyle("display")!="none"){this.hiding=true;this.showing=…
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | idct32x32_add_neon.asm | 256 ; do some multiplications (ordered for maximum latency hiding) 266 ; do more multiplications (ordered for maximum latency hiding)
|
/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…
|