/external/clang/test/Sema/ |
D | pragma-pack.c | 3 /* 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) 14 /* expected-warning {{value of #pragma pack(show) == 16}} */ #pragma pack(show) 17 /* expected-warning {{value of #pragma pack(show) == 8}} */ #pragma pack(show) 19 /* expected-warning {{value of #pragma pack(show) == 1}} */ #pragma pack(show) 21 /* expected-warning {{value of #pragma pack(show) == 2}} */ #pragma pack(show) 26 /* expected-warning {{value of #pragma pack(show) == 16}} */ #pragma pack(show)
|
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
D | screen_error_message.css | 10 .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-error-state-portal, 16 .show-with-error-state-offline, 17 .show-with-error-state-proxy, 18 .show-with-error-state-auth-ext-timeout, 24 .ui-state-update .show-with-ui-state-update, [all …]
|
/external/valgrind/main/none/tests/ |
D | cmdline2.stdout.exp | 7 -h --help show this message 8 --help-debug show this message, plus debugging options 9 --version show version 11 -v --verbose be more verbose -- show misc extra info 37 --num-callers=<number> show <number> callers in stack traces [12] 59 show full source paths in call stacks 60 --fullpath-after=string like --fullpath-after=, but only show the 81 --show-emwarns=no|yes show warnings about emulation limits? [no] 95 -d show verbose debugging output 96 --stats=no|yes show tool and core statistics [no] [all …]
|
/external/chromium_org/chrome/browser/resources/net_internals/ |
D | view.js | 33 show: function(isVisible) { method in View 140 show: function(isVisible) { method in DivView 141 superClass.prototype.show.call(this, isVisible); method in superClass 190 show: function() { method in WindowView 191 superClass.prototype.show.call(this, isVisible); method in superClass 192 this.childView_.show(isVisible); 253 show: function(isVisible) { method in VerticalSplitView 254 superClass.prototype.show.call(this, isVisible); method in superClass 256 this.topView_.show(isVisible); 257 this.bottomView_.show(isVisible); [all …]
|
D | top_mid_bottom_view.js | 72 show: function(isVisible) { method in TopMidBottomView 73 superClass.prototype.show.call(this, isVisible); method in superClass 75 this.topView_.show(isVisible); 76 this.midView_.show(isVisible); 78 this.bottomView_.show(isVisible);
|
D | tab_switcher_view.js | 62 show: function(isVisible) { method in TabSwitcherView 63 superClass.prototype.show.call(this, isVisible); method in superClass 66 activeView.show(isVisible); 86 view.show(false); 152 this.getTabView(oldTabId).show(false); 154 newView.show(this.isVisible());
|
D | mouse_over_help.js | 25 this.show(false); 39 this.show(true); 50 this.show(false); 57 show: function(isVisible) { method in MouseOverHelp
|
/external/chromium_org/chrome/browser/resources/help/ |
D | channel_change_page.css | 20 .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/libvpx/libvpx/vp8/common/ |
D | mfqe.c | 278 YV12_BUFFER_CONFIG *show = cm->frame_to_show; in vp8_multiframe_quality_enhance() local 294 y_ptr = show->y_buffer; in vp8_multiframe_quality_enhance() 295 u_ptr = show->u_buffer; in vp8_multiframe_quality_enhance() 296 v_ptr = show->v_buffer; in vp8_multiframe_quality_enhance() 320 y_ptr + 8*(i*show->y_stride+j), in vp8_multiframe_quality_enhance() 321 u_ptr + 4*(i*show->uv_stride+j), in vp8_multiframe_quality_enhance() 322 v_ptr + 4*(i*show->uv_stride+j), in vp8_multiframe_quality_enhance() 323 show->y_stride, in vp8_multiframe_quality_enhance() 324 show->uv_stride, in vp8_multiframe_quality_enhance() 335 unsigned char *up = u_ptr + 4*(i*show->uv_stride+j); in vp8_multiframe_quality_enhance() [all …]
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowProgressDialog.java | 18 public static ProgressDialog show(Context context, CharSequence title, CharSequence message) { in show() method in ShadowProgressDialog 19 return show(context, title, message, false); in show() 23 …public static ProgressDialog show(Context context, CharSequence title, CharSequence message, boole… in show() method in ShadowProgressDialog 24 return show(context, title, message, indeterminate, false, null); in show() 28 …public static ProgressDialog show(Context context, CharSequence title, CharSequence message, boole… in show() method in ShadowProgressDialog 29 return show(context, title, message, indeterminate, cancelable, null); in show() 33 …public static ProgressDialog show(Context context, CharSequence title, CharSequence message, boole… in show() method in ShadowProgressDialog 40 progressDialog.show(); in show()
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | InspectorClientImpl.cpp | 109 void InspectorClientImpl::setShowPaintRects(bool show) in setShowPaintRects() argument 111 m_inspectedWebView->setShowPaintRects(show); in setShowPaintRects() 114 void InspectorClientImpl::setShowDebugBorders(bool show) in setShowDebugBorders() argument 116 m_inspectedWebView->setShowDebugBorders(show); in setShowDebugBorders() 119 void InspectorClientImpl::setShowFPSCounter(bool show) in setShowFPSCounter() argument 121 m_inspectedWebView->setShowFPSCounter(show); in setShowFPSCounter() 129 void InspectorClientImpl::setShowScrollBottleneckRects(bool show) in setShowScrollBottleneckRects() argument 131 m_inspectedWebView->setShowScrollBottleneckRects(show); in setShowScrollBottleneckRects()
|
/external/valgrind/main/gdbserver_tests/ |
D | mchelp.stdoutB.exp | 4 v.info all_errors : show all errors found so far 5 v.info last_error : show last error found 6 v.info n_errs_found : show the nr of errors found so far 33 v.info all_errors : show all errors found so far 34 v.info last_error : show last error found 35 v.info n_errs_found : show the nr of errors found so far 42 v.info gdbserver_status : show gdbserver status 43 v.info memory : show valgrind heap memory stats 44 v.info scheduler : show valgrind thread state and stacktrace 47 (default traceflags 0b00100000 : show after instrumentation) [all …]
|
/external/llvm/test/MC/ARM/ |
D | arm-thumb-cpus-default.s | 1 @ RUN: llvm-mc -show-encoding -arch=arm < %s | FileCheck %s --check-prefix=CHECK-ARM-ONLY 2 @ RUN: llvm-mc -show-encoding -triple=armv4t < %s | FileCheck %s --check-prefix=CHECK-ARM-THUMB 3 @ RUN: llvm-mc -show-encoding -arch=arm -mcpu=cortex-a15 < %s| FileCheck %s --check-prefix=CHECK-AR… 4 @ RUN: llvm-mc -show-encoding -arch=arm -mcpu=cortex-m3 < %s | FileCheck %s --check-prefix=CHECK-TH… 5 @ RUN: llvm-mc -show-encoding -triple=armv7m < %s | FileCheck %s --check-prefix=CHECK-THUMB-ONLY 6 @ RUN: llvm-mc -show-encoding -triple=armv6m < %s | FileCheck %s --check-prefix=CHECK-THUMB-ONLY
|
D | arm-thumb-cpus.s | 1 @ RUN: not llvm-mc -show-encoding -arch=arm < %s 2>&1 | FileCheck %s --check-prefix=CHECK-ARM-ONLY 2 @ RUN: llvm-mc -show-encoding -triple=armv4t < %s 2>&1| FileCheck %s --check-prefix=CHECK-ARM-THUMB 3 @ RUN: llvm-mc -show-encoding -arch=arm -mcpu=cortex-a15 < %s 2>&1| FileCheck %s --check-prefix=CHE… 4 @ RUN: not llvm-mc -show-encoding -arch=arm -mcpu=cortex-m3 < %s 2>&1 | FileCheck %s --check-prefix… 5 @ RUN: not llvm-mc -show-encoding -triple=armv7m < %s 2>&1 | FileCheck %s --check-prefix=CHECK-THUM… 6 @ RUN: not llvm-mc -show-encoding -triple=armv6m < %s 2>&1 | FileCheck %s --check-prefix=CHECK-THUM…
|
/external/valgrind/main/VEX/test/ |
D | fpgames.s | 11 .globl show symbol 12 .type show,@function 13 show: label 74 .size show,.Lfe1-show 89 call show 96 call show
|
/external/chromium/chrome/browser/resources/net_internals/ |
D | topmidbottomview.js | 54 TopMidBottomView.prototype.show = function(isVisible) { method in TopMidBottomView 55 TopMidBottomView.superClass_.show.call(this, isVisible); 56 this.topView_.show(isVisible); 57 this.midView_.show(isVisible); 58 this.bottomView_.show(isVisible);
|
D | view.js | 28 View.prototype.show = function(isVisible) { method in View 101 DivView.prototype.show = function(isVisible) { method in DivView 102 DivView.superClass_.show.call(this, isVisible); 135 WindowView.prototype.show = function() { method in WindowView 136 WindowView.superClass_.show.call(this, isVisible); 137 this.childView_.show(isVisible);
|
/external/qemu/distrib/jpeg-6b/ |
D | ltmain.sh | 72 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" 979 $show "$rm $objdir/$output $objdir/$libname.* $objdir/${libname}${release}.*" 982 $show "$mkdir $objdir" 1034 $show "$cmd" [all …]
|
/external/jpeg/ |
D | ltmain.sh | 72 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" 979 $show "$rm $objdir/$output $objdir/$libname.* $objdir/${libname}${release}.*" 982 $show "$mkdir $objdir" 1034 $show "$cmd" [all …]
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | DialogTest.java | 51 dialog.show(); in shouldCallOnStartFromShow() 92 dialog.show(); in shouldOnlyCallOnCreateOnce() 96 dialog.show(); in shouldOnlyCallOnCreateOnce() 105 dialog.show(); in show_setsLatestDialog() 116 dialog.show(); in getLatestDialog_shouldReturnARealDialog() 125 dialog.show(); in shouldKeepListOfOpenedDialogs() 131 dialog2.show(); in shouldKeepListOfOpenedDialogs() 147 new NestingTestDialog().show(); in shouldPopulateListOfRecentDialogsInCorrectOrder() 186 new TestDialog().show(); in onCreate()
|
D | DialogFragmentTest.java | 39 dialogFragment.show(fragmentManager, "this is a tag"); in show_shouldCallLifecycleMethods() 58 dialogFragment.show(fragmentManager.beginTransaction(), "this is a tag"); in show_whenPassedATransaction_shouldCallShowWithManager() 79 dialogFragment.show(fragmentManager, "this is a tag"); in show_shouldShowDialogThatWasReturnedFromOnCreateDialog_whenOnCreateDialogReturnsADialog() 89 dialogFragment.show(fragmentManager, "this is a tag"); in show_shouldShowDialogThatWasAutomaticallyCreated_whenOnCreateDialogReturnsNull() 100 dialogFragment.show(fragmentManager, "tag"); in dismiss_shouldDismissTheDialog() 111 dialogFragment.show(fragmentManager, null); in removeUsingTransaction_shouldDismissTheDialog() 141 dialogFragment.show(fragmentManager, "TAG"); in shouldSetCancelableOnDialog() 152 dialogFragment.show(fragmentManager, "TAG"); in shouldSetNotCancelableOnDialogBeforeShow() 162 dialogFragment.show(fragmentManager, "TAG"); in shouldSetNotCancelableOnDialogAfterShow()
|
/external/chromium_org/third_party/libjingle/source/talk/xmpp/ |
D | presencereceivetask.cc | 116 const XmlElement * show = stanza->FirstNamed(QN_SHOW); in DecodeStatus() local 117 if (show == NULL || show->FirstChild() == NULL) { in DecodeStatus() 119 } else if (show->BodyText() == "away") { in DecodeStatus() 121 } else if (show->BodyText() == "xa") { in DecodeStatus() 123 } else if (show->BodyText() == "dnd") { in DecodeStatus() 125 } else if (show->BodyText() == "chat") { in DecodeStatus()
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/notifications/ |
D | background.js | 10 function show() { function 19 notification.show(); 32 if (JSON.parse(localStorage.isActivated)) { show(); } 43 show();
|
/external/chromium_org/chrome/browser/resources/options/chromeos/ |
D | keyboard_overlay.js | 38 showCapsLockOptions_: function(show) { argument 39 $('caps-lock-remapping-section').hidden = !show; 46 showDiamondKeyOptions_: function(show) { argument 47 $('diamond-key-remapping-section').hidden = !show;
|
/external/jmonkeyengine/engine/src/core/com/jme3/app/ |
D | StatsAppState.java | 99 public void setDisplayFps(boolean show) { in setDisplayFps() argument 100 showFps = show; in setDisplayFps() 102 fpsText.setCullHint(show ? CullHint.Never : CullHint.Always); in setDisplayFps() 106 public void setDisplayStatView(boolean show) { in setDisplayStatView() argument 107 showStats = show; in setDisplayStatView() 109 statsView.setEnabled(show); in setDisplayStatView() 110 statsView.setCullHint(show ? CullHint.Never : CullHint.Always); in setDisplayStatView()
|