HomeSort by relevance Sort by last modified time
    Searched refs:OutputFormat (Results 26 - 50 of 204) sorted by null

12 3 4 5 6 7 8 9

  /external/flatbuffers/src/
flathash.cpp 23 enum OutputFormat {
65 OutputFormat output_format = kHexadecimal;
  /tools/loganalysis/src/com/android/loganalysis/
LogAnalyzer.java 56 private enum OutputFormat{
81 private OutputFormat mOutputFormat = OutputFormat.JSON;
179 if (OutputFormat.JSON.equals(mOutputFormat)) {
241 if (OutputFormat.JSON.equals(mOutputFormat)) {
251 if (OutputFormat.JSON.equals(mOutputFormat)) {
261 if (OutputFormat.JSON.equals(mOutputFormat)) {
271 if (OutputFormat.JSON.equals(mOutputFormat)) {
  /external/pdfium/third_party/lcms/src/
cmspack.c     [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/media/
MediaRecorderFacade.java 129 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.MPEG_4);
134 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
140 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT);
182 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT);
185 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT);
202 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT);
  /external/clang/lib/Frontend/
DependencyFile.cpp 164 DependencyOutputFormat OutputFormat;
179 OutputFormat(Opts.OutputFormat) {
365 DependencyOutputFormat OutputFormat) {
366 if (OutputFormat == DependencyOutputFormat::NMake) {
376 assert(OutputFormat == DependencyOutputFormat::Make);
444 PrintFilename(OS, *I, OutputFormat);
455 PrintFilename(OS, *I, OutputFormat);
  /frameworks/av/media/ndk/
NdkMediaMuxer.cpp 55 AMediaMuxer* AMediaMuxer_new(int fd, OutputFormat format) {
58 mData->mImpl = new MediaMuxer(fd, (android::MediaMuxer::OutputFormat)format);
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/v1/
CameraRecordingStream.java 68 private int mOutputFormat = MediaMuxer.OutputFormat.MUXER_OUTPUT_MPEG_4;
85 * @param outputFormat Output file format as listed in {@link MediaMuxer.OutputFormat}
89 int outputFormat) {
105 mOutputFormat = outputFormat;
346 case MediaMuxer.OutputFormat.MUXER_OUTPUT_MPEG_4:
349 case MediaMuxer.OutputFormat.MUXER_OUTPUT_WEBM:
359 case MediaMuxer.OutputFormat.MUXER_OUTPUT_MPEG_4:
362 case MediaMuxer.OutputFormat.MUXER_OUTPUT_WEBM:
457 if (mOutputFormat == MediaMuxer.OutputFormat.MUXER_OUTPUT_MPEG_4)
    [all...]
  /external/llvm/tools/llvm-cov/
SourceCoverageView.cpp 76 case CoverageViewOptions::OutputFormat::Text:
78 case CoverageViewOptions::OutputFormat::HTML:
114 case CoverageViewOptions::OutputFormat::Text:
117 case CoverageViewOptions::OutputFormat::HTML:
  /external/llvm/tools/llvm-nm/
llvm-nm.cpp 55 cl::opt<OutputFormatTy> OutputFormat(
62 cl::aliasopt(OutputFormat));
289 // the OutputFormat is darwin or we are printing Mach-O symbols in hex. For
617 if (OutputFormat == posix && MultipleFiles && printName) {
619 } else if (OutputFormat == bsd && MultipleFiles && printName) {
621 } else if (OutputFormat == sysv) {
634 printFormat = OutputFormat == posix ? "%" PRIo64 : "%016" PRIo64;
637 printFormat = OutputFormat == posix ? "%" PRIx64 : "%016" PRIx64;
640 printFormat = OutputFormat == posix ? "%" PRId64 : "%016" PRId64;
647 printFormat = OutputFormat == posix ? "%" PRIo64 : "%08" PRIo64
    [all...]
  /external/llvm/tools/llvm-profdata/
llvm-profdata.cpp 122 ProfileFormat OutputFormat, bool OutputSparse) {
126 if (OutputFormat != PF_Binary && OutputFormat != PF_Text)
158 if (OutputFormat == PF_Text)
170 ProfileFormat OutputFormat) {
173 SampleProfileWriter::create(OutputFilename, FormatMap[OutputFormat]);
282 cl::opt<ProfileFormat> OutputFormat(
316 mergeInstrProfile(WeightedInputs, OutputFilename, OutputFormat,
319 mergeSampleProfile(WeightedInputs, OutputFilename, OutputFormat);
  /external/clang/tools/scan-build/libexec/
ccc-analyzer 481 my $OutputFormat = $ENV{'CCC_ANALYZER_OUTPUT_FORMAT'};
482 if (!defined $OutputFormat) { $OutputFormat = "html"; }
751 if (defined $OutputFormat) {
752 push @AnalyzeArgs, "-analyzer-output=" . $OutputFormat;
753 if ($OutputFormat =~ /plist/) {
  /prebuilts/clang/host/darwin-x86/clang-3289846/tools/scan-build/libexec/
ccc-analyzer 481 my $OutputFormat = $ENV{'CCC_ANALYZER_OUTPUT_FORMAT'};
482 if (!defined $OutputFormat) { $OutputFormat = "html"; }
751 if (defined $OutputFormat) {
752 push @AnalyzeArgs, "-analyzer-output=" . $OutputFormat;
753 if ($OutputFormat =~ /plist/) {
  /prebuilts/clang/host/darwin-x86/clang-3859424/tools/scan-build/libexec/
ccc-analyzer 481 my $OutputFormat = $ENV{'CCC_ANALYZER_OUTPUT_FORMAT'};
482 if (!defined $OutputFormat) { $OutputFormat = "html"; }
751 if (defined $OutputFormat) {
752 push @AnalyzeArgs, "-analyzer-output=" . $OutputFormat;
753 if ($OutputFormat =~ /plist/) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/tools/scan-build/libexec/
ccc-analyzer 481 my $OutputFormat = $ENV{'CCC_ANALYZER_OUTPUT_FORMAT'};
482 if (!defined $OutputFormat) { $OutputFormat = "html"; }
751 if (defined $OutputFormat) {
752 push @AnalyzeArgs, "-analyzer-output=" . $OutputFormat;
753 if ($OutputFormat =~ /plist/) {
  /prebuilts/clang/host/darwin-x86/clang-4393122/libexec/
ccc-analyzer 482 my $OutputFormat = $ENV{'CCC_ANALYZER_OUTPUT_FORMAT'};
483 if (!defined $OutputFormat) { $OutputFormat = "html"; }
752 if (defined $OutputFormat) {
753 push @AnalyzeArgs, "-analyzer-output=" . $OutputFormat;
754 if ($OutputFormat =~ /plist/) {
  /prebuilts/clang/host/darwin-x86/clang-4479392/libexec/
ccc-analyzer 482 my $OutputFormat = $ENV{'CCC_ANALYZER_OUTPUT_FORMAT'};
483 if (!defined $OutputFormat) { $OutputFormat = "html"; }
752 if (defined $OutputFormat) {
753 push @AnalyzeArgs, "-analyzer-output=" . $OutputFormat;
754 if ($OutputFormat =~ /plist/) {
  /prebuilts/clang/host/darwin-x86/clang-4579689/libexec/
ccc-analyzer 482 my $OutputFormat = $ENV{'CCC_ANALYZER_OUTPUT_FORMAT'};
483 if (!defined $OutputFormat) { $OutputFormat = "html"; }
752 if (defined $OutputFormat) {
753 push @AnalyzeArgs, "-analyzer-output=" . $OutputFormat;
754 if ($OutputFormat =~ /plist/) {
  /prebuilts/clang/host/darwin-x86/clang-4630689/libexec/
ccc-analyzer 482 my $OutputFormat = $ENV{'CCC_ANALYZER_OUTPUT_FORMAT'};
483 if (!defined $OutputFormat) { $OutputFormat = "html"; }
752 if (defined $OutputFormat) {
753 push @AnalyzeArgs, "-analyzer-output=" . $OutputFormat;
754 if ($OutputFormat =~ /plist/) {
  /prebuilts/clang/host/darwin-x86/clang-4639204/libexec/
ccc-analyzer 482 my $OutputFormat = $ENV{'CCC_ANALYZER_OUTPUT_FORMAT'};
483 if (!defined $OutputFormat) { $OutputFormat = "html"; }
752 if (defined $OutputFormat) {
753 push @AnalyzeArgs, "-analyzer-output=" . $OutputFormat;
754 if ($OutputFormat =~ /plist/) {
  /prebuilts/clang/host/darwin-x86/clang-4691093/libexec/
ccc-analyzer 482 my $OutputFormat = $ENV{'CCC_ANALYZER_OUTPUT_FORMAT'};
483 if (!defined $OutputFormat) { $OutputFormat = "html"; }
752 if (defined $OutputFormat) {
753 push @AnalyzeArgs, "-analyzer-output=" . $OutputFormat;
754 if ($OutputFormat =~ /plist/) {
  /prebuilts/clang/host/linux-x86/clang-3289846/tools/scan-build/libexec/
ccc-analyzer 481 my $OutputFormat = $ENV{'CCC_ANALYZER_OUTPUT_FORMAT'};
482 if (!defined $OutputFormat) { $OutputFormat = "html"; }
751 if (defined $OutputFormat) {
752 push @AnalyzeArgs, "-analyzer-output=" . $OutputFormat;
753 if ($OutputFormat =~ /plist/) {
  /prebuilts/clang/host/linux-x86/clang-3859424/tools/scan-build/libexec/
ccc-analyzer 481 my $OutputFormat = $ENV{'CCC_ANALYZER_OUTPUT_FORMAT'};
482 if (!defined $OutputFormat) { $OutputFormat = "html"; }
751 if (defined $OutputFormat) {
752 push @AnalyzeArgs, "-analyzer-output=" . $OutputFormat;
753 if ($OutputFormat =~ /plist/) {
  /prebuilts/clang/host/linux-x86/clang-4053586/tools/scan-build/libexec/
ccc-analyzer 481 my $OutputFormat = $ENV{'CCC_ANALYZER_OUTPUT_FORMAT'};
482 if (!defined $OutputFormat) { $OutputFormat = "html"; }
751 if (defined $OutputFormat) {
752 push @AnalyzeArgs, "-analyzer-output=" . $OutputFormat;
753 if ($OutputFormat =~ /plist/) {
  /prebuilts/clang/host/linux-x86/clang-4393122/libexec/
ccc-analyzer 482 my $OutputFormat = $ENV{'CCC_ANALYZER_OUTPUT_FORMAT'};
483 if (!defined $OutputFormat) { $OutputFormat = "html"; }
752 if (defined $OutputFormat) {
753 push @AnalyzeArgs, "-analyzer-output=" . $OutputFormat;
754 if ($OutputFormat =~ /plist/) {
  /prebuilts/clang/host/linux-x86/clang-4479392/libexec/
ccc-analyzer 482 my $OutputFormat = $ENV{'CCC_ANALYZER_OUTPUT_FORMAT'};
483 if (!defined $OutputFormat) { $OutputFormat = "html"; }
752 if (defined $OutputFormat) {
753 push @AnalyzeArgs, "-analyzer-output=" . $OutputFormat;
754 if ($OutputFormat =~ /plist/) {

Completed in 1061 milliseconds

12 3 4 5 6 7 8 9