Searched refs:OutputFormat (Results 1 – 6 of 6) sorted by relevance
36 OutputFormat("format", variable108 if (OutputFormat == sysv) { in PrintObjectSectionSizes()263 if (OutputFormat == sysv) in PrintFileSectionSizes()267 if (OutputFormat == berkeley) in PrintFileSectionSizes()272 if (OutputFormat == sysv) in PrintFileSectionSizes()275 if (OutputFormat == berkeley) in PrintFileSectionSizes()281 if (OutputFormat == sysv) in PrintFileSectionSizes()295 OutputFormat = OutputFormatShort; in main()302 if (OutputFormat == berkeley) in main()
46 OutputFormat("format", variable53 cl::aliasopt(OutputFormat));197 if (OutputFormat == posix && MultipleFiles) { in SortAndPrintSymbolList()199 } else if (OutputFormat == bsd && MultipleFiles) { in SortAndPrintSymbolList()201 } else if (OutputFormat == sysv) { in SortAndPrintSymbolList()219 if (OutputFormat == sysv || i->Address == object::UnknownAddressOrSize) in SortAndPrintSymbolList()221 if (OutputFormat == sysv) in SortAndPrintSymbolList()230 if (OutputFormat == posix) { in SortAndPrintSymbolList()233 } else if (OutputFormat == bsd) { in SortAndPrintSymbolList()242 } else if (OutputFormat == sysv) { in SortAndPrintSymbolList()[all …]
451 my $OutputFormat = $ENV{'CCC_ANALYZER_OUTPUT_FORMAT'};452 if (!defined $OutputFormat) { $OutputFormat = "html"; }676 if (defined $OutputFormat) {677 push @AnalyzeArgs, "-analyzer-output=" . $OutputFormat;678 if ($OutputFormat =~ /plist/) {
1310 my $OutputFormat = "html";1451 $OutputFormat = "plist";1456 $OutputFormat = "plist-html";1614 if (defined $OutputFormat) {1615 $Options{'CCC_ANALYZER_OUTPUT_FORMAT'} = $OutputFormat;1622 if (defined $OutputFormat) {1623 if ($OutputFormat =~ /plist/) {1627 if ($OutputFormat =~ /html/) {
120 …assertThat(shadowMediaRecorder.getOutputFormat(), not(equalTo(MediaRecorder.OutputFormat.MPEG_4))); in testOutputFormat()121 mediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.MPEG_4); in testOutputFormat()122 … assertThat(shadowMediaRecorder.getOutputFormat(), equalTo(MediaRecorder.OutputFormat.MPEG_4)); in testOutputFormat()