Searched refs:outfile (Results 1 - 7 of 7) sorted by relevance

/frameworks/support/v17/leanback/
H A Dgeneratev4.py29 outfile = open('src/android/support/v17/leanback/app/{}SupportFragment.java'.format(w), 'w') variable
31 outfile.write("/* This file is auto-generated from {}Fragment.java. DO NOT MODIFY. */\n\n".format(w))
38 outfile.write(line)
40 outfile.close()
/frameworks/av/media/libstagefright/codecs/aacenc/SampleCode/
H A DAAC_E_SAMPLES.c135 FILE *infile, *outfile; local
176 outfile = fopen(outfileName, "wb");
177 if (!outfile) {
249 fwrite(outData.Buffer, 1, outData.Length, outfile);
275 if (outfile)
277 fclose(outfile);
/frameworks/native/opengl/tools/glgen2/
H A Dglgen.py182 def writeEntries(self, outfile):
186 file=outfile)
189 def writeTrace(self, outfile):
206 file=outfile)
209 def writeEnums(self, outfile):
211 print('GL_ENUM(%s,%s)' % (enum[0], enum[1]), file=outfile)
/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DGDBJITRegistrar.cpp178 std::ofstream outfile(Filename.c_str(), std::ofstream::binary);
179 outfile.write((char*)JITCodeEntry->symfile_addr, JITCodeEntry->symfile_size);
180 outfile.close();
/frameworks/compile/libbcc/include/bcinfo/Wrap/
H A Dbitcode_wrapperer.h53 BitcodeWrapperer(WrapperInput* infile, WrapperOutput* outfile);
72 // outfile. Return true on success.
153 // Copies size bytes of infile to outfile, using the buffer.
159 // Discards the old outfile and replaces it with the given file.
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSmsUsageMonitor.java500 FileOutputStream outfile = null;
502 outfile = mPolicyFile.startWrite();
505 out.setOutput(outfile, "utf-8");
521 mPolicyFile.finishWrite(outfile);
524 if (outfile != null) {
525 mPolicyFile.failWrite(outfile);
/frameworks/compile/libbcc/bcinfo/Wrap/
H A Dbitcode_wrapperer.cpp57 BitcodeWrapperer::BitcodeWrapperer(WrapperInput* infile, WrapperOutput* outfile) argument
59 outfile_(outfile),

Completed in 192 milliseconds