/external/llvm/tools/llvm-size/ |
llvm-size.cpp | 36 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 == berkeley [all...] |
/external/llvm/tools/llvm-nm/ |
llvm-nm.cpp | 46 OutputFormat("format", 53 cl::aliasopt(OutputFormat)); 179 if (OutputFormat == posix && MultipleFiles) { 181 } else if (OutputFormat == bsd && MultipleFiles) { 183 } else if (OutputFormat == sysv) { 201 if (OutputFormat == sysv || i->Address == object::UnknownAddressOrSize) 203 if (OutputFormat == sysv) 212 if (OutputFormat == posix) { 215 } else if (OutputFormat == bsd) { 224 } else if (OutputFormat == sysv) [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
MediaRecorderTest.java | 119 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT); 164 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT); 246 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT); 262 MediaRecorder.OutputFormat.AMR_NB, 266 MediaRecorder.OutputFormat.AMR_WB, 270 MediaRecorder.OutputFormat.AAC_ADTS, 305 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); 319 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); 333 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); 348 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP) [all...] |
MediaPlayerTest.java | 414 recorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT); 762 mr.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
|
/external/clang/tools/scan-build/ |
c++-analyzer | 444 my $OutputFormat = $ENV{'CCC_ANALYZER_OUTPUT_FORMAT'}; 445 if (!defined $OutputFormat) { $OutputFormat = "html"; } 652 if (defined $OutputFormat) { 653 push @AnalyzeArgs, "-analyzer-output=" . $OutputFormat; 654 if ($OutputFormat =~ /plist/) {
|
ccc-analyzer | 444 my $OutputFormat = $ENV{'CCC_ANALYZER_OUTPUT_FORMAT'}; 445 if (!defined $OutputFormat) { $OutputFormat = "html"; } 652 if (defined $OutputFormat) { 653 push @AnalyzeArgs, "-analyzer-output=" . $OutputFormat; 654 if ($OutputFormat =~ /plist/) {
|
scan-build | [all...] |
/cts/tests/tests/permission/src/android/permission/cts/ |
AudioPermissionTest.java | 50 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/ |
CopyCutAction.java | 24 import org.apache.xml.serialize.OutputFormat; 200 new OutputFormat(Method.XML, 201 OutputFormat.Defaults.Encoding /* utf-8 */,
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/ |
MediaPlayerPerformance.java | 254 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); 410 MediaRecorder.OutputFormat.MPEG_4, MediaNames.RECORDED_VIDEO_3GP, true)); 430 MediaRecorder.OutputFormat.MPEG_4, MediaNames.RECORDED_VIDEO_3GP, true)); 451 MediaRecorder.OutputFormat.MPEG_4, MediaNames.RECORDED_VIDEO_3GP, false));
|
/frameworks/base/media/java/android/media/ |
MediaRecorder.java | 42 * recorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); 202 public final class OutputFormat { 206 private OutputFormat() {} 217 * @deprecated Deprecated in favor of MediaRecorder.OutputFormat.AMR_NB 367 * video if the output format is OutputFormat.THREE_GPP or 368 * OutputFormat.MPEG_4 so that a video player can choose the proper 390 * stored in udta box if the output format is OutputFormat.THREE_GPP 391 * or OutputFormat.MPEG_4, and is ignored for other output formats. 432 * @see android.media.MediaRecorder.OutputFormat [all...] |
/cts/tests/tests/mediastress/src/android/mediastress/cts/ |
MediaRecorderStressTest.java | 241 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); 315 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); 394 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
|
CodecTest.java | 466 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/ |
MediaRecorderTest.java | 150 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); 263 MediaRecorder.OutputFormat.THREE_GPP, 279 MediaRecorder.OutputFormat.THREE_GPP, MediaNames.INVALD_VIDEO_PATH, false);
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/ |
MediaRecorderStressTest.java | 212 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); 276 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); 366 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
MediaRecorderStateUnitTestTemplate.java | 40 public static final int OUTPUT_FORMAT= MediaRecorder.OutputFormat.THREE_GPP;
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/ |
MediaEncoderFilter.java | 106 * settings to width, height, framerate, outputFormat, and videoEncoder. 128 * android.media.MediaRecorder.OutputFormat */ 129 @GenerateFieldPort(name = "outputFormat", hasDefault = true) 130 private int mOutputFormat = MediaRecorder.OutputFormat.MPEG_4;
|
/packages/apps/SoundRecorder/src/com/android/soundrecorder/ |
SoundRecorder.java | 388 mRecorder.startRecording(MediaRecorder.OutputFormat.AMR_NB, ".amr", this); 391 mRecorder.startRecording(MediaRecorder.OutputFormat.THREE_GPP, ".3gpp",
|
/frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/ |
ScoAudioTest.java | 458 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
|
/dalvik/dexdump/ |
DexDump.cpp | 55 enum OutputFormat { 68 OutputFormat outputFormat; 552 if (gOptions.outputFormat == OUTPUT_PLAIN) { [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
PaletteControl.java | [all...] |
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/ |
CodecTest.java | 491 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
|
/packages/apps/Camera/src/com/android/camera/ |
VideoCamera.java | [all...] |
/packages/apps/LegacyCamera/src/com/android/camera/ |
VideoCamera.java | [all...] |
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/ |
FlexAntTasks.jar | |