HomeSort by relevance Sort by last modified time
    Searched full:outfile (Results 276 - 300 of 943) sorted by null

<<11121314151617181920>>

  /hardware/invensense/65xx/libsensors_iio/
MPLSupport.cpp 262 void dump_dmp_img(const char *outFile)
272 LOGI("HAL DEBUG:write to %s", outFile);
274 read_dmp_img(dmp_path, (char *)outFile);
  /cts/tools/cfassembler/src/dxconvext/
ClassFileParser.java 80 // write the outfile to the same directory as the corresponding .java
82 String outFile = absSrcFilePath.substring(0, absSrcFilePath
86 w = new OutputStreamWriter(new FileOutputStream(new File(outFile)));
88 throw new RuntimeException("cannot write to file:"+outFile, e);
  /external/skia/tools/
skhello.cpp 21 DEFINE_string2(outFile, o, "skhello", "The filename to write the image.");
  /external/sonic/
sonic.1 7 .B sonic [OPTION]... inFile 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/compile/libbcc/bcinfo/tools/
main.cpp 53 std::string outFile;
103 outFile = std::string(inFile.begin(), inFile.end() - 3) + ".ll";
106 outFile = inFile + ".ll";
375 new llvm::tool_output_file(outFile.c_str(), ec,
  /sdk/eclipse/
build.gradle 13 ext.outFile = new File(outPath)
16 ext.outFile = new File(projectDir, outPath)
143 File targetDir = new File(outFile, "/host/maven/target").getCanonicalFile()
155 def androidOut = outFile.getCanonicalPath()
  /external/chromium-trace/catapult/third_party/gsutil/third_party/python-gflags/
gflags.py     [all...]
  /external/chromium-trace/catapult/third_party/python_gflags/
gflags.py     [all...]
  /external/chromium-trace/catapult/catapult_build/
build_steps.py 195 with open(args.output_json, 'w') as outfile:
196 json.dump(steps, outfile)
  /external/curl/src/
tool_sdecls.h 106 char *outfile; /* where to store the output */ member in struct:getout
111 #define GETOUT_OUTFILE (1<<0) /* set when outfile is deemed done */
  /external/curl/winbuild/
Makefile.vc 187 @SET OUTFILE=LIBCURL_OBJS.inc
192 @SET OUTFILE=CURL_OBJS.inc
  /external/deqp/executor/tools/
xeCommandLineExecutor.cpp 136 string outFile;
200 cmdLine.outFile = opts.getOption<opt::TestLogFile>();
621 if (!cmdLine.outFile.empty())
623 xe::writeBatchResultToFile(batchResult, cmdLine.outFile.c_str());
624 printf("Test log written to %s\n", cmdLine.outFile.c_str());
639 if (!cmdLine.outFile.empty())
641 xe::writeBatchResultToFile(batchResult, cmdLine.outFile.c_str());
642 printf("Test log written to %s\n", cmdLine.outFile.c_str());
  /external/deqp/scripts/log/
log_to_xml.py 140 def logToXml (inFile, outFile):
172 out = codecs.open(outFile, "wb", encoding="utf-8")
  /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/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
Trans.java 137 System.out.println("Usage: java com.ibm.icu.dev.tool.translit.Trans [-html] <trans> ( <input> | -i <infile>) [ -o <outfile> ]");
141 System.out.println("<outfile> Name of output file");
  /external/opencv3/samples/tapi/
pyrlk_optical_flow.cpp 102 string outfile = cmd.get<string>("output"); local
224 imwrite(outfile, frame0);
squares.cpp 165 string outfile = cmd.get<string>("o"); local
201 imwrite(outfile, result);
  /external/smali/smali/
build.gradle 138 def outFile = fatJar.destinationDir.getPath() + '/' + fatJar.baseName + '-' +
142 outjars outFile
  /external/vboot_reference/futility/
vb1_helper.c 446 int WriteSomeParts(const char *outfile,
454 outfile, part1_size, part2_size);
456 f = fopen(outfile, "wb");
459 outfile, strerror(errno));
466 outfile, strerror(errno));
468 unlink(outfile);
476 outfile, strerror(errno));
478 unlink(outfile);
  /external/webrtc/webrtc/modules/audio_coding/codecs/g711/test/
testG711.cc 65 printf("./testG711.exe framelength law infile outfile \n\n");
69 printf("outfile : Speech output file\n\n");
  /frameworks/base/tests/BandwidthTests/src/com/android/tests/bandwidthenforcement/
BandwidthEnforcementTestService.java 67 File outFile = new File(extStorage, outputFile);
68 FileWriter writer = new FileWriter(outFile, true);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/debug/
DataExporter.java 56 final File outFile = getOutputFile(context, fileName);
65 try (ZipOutputStream os = new ZipOutputStream(new FileOutputStream(outFile))) {
  /external/curl/docs/examples/
curlx.c 263 char * outfile = NULL; local
305 outfile=*(++args);
366 } else if (outfile == NULL)
368 else if (BIO_write_filename(out,outfile) <= 0) {
369 BIO_printf(p.errorbio, "Error opening output file %s\n", outfile);
  /external/emma/core/java12/com/vladium/emma/report/txt/
ReportGenerator.java 105 File outFile = m_settings.getOutFile ();
106 if (outFile == null)
108 outFile = new File ("coverage.txt");
109 m_settings.setOutFile (outFile);
112 final File fullOutFile = Files.newFile (m_settings.getOutDir (), outFile);

Completed in 1576 milliseconds

<<11121314151617181920>>