Searched refs:show (Results 201 - 225 of 597) sorted by relevance

1234567891011>>

/external/llvm/test/MC/ARM/
H A Dfconst.s1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple armv7-apple-darwin -show-encoding < %s | FileCheck %s
H A Dneon-dup-encoding.s1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple arm-unknown-unknown -show-encoding < %s | FileCheck %s
H A Dneon-reverse-encoding.s1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple arm-unknown-unknown -show-encoding < %s | FileCheck %s
H A Dneon-table-encoding.s1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple arm-unknown-unknown -show-encoding < %s | FileCheck %s
H A Dneont2-reverse-encoding.s1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple thumb-unknown-unknown -show-encoding < %s | FileCheck %s
H A Dneont2-table-encoding.s1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple thumb-unknown-unknown -show-encoding < %s | FileCheck %s
H A Dvirtexts-arm.s1 # RUN: llvm-mc -triple armv7 -mattr=virtualization -show-encoding %s | FileCheck %s --check-prefix=CHECK-ARM
H A Dvpush-vpop.s1 @ RUN: llvm-mc -triple armv7-unknown-unknown -mcpu=cortex-a8 -show-encoding < %s | FileCheck --check-prefix=CHECK-ARM %s
2 @ RUN: llvm-mc -triple thumbv7-unknown-unknown -mcpu=cortex-a8 -show-encoding < %s | FileCheck --check-prefix=CHECK-THUMB %s
/external/llvm/test/MC/Mips/
H A Dmips-coprocessor-encodings.s1 # RUN: llvm-mc %s -triple=mips64-unknown-freebsd -show-encoding \
/external/llvm/test/MC/Mips/mips1/
H A Dinvalid-mips3-wrong-error.s4 # RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips1 \
/external/llvm/test/MC/Mips/mips2/
H A Dinvalid-mips3-wrong-error.s4 # RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips2 \
/external/llvm/test/MC/Mips/mips32r6/
H A Dinvalid-mips32r2.s3 # RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips32r6 \
/external/llvm/test/MC/Mips/mips64r6/
H A Dinvalid-mips3-wrong-error.s3 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips64r6 \
H A Dinvalid-mips4.s3 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips64r6 \
/external/llvm/test/MC/Mips/msa/
H A Dtest_i8.s1 # RUN: llvm-mc %s -arch=mips -mcpu=mips32r2 -mattr=+msa -show-encoding | FileCheck %s
H A Dtest_vec.s1 # RUN: llvm-mc %s -arch=mips -mcpu=mips32r2 -mattr=+msa -show-encoding | FileCheck %s
/external/markdown/MarkdownTest/
H A DMarkdownTest.pl73 $t_result = `echo '$t_result' | tidy -quiet --show-warnings n`;
74 $t_output = `echo '$t_output' | tidy -quiet --show-warnings n`;
/external/v8/tools/
H A Dv8-info.sh113 cd $(git rev-parse --show-toplevel)
114 rev=$(git show $1:$VERSION \
/external/valgrind/VEX/useful/
H A Dshow_fp_state.c151 void show ( unsigned char* st ) function
182 show(st);
/external/valgrind/memcheck/tests/
H A Dleak-segv-jmp.stderr.exp12 To see them, rerun with: --leak-check=full --show-leak-kinds=all
27 To see them, rerun with: --leak-check=full --show-leak-kinds=all
43 To see them, rerun with: --leak-check=full --show-leak-kinds=all
59 To see them, rerun with: --leak-check=full --show-leak-kinds=all
/external/vboot_reference/scripts/image_signing/
H A Dcommon_minimal.sh129 sudo $GPT show -b -i $2 $1
136 sudo $GPT show -s -i $2 $1
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/bench/
H A Dbootstrap.js465 , show: function () {
485 this.transition('addClass', $.Event('show'), 'shown')
514 if (startEvent.type == 'show') that.reset()
533 this[this.$element.hasClass('in') ? 'hide' : 'show']()
711 return this[!this.isShown ? 'show' : 'hide']()
714 , show: function () {
716 , e = $.Event('show')
735 .show()
862 else if (options.show) data.show()
[all...]
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
H A DPropertyTooltipProvider.java55 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/javassist/sample/rmi/
H A DCountApplet.java57 dialog.show(e.toString());
/external/llvm/test/MC/AArch64/
H A Darm64-bitfield-encoding.s1 ; RUN: llvm-mc -triple arm64-apple-darwin -show-encoding < %s | FileCheck %s

Completed in 481 milliseconds

1234567891011>>