Searched refs:show (Results 1 - 25 of 1066) sorted by relevance

1234567891011>>

/external/clang/test/Sema/
H A Dpragma-pack.c3 /* expected-warning {{value of #pragma pack(show) == 8}} */ #pragma pack(show)
5 /* expected-warning {{value of #pragma pack(show) == 8}} */ #pragma pack(show)
7 /* expected-warning {{value of #pragma pack(show) == 4}} */ #pragma pack(show)
9 /* expected-warning {{value of #pragma pack(show) == 8}} */ #pragma pack(show)
12 /* expected-warning {{value of #pragma pack(show) == 16}} */ #pragma pack(show)
[all...]
H A Dpragma-pack-apple.c7 #pragma pack(show)
9 // CHECK: pack(show) == 8
10 // CHECK-APPLE: pack(show) == 1
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
H A DSelectPopup.java14 public void show(); method in interface:SelectPopup
/external/chromium_org/chrome/browser/resources/options/
H A Dsettings_banner.js26 * our show() method. This would mean that the banner would be first
35 * Metric name to send when a show event occurs.
53 * Called by the native code to show the banner if needed.
56 show: function() {
77 * @param {boolean} show Whether or not to show the banner.
80 setVisibility_: function(show) {
81 this.visibilityDomElement.hidden = !show;
/external/chromium_org/chrome/common/extensions/docs/examples/api/notifications/
H A Dbackground.js10 function show() { function
29 // While activated, show notifications at the display frequency.
30 if (JSON.parse(localStorage.isActivated)) { show(); }
41 show();
/external/chromium_org/chrome/browser/resources/help/
H A Dchannel_change_page.css20 .show-when-selected-channel-requires-powerwash,
21 .show-when-selected-channel-requires-delayed-update,
22 .show-when-selected-channel-good,
23 .show-when-selected-channel-unstable {
28 .show-when-selected-channel-requires-powerwash,
30 .show-when-selected-channel-requires-delayed-update,
31 .selected-channel-good .show-when-selected-channel-good,
32 .selected-channel-unstable .show-when-selected-channel-unstable {
/external/chromium_org/third_party/WebKit/public/web/
H A DWebExternalPopupMenu.h40 virtual void show(const WebRect& bounds) = 0;
/external/chromium_org/chrome/browser/resources/net_internals/
H A Dmouse_over_help.js25 this.show(false);
39 this.show(true);
50 this.show(false);
57 show: function(isVisible) {
H A Dtop_mid_bottom_view.js72 show: function(isVisible) {
73 superClass.prototype.show.call(this, isVisible);
75 this.topView_.show(isVisible);
76 this.midView_.show(isVisible);
78 this.bottomView_.show(isVisible);
H A Dview.js31 * Called to show/hide the view.
33 show: function(isVisible) {
140 show: function(isVisible) {
141 superClass.prototype.show.call(this, isVisible);
190 show: function() {
191 superClass.prototype.show.call(this, isVisible);
192 this.childView_.show(isVisible);
253 show: function(isVisible) {
254 superClass.prototype.show.call(this, isVisible);
256 this.topView_.show(isVisibl
[all...]
/external/chromium_org/chrome/browser/resources/options/chromeos/
H A Dpointer_overlay.js31 * @param {boolean} show True to show, false to hide.
33 PointerOverlay.showTouchpadControls = function(show) {
34 $('pointer-section-touchpad').hidden = !show;
39 * @param {boolean} show True to show, false to hide.
41 PointerOverlay.showMouseControls = function(show) {
42 $('pointer-section-mouse').hidden = !show;
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Dscreen_error_message.css10 .show-with-ui-state-update,
11 .show-with-ui-state-signin,
12 .show-with-ui-state-supervised,
13 .show-with-ui-state-kiosk-mode,
14 .show-with-ui-state-local-state-error,
15 .show-with-ui-state-auto-enrollment-error,
16 .show-with-ui-state-rollback-error,
17 .show-with-error-state-portal,
18 .show-with-error-state-offline,
19 .show
[all...]
/external/chromium_org/pdf/
H A Dfading_control.cc42 void FadingControl::Fade(bool show, uint32 time_ms) { argument
45 if (!visible() && !show)
47 if (!visible() && show) {
48 Show(show, false);
52 if (transparency() == kOpaqueAlpha && show) {
57 int delta = show ? kOpaqueAlpha - transparency() : transparency();
69 if (!show)
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DStackView.js52 view.show(splitView.mainElement());
56 splitView.show(this.element);
58 splitView.show(this._currentSplitView.sidebarElement());
/external/chromium_org/ash/system/chromeos/session/
H A Dlogout_button_observer.h20 virtual void OnShowLogoutButtonInTrayChanged(bool show) = 0;
/external/llvm/test/MC/Sparc/
H A Dsparc-directive-xword.s1 ! RUN: not llvm-mc %s -arch=sparc -show-encoding 2>&1 | FileCheck %s --check-prefix=SPARC32
2 ! RUN: llvm-mc %s -arch=sparcv9 -show-encoding | FileCheck %s --check-prefix=SPARC64
/external/oprofile/gui/
H A Doprof_start_main.cpp24 dlg->show();
/external/valgrind/main/none/tests/amd64/
H A Dbug132918.c35 static void show ( char* s, Res* res ) function
46 do_fprem(&r, 10.1, 200.2); show("xx1", &r);
47 do_fprem(&r, 20.3, 1.44); show("xx2", &r);
51 do_fprem(&r, 12.3*sin(theta), cos(theta)); show("xx", &r);
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
H A DCustomElementMicrotaskQueueBase.cpp26 void CustomElementMicrotaskQueueBase::show(unsigned indent) function in class:blink::CustomElementMicrotaskQueueBase
30 m_queue[q]->show(indent);
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLDialogElement.idl30 void show();
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowProgressDialog.java18 public static ProgressDialog show(Context context, CharSequence title, CharSequence message) { method in class:ShadowProgressDialog
19 return show(context, title, message, false);
23 public static ProgressDialog show(Context context, CharSequence title, CharSequence message, boolean indeterminate) { method in class:ShadowProgressDialog
24 return show(context, title, message, indeterminate, false, null);
28 public static ProgressDialog show(Context context, CharSequence title, CharSequence message, boolean indeterminate, boolean cancelable) { method in class:ShadowProgressDialog
29 return show(context, title, message, indeterminate, cancelable, null);
33 public static ProgressDialog show(Context context, CharSequence title, CharSequence message, boolean indeterminate, boolean cancelable, ProgressDialog.OnCancelListener onCancelListener) { method in class:ShadowProgressDialog
40 progressDialog.show();
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/
H A DConsole.js36 * @param {boolean} show
38 WebInspector.Console.Message = function(text, level, timestamp, show)
43 this.show = show;
69 * @param {boolean=} show
71 addMessage: function(text, level, show)
73 var message = new WebInspector.Console.Message(text, level || WebInspector.Console.MessageLevel.Log, Date.now(), show || false);
110 show: function()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DsplitView.css83 .split-view button.sidebar-show-hide-button {
92 .split-view button.left-sidebar-show-hide-button,
93 .split-view button.top-sidebar-show-hide-button {
98 .split-view button.left-sidebar-show-hide-button:active,
99 .split-view button.top-sidebar-show-hide-button:active {
104 .split-view button.right-sidebar-show-hide-button {
109 .split-view button.right-sidebar-show-hide-button:active {
114 .split-view button.bottom-sidebar-show-hide-button {
119 .split-view button.bottom-sidebar-show-hide-button:active {
124 .split-view button.left-sidebar-show
[all...]
/external/chromium_org/ui/accessibility/extensions/alt/
H A Dhide-images.css5 body[show-alt] img {
18 body[show-alt] img:not([alt]):not([aria-hidden=true]):not([role=presentation]):before {
23 body[show-alt] img:not([aria-hidden=true]):not([role=presentation]):not([alt='']):before {
48 body[show-alt] .show-alt-infobar {
58 body:not([show-alt]) .show-alt-infobar {
68 .show-alt-infobar {
85 .show-alt-infobar .content {
89 .show
[all...]
/external/llvm/test/MC/ARM/
H A Darm-thumb-cpus-default.s1 @ RUN: llvm-mc -show-encoding -triple=arm-eabi < %s \
4 @ RUN: llvm-mc -show-encoding -triple=armv4t-eabi < %s \
7 @ RUN: llvm-mc -show-encoding -triple=arm-eabi -mcpu=cortex-a15 < %s \
10 @ RUN: llvm-mc -show-encoding -triple=arm-eabi -mcpu=cortex-m3 < %s \
13 @ RUN: llvm-mc -show-encoding -triple=armv7m-eabi < %s \
16 @ RUN: llvm-mc -show-encoding -triple=armv6m-eabi < %s \

Completed in 652 milliseconds

1234567891011>>