/external/emma/core/java12/com/vladium/emma/report/ |
ReportProperties.java | 65 public void setOutFile (final File outFile) 67 if ($assert.ENABLED) $assert.ASSERT (outFile != null, "null input: outFile"); 69 m_outFile = outFile;
|
/external/llvm/tools/bugpoint/ |
ExecutionDriver.cpp | 368 std::ofstream outFile(OutputFile.c_str(), std::ios_base::app); 369 outFile << "exit " << RetVal << '\n'; 370 outFile.close();
|
ToolRunner.cpp | 808 std::ofstream outFile(OutputFile.c_str(), std::ios_base::app); 809 outFile << *Error << '\n'; 810 outFile.close(); [all...] |
/frameworks/base/core/java/android/app/backup/ |
BackupAgent.java | 516 File outFile = new File(basePath, path); 517 String outPath = outFile.getCanonicalPath(); 520 onRestoreFile(data, size, outFile, type, mode, mtime);
|
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
PackageManagerTests.java | 287 Uri getInstallablePackage(int fileResId, File outFile) { 295 FileUtils.setPermissions(outFile.getPath(), 298 assertTrue(FileUtils.copyToFile(is, outFile)); 299 FileUtils.setPermissions(outFile.getPath(), 302 return Uri.fromFile(outFile); 696 File outFile = new File(filesDir, outFileName); 697 Uri packageURI = getInstallablePackage(rawResId, outFile); [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
MediaRecorderTest.java | 463 private void recordMedia(long maxFileSize, File outFile) throws Exception { 470 assertTrue(outFile.exists()); 474 assertTrue(outFile.length() < 1.1 * maxFileSize); 475 assertTrue(outFile.length() > 0);
|
/external/webrtc/src/modules/audio_processing/aecm/ |
aecm_core.h | 202 FILE *outFile;
|
echo_control_mobile.c | 125 aecm->aecmCore->outFile = fopen("aecOut.pcm","wb"); 148 fclose(aecm->aecmCore->outFile);
|
/external/emma/core/java12/com/vladium/emma/report/html/ |
ReportGenerator.java | 140 File outFile = m_settings.getOutFile (); 141 if (outFile == null) 143 outFile = new File ("index".concat (FILE_EXTENSION)); 144 m_settings.setOutFile (outFile); 147 final File fullOutFile = Files.newFile (m_settings.getOutDir (), outFile); 327 final File outFile = getItemFile (NESTED_ITEMS_PARENT_DIR, m_reportIDNamespace.getID (getItemKey (item))); 329 out = openOutFile (Files.newFile (m_settings.getOutDir (), outFile), m_settings.getOutEncoding (), true); 444 final File outFile = getItemFile (NESTED_ITEMS_PARENT_DIR, m_reportIDNamespace.getID (getItemKey (item))); 446 out = openOutFile (Files.newFile (m_settings.getOutDir (), outFile), m_settings.getOutEncoding (), true); 619 final File outFile = getItemFile (NESTED_ITEMS_PARENT_DIR, m_reportIDNamespace.getID (getItemKey (item))) [all...] |
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/ |
MediaPlayerPerformance.java | 223 int outFormat, String outFile, boolean videoOnly) { 236 mRecorder.setOutputFile(outFile);
|
VideoEditorPerformance.java | 103 File outFile = new File(VIDEOEDITOR_OUTPUT); 104 Writer output = new BufferedWriter(new FileWriter(outFile, true)); [all...] |
/frameworks/support/tests/java/android/support/v4/content/ |
FileProviderTest.java | 160 File outFile = new File(mContext.getFilesDir(), "/foo/bar"); 165 assertEquals(outFile.getPath(),
|
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/audio/dec/mp3/ |
Exynos_OMX_Mp3dec.c | 52 FILE *outFile; 455 outFile = fopen("/data/OutFile.pcm", "w+"); 473 fclose(outFile); 598 fwrite(pOutputData->buffer.singlePlaneBuffer.dataBuffer, pOutputData->dataLen, 1, outFile); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/ |
PreCompilerBuilder.java | [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant-junit.jar | |
/external/skia/tests/ |
PathOpsSkpClipTest.cpp | 355 SkString outFile = make_filepath(0, outDir, pngName); 356 if (!SkImageEncoder::EncodeFile(outFile.c_str(), bitmap,
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/ |
VideoEditorStressTest.java | 126 File outFile = new File(VIDEOEDITOR_OUTPUT); 127 Writer output = new BufferedWriter(new FileWriter(outFile, true)); 136 File outFile = new File(VIDEOEDITOR_OUTPUT); 137 Writer output = new BufferedWriter(new FileWriter(outFile, true)); [all...] |
/external/chromium_org/third_party/opus/src/src/ |
opus_demo.c | 229 char *inFile, *outFile; 517 outFile = argv[argc-1]; 518 fout = fopen(outFile, "wb+"); [all...] |
/packages/apps/Email/tests/src/com/android/email/provider/ |
AttachmentProviderTests.java | 669 File outFile = getAttachmentFile(forAccount, id); 672 FileOutputStream out = new FileOutputStream(outFile); 676 return outFile.getAbsolutePath();
|
/external/webrtc/src/modules/audio_processing/aec/ |
echo_cancellation.c | 155 aecpc->aec->outFile = fopen(filename, "wb"); 185 fclose(aecpc->aec->outFile);
|
/frameworks/rs/ |
rsg_generator.c | 647 fprintf(stderr, "usage: %s commandFile outFile\n", argv[0]); 651 const char* outFile = argv[2]; 665 FILE *f = fopen(outFile, "w");
|
/prebuilts/devtools/tools/lib/ |
manifest-merger.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.2.0/ |
manifest-merger-22.2.0.jar | |
/sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/ |
ConfigGenerator.java | 589 File outFile = new File(dir, filename); 595 return outFile.getAbsolutePath();
|
/external/emma/lib/ |
emma.jar | |