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

  /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);
  /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"
  /external/llvm/test/Scripts/
coff-dump.py 392 oformat = entry[2]
396 write_value(oformat, value)
402 oformat = entry[2]
417 write_value(oformat, value)
424 oformat = entry[2]
429 write_value(oformat, value)
  /cts/tests/tests/media/src/android/media/cts/
DecoderTest.java 189 MediaFormat oformat = codec.getOutputFormat(); local
191 Log.d(TAG, "output format has changed to " + oformat);
  /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...]

Completed in 293 milliseconds