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

/external/llvm/tools/llvm-size/
H A Dllvm-size.cpp36 OutputFormat("format",
90 /// The format used is determined by @c OutputFormat and @c Radix.
108 if (OutputFormat == sysv) {
263 if (OutputFormat == sysv)
267 if (OutputFormat == berkeley)
272 if (OutputFormat == sysv)
275 if (OutputFormat == berkeley)
281 if (OutputFormat == sysv)
295 OutputFormat = OutputFormatShort;
302 if (OutputFormat
[all...]
/external/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp46 OutputFormat("format",
53 cl::aliasopt(OutputFormat));
200 if (OutputFormat == posix && MultipleFiles) {
202 } else if (OutputFormat == bsd && MultipleFiles) {
204 } else if (OutputFormat == sysv) {
222 if (OutputFormat == sysv || i->Address == object::UnknownAddressOrSize)
224 if (OutputFormat == sysv)
233 if (OutputFormat == posix) {
236 } else if (OutputFormat == bsd) {
245 } else if (OutputFormat
[all...]
/external/clang/tools/scan-build/
H A Dccc-analyzer443 my $OutputFormat = $ENV{'CCC_ANALYZER_OUTPUT_FORMAT'};
444 if (!defined $OutputFormat) { $OutputFormat = "html"; }
671 if (defined $OutputFormat) {
672 push @AnalyzeArgs, "-analyzer-output=" . $OutputFormat;
673 if ($OutputFormat =~ /plist/) {
H A Dscan-build1330 my $OutputFormat = "html";
1469 $OutputFormat = "plist";
1474 $OutputFormat = "plist-html";
1646 if (defined $OutputFormat) {
1647 $Options{'CCC_ANALYZER_OUTPUT_FORMAT'} = $OutputFormat;
1654 if (defined $OutputFormat) {
1655 if ($OutputFormat =~ /plist/) {
1659 if ($OutputFormat =~ /html/) {
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DMediaRecorderTest.java120 assertThat(shadowMediaRecorder.getOutputFormat(), not(equalTo(MediaRecorder.OutputFormat.MPEG_4)));
121 mediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.MPEG_4);
122 assertThat(shadowMediaRecorder.getOutputFormat(), equalTo(MediaRecorder.OutputFormat.MPEG_4));
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 674 milliseconds