/external/chromium_org/chrome/browser/resources/help/ |
channel_change_page.html | 23 <div class="show-when-selected-channel-requires-powerwash"> 27 <div class="show-when-selected-channel-requires-delayed-update"> 31 <div class="show-when-selected-channel-unstable"> 39 class="show-when-selected-channel-requires-powerwash" 43 class="show-when-selected-channel-requires-delayed-update 44 show-when-selected-channel-good 45 show-when-selected-channel-unstable"
|
/external/chromium_org/chrome/browser/resources/options/ |
settings_banner.js | 25 * 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/chromium_org/chrome/browser/ui/tabs/ |
tab_utils.h | 35 // Precedence rules for deciding what to show when capacity is insufficient to 36 // show everything: 38 // Active tab: Always show the close button, then the media indicator, then 41 // Pinned tab: Show only the media indicator, or only the favicon 42 // (TAB_MEDIA_STATE_NONE). Never show the close button. 58 // show an audio favicon indicator for this tab. 77 // Returns the text to show in a tab's tooltip: The contents |title|, followed
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
show-hide-object.html | 12 3. Click "Show Flash".<br> 16 The Flash movie hides when "Hide Flash" is clicked, and shows again when "Show Flash" is clicked. 20 The Flash movie hides when "Hide Flash" is clicked, but does not show again when "Show Flash" is clicked. Clicking on "Hide Flash" and then "Show Flash" again will show the movie. 44 <input type=button value="Hide Flash" onClick="tabClick('tab2')"><input type=button value="Show Flash" onClick="tabClick('tab1')">
|
cursorfallback.xml | 7 <p>Test svg cursor fallback, should show help cursor:</p> 16 <text y="62">Test svg cursor fallback with hotspot, should show help cursor:</text> 20 <text y="132">Test svg cursor fallback with illegal hotspot, should show default cursor:</text> 24 <text y="202">Test svg cursor fallback with illegal hotspot, should show default cursor:</text> 29 <p>Testing cursor fallback in strict mode, should show help cursor:</p>
|
/external/clang/test/Misc/ |
show-diag-options.c | 3 // RUN: %clang_cc1 -fsyntax-only -fdiagnostics-show-option %s 2>&1 \ 5 // RUN: not %clang_cc1 -fsyntax-only -fdiagnostics-show-option -Werror %s 2>&1 \ 7 // RUN: %clang_cc1 -fsyntax-only -std=c89 -pedantic -fdiagnostics-show-option %s 2>&1 \ 9 // RUN: %clang_cc1 -fsyntax-only -fdiagnostics-show-category id %s 2>&1 \ 11 // RUN: %clang_cc1 -fsyntax-only -fdiagnostics-show-category name %s 2>&1 \ 13 // RUN: not %clang_cc1 -fsyntax-only -fdiagnostics-show-option -fdiagnostics-show-category name -Werror %s 2>&1 \
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/ |
PropertyTooltipProvider.java | 31 * Show tooltip directly on property row. 35 * Show tooltip below property row. 55 public void show(Shell shell) { method in class:PropertyTooltipProvider 60 * Returns position for tooltip control. Usually we should show directly on same row, because we 61 * use tooltip to show just longer (full) text of property. But for "class" property we show 62 * hierarchy, so it is better show it below and allow user see also property row.
|
/external/llvm/test/CodeGen/Mips/llvm-ir/ |
indirectbr.ll | 3 ; RUN: llc -march=mips -mcpu=mips32 -asm-show-inst < %s | FileCheck %s -check-prefix=ALL -check-prefix=NOT-R6 4 ; RUN: llc -march=mips -mcpu=mips32r2 -asm-show-inst < %s | FileCheck %s -check-prefix=ALL -check-prefix=NOT-R6 5 ; RUN: llc -march=mips -mcpu=mips32r6 -asm-show-inst < %s | FileCheck %s -check-prefix=ALL -check-prefix=R6 6 ; RUN: llc -march=mips64 -mcpu=mips4 -asm-show-inst < %s | FileCheck %s -check-prefix=ALL -check-prefix=NOT-R6 7 ; RUN: llc -march=mips64 -mcpu=mips64 -asm-show-inst < %s | FileCheck %s -check-prefix=ALL -check-prefix=NOT-R6 8 ; RUN: llc -march=mips64 -mcpu=mips64r2 -asm-show-inst < %s | FileCheck %s -check-prefix=ALL -check-prefix=NOT-R6 9 ; RUN: llc -march=mips64 -mcpu=mips64r6 -asm-show-inst < %s | FileCheck %s -check-prefix=ALL -check-prefix=R6
|
/external/valgrind/main/VEX/test/ |
fpgames.s | 11 .globl show 12 .type show,@function 13 show: label 74 .size show,.Lfe1-show 89 call show 96 call show
|
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/ |
file_manager_dialog_base.js | 51 * @return {boolean} True if the dialog can show successfully. False if the 52 * dialog failed to show due to an existing dialog. 64 * @return {boolean} True if the dialog can show successfully. False if the 65 * dialog failed to show due to an existing dialog. 83 * @return {boolean} True if the dialog can show successfully. False if the 84 * dialog failed to show due to an existing dialog. 92 * @return {boolean} True if the dialog can show successfully. False if the 93 * dialog failed to show due to an existing dialog. 102 * @return {boolean} True if the dialog can show successfully. False if the 103 * dialog failed to show due to an existing dialog [all...] |
/external/qemu/ |
qemu-log.c | 95 "show generated host assembly code for each compiled TB" }, 97 "show target assembly code for each compiled TB" }, 99 "show micro ops for each compiled TB" }, 101 "show micro ops (x86 only: before eflags optimization) and\n" 104 "show interrupts/exceptions in short format" }, 106 "show trace before each executed TB (lots of logs)" }, 108 "show CPU state before block translation" }, 110 "x86 only: show protected mode far calls/returns/exceptions" }, 112 "x86 only: show CPU state before CPU resets" }, 114 "show all i/o ports accesses" } [all...] |
/external/chromium_org/ppapi/thunk/ |
ppb_file_chooser_dev_thunk.cc | 37 VLOG(4) << "PPB_FileChooser_Dev::Show()"; 52 int32_t Show(PP_Resource chooser, 55 VLOG(4) << "PPB_FileChooser_Dev::Show()"; 59 return enter.SetResult(enter.object()->Show(output, enter.callback())); 72 &Show
|
/external/chromium_org/tools/perf/page_sets/data/ |
key_silk_cases.json | 12 "http://jsfiddle.net/mdxJ7/3/show", 13 "http://jsfiddle.net/3yDKh/1/show", 14 "http://jsfiddle.net/3yDKh/3/show" 39 "http://jsfiddle.net/bNp2h/3/show/" 83 "http://jsfiddle.net/3yDKh/15/show/", 84 "http://jsfiddle.net/jx5De/14/show/", 85 "http://jsfiddle.net/3yDKh/16/show/", 86 "http://jsfiddle.net/R8DX9/4/show/", 87 "http://jsfiddle.net/rF9Gh/7/show/", 88 "http://jsfiddle.net/TLXLu/3/show/", [all...] |
/external/lldb/test/lang/c/set_values/ |
TestSetValues.py | 64 # Check that 'frame variable --show-types' displays the correct data type and value. 65 self.expect("frame variable --show-types", VARIABLES_DISPLAYED_CORRECTLY, 70 self.expect("frame variable --show-types", VARIABLES_DISPLAYED_CORRECTLY, 76 # Check that 'frame variable --show-types' displays the correct data type and value. 77 self.expect("frame variable --show-types", VARIABLES_DISPLAYED_CORRECTLY, 82 self.expect("frame variable --show-types", VARIABLES_DISPLAYED_CORRECTLY, 88 # Check that 'frame variable --show-types' displays the correct data type and value. 89 self.expect("frame variable --show-types", VARIABLES_DISPLAYED_CORRECTLY, 94 self.expect("frame variable --show-types", VARIABLES_DISPLAYED_CORRECTLY, 100 # Check that 'frame variable --show-types' displays the correct data type and value [all...] |
/cts/tests/tests/app/src/android/app/cts/ |
ProgressDialogTest.java | 84 pd.show(); 95 ProgressDialog.show(mContext, TITLE, MESSAGE); 101 dialog = ProgressDialog.show(mContext, TITLE, MESSAGE, false); 109 dialog = ProgressDialog.show(mContext, TITLE, MESSAGE, true); 124 dialog = ProgressDialog.show(mContext, TITLE, MESSAGE, true, false); 138 dialog = ProgressDialog.show(mContext, TITLE, MESSAGE, true, true); 160 dialog = ProgressDialog.show(mContext, TITLE, MESSAGE, true, false, cL); 173 dialog = ProgressDialog.show(mContext, TITLE, MESSAGE, true, true, cL); 192 progressDialog = ProgressDialog.show(mContext, TITLE, MESSAGE); 208 progressDialog = ProgressDialog.show(mContext, TITLE, MESSAGE) [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/ |
power.html | 18 <td class="show-button-cell"> 19 <button id="battery-charge-show-button" class="show-button" 45 <td class="show-button-cell"> 46 <button id="cpu-idle-show-button" class="show-button" 64 <td class="show-button-cell"> 65 <button id="cpu-freq-show-button" class="show-button"
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
DialogTest.java | 51 dialog.show(); 92 dialog.show(); 96 dialog.show(); 105 dialog.show(); 116 dialog.show(); 125 dialog.show(); 131 dialog2.show(); 147 new NestingTestDialog().show(); 186 new TestDialog().show();
|
/external/valgrind/main/none/tests/ |
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 39 --num-callers=<number> show <number> callers in stack traces [12] 42 --show-below-main=no|yes continue stack traces below main() [no] 61 show full source paths in call stacks 62 --fullpath-after=string like --fullpath-after=, but only show the 96 --show-emwarns=no|yes show warnings about emulation limits? [no [all...] |
/external/lldb/www/cpp_reference/html/ |
dynsections.js | 10 summary.show(); 14 content.show(); 36 $(this).show(); 40 $(this).show(); 60 c.show(); 74 rows.css('display','table-row'); // using show() causes jump in firefox
|
/external/llvm/test/MC/ARM/ |
arm-thumb-cpus.s | 1 @ RUN: not llvm-mc -show-encoding -triple=arm-eabi < %s 2>&1 \ 4 @ RUN: llvm-mc -show-encoding -triple=armv4t < %s 2>&1 \ 7 @ RUN: llvm-mc -show-encoding -triple=arm-eabi -mcpu=cortex-a15 < %s 2>&1 \ 10 @ RUN: not llvm-mc -show-encoding -triple=arm-eabi -mcpu=cortex-m3 < %s 2>&1 \ 13 @ RUN: not llvm-mc -show-encoding -triple=armv7m-eabi < %s 2>&1 \ 16 @ RUN: not llvm-mc -show-encoding -triple=armv6m-eabi < %s 2>&1 \
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothDevicePicker.java | 23 * A helper to show a system "Device Picker" activity to the user. 61 /** Ask device picker to show all kinds of BT devices */ 63 /** Ask device picker to show BT devices that support AUDIO profiles */ 65 /** Ask device picker to show BT devices that support Object Transfer */ 67 /** Ask device picker to show BT devices that support 70 /** Ask device picker to show BT devices that support Network Access Point (NAP) profile */
|
/packages/apps/Dialer/src/com/android/dialer/calllog/ |
ClearCallLogDialog.java | 43 /** Preferred way to show this dialog */ 44 public static void show(FragmentManager fragmentManager) { method in class:ClearCallLogDialog 46 dialog.show(fragmentManager, "deleteCallLog"); 56 final ProgressDialog progressDialog = ProgressDialog.show(getActivity(), 74 // to only show up after a certain time (e.g. 150ms) 75 progressDialog.show();
|
/external/chromium_org/chrome/browser/ui/autofill/ |
generated_credit_card_bubble_controller_unittest.cc | 72 void Show() { 74 TestGeneratedCreditCardBubbleController::Show(test_web_contents_.get(), 100 Show(); 104 Show(); 105 Show(); 111 Show(); 118 Show(); 124 Show(); 130 Show(); 144 Show(); [all...] |
/libcore/luni/src/main/java/org/w3c/dom/traversal/ |
NodeFilter.java | 64 * Show all <code>Nodes</code>. 68 * Show <code>Element</code> nodes. 72 * Show <code>Attr</code> nodes. This is meaningful only when creating an 81 * Show <code>Text</code> nodes. 85 * Show <code>CDATASection</code> nodes. 89 * Show <code>EntityReference</code> nodes. 93 * Show <code>Entity</code> nodes. This is meaningful only when creating 103 * Show <code>ProcessingInstruction</code> nodes. 107 * Show <code>Comment</code> nodes. 111 * Show <code>Document</code> nodes [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ |
mfqe.c | 278 YV12_BUFFER_CONFIG *show = cm->frame_to_show; local 294 y_ptr = show->y_buffer; 295 u_ptr = show->u_buffer; 296 v_ptr = show->v_buffer; 320 y_ptr + 8*(i*show->y_stride+j), 321 u_ptr + 4*(i*show->uv_stride+j), 322 v_ptr + 4*(i*show->uv_stride+j), 323 show->y_stride, 324 show->uv_stride, 335 unsigned char *up = u_ptr + 4*(i*show->uv_stride+j) [all...] |