Searched refs:show (Results 376 - 400 of 1063) sorted by relevance

<<11121314151617181920>>

/external/libvpx/libvpx/tools/
H A Dlint-hunks.py23 TOPLEVEL_CMD = ["git", "rev-parse", "--show-toplevel"]
26 SHOW_CMD = ["git", "show"]
113 show = Subprocess(show_cmd, stdout=subprocess.PIPE)
115 stdin=show.stdout, stderr=subprocess.PIPE)
/external/llvm/test/MC/ARM/AlignedBundling/
H A Dpad-align-to-bundle-end.s2 # RUN: | llvm-objdump -no-show-raw-insn -triple armv7 -disassemble - | FileCheck %s
/external/llvm/test/MC/ARM/
H A Darm-aliases.s1 @ RUN: llvm-mc -triple=armv7-apple-darwin -show-encoding < %s | FileCheck %s
H A Darm_addrmode3.s1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple arm-unknown-unknown -show-encoding %s | FileCheck %s
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 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 \
H A Dinvalid-mips4-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-mips32-wrong-error.s4 # RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips32r6 \
H A Dinvalid-mips32r2.s3 # RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips32r6 \
H A Dinvalid-mips4-wrong-error.s4 # 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-mips32-wrong-error.s4 # RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips32r6 \
H A Dinvalid-mips4-wrong-error.s4 # RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips32r6 \
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`;

Completed in 597 milliseconds

<<11121314151617181920>>