Home
last modified time | relevance | path

Searched refs:oformat (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/lld/test/ELF/
Doformat-binary.s4 # RUN: ld.lld -o %t.out %t --oformat binary
11 # RUN: ld.lld -o %t2.out --script %t.script %t --oformat binary
15 # RUN: ld.lld -o %t2.out --script %t.script %t --oformat binary
21 # RUN: ld.lld -T %talign.lds %t --oformat binary -o %talign
29 # RUN: ld.lld -T %tempty.lds %t --oformat binary -o %tempty
34 # RUN: ld.lld -T %tnobits.lds %t --oformat binary -o %tnobits
40 # RUN: ld.lld -T %tlma.lds %t --oformat binary -o %tlma
43 # RUN: not ld.lld -o /dev/null %t --oformat foo 2>&1 \
45 # ERR: unknown --oformat value: foo
47 # RUN: ld.lld -o /dev/null %t --oformat elf
[all …]
Doformat-binary-ttext.s4 # RUN: ld.lld -N -Ttext 0x100 -o %t.out %t --oformat binary
11 # RUN: ld.lld -Ttext 0x100 -o %t.out %t --oformat binary
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DTransformerIdentityImpl.java649 public void setOutputProperties(Properties oformat) in setOutputProperties() argument
653 if (null != oformat) in setOutputProperties()
657 String method = (String) oformat.get(OutputKeys.METHOD); in setOutputProperties()
664 m_outputFormat.copyFrom(oformat); in setOutputProperties()
DTransformerImpl.java870 public void setOutputProperties(Properties oformat) in setOutputProperties() argument
876 if (null != oformat) in setOutputProperties()
880 String method = (String) oformat.get(OutputKeys.METHOD); in setOutputProperties()
887 m_outputFormat.copyFrom(oformat); in setOutputProperties()
1349 public void setOutputFormat(OutputProperties oformat) in setOutputFormat() argument
1351 m_outputFormat = oformat; in setOutputFormat()
/external/rust/crates/ring/
Dbuild.rs641 let oformat = match arch { in nasm() localVariable
651 .arg(oformat) in nasm()
/external/skia/experimental/ffmpeg/
DSkVideoEncoder.cpp166 AVOutputFormat *output_format = fFormatCtx->oformat; in init()
/external/llvm-project/lld/ELF/
DOptions.td299 def oformat: Separate<["--"], "oformat">, MetaVarName<"<format>">,