HomeSort by relevance Sort by last modified time
    Searched refs:outFile (Results 51 - 75 of 85) sorted by null

1 23 4

  /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 215 int outFormat, String outFile, boolean videoOnly) {
228 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/webrtc/src/modules/audio_processing/aecm/
echo_control_mobile.c 125 aecm->aecmCore->outFile = fopen("aecOut.pcm","wb");
148 fclose(aecm->aecmCore->outFile);
  /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/llvm/tools/bugpoint/
ToolRunner.cpp 777 std::ofstream outFile(OutputFile.c_str(), std::ios_base::app);
778 outFile << *Error << '\n';
779 outFile.close();
    [all...]
  /packages/apps/Email/tests/src/com/android/email/provider/
AttachmentProviderTests.java 679 File outFile = getAttachmentFile(forAccount, id);
682 FileOutputStream out = new FileOutputStream(outFile);
686 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);
aec_core.c 847 fwrite(output, sizeof(int16_t), PART_LEN, aec->outFile);
    [all...]
  /frameworks/rs/
rsg_generator.c 627 fprintf(stderr, "usage: %s commandFile outFile\n", argv[0]);
631 const char* outFile = argv[2];
645 FILE *f = fopen(outFile, "w");
  /prebuilts/devtools/tools/lib/
manifest-merger.jar 
sdk-common.jar 
ddms.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 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.core_2.0.2.R36x_v20100804.jar 
org.eclipse.equinox.p2.touchpoint.natives_1.0.200.v20100503a.jar 
org.eclipse.test.performance_3.6.0.v20091014.jar 
org.eclipse.help.base_3.5.2.v201011171123.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
  /external/webkit/Tools/android/webkitmerge/
webkitmerge.cpp 204 const char* outFile)
209 sandboxBase, oldDir, oldFile, oldBase, oldDir, oldFile, newBase, newDir, newFile, outFile);
    [all...]

Completed in 679 milliseconds

1 23 4