Searched refs:show (Results 1 - 25 of 1063) 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/third_party/WebKit/Source/devtools/front_end/common/
H A DMessageSink.js36 * @param {boolean} show
38 WebInspector.MessageSink.Message = function(text, level, timestamp, show)
43 this.show = show;
50 * @param {boolean=} show
52 addMessage: function(text, level, show)
54 var message = new WebInspector.MessageSink.Message(text, level || WebInspector.MessageSink.MessageLevel.Log, Date.now(), show || false);
61 * @param {boolean=} show
63 addErrorMessage: function(text, show)
65 this.addMessage(text, WebInspector.MessageSink.MessageLevel.Error, show);
[all...]
/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/chrome/common/extensions/docs/examples/api/notifications/
H A Dbackground.js10 function show() { function
19 notification.show();
31 // While activated, show notifications at the display frequency.
32 if (JSON.parse(localStorage.isActivated)) { show(); }
43 show();
/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 Dkeyboard_overlay.js46 showCapsLockOptions_: function(show) {
47 $('caps-lock-remapping-section').hidden = !show;
54 showDiamondKeyOptions_: function(show) {
55 $('diamond-key-remapping-section').hidden = !show;
H A Dpointer_overlay.js38 * @param {boolean} show True to show, false to hide.
40 PointerOverlay.showTouchpadControls = function(show) {
41 $('pointer-section-touchpad').hidden = !show;
46 * @param {boolean} show True to show, false to hide.
48 PointerOverlay.showMouseControls = function(show) {
49 $('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-locally-managed,
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/chromium_org/chrome/browser/resources/options/
H A Dsettings_banner.js25 * our show() method. This would mean that the banner would be first
34 * Metric name to send when a show event occurs.
49 * Called by the native code to show the banner if needed.
73 * @param {boolean} show Whether or not to show the banner.
76 setVisibility_: function(show) {
77 this.setVisibilibyDomElement_.hidden = !show;
/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:WebCore::CustomElementMicrotaskQueueBase
30 m_queue[q]->show(indent);
H A DCustomElementMicrotaskStepDispatcher.cpp49 void CustomElementMicrotaskStepDispatcher::show(unsigned indent) function in class:WebCore::CustomElementMicrotaskStepDispatcher
52 m_syncQueue->show(indent + 1);
54 m_asyncQueue->show(indent + 1);
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLDialogElement.idl32 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/
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...]

Completed in 795 milliseconds

1234567891011>>