Searched refs:fos (Results 1 - 25 of 59) sorted by relevance

123

/external/chromium_org/third_party/sfntly/cpp/src/test/
H A Dendian_test.cc55 FontOutputStream fos(&os);
56 fos.WriteULong(Tag::head);
57 fos.Write(202);
58 fos.Write(202);
59 fos.Write(202);
60 fos.Write(202);
61 fos.WriteUShort(24);
62 fos.WriteShort(-32744);
63 fos.WriteUInt24(24);
64 fos
[all...]
/external/sfntly/cpp/src/test/
H A Dendian_test.cc55 FontOutputStream fos(&os);
56 fos.WriteULong(Tag::head);
57 fos.Write(202);
58 fos.Write(202);
59 fos.Write(202);
60 fos.Write(202);
61 fos.WriteUShort(24);
62 fos.WriteShort(-32744);
63 fos.WriteUInt24(24);
64 fos
[all...]
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DContextTest.java108 FileOutputStream fos = null;
110 fos = new FileOutputStream(cacheTest);
111 fos.write("test".getBytes());
113 if (fos != null)
114 fos.close();
126 FileOutputStream fos = null;
128 fos = new FileOutputStream(cacheTest);
129 fos.write("test".getBytes());
131 if (fos != null)
132 fos
[all...]
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/
H A Dfont.cc75 FontOutputStream fos(os);
76 SerializeHeader(&fos, &table_records);
77 SerializeTables(&fos, &table_records);
113 void Font::SerializeHeader(FontOutputStream* fos, argument
115 fos->WriteFixed(sfnt_version_);
116 fos->WriteUShort(table_headers->size());
119 fos->WriteUShort(search_range);
120 fos->WriteUShort(log2_of_max_power_of_2);
121 fos->WriteUShort((table_headers->size() * 16) - search_range);
131 fos
138 SerializeTables(FontOutputStream* fos, TableHeaderList* table_headers) argument
[all...]
H A Dfont.h316 // @param fos the destination stream for the headers
319 void SerializeHeader(FontOutputStream* fos, TableHeaderList* table_headers);
322 // @param fos the destination stream for the headers
325 void SerializeTables(FontOutputStream* fos, TableHeaderList* table_headers);
/external/sfntly/cpp/src/sfntly/
H A Dfont.cc75 FontOutputStream fos(os);
76 SerializeHeader(&fos, &table_records);
77 SerializeTables(&fos, &table_records);
113 void Font::SerializeHeader(FontOutputStream* fos, argument
115 fos->WriteFixed(sfnt_version_);
116 fos->WriteUShort(table_headers->size());
119 fos->WriteUShort(search_range);
120 fos->WriteUShort(log2_of_max_power_of_2);
121 fos->WriteUShort((table_headers->size() * 16) - search_range);
131 fos
138 SerializeTables(FontOutputStream* fos, TableHeaderList* table_headers) argument
[all...]
H A Dfont.h316 // @param fos the destination stream for the headers
319 void SerializeHeader(FontOutputStream* fos, TableHeaderList* table_headers);
322 // @param fos the destination stream for the headers
325 void SerializeTables(FontOutputStream* fos, TableHeaderList* table_headers);
/external/jdiff/src/jdiff/
H A DHTMLFiles.java29 FileOutputStream fos = new FileOutputStream(tln);
30 h_.reportFile = new PrintWriter(fos);
82 FileOutputStream fos = new FileOutputStream(tlf);
83 h_.reportFile = new PrintWriter(fos);
128 FileOutputStream fos = new FileOutputStream(helpFileName);
129 h_.reportFile = new PrintWriter(fos);
274 FileOutputStream fos = new FileOutputStream(stylesheetFileName);
275 h_.reportFile = new PrintWriter(fos);
H A DComments.java126 FileOutputStream fos = new FileOutputStream(xsdFileName);
127 PrintWriter xsdFile = new PrintWriter(fos);
384 FileOutputStream fos = new FileOutputStream(outputFileName);
385 outputFile = new PrintWriter(fos);
H A DDiff.java308 FileOutputStream fos = new FileOutputStream(fullDiffFileName);
309 diffFile = new PrintWriter(fos);
443 FileOutputStream fos = new FileOutputStream(fullDiffFileName);
444 diffFile = new PrintWriter(fos);
H A DHTMLStatistics.java31 FileOutputStream fos = new FileOutputStream(filename);
32 h_.reportFile = new PrintWriter(fos);
H A DRootDocToXML.java40 FileOutputStream fos = new FileOutputStream(tempFileName);
41 outputFile = new PrintWriter(fos);
89 FileOutputStream fos = new FileOutputStream(xsdFileName);
90 PrintWriter xsdFile = new PrintWriter(fos);
H A DHTMLReportGenerator.java69 FileOutputStream fos = new FileOutputStream(changesSummaryName);
70 reportFile = new PrintWriter(fos);
276 FileOutputStream fos = new FileOutputStream(localReportFileName);
277 reportFile = new PrintWriter(fos);
449 FileOutputStream fos = new FileOutputStream(localReportFileName);
450 reportFile = new PrintWriter(fos);
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/misc/
H A DStats.java175 FileOutputStream fos = new FileOutputStream(f, true); // append
176 BufferedOutputStream bos = new BufferedOutputStream(fos);
181 fos.close();
/external/chromium_org/media/base/android/java/src/org/chromium/media/
H A DMediaPlayerBridge.java210 FileOutputStream fos = null;
213 fos = new FileOutputStream(mTempFile);
219 fos.write(buffer, 0, len);
227 if (fos != null) fos.close();
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DGrammarSerializerFoo.java60 FileOutputStream fos = new FileOutputStream(filename);
61 BufferedOutputStream bos = new BufferedOutputStream(fos);
/external/guava/guava/lib/
H A Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ...
/external/junit/src/junit/runner/
H A DBaseTestRunner.java57 FileOutputStream fos= new FileOutputStream(getPreferencesFile());
59 getPreferences().store(fos, "");
61 fos.close();
/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/
H A DAbstractTransformTask.java92 FileOutputStream fos = new FileOutputStream(file);
94 fos.write(w.toByteArray());
96 fos.close();
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
H A DKSBuilder_ImplTest.java76 FileOutputStream fos = null;
82 fos = new FileOutputStream(ff);
84 ks.store(fos, pass);
86 if (fos != null) {
88 fos.close();
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
H A DLoadDataWithBaseUrlTest.java305 FileOutputStream fos = new FileOutputStream(tempImage);
306 bitmap.compress(Bitmap.CompressFormat.PNG, 100, fos);
307 fos.close();
/external/lldb/source/Plugins/Process/POSIX/
H A DRegisterContext_i386.h128 uint32_t fos; member in struct:RegisterContext_i386::FPU
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-trax.jar ... .io.InputStream fis java.io.OutputStream fos private javax.xml.transform.Source getSource (java ...
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/
H A DFlatPackageWriterImpl.java148 FileOutputStream fos = new FileOutputStream(new File(bitRateOutputDir, Long.toString(startTime)));
150 FileChannel fc = fos.getChannel();
/external/valgrind/main/include/vki/
H A Dvki-x86-linux.h578 long fos; member in struct:vki_user_i387_struct
590 long fos; member in struct:vki_user_fxsr_struct

Completed in 1055 milliseconds

123