HomeSort by relevance Sort by last modified time
    Searched full:oformat (Results 1 - 15 of 15) sorted by null

  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texi2dvi 84 oformat=dvi
164 -p | --p*) oformat=pdf;;
428 if test $oformat = dvi; then
439 if test $oformat = dvi; then
643 $verbose "Copying $oformat file from `pwd` to $dest"
644 cp -p "./$filename_noext.$oformat" "$dest"
  /cts/tests/tests/media/src/android/media/cts/
DecoderTest.java 735 MediaFormat oformat = codec.getOutputFormat(); local
737 Log.d(TAG, "output format has changed to " + oformat);
1377 MediaFormat oformat = codec.getOutputFormat(); local
1708 MediaFormat oformat = codec.getOutputFormat(); local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformerIdentityImpl.java 639 * @param oformat A set of output properties that will be
649 public void setOutputProperties(Properties oformat)
653 if (null != oformat)
657 String method = (String) oformat.get(OutputKeys.METHOD);
664 m_outputFormat.copyFrom(oformat);
667 // if oformat is null JAXP says that any props previously set are removed
    [all...]
TransformerImpl.java 858 * @param oformat A set of output properties that will be
868 public void setOutputProperties(Properties oformat)
874 if (null != oformat)
878 String method = (String) oformat.get(OutputKeys.METHOD);
885 m_outputFormat.copyFrom(oformat);
892 // if oformat is null JAXP says that any props previously set are removed
    [all...]
  /libcore/luni/src/main/java/javax/xml/transform/
Transformer.java 209 * @param oformat A set of output properties that will be
217 public abstract void setOutputProperties(Properties oformat);
  /cts/suite/cts/deviceTests/videoperf/src/com/android/cts/videoperf/
VideoEncoderDecoderTest.java 424 MediaFormat oformat = codec.getOutputFormat();
425 Log.d(TAG, "output format has changed to " + oformat);
426 int colorFormat = oformat.getInteger(MediaFormat.KEY_COLOR_FORMAT);
  /external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/
yasm.xml 128 <option>--oformat=<replaceable>format</replaceable></option>:
yasm.c 157 { 'f', "oformat", 1, opt_objfmt_handler, 0,
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/
yasm.1 81 \fB\-f \fR\fB\fIformat\fR\fR or \fB\-\-oformat=\fR\fB\fIformat\fR\fR: Select object format
  /frameworks/compile/mclinker/tools/mcld/lib/
OutputFormatOptions.cpp 42 llvm::cl::opt<mcld::LinkerConfig::CodeGenType> ArgOFormat("oformat",
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/man/man1/
x86_64-w64-mingw32-ld.1 486 \&\fB\-b\fR, \fB\-\-format\fR, \fB\-\-oformat\fR options, the
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/
ld.info 384 this purpose: the `-b', `--format', `--oformat' options, the
    [all...]
  /prebuilts/sdk/tools/linux/
arm-linux-androideabi-ld 
i686-linux-android-ld 
mipsel-linux-android-ld 

Completed in 2764 milliseconds