Searched refs:OUTPUT_FORMAT (Results 1 - 7 of 7) sorted by relevance

/frameworks/compile/mclinker/lib/Script/
H A DOutputFormatCmd.cpp18 : ScriptCommand(ScriptCommand::OUTPUT_FORMAT) {
25 : ScriptCommand(ScriptCommand::OUTPUT_FORMAT) {
35 mcld::outs() << "OUTPUT_FORMAT ( ";
H A DScriptParser.yy100 %token OUTPUT_FORMAT
235 output_format_command : OUTPUT_FORMAT '(' STRING ')'
237 | OUTPUT_FORMAT '(' STRING ',' STRING ',' STRING ')'
H A DScriptScanner.ll89 <LDSCRIPT>"OUTPUT_FORMAT" { return token::OUTPUT_FORMAT; }
/frameworks/compile/mclinker/include/mcld/Script/
H A DScriptCommand.h30 OUTPUT_FORMAT, enumerator in enum:mcld::ScriptCommand::Kind
H A DOutputFormatCmd.h46 return pCmd->getKind() == ScriptCommand::OUTPUT_FORMAT;
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DMediaRecorderSetOutputFormatStateUnitTest.java54 recorder.setOutputFormat(MediaRecorderStateUnitTestTemplate.OUTPUT_FORMAT);
H A DMediaRecorderStateUnitTestTemplate.java40 public static final int OUTPUT_FORMAT= MediaRecorder.OutputFormat.THREE_GPP; field in class:MediaRecorderStateUnitTestTemplate
103 mMediaRecorder.setOutputFormat(OUTPUT_FORMAT);
130 mMediaRecorder.setOutputFormat(OUTPUT_FORMAT);
143 mMediaRecorder.setOutputFormat(OUTPUT_FORMAT);
157 mMediaRecorder.setOutputFormat(OUTPUT_FORMAT);
198 mMediaRecorder.setOutputFormat(OUTPUT_FORMAT);

Completed in 162 milliseconds