Searched refs:show (Results 51 - 75 of 597) sorted by relevance

1234567891011>>

/external/llvm/test/MC/ARM/
H A Dneon-vswp.s1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple armv7-apple-darwin -show-encoding < %s | FileCheck %s
H A Dthumb-not-mclass.s1 @ RUN: not llvm-mc -triple=thumbv7m-apple-darwin -show-encoding < %s 2> %t
3 @ RUN: not llvm-mc -triple=thumbv6m -show-encoding < %s 2> %t
H A Dthumb2be-b.w-encoding.s1 @ RUN: llvm-mc -triple=thumbv7-none-linux-gnueabi -show-encoding < %s | FileCheck %s --check-prefix=CHECK-LE
2 @ RUN: llvm-mc -triple=thumbebv7-none-linux-gnueabi -show-encoding < %s | FileCheck %s --check-prefix=CHECK-BE
H A Dthumb2be-beq.w-encoding.s1 @ RUN: llvm-mc -triple=thumbv7-none-linux-gnueabi -show-encoding < %s | FileCheck %s --check-prefix=CHECK-LE
2 @ RUN: llvm-mc -triple=thumbebv7-none-linux-gnueabi -show-encoding < %s | FileCheck %s --check-prefix=CHECK-BE
H A Dudf-thumb-2.s1 @ RUN: llvm-mc -triple thumbv7-eabi -mattr +thumb2 -show-encoding %s | FileCheck %s
H A Dinvalid-crc32.s1 @ RUN: not llvm-mc -triple=armv8 -show-encoding < %s 2>&1 | FileCheck %s
2 @ RUN: not llvm-mc -triple=thumbv8 -show-encoding < %s 2>&1 | FileCheck %s
H A Dthumb2-b.w-encodingT4.s1 @ RUN: llvm-mc -triple=thumbv7-apple-darwin -mcpu=cortex-a8 -show-encoding < %s | FileCheck %s
/external/llvm/test/MC/MachO/ARM/
H A Drelax-thumb2-branches.s1 @ RUN: llvm-mc -triple=thumbv7-apple-darwin -show-encoding %s -filetype=obj -o - | macho-dump --dump-section-data | FileCheck %s
/external/llvm/test/MC/PowerPC/
H A Dppc64-encoding-e500.s1 # RUN: llvm-mc -triple powerpc64-unknown-unknown --show-encoding %s | FileCheck -check-prefix=CHECK-BE %s
2 # RUN: llvm-mc -triple powerpc64le-unknown-unknown --show-encoding %s | FileCheck -check-prefix=CHECK-LE %s
/external/llvm/test/MC/X86/
H A Dx86_long_nop.s1 # RUN: llvm-mc -filetype=obj -arch=x86 -triple=x86_64-pc-linux-gnu %s | llvm-objdump -d -no-show-raw-insn - | FileCheck %s
2 # RUN: llvm-mc -filetype=obj -arch=x86 -triple=i686-pc-linux-gnu %s | llvm-objdump -d -no-show-raw-insn - | FileCheck %s
3 # RUN: llvm-mc -filetype=obj -arch=x86 -triple=x86_64-apple-darwin10.0 %s | llvm-objdump -d -no-show-raw-insn - | FileCheck %s
4 # RUN: llvm-mc -filetype=obj -arch=x86 -triple=i686-apple-darwin8 %s | llvm-objdump -d -no-show-raw-insn - | FileCheck %s
5 # RUN: llvm-mc -filetype=obj -arch=x86 -triple=i686-pc-linux-gnu -mcpu=slm %s | llvm-objdump -d -no-show-raw-insn - | FileCheck --check-prefix=SLM %s
/external/jmonkeyengine/engine/src/core/com/jme3/app/
H A DStatsAppState.java99 public void setDisplayFps(boolean show) { argument
100 showFps = show;
102 fpsText.setCullHint(show ? CullHint.Never : CullHint.Always);
106 public void setDisplayStatView(boolean show) { argument
107 showStats = show;
109 statsView.setEnabled(show);
110 statsView.setCullHint(show ? CullHint.Never : CullHint.Always);
/external/valgrind/memcheck/tests/amd64/
H A Dfxsave-amd64.c141 void show ( unsigned char* buf, int xx ) function
175 show(buf1, xx);
177 /* Zeroise x87/xmm state and dump it, to show that the
182 show(buf2, xx);
188 show(buf3, xx);
199 show(buf1, xx);
201 /* Zeroise x87/xmm state and dump it, to show that the
206 show(buf2, xx);
212 show(buf3, xx);
/external/valgrind/gdbserver_tests/
H A Dmssnapshot.stderrB.exp6 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)
H A Dmchelp.stdoutB.exp4 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)
45 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 th
[all...]
/external/valgrind/none/tests/
H A Dcmdline2.stdout.exp7 -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
40 --num-callers=<number> show <number> callers in stack traces [12]
45 --show-below-main=no|yes continue stack traces below main() [no]
67 show full source paths in call stacks
68 --fullpath-after=string like --fullpath-after=, but only show the
115 --show-emwarns=no|yes show warning
[all...]
/external/vboot_reference/tests/futility/
H A Dtest_show_kernel.sh47 ${FUTILITY} show ${TMP}.kernel.test \
55 ${FUTILITY} show ${TMP}.kernel.test \
66 ${FUTILITY} show ${TMP}.kernel.test \
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
H A DTool.java54 control.show();
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
H A DPropertyEditorPresentation.java18 * Implementations of {@link PropertyEditorPresentation} are used to show some presentation for
30 public abstract int show(PropertyTable propertyTable, method in class:PropertyEditorPresentation
/external/javassist/sample/rmi/
H A DAlertDialog.java22 public void show(String message) { method in class:AlertDialog
/external/llvm/test/MC/Mips/
H A Dsym-expr.s3 # RUN: llvm-mc -triple=mipsel -show-inst-operands %s 2> %t0
/external/llvm/test/MC/X86/AlignedBundling/
H A Ddifferent-sections.s2 # RUN: | llvm-objdump -disassemble -no-show-raw-insn - | FileCheck %s
4 # RUN: | llvm-objdump -disassemble -no-show-raw-insn - | FileCheck %s
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowDialogFragment.java30 public int show(FragmentTransaction transaction, String tag) { method in class:ShadowDialogFragment
31 show(((TestFragmentTransaction)transaction).getManager(), tag);
36 public void show(FragmentManager manager, String tag) { method in class:ShadowDialogFragment
63 dialog.show();
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DDialogFragmentTest.java39 dialogFragment.show(fragmentManager, "this is a tag");
58 dialogFragment.show(fragmentManager.beginTransaction(), "this is a tag");
79 dialogFragment.show(fragmentManager, "this is a tag");
89 dialogFragment.show(fragmentManager, "this is a tag");
100 dialogFragment.show(fragmentManager, "tag");
111 dialogFragment.show(fragmentManager, null);
141 dialogFragment.show(fragmentManager, "TAG");
152 dialogFragment.show(fragmentManager, "TAG");
162 dialogFragment.show(fragmentManager, "TAG");
H A DDialogTest.java51 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/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);

Completed in 543 milliseconds

1234567891011>>