Searched refs:outfile (Results 1 - 6 of 6) 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.py196 def writeEntries(self, outfile):
200 file=outfile)
203 def writeTrace(self, outfile):
220 file=outfile)
223 def writeEnums(self, outfile):
225 print('GL_ENUM(%s,%s)' % (enum[0], enum[1]), file=outfile)
/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.java501 FileOutputStream outfile = null;
503 outfile = mPolicyFile.startWrite();
506 out.setOutput(outfile, StandardCharsets.UTF_8.name());
522 mPolicyFile.finishWrite(outfile);
525 if (outfile != null) {
526 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 409 milliseconds