Searched refs:hiding (Results 1 – 25 of 45) sorted by relevance
12
/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/robolectric/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/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/tests/yui/ |
D | string-in-comment.css | 8 /* end hiding */
|
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
D | p11-1y.cpp | 18 void hiding() { in hiding() function
|
/external/chromium-trace/trace-viewer/tracing/third_party/components/webcomponentsjs/ |
D | README.md | 12 **Shadow DOM**: provides encapsulation by hiding DOM subtrees under shadow roots ([spec](https://w3…
|
/external/v8/build/ |
D | toolchain.gypi | 1058 # TODO(2304): pass DISABLE_DEBUG_ASSERT instead of hiding DEBUG.
|
/external/chromium-trace/trace-viewer/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/vp9/common/arm/neon/ |
D | vp9_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…
|
/external/bison/po/ |
D | bison.pot | 563 msgid ", hiding %c"
|
D | zh_CN.po | 565 msgid ", hiding %c"
|
D | pt.po | 565 msgid ", hiding %c"
|
D | sr.po | 641 msgid ", hiding %c"
|
D | zh_TW.po | 598 msgid ", hiding %c"
|
D | uk.po | 660 msgid ", hiding %c"
|
D | el.po | 632 msgid ", hiding %c"
|
D | ms.po | 620 msgid ", hiding %c"
|
D | sv.po | 638 msgid ", hiding %c"
|
D | pt_BR.po | 601 msgid ", hiding %c"
|
D | da.po | 601 msgid ", hiding %c"
|
D | it.po | 600 msgid ", hiding %c"
|
D | ru.po | 632 msgid ", hiding %c"
|
/external/harfbuzz_ng/ |
D | NEWS | 290 - Fix hiding of default_ignorables if font doesn't have space glyph.
|
12