HomeSort by relevance Sort by last modified time
    Searched full:show (Results 51 - 75 of 10437) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/llvm/test/MC/Sparc/
sparc-directive-xword.s 1 ! 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/chromium_org/chrome/browser/resources/options/chromeos/
keyboard_overlay.js 43 * Show/hide the caps lock remapping section.
46 showCapsLockOptions_: function(show) {
47 $('caps-lock-remapping-section').hidden = !show;
51 * Show/hide the diamond key remapping section.
54 showDiamondKeyOptions_: function(show) {
55 $('diamond-key-remapping-section').hidden = !show;
pointer_overlay.js 38 * @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/ui/
browser_mac.cc 19 browser->window()->Show();
27 browser->window()->Show();
35 browser->window()->Show();
43 browser->window()->Show();
51 browser->window()->Show();
59 browser->window()->Show();
67 browser->window()->Show();
75 browser->window()->Show();
83 browser->window()->Show();
91 browser->window()->Show();
    [all...]
  /external/chromium_org/components/
dom_distiller_strings.grdp 4 <message name="IDS_DOM_DISTILLER_WEBUI_TITLE" desc="The title to show on the DOM Distiller debug page.">
13 <message name="IDS_DOM_DISTILLER_WEBUI_ENTRY_ADD_FAILED" desc="The label to show when adding an article failed on the DOM Distiller debug page.">
19 <message name="IDS_DOM_DISTILLER_WEBUI_VIEW_URL_FAILED" desc="The label to show when viewing a URL failed on the DOM Distiller debug page.">
25 <message name="IDS_DOM_DISTILLER_WEBUI_FETCHING_ENTRIES" desc="The text to show while fetching the list of entries on the DOM Distiller debug page.">
28 <message name="IDS_DOM_DISTILLER_VIEWER_FAILED_TO_FIND_ARTICLE_TITLE" desc="The text to show in place of a reading list article title if the article is not found.">
31 <message name="IDS_DOM_DISTILLER_VIEWER_FAILED_TO_FIND_ARTICLE_CONTENT" desc="The text to show in place of reading list article content if the article is not found.">
34 <message name="IDS_DOM_DISTILLER_VIEWER_NO_DATA_TITLE" desc="The text to show in place of a reading list article title if there is no data found.">
37 <message name="IDS_DOM_DISTILLER_VIEWER_NO_DATA_CONTENT" desc="The text to show in place of reading list article content if there is no data found.">
40 <message name="IDS_DOM_DISTILLER_VIEWER_VIEW_ORIGINAL" desc="The text to show on a link of an article to view the original page.">
43 <message name="IDS_DOM_DISTILLER_VIEWER_LOADING_STRING" desc="The text to show indicating that the viewer is still loading more content from the article."
    [all...]
  /external/lldb/test/functionalities/data-formatter/data-formatter-cpp/
main.cpp 14 typedef float RealNumber; // should show as char
15 typedef RealNumber Temperature; // should show as float
16 typedef RealNumber Speed; // should show as hex
18 typedef int Counter; // should show as int
19 typedef int BitField; // should show as hex
21 typedef BitField SignalMask; // should show as hex
22 typedef BitField Modifiers; // should show as hex
24 typedef Counter Accumulator; // should show as int
26 typedef int Type1; // should show as char
27 typedef Type1 Type2; // should show as he
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
splitView.css 83 .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-hide-button.toggled-show > .glyph
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/notifications/
background.js 10 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/ManualTests/scrollbars/
scrollbars-in-composited-layers.html 29 <p>Overlay scrollbars (on Mac) should show in the correct place when scrolling.</p>
34 <p>Overlay scrollbars (on Mac) should show in the correct place when scrolling, and the resize corner should show in the correct place.</p>
39 <p>Overlay scrollbars (on Mac) should show in the correct place when scrolling, and the resize corner should show in the correct place.</p>
  /external/valgrind/main/gdbserver_tests/
mssnapshot.stderrB.exp 6 v.info all_errors : show all errors found so far
7 v.info last_error : show last error found
8 v.info location <addr> : show information about location <addr>
9 v.info n_errs_found [msg] : show the nr of errors found so far and the given msg
10 v.info open_fds : show open file descriptors (only if --track-fds=yes)
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 location <addr> : show information about location <addr>
7 v.info n_errs_found [msg] : show the nr of errors found so far and the given msg
8 v.info open_fds : show open file descriptors (only if --track-fds=yes)
44 with len > 1, will also show "interior pointers")
49 v.info all_errors : show all errors found so far
50 v.info last_error : show last error found
51 v.info location <addr> : show information about location <addr>
52 v.info n_errs_found [msg] : show the nr of errors found so far and the given ms
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/login/
screen_tpm_error.js 12 'show'
31 * Show TPM screen.
33 show: function() {
  /external/chromium_org/chrome/browser/resources/suggestions_internals/
suggestions_internals.html 18 <input id="show-discarded" type="checkbox">
19 <label for="show-discarded">Show discarded items</label>
  /external/clang/include/clang/Basic/
DiagnosticOptions.def 51 DIAGOPT(ShowColumn, 1, 1) /// Show column number on diagnostics.
52 DIAGOPT(ShowLocation, 1, 1) /// Show source location information.
53 DIAGOPT(ShowCarets, 1, 1) /// Show carets in diagnostics.
54 DIAGOPT(ShowFixits, 1, 1) /// Show fixit information.
55 DIAGOPT(ShowSourceRanges, 1, 0) /// Show source ranges in numeric form.
56 DIAGOPT(ShowParseableFixits, 1, 0) /// Show machine parseable fix-its.
57 DIAGOPT(ShowPresumedLoc, 1, 0) /// Show presumed location for diagnostics.
58 DIAGOPT(ShowOptionNames, 1, 0) /// Show the option name for mappable
60 DIAGOPT(ShowNoteIncludeStack, 1, 0) /// Show include stacks for notes.
61 VALUE_DIAGOPT(ShowCategories, 2, 0) /// Show categories: 0 -> none, 1 -> Number
    [all...]
  /external/clang/test/Misc/
warning-flags-enabled.c 1 // RUN: diagtool show-enabled %s | FileCheck %s
11 // RUN: diagtool show-enabled -Wno-everything %s | count 0
14 // RUN: diagtool show-enabled -Wno-everything -Wobjc-root-class %s | FileCheck -check-prefix CHECK-WARN %s
15 // RUN: diagtool show-enabled -Wno-everything -Werror=objc-root-class %s | FileCheck -check-prefix CHECK-ERROR %s
16 // RUN: diagtool show-enabled -Wno-everything -Wfatal-errors=objc-root-class %s | FileCheck -check-prefix CHECK-FATAL %s
22 // RUN: diagtool show-enabled --no-levels -Wno-everything -Wobjc-root-class %s | FileCheck -check-prefix CHECK-NO-LEVELS %s
30 // RUN: diagtool show-enabled --no-levels -Wno-conversion -Wenum-conversion %s | FileCheck --check-prefix CHECK-ENUM-CONVERSION %s
31 // RUN: diagtool show-enabled --no-levels %s | FileCheck --check-prefix CHECK-ENUM-CONVERSION %s
32 // RUN: diagtool show-enabled --no-levels -Wno-conversion %s | FileCheck --check-prefix CHECK-NO-ENUM-CONVERSION %s
38 // RUN: diagtool show-enabled --no-levels -Wno-parentheses -Wshift-op-parentheses %s | FileCheck --check-prefix CHECK-SH (…)
    [all...]
include-stack-for-note-flag.cpp 1 // RUN: not %clang_cc1 -fsyntax-only -fdiagnostics-show-note-include-stack %s 2>&1 | FileCheck %s -check-prefix=STACK
2 // RUN: not %clang_cc1 -fsyntax-only -fno-diagnostics-show-note-include-stack %s 2>&1 | FileCheck %s -check-prefix=STACKLESS
3 // RUN: not %clang_cc1 -fsyntax-only -fno-diagnostics-show-note-include-stack -fdiagnostics-show-note-include-stack %s 2>&1 | FileCheck %s -check-prefix=STACK
4 // RUN: not %clang_cc1 -fsyntax-only -fdiagnostics-show-note-include-stack -fno-diagnostics-show-note-include-stack %s 2>&1 | FileCheck %s -check-prefix=STACKLESS
  /external/llvm/test/CodeGen/R600/
cf_end.ll 1 ; RUN: llc < %s -march=r600 -mcpu=redwood --show-mc-encoding | FileCheck --check-prefix=EG-CHECK %s
2 ; RUN: llc < %s -march=r600 -mcpu=caicos --show-mc-encoding | FileCheck --check-prefix=EG-CHECK %s
3 ; RUN: llc < %s -march=r600 -mcpu=cayman --show-mc-encoding | FileCheck --check-prefix=CM-CHECK %s
  /external/llvm/test/MC/PowerPC/
deprecated-p7.s 1 # RUN: llvm-mc -triple powerpc64-unknown-linux-gnu -mcpu=pwr7 -show-encoding < %s 2>&1 | FileCheck %s
2 # RUN: llvm-mc -triple powerpc64le-unknown-linux-gnu -mcpu=pwr7 -show-encoding < %s 2>&1 | FileCheck %s
3 # RUN: llvm-mc -triple powerpc-unknown-linux-gnu -mcpu=601 -show-encoding < %s 2>&1 | FileCheck -check-prefix=CHECK-OLD %s
  /external/chromium_org/chrome/browser/resources/omnibox/
omnibox.html 49 <input id="show-incomplete-results" type="checkbox">
50 Show incomplete results
55 <input id="show-details" type="checkbox">
56 Show all details
61 <input id="show-all-providers" type="checkbox">
62 Show results per provider, not just merged results
  /external/llvm/test/MC/ARM/
arm-thumb-cpus-default.s 1 @ 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 \
  /external/chromium_org/chrome/browser/ui/sync/
sync_promo_ui.cc 11 // Don't show sync promo if the sign in promo should not be shown.
16 // Don't show if sync is disabled by policy.
  /external/javassist/sample/evolve/sample/evolve/
WebPage.java 8 * show() on the created object.
12 public void show(OutputStreamWriter out) throws IOException { method in class:WebPage
  /external/llvm/test/MC/AArch64/
arm64-target-specific-sysreg.s 1 // RUN: not llvm-mc -triple arm64 -mcpu=generic -show-encoding < %s 2>&1 | \
4 // RUN: llvm-mc -triple arm64 -mcpu=cyclone -show-encoding < %s 2>&1 | \
  /external/llvm/test/MC/Disassembler/AArch64/
a64-ignored-fields.txt 1 # RUN: llvm-mc -triple=aarch64 -mattr=fp-armv8 -disassemble -show-encoding < %s | FileCheck %s
2 # RUN: llvm-mc -triple=arm64 -mattr=fp-armv8 -disassemble -show-encoding < %s | FileCheck %s
  /external/llvm/test/MC/Mips/
llvm-mc-fixup-endianness.s 1 # RUN: llvm-mc -show-encoding -mcpu=mips32 -triple mips-unknown-unknown %s | FileCheck -check-prefix=BE %s
2 # RUN: llvm-mc -show-encoding -mcpu=mips32 -triple mipsel-unknown-unknown %s | FileCheck -check-prefix=LE %s

Completed in 647 milliseconds

1 23 4 5 6 7 8 91011>>