Searched refs:filetype (Results 176 - 200 of 532) sorted by relevance

1234567891011>>

/external/llvm/test/MC/MachO/ARM/
H A Dnop-thumb2-padding.s1 @ RUN: llvm-mc -triple armv7-apple-darwin %s -filetype=obj -o %t.obj
H A Dthumb2-function-relative-load.s1 @ RUN: llvm-mc -n -triple thumbv7-apple-darwin10 %s -filetype=obj -o %t.obj
/external/llvm/test/MC/Mips/
H A Dmicromips-func-addr.s1 # RUN: llvm-mc %s -filetype=obj -triple=mipsel-unknown-linux \
H A Dmicromips-pc16-fixup.s1 # RUN: llvm-mc %s -triple=mips-unknown-linux -mcpu=mips32r2 -arch=mips -mattr=+micromips 2>&1 -filetype=obj | FileCheck %s
H A Dset-defined-symbol.s1 # RUN: llvm-mc %s -arch=mips -mcpu=mips32 -filetype=obj -o - | \
/external/llvm/test/MC/X86/AlignedBundling/
H A Dasm-printing-bundle-directives.s1 # RUN: llvm-mc -filetype=asm -triple x86_64-pc-linux-gnu %s -o - 2>&1 | FileCheck %s
H A Ddifferent-sections.s1 # RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - \
3 # RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu -mc-relax-all %s -o - \
H A Drodata-section.s1 # RUN: llvm-mc -triple=i686-nacl -filetype=obj %s -o - \
3 # RUN: llvm-mc -triple=i686-nacl -filetype=obj -mc-relax-all %s -o - \
/external/llvm/test/MC/X86/
H A Dhex-immediates.s1 # RUN: llvm-mc -filetype=obj %s -triple=x86_64-apple-darwin9 | llvm-objdump -d --print-imm-hex - | FileCheck %s
/external/llvm/test/tools/llvm-readobj/ARM/
H A Dattribute-10.s1 @ RUN: llvm-mc -triple armv7-elf -filetype asm -o - %s | FileCheck %s
2 @ RUN: llvm-mc -triple armv7-eabi -filetype obj -o - %s \
H A Dattribute-11.s1 @ RUN: llvm-mc -triple armv7-elf -filetype asm -o - %s | FileCheck %s
2 @ RUN: llvm-mc -triple armv7-eabi -filetype obj -o - %s \
H A Dattribute-12.s1 @ RUN: llvm-mc -triple armv7-elf -filetype asm -o - %s | FileCheck %s
2 @ RUN: llvm-mc -triple armv7-eabi -filetype obj -o - %s \
H A Dattribute-9.s1 @ RUN: llvm-mc -triple armv7-elf -filetype asm -o - %s | FileCheck %s
2 @ RUN: llvm-mc -triple armv7-eabi -filetype obj -o - %s \
/external/swiftshader/third_party/LLVM/test/MC/ARM/
H A Delf-eflags-eabi.s1 @ RUN: llvm-mc %s -triple=armv7-linux-gnueabi -filetype=obj -o - | \
H A Dnop-thumb-padding.s1 @ RUN: llvm-mc -triple armv6-apple-darwin %s -filetype=obj -o %t.obj
H A Dnop-thumb2-padding.s1 @ RUN: llvm-mc -triple armv7-apple-darwin %s -filetype=obj -o %t.obj
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/
H A Dcertutils.py87 def load_privatekey(key, filetype=FILETYPE_PEM):
89 return crypto.load_privatekey(filetype, key)
92 def load_cert(cert_str, filetype=FILETYPE_PEM):
94 return crypto.load_certificate(filetype, cert_str)
97 def _dump_privatekey(key, filetype=FILETYPE_PEM):
99 return crypto.dump_privatekey(filetype, key)
102 def _dump_cert(cert, filetype=FILETYPE_PEM):
104 return crypto.dump_certificate(filetype, cert)
/external/e2fsprogs/misc/
H A Dmke2fs-hurd.conf2 base_features = sparse_super,filetype,resize_inode,dir_index,ext_attr
/external/llvm/test/MC/ARM/Windows/
H A Dmov32t-range.s1 @ RUN: llvm-mc -triple thumbv7-windows-itanium -filetype obj -o - %s \
4 @ RUN: llvm-mc -triple thumbv7-windows-itanium -filetype obj -o - %s \
/external/llvm/test/MC/ARM/
H A Ddirective-arch_extension-mode-switch.s1 @ RUN: not llvm-mc -triple armv8-eabi -filetype asm -o /dev/null %s 2>&1 | FileCheck %s
H A Ddirective-cpu.s1 @ RUN: llvm-mc < %s -triple armv7-unknown-linux-gnueabi -filetype=obj -o - \
H A Ddirective-eabi_attribute-overwrite.s1 @ RUN: llvm-mc -triple armv7-eabi -filetype obj -o - %s \
H A Ddirective-fpu.s1 @ RUN: llvm-mc < %s -triple armv7-unknown-linux-gnueabi -filetype=obj -o - \
H A Ddirective-object_arch-2.s1 @ RUN: llvm-mc -triple armv7-eabi -filetype obj -o - %s \
H A Ddirective-object_arch-diagnostics.s1 @ RUN: not llvm-mc -triple armv7-eabi -filetype asm -o /dev/null %s 2>&1 \

Completed in 265 milliseconds

1234567891011>>