Searched refs:show (Results 126 - 150 of 1063) sorted by relevance

1234567891011>>

/external/skia/gm/rebaseline_server/static/
H A Dview.css61 .show-only-button {
64 .show-all-button {
/external/valgrind/main/VEX/test/
H A Dfxsave.c87 void show ( unsigned char* buf, int xx ) function
118 show(buf1, xx);
120 /* Zeroise x87/xmm state and dump it, to show that the
125 show(buf2, xx);
131 show(buf3, xx);
/external/valgrind/main/memcheck/tests/x86/
H A Dfxsave.c88 void show ( unsigned char* buf, int xx ) function
119 show(buf1, xx);
121 /* Zeroise x87/xmm state and dump it, to show that the
126 show(buf2, xx);
132 show(buf3, xx);
/external/jpeg/
H A Dltmain.sh72 show="$echo"
139 show=:
324 $show "$base_compile$pic_flag -DPIC $srcfile"
333 $show "$LN_S $obj $libobj"
339 $show "$mv $obj $libobj"
349 $show "$base_compile $srcfile$suppress_output"
360 $show "echo timestamp > $libobj"
830 $show "$rm $oldlib"
979 $show "$rm $objdir/$output $objdir/$libname.* $objdir/${libname}${release}.*"
982 $show "
[all...]
/external/qemu/distrib/jpeg-6b/
H A Dltmain.sh72 show="$echo"
139 show=:
324 $show "$base_compile$pic_flag -DPIC $srcfile"
333 $show "$LN_S $obj $libobj"
339 $show "$mv $obj $libobj"
349 $show "$base_compile $srcfile$suppress_output"
360 $show "echo timestamp > $libobj"
830 $show "$rm $oldlib"
979 $show "$rm $objdir/$output $objdir/$libname.* $objdir/${libname}${release}.*"
982 $show "
[all...]
/external/chromium_org/ash/system/user/
H A Dbutton_from_view.cc40 void ButtonFromView::ForceBorderVisible(bool show) { argument
41 show_border_ = show;
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Dscreen_confirm_password.js12 'show'
60 show: function(attemptCount, callback) {
H A Dscreen_fatal_error.js11 'show'
61 * @param {string} message The error message to show.
65 show: function(message, callback) {
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dlocation_icon_view.cc56 // Do not show page info if the user has been editing the location bar or the
64 void LocationIconView::ShowTooltip(bool show) { argument
65 SetTooltipText(show ?
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DContentVideoViewLegacy.java62 public void show() { method in class:ContentVideoViewLegacy.FullScreenMediaController
63 super.show();
108 mMediaController.show();
124 mMediaController.show();
186 // If paused , should show the controller forever.
188 mMediaController.show();
190 mMediaController.show(0);
201 mMediaController.show();
274 mMediaController.show();
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
H A DCustomElementMicrotaskImportStep.cpp98 void CustomElementMicrotaskImportStep::show(unsigned indent) function in class:WebCore::CustomElementMicrotaskImportStep
101 m_queue->show(indent + 1);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/network/
H A DRequestCookiesView.js53 this._emptyView.show(this.element);
82 this._cookiesTable.show(this.element);
H A DRequestPreviewView.js49 this._emptyView.show(this.element);
60 this._previewView.show(this.element);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/resources/
H A DDatabaseTableView.js77 this._emptyView.show(this.element);
80 dataGrid.show(this.element);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
H A DStyleSheetOutlineDialog.js49 WebInspector.StyleSheetOutlineDialog.show = function(view, uiSourceCode, selectItemCallback)
55 WebInspector.Dialog.show(view.element, filteredItemSelectionDialog);
/external/chromium_org/third_party/WebKit/Source/web/
H A DNotificationPresenterImpl.cpp80 bool NotificationPresenterImpl::show(Notification* notification) function in class:blink::NotificationPresenterImpl
82 return m_presenter->show(notification);
/external/chromium_org/ui/file_manager/file_manager/audio_player/elements/
H A Dcontrol_panel.js165 * @param {boolean} show True to show the controller, false to hide.
168 showVolumeController_: function(show) {
169 if (show) {
/external/chromium_org/ui/file_manager/file_manager/background/js/
H A Ddevice_handler.js158 DeviceHandler.Notification.prototype.show = function(devicePath, opt_message) {
184 this.pendingShowTimerId_ = setTimeout(this.show.bind(this, devicePath), 5000);
231 DeviceHandler.Notification.DEVICE_EXTERNAL_STORAGE_DISABLED.show(
245 var id = DeviceHandler.Notification.DEVICE_HARD_UNPLUGGED.show(
250 DeviceHandler.Notification.FORMAT_START.show(event.devicePath);
254 DeviceHandler.Notification.FORMAT_SUCCESS.show(event.devicePath);
258 DeviceHandler.Notification.FORMAT_FAIL.show(event.devicePath);
284 * Handles mount completed events to show notifications for removable devices.
343 // If there is no error, do not show/update the notification.
366 DeviceHandler.Notification.DEVICE_FAIL.show(volum
[all...]
/external/chromium_org/ui/webui/resources/js/cr/ui/table/
H A Dtable_list.js81 // If the list is empty set height to 1 to show horizontal
131 * @param {boolean} show True to show.
134 showVerticalScrollBar_: function(show) {
136 if (show && style.overflowY == 'scroll')
138 if (!show && style.overflowY == 'hidden')
140 style.overflowY = show ? 'scroll' : 'hidden';
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
H A DCompoundPropertyEditorPresentation.java49 public int show(PropertyTable propertyTable, method in class:CompoundPropertyEditorPresentation
57 int presentationWidth = presentation.show(propertyTable, property, x, y, width, height);
/external/llvm/test/MC/ARM/
H A Darm-thumb-trustzone.s1 @ RUN: not llvm-mc -triple=thumbv7-apple-darwin -mcpu=cortex-a8 -show-encoding -mattr=-trustzone < %s | FileCheck %s -check-prefix=NOTZ
2 @ RUN: llvm-mc -triple=thumbv7-apple-darwin -mcpu=cortex-a8 -show-encoding -mattr=trustzone < %s | FileCheck %s -check-prefix=TZ
H A Darm-trustzone.s1 @ RUN: not llvm-mc -triple=armv7-apple-darwin -mcpu=cortex-a8 -show-encoding -mattr=-trustzone < %s | FileCheck %s -check-prefix=NOTZ
2 @ RUN: llvm-mc -triple=armv7-apple-darwin -mcpu=cortex-a8 -show-encoding -mattr=trustzone < %s | FileCheck %s -check-prefix=TZ
/external/llvm/test/MC/Mips/
H A Dmips-register-names-invalid.s1 # RUN: not llvm-mc %s -triple=mips-unknown-freebsd -show-encoding 2>%t0
/external/llvm/test/MC/Mips/mips1/
H A Dinvalid-mips32.s3 # RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips1 \
/external/llvm/test/MC/Mips/mips3/
H A Dinvalid-mips32.s3 # RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips3 \

Completed in 629 milliseconds

1234567891011>>