OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oformat
(Results
1 - 7
of
7
) 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"
/cts/tests/tests/media/src/android/media/cts/
DecoderTest.java
297
MediaFormat
oformat
= codec.getOutputFormat();
local
299
Log.d(TAG, "output format has changed to " +
oformat
);
660
MediaFormat
oformat
= codec.getOutputFormat();
local
662
Log.d(TAG, "output format has changed to " +
oformat
);
829
MediaFormat
oformat
= codec.getOutputFormat();
local
943
MediaFormat
oformat
= codec.getOutputFormat();
local
1090
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
...]
/cts/suite/cts/deviceTests/videoperf/src/com/android/cts/videoperf/
VideoEncoderDecoderTest.java
416
MediaFormat
oformat
= codec.getOutputFormat();
417
Log.d(TAG, "output format has changed to " +
oformat
);
418
int colorFormat =
oformat
.getInteger(MediaFormat.KEY_COLOR_FORMAT);
/prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar
Completed in 290 milliseconds