Searched refs:show (Results 76 - 100 of 783) sorted by relevance

1234567891011>>

/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/robolectric/v1/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/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
H A DCompoundPropertyEditorPresentation.java49 public int show(PropertyTable propertyTable, method in class:CompoundPropertyEditorPresentation
57 int presentationWidth = presentation.show(propertyTable, property, x, y, width, height);
/external/javassist/sample/rmi/
H A DAlertDialog.java22 public void show(String message) { method in class:AlertDialog
/external/llvm/test/MC/ARM/
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
H A Dneon-mov-vfp.s1 @ RUN: not llvm-mc -mcpu=cortex-a8 -triple armv7-unknown-unknown -show-encoding -mattr=-neon < %s 2>&1 | FileCheck %s --check-prefix=VFP --check-prefix=CHECK
2 @ RUN: not llvm-mc -mcpu=cortex-a8 -triple thumbv7-unknown-unknown -show-encoding -mattr=-neon < %s 2>&1 | FileCheck %s --check-prefix=VFP --check-prefix=CHECK
3 @ RUN: llvm-mc -mcpu=cortex-a8 -triple armv7-unknown-unknown -show-encoding -mattr=+neon < %s 2>&1 | FileCheck %s --check-prefix=NEON --check-prefix=CHECK
4 @ RUN: llvm-mc -mcpu=cortex-a8 -triple thumbv7-unknown-unknown -show-encoding -mattr=+neon < %s 2>&1 | FileCheck %s --check-prefix=NEON --check-prefix=CHECK
/external/llvm/test/MC/Mips/
H A Dsym-expr.s3 # RUN: llvm-mc -triple=mipsel -show-inst-operands %s 2> %t0
H A Dmips-register-names-invalid.s1 # RUN: not llvm-mc %s -triple=mips-unknown-freebsd -show-encoding 2>%t0
/external/llvm/test/MC/Sparc/
H A Dsparc-atomic-instructions.s1 ! RUN: llvm-mc %s -arch=sparcv9 -show-encoding | FileCheck %s
2 ! RUN: llvm-mc %s -arch=sparc -show-encoding | FileCheck %s
/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
H A Drodata-section.s2 # RUN: | llvm-objdump -disassemble -no-show-raw-insn - | FileCheck %s
4 # RUN: | llvm-objdump -disassemble -no-show-raw-insn - | FileCheck %s
/external/robolectric/v1/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/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);
/external/valgrind/memcheck/tests/x86/
H A Dfxsave.c88 void show ( unsigned char* buf, int xx ) function
119 show(buf1, xx);
121 /* Zeroise x87/xmm state and dump it, to show that the
126 show(buf2, xx);
132 show(buf3, xx);
/external/chromium-trace/catapult/third_party/Paste/paste/util/
H A DPySourceColor.py107 Also note not all browsers can show these options
119 psc.convert('c:/Python22/PySourceColor.py', colors=psc.idle, show=1)
160 convert(sys.argv[1], './xhtml.html', colors=new, markup='xhtml', show=1,
162 convert(sys.argv[1], './html.html', colors=new, markup='html', show=1,
602 -s, --show
604 default: no show
641 # Test and show pages
643 # Test and only show profile results
648 python PySourceColor.py --in=c:/myDir/my.py --color=lite --show
652 python PySourceColor.py --in . -o=c:/myDir --show
872 show=show) variable
[all...]
/external/curl/tests/
H A Dkeywords.pl97 sub show { subroutine
132 show($t{$t});
/external/llvm/test/MC/Mips/eva/
H A Dinvalid.s3 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips32r2 \
/external/llvm/test/MC/Mips/micromips-dsp/
H A Dinvalid-wrong-error.s2 # RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips32r6 -mattr=micromips -mattr=+dsp 2>%t1
/external/llvm/test/MC/Mips/mips1/
H A Dinvalid-mips32.s3 # RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips1 \
/external/llvm/test/MC/Mips/mips3/
H A Dinvalid-mips32.s3 # RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips3 \
H A Dinvalid-mips4-wrong-error.s4 # RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips3 \

Completed in 1155 milliseconds

1234567891011>>