/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 156 * Helper function for showing or hiding the infographic UI based on
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ui/ |
file_manager_dialog_base.js | 23 * The FileManager object. This is used to notify events of showing or hiding
|
preview_panel.js | 133 HIDING: 'hiding', 195 // If the previw panel is hiding, does not update the current view. 237 this.element_.setAttribute('visibility', PreviewPanel.Visibility_.HIDING); 299 * Event handler to be called at the end of hiding transition. 307 if (visibility != PreviewPanel.Visibility_.HIDING)
|
/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/foreground/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/chromium_org/chrome/browser/resources/file_manager/foreground/js/ |
share_dialog.js | 192 * @param {function()=} opt_onHide Callback called at the end of hiding.
|
/external/doclava/res/assets/templates/assets/ |
search_autocomplete.js | 84 //start hiding rows that are no longer matches
|
/external/chromium_org/chrome/browser/resources/local_ntp/ |
local_ntp.js | 692 * Handles a click on the notification undo link by hiding the notification and 705 * Handles a click on the restore all notification link by hiding the
|
/external/chromium_org/chrome/browser/resources/file_manager/background/js/ |
background.js | 257 // Restore maximized windows, to avoid hiding them to tray, which can be
|
/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/renderer/resources/extensions/ |
web_view.js | 23 // This secret enables hiding <webview> private members from the outside scope.
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/css/ |
file_manager.css | 952 .preview-panel[visibility=hiding] { [all...] |