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

1 23 4 5 6 7

  /external/chromium_org/third_party/opus/src/src/
opus_demo.c 220 char *inFile, *outFile;
515 outFile = argv[argc-1];
516 fout = fopen(outFile, "wb+");
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
aec_core_internal.h 146 FILE* outFile;
  /external/libopus/src/
opus_demo.c 220 char *inFile, *outFile;
515 outFile = argv[argc-1];
516 fout = fopen(outFile, "wb+");
    [all...]
  /external/webrtc/src/modules/audio_processing/aec/
aec_core.h 151 FILE *outFile;
  /frameworks/base/core/java/android/app/backup/
BackupAgent.java 556 File outFile = new File(basePath, path);
557 String outPath = outFile.getCanonicalPath();
560 onRestoreFile(data, size, outFile, type, mode, mtime);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PreCompilerBuilder.java     [all...]
  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageManagerTests.java 293 Uri getInstallablePackage(int fileResId, File outFile) {
301 FileUtils.setPermissions(outFile.getPath(),
304 assertTrue(FileUtils.copyToFile(is, outFile));
305 FileUtils.setPermissions(outFile.getPath(),
308 return Uri.fromFile(outFile);
700 File outFile = new File(filesDir, outFileName);
701 Uri packageURI = getInstallablePackage(rawResId, outFile);
    [all...]
  /external/chromium_org/third_party/skia/tests/
PathOpsSkpClipTest.cpp 577 SkString outFile = make_filepath(0, outDir, pngName);
578 if (!SkImageEncoder::EncodeFile(outFile.c_str(), bitmap,
    [all...]
SkpSkGrTest.cpp 370 SkString outFile = make_filepath(0, outDir, pngName);
371 if (!SkImageEncoder::EncodeFile(outFile.c_str(), bitmap,
  /external/emma/core/java12/com/vladium/emma/instr/
InstrProcessorST.java 181 File outFile = null;
190 outFile = new File (className.replace ('.', File.separatorChar).concat (".class"));
191 fullOutFile = getFullOutFile (null, outFile, IN_CLASSES);
199 // BUG_SF989071: using outFile here instead resulted in
212 if (log.atVERBOSE ()) log.verbose ("destination file [" + outFile + "] skipped: more recent than the source");
252 outFile = new File (className.replace ('.', File.separatorChar).concat (".class"));
253 fullOutFile = getFullOutFile (null, outFile, IN_CLASSES);
560 final File outFile = getFullOutFile (pathDir, file, IN_CLASSES);
562 addJob (new FileWriteJob (outFile, data, mkdir));
    [all...]
  /external/skia/tests/
PathOpsSkpClipTest.cpp 577 SkString outFile = make_filepath(0, outDir, pngName);
578 if (!SkImageEncoder::EncodeFile(outFile.c_str(), bitmap,
    [all...]
SkpSkGrTest.cpp 370 SkString outFile = make_filepath(0, outDir, pngName);
371 if (!SkImageEncoder::EncodeFile(outFile.c_str(), bitmap,
  /external/webrtc/src/modules/audio_processing/aecm/
aecm_core.h 202 FILE *outFile;
  /packages/apps/Email/tests/src/com/android/email/provider/
AttachmentProviderTests.java 660 File outFile = getAttachmentFile(forAccount, id);
663 FileOutputStream out = new FileOutputStream(outFile);
667 return outFile.getAbsolutePath();
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
RecordingTest.java     [all...]
  /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...]
  /prebuilts/tools/common/api-generator/
api-generator-22.9.1.jar 
  /sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/
ConfigGenerator.java 589 File outFile = new File(dir, filename);
595 return outFile.getAbsolutePath();
  /packages/apps/Launcher3/src/com/android/launcher3/
Launcher.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 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.10.0/
builder-0.10.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.11.2/
builder-0.11.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.12.1/
builder-0.12.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.12.2/
builder-0.12.2.jar 
  /prebuilts/tools/common/builder/
builder-0.10.0.jar 

Completed in 2031 milliseconds

1 23 4 5 6 7