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

12 3 4 5 6 7 8 91011>>

  /external/emma/core/java12/com/vladium/emma/rt/
RTExitHook.java 105 RTExitHook (final Class RT, final ICoverageData cdata, final File outFile, final boolean merge)
110 m_outFile = outFile;
  /external/lzma/CPP/Windows/
FileDir.h 60 bool Create(CFSTR pathPrefix, NIO::COutFile *outFile); // pathPrefix is not folder prefix
61 bool CreateRandomInTempFolder(CFSTR namePrefix, NIO::COutFile *outFile);
FileDir.cpp 575 static bool CreateTempFile(CFSTR prefix, bool addRandom, FString &path, NIO::COutFile *outFile)
593 if (outFile)
602 if (outFile)
609 if (outFile)
611 if (outFile->Create(path, false))
628 bool CTempFile::Create(CFSTR prefix, NIO::COutFile *outFile)
632 if (!CreateTempFile(prefix, false, _path, outFile))
638 bool CTempFile::CreateRandomInTempFolder(CFSTR namePrefix, NIO::COutFile *outFile)
645 if (!CreateTempFile(tempPath + namePrefix, true, _path, outFile))
  /frameworks/base/core/tests/coretests/src/android/os/storage/
StorageManagerBaseTest.java 225 * @param outFile A File representing the file we want to copy the OBB to
228 private void copyRawToFile(int rawResId, File outFile) throws NotFoundException {
237 FileUtils.setPermissions(outFile.getPath(), FileUtils.S_IRWXU | FileUtils.S_IRWXG
239 assertTrue(FileUtils.copyToFile(is, outFile));
240 FileUtils.setPermissions(outFile.getPath(), FileUtils.S_IRWXU | FileUtils.S_IRWXG
252 File outFile = null;
255 outFile = new File(filesDir, name);
256 copyRawToFile(rawResId, outFile);
258 if (outFile != null) {
259 outFile.delete()
    [all...]
  /build/soong/cc/
gen.go 59 func genYacc(ctx android.ModuleContext, yaccFile android.Path, outFile android.ModuleGenPath, yaccFlags string) (headerFile android.ModuleGenPath) {
65 Output: outFile,
77 func genAidl(ctx android.ModuleContext, aidlFile android.Path, outFile android.ModuleGenPath, aidlFlags string) android.Paths {
82 Output: outFile,
91 return android.Paths{outFile}
94 func genLex(ctx android.ModuleContext, lexFile android.Path, outFile android.ModuleGenPath) {
98 Output: outFile,
  /cts/tools/cfassembler/src/dxconvext/
ClassFileAssembler.java 101 File outFile = new File(tFile);
102 System.out.println("outfile:" + outFile);
107 OutputStream os = new FileOutputStream(outFile);
  /external/libopus/celt/
opus_custom_demo.c 45 char *inFile, *outFile;
95 outFile = argv[argc-1];
96 fout = fopen(outFile, "wb+");
  /frameworks/base/core/java/android/app/backup/
FullBackup.java 137 * @param outFile Location within the filesystem to place the data. This must point
142 long size, int type, long mode, long mtime, File outFile) throws IOException {
147 if (outFile != null) outFile.mkdirs();
153 if (outFile != null) {
154 File parent = outFile.getParentFile();
162 out = new FileOutputStream(outFile);
165 Log.e(TAG, "Unable to create/open file " + outFile.getPath(), e);
185 Log.e(TAG, "Unable to write to file " + outFile.getPath(), e);
188 outFile.delete()
    [all...]
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/index/
IndexGenerator.java 68 File outFile = new File(outDir, "res_index.txt");
69 PrintWriter pw = new PrintWriter(new BufferedWriter(new FileWriter(outFile)));
  /external/vulkan-validation-layers/
generator.py 208 self.outFile = None
321 self.outFile = open(self.genOpts.directory + '/' + self.genOpts.filename, 'w')
323 self.outFile = sys.stdout
328 self.outFile.flush()
329 if (self.outFile != sys.stdout and self.outFile != sys.stderr):
330 self.outFile.close()
494 write('', file=self.outFile)
parameter_validation_generator.py 179 write(s, file=self.outFile)
184 write('#ifndef', headerSym, file=self.outFile)
185 write('#define', headerSym, '1', file=self.outFile)
189 write('#include <string>', file=self.outFile)
191 write('#include "vulkan/vulkan.h"', file=self.outFile)
192 write('#include "vk_layer_extension_utils.h"', file=self.outFile)
193 write('#include "parameter_validation_utils.h"', file=self.outFile)
197 write('#ifndef UNUSED_PARAMETER', file=self.outFile)
198 write('#define UNUSED_PARAMETER(x) (void)(x)', file=self.outFile)
199 write('#endif // UNUSED_PARAMETER', file=self.outFile)
    [all...]
  /frameworks/rs/rsov/compiler/
rs2spirv.cpp 128 llvm::StringRef outFile(OutputFile);
129 llvm::raw_fd_ostream OFS(outFile, EC, llvm::sys::fs::F_None);
  /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
Dicttool.java 61 protected static OutputStream getFileOutputStream(final File outFile)
63 return new BufferedOutputStream(new FileOutputStream(outFile));
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/
generator.py 465 self.outFile = None
569 self.outFile = open(os.path.join(self.genOpts.genDirectory, self.genOpts.filename), 'w')
571 self.outFile = open(self.genOpts.filename, 'w')
573 self.outFile = sys.stdout
578 self.outFile.flush()
579 if (self.outFile != sys.stdout and self.outFile != sys.stderr):
580 self.outFile.close()
733 write('', file=self.outFile)
    [all...]
  /external/smali/smali/
build.gradle 133 def outFile = fatJar.destinationDir.getPath() + '/' + fatJar.baseName + '-' +
137 outjars outFile
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/SwitchingSampRate/
SwitchingSampRate.cc 36 FILE* outFile[MAX_NUM_CLIENTS];
111 OPEN_FILE_WB(outFile[clientCntr], outFileName[clientCntr]);
439 outFile[receiverIdx]) !=
447 outFile[receiverIdx]) !=
  /frameworks/base/packages/SystemUI/scripts/
new_merge.py 130 def prepareFileForCompare(inFile, outFile, skip="", replace="", withText=""):
131 # Delete the outfile, so we're starting with a new file
132 if (os.path.exists(outFile)):
133 os.remove(outFile)
136 fout = open(outFile, "w")
  /external/bzip2/
bzip2recover.c 304 FILE* outFile;
436 outFile = NULL;
446 if (outFile != NULL && bitsRead >= rbStart[wrBlock]
454 if (outFile != NULL) {
489 outFile = fopen ( outFileName, "wb" );
490 if (outFile == NULL) {
495 bsWr = bsOpenWriteStream ( outFile );
  /build/blueprint/bootstrap/
command.go 34 outFile string
48 flag.StringVar(&outFile, "o", "build.ninja.in", "the Ninja file to output")
156 err = ioutil.WriteFile(outFile, buf.Bytes(), outFilePermissions)
158 fatalf("error writing %s: %s", outFile, err)
162 err := deptools.WriteDepFile(depFile, outFile, deps)
  /external/emma/core/java12/com/vladium/emma/report/lcov/
ReportGenerator.java 107 File outFile = m_settings.getOutFile();
108 if (outFile == null)
110 outFile = new File("coverage.lcov");
111 m_settings.setOutFile(outFile);
114 final File fullOutFile = Files.newFile(m_settings.getOutDir(), outFile);
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
SwatDeprecated.java 173 File outFile = new File(outPath);
176 if (outFile.exists()) {
180 bakFile = outFile;
184 tmpFile = outFile;
299 outFile.setLastModified(inFile.lastModified());
  /cts/tests/tests/os/src/android/os/storage/cts/
StorageManagerTest.java 87 private void doMountAndUnmountObbNormal(File outFile) throws IOException {
88 final String canonPath = mountObb(R.raw.test1_new, outFile, OnObbStateChangeListener.MOUNTED);
90 mountObb(R.raw.test1_new, outFile, OnObbStateChangeListener.ERROR_ALREADY_MOUNTED);
101 unmountObb(outFile, OnObbStateChangeListener.UNMOUNTED);
113 private void doAttemptMountNonObb(File outFile) {
114 mountObb(R.raw.test1_nosig, outFile, OnObbStateChangeListener.ERROR_INTERNAL);
117 mStorageManager.isObbMounted(outFile.getPath()));
120 mStorageManager.getMountedObbPath(outFile.getPath()));
131 private void doAttemptMountObbWrongPackage(File outFile) {
132 mountObb(R.raw.test1_wrongpackage, outFile,
    [all...]
  /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/deqp/executor/tools/
xeCommandLineExecutor.cpp 137 string outFile;
201 cmdLine.outFile = opts.getOption<opt::TestLogFile>();
622 if (!cmdLine.outFile.empty())
624 xe::writeBatchResultToFile(batchResult, cmdLine.outFile.c_str());
625 printf("Test log written to %s\n", cmdLine.outFile.c_str());
640 if (!cmdLine.outFile.empty())
642 xe::writeBatchResultToFile(batchResult, cmdLine.outFile.c_str());
643 printf("Test log written to %s\n", cmdLine.outFile.c_str());
  /frameworks/base/core/tests/coretests/src/com/android/internal/http/multipart/
MultipartTest.java 36 FileWriter outFile = new FileWriter(upload);
37 BufferedWriter out = new BufferedWriter(outFile);

Completed in 788 milliseconds

12 3 4 5 6 7 8 91011>>