HomeSort by relevance Sort by last modified time
    Searched full:outfile (Results 501 - 525 of 704) sorted by null

<<212223242526272829

  /external/clang/include/clang/Frontend/
CompilerInstance.h 515 /// \param OutFile - The output file info.
516 void addOutputFile(const OutputFile &OutFile);
  /external/lzma/
lzma.txt 487 outStream.file = outFile;
520 MyWriteFileAndCheck(outFile, header, headerSize)
  /external/skia/tests/
SkpSkGrTest.cpp 370 SkString outFile = make_filepath(0, outDir, pngName);
371 if (!SkImageEncoder::EncodeFile(outFile.c_str(), bitmap,
PathOpsSkpClipTest.cpp 577 SkString outFile = make_filepath(0, outDir, pngName);
578 if (!SkImageEncoder::EncodeFile(outFile.c_str(), bitmap,
    [all...]
  /external/webrtc/src/modules/audio_processing/aec/
echo_cancellation.c 155 aecpc->aec->outFile = fopen(filename, "wb");
185 fclose(aecpc->aec->outFile);
  /external/webrtc/src/modules/audio_processing/aecm/
echo_control_mobile.c 125 aecm->aecmCore->outFile = fopen("aecOut.pcm","wb");
148 fclose(aecm->aecmCore->outFile);
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
video_encoder_device.cpp 204 if (m_debug.out_buffer_log && !m_debug.outfile) {
224 m_debug.outfile = fopen(m_debug.outfile_name, "ab");
225 if (!m_debug.outfile) {
232 if (m_debug.outfile && buffer_len) {
234 fwrite(buffer_addr, buffer_len, 1, m_debug.outfile);
436 if (m_debug.outfile) {
437 fclose(m_debug.outfile);
438 m_debug.outfile = NULL;
    [all...]
video_encoder_device_v4l2.cpp 617 if (!m_debug.outfile) {
636 m_debug.outfile = fopen(m_debug.outfile_name, "ab");
637 if (!m_debug.outfile) {
644 if (m_debug.outfile && buffer_len) {
646 fwrite(buffer_addr, buffer_len, 1, m_debug.outfile);
    [all...]
  /prebuilts/sdk/tools/linux/
zipalign 
  /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();
  /external/llvm/lib/CodeGen/
MachineVerifier.cpp 276 raw_ostream *OutFile = nullptr;
279 OutFile = new raw_fd_ostream(OutFileName, ErrorInfo,
286 OS = OutFile;
361 if (OutFile)
362 delete OutFile;
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
shell.c 417 char outfile[FILENAME_MAX]; /* Filename for *out */ member in struct:callback_data
    [all...]
  /external/sqlite/dist/orig/
shell.c 470 char outfile[FILENAME_MAX]; /* Filename for *out */ member in struct:callback_data
    [all...]
  /external/sqlite/dist/
shell.c 475 char outfile[FILENAME_MAX]; /* Filename for *out */ member in struct:callback_data
    [all...]
  /external/llvm/tools/bugpoint/
ToolRunner.cpp 809 std::ofstream outFile(OutputFile.c_str(), std::ios_base::app);
810 outFile << *Error << '\n';
811 outFile.close();
    [all...]
  /external/chromium_org/chrome/test/chromedriver/test/
run_java_tests.py 168 ' <test name="%s" outfile="%s"/>' % (test_name, results_file),
  /external/deqp/framework/qphelper/
qpXmlWriter.h 90 qpXmlWriter* qpXmlWriter_createFileWriter (FILE* outFile, deBool useCompression);
  /external/emma/ant/ant14/com/vladium/emma/
emmajavaTask.java 389 // sessiondatafile|outfile attribute:
  /external/strace/
strace.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/man/man1/
x86_64-w64-mingw32-cpp.1     [all...]
x86_64-w64-mingw32-objcopy.1 255 .IX Item "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...]
  /external/fonttools/Lib/fontTools/
merge.py 913 outfile = 'merged.ttf'
914 font.save(outfile)
  /external/fonttools/Lib/fontTools/ttLib/
__init__.py 958 def reorderFontTables(inFile, outFile, tableOrder=None, checkChecksums=False):
964 writer = SFNTWriter(outFile, len(reader.tables), reader.sfntVersion, reader.flavor, reader.flavorData)

Completed in 1065 milliseconds

<<212223242526272829