HomeSort by relevance Sort by last modified time
    Searched refs:hiding (Results 1 - 25 of 27) sorted by null

1 2

  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
p4.cpp 17 struct hiding {}; struct in namespace:test0::NonClass
18 int hiding; member in namespace:test0::NonClass
25 using NonClass::hiding; // expected-error {{not a class}}
36 struct hiding {}; // expected-note {{previous use is here}} struct in struct:test1::A
37 Opaque0 hiding; member in struct:test1::A
44 using A::hiding;
54 typedef struct A::hiding local;
55 struct hiding _ = local();
59 union hiding _; // expected-error {{tag type that does not match previous}}
71 Opaque0 _ = hiding;
79 struct hiding {}; \/\/ expected-note {{previous use is here}} struct in struct:test2::A
80 int hiding; member in struct:test2::A
120 struct hiding {}; struct in namespace:test3
124 struct hiding {}; struct in struct:test3::A
125 Opaque0 hiding; \/\/ expected-note {{target of using declaration}} member in struct:test3::A
    [all...]
  /external/clang/test/CXX/class.access/class.access.dcl/
p1.cpp 20 struct hiding {}; struct in namespace:test0::NonClass
21 int hiding; member in namespace:test0::NonClass
28 NonClass::hiding; // expected-error {{not a class}} expected-warning {{access declarations are deprecated}} member in class:test0::Test0::NonClass
39 struct hiding {}; // expected-note {{previous use is here}} struct in struct:test1::A
40 Opaque0 hiding; member in struct:test1::A
47 A::hiding; // expected-warning {{access declarations are deprecated}} member in class:test1::B::A
57 typedef struct A::hiding local;
58 struct hiding _ = local();
62 union hiding _; // expected-error {{tag type that does not match previous}}
74 Opaque0 _ = hiding;
82 struct hiding {}; \/\/ expected-note {{previous use is here}} struct in struct:test2::A
83 int hiding; member in struct:test2::A
90 A::hiding; \/\/ expected-warning {{access declarations are deprecated}} member in class:test2::B::A
123 struct hiding {}; struct in namespace:test3
127 struct hiding {}; struct in struct:test3::A
128 Opaque0 hiding; member in struct:test3::A
135 A<T>::hiding; \/\/ expected-warning {{access declarations are deprecated}} member in class:test3::B::A
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
Overlay.java 86 * @param hiding true to hide the overlay, false to unhide it (default)
88 public void setHiding(boolean hiding) {
89 mHiding = hiding;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cookie.py 52 <!-- begin hiding
54 // end hiding -->
59 <!-- begin hiding
61 // end hiding -->
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cookie.py 52 <!-- begin hiding
54 // end hiding -->
59 <!-- begin hiding
61 // end hiding -->
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/util/
TestFragmentTransaction.java 17 private boolean hiding; field in class:TestFragmentTransaction
74 this.hiding = true;
83 this.hiding = false;
203 return hiding;
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p11-1y.cpp 24 void hiding() { function
  /external/chromium_org/remoting/webapp/
ui_mode.js 10 * of 'host' or 'host.shared', showing those elements and hiding all others.
76 * Update the DOM by showing or hiding elements based on whether or not they
148 * Helper function for showing or hiding the infographic UI based on
  /external/chromium_org/chrome/browser/resources/google_now/
cards.js 18 * Schedules hiding a notification.
  /external/chromium_org/chrome/browser/resources/net_internals/
main.js 128 // hiding cookies, so if the log dump has them, they'll be displayed.
134 // Don't disable hiding cookies, so created log dumps won't have them,
timeline_data_series.js 77 * Caches values, so showing/hiding individual data series is fast, and
  /build/tools/droiddoc/templates-pdk/assets/
search_autocomplete.js 84 //start hiding rows that are no longer matches
  /external/chromium/chrome/browser/resources/
print_preview_animations.js 6 // preview tab (scrollbars, showing hiding options, resizing).
new_new_tab.js 985 * @param {number=} opt_delay The time in milliseconds before hiding the
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/media/
video_player.js 28 // Disable inactivity watcher, and disable the ui, by hiding tools manually.
media_controls.js 835 * Default hide timeout (no hiding).
    [all...]
  /external/doclava/res/assets/templates/assets/
search_autocomplete.js 84 //start hiding rows that are no longer matches
  /external/chromium_org/chrome/browser/resources/file_manager/js/
file_selection.js 345 setVisibility('hiding');
369 case 'hiding':
butter_bar.js 174 * Hide butter bar. There might be the delay before hiding so that butter bar
background.js 163 // Restore maximized windows, to avoid hiding them to tray, which can be
  /external/chromium_org/chrome/browser/resources/local_ntp/
local_ntp.js 693 * Handles a click on the notification undo link by hiding the notification and
706 * Handles a click on the restore all notification link by hiding the
  /ndk/build/core/
definitions-graph.mk 118 # this while hiding details to the callers.
  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_short_idct32x32_add_neon.asm 256 ; do some multiplications (ordered for maximum latency hiding)
266 ; do more multiplications (ordered for maximum latency hiding)
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/css/
file_manager.css 1092 .preview-panel[visibility=hiding] {
    [all...]
  /build/tools/droiddoc/templates-ds/assets/js/
docs.js     [all...]

Completed in 654 milliseconds

1 2