/third_party/skia/third_party/externals/sfntly/cpp/src/test/ |
H A D | endian_test.cc | 55 FontOutputStream fos(&os); in TestEndian() 56 fos.WriteULong(Tag::head); in TestEndian() 57 fos.Write(202); in TestEndian() 58 fos.Write(202); in TestEndian() 59 fos.Write(202); in TestEndian() 60 fos.Write(202); in TestEndian() 61 fos.WriteUShort(24); in TestEndian() 62 fos.WriteShort(-32744); in TestEndian() 63 fos.WriteUInt24(24); in TestEndian() 64 fos in TestEndian() [all...] |
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/ |
H A D | font.cc | 85 FontOutputStream fos(os); in Serialize() 86 SerializeHeader(&fos, &table_records); in Serialize() 87 SerializeTables(&fos, &table_records); in Serialize() 119 void Font::SerializeHeader(FontOutputStream* fos, in SerializeHeader() argument 121 fos->WriteFixed(sfnt_version_); in SerializeHeader() 122 fos->WriteUShort(table_headers->size()); in SerializeHeader() 125 fos->WriteUShort(search_range); in SerializeHeader() 126 fos->WriteUShort(log2_of_max_power_of_2); in SerializeHeader() 127 fos->WriteUShort((table_headers->size() * 16) - search_range); in SerializeHeader() 137 fos in SerializeHeader() 144 SerializeTables(FontOutputStream* fos, TableHeaderList* table_headers) SerializeTables() argument [all...] |
H A D | font.h | 316 // @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);
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/ |
H A D | Font.java | 461 FontOutputStream fos = new FontOutputStream(os); in serialize() 462 this.serializeHeader(fos, tableRecords); in serialize() 463 this.serializeTables(fos, tableRecords); in serialize() 497 * @param fos the destination stream for the headers 501 private void serializeHeader(FontOutputStream fos, List<Header> tableHeaders) in serializeHeader() argument 503 fos.writeFixed(this.sfntVersion); in serializeHeader() 504 fos.writeUShort(tableHeaders.size()); in serializeHeader() 507 fos.writeUShort(searchRange); in serializeHeader() 508 fos.writeUShort(log2OfMaxPowerOf2); in serializeHeader() 509 fos in serializeHeader() 529 serializeTables(FontOutputStream fos, List<Header> tableHeaders) serializeTables() argument [all...] |
/third_party/icu/tools/unicodetools/com/ibm/rbm/ |
H A D | Preferences.java | 62 FileOutputStream fos = new FileOutputStream("preferences.properties"); in savePreferences() 63 prop.store(fos, "RBManager Preferences"); in savePreferences() 64 fos.flush(); in savePreferences() 65 fos.close(); in savePreferences()
|
H A D | RBICUExporter.java | 77 OutputStream fos = new FileOutputStream(new File(directory, file_name)); in export() 78 PrintWriter resOut = new PrintWriter(new OutputStreamWriter(fos, "UTF-8")); in export() 133 fos.close(); in export()
|
H A D | RBPropertiesExporter.java | 77 FileOutputStream fos = new FileOutputStream(write_file); in export() 78 prop.store(fos, header); in export()
|
/third_party/musl/arch/i386/bits/ |
H A D | user.h | 5 long cwd, swd, twd, fip, fcs, foo, fos, st_space[20]; member 10 long fip, fcs, foo, fos, mxcsr, reserved; member
|
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
H A D | CollectAPI.java | 43 FileOutputStream fos = new FileOutputStream(outfile); in writeHTML() 44 PrintWriter pw = new PrintWriter(new BufferedWriter(new OutputStreamWriter(fos, "UTF-8"))); in writeHTML() 150 FileOutputStream fos = new FileOutputStream(outfile); in writeTSV() 151 PrintWriter pw = new PrintWriter(new BufferedWriter(new OutputStreamWriter(fos, "UTF-8"))); in writeTSV()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/sfnttool/ |
H A D | SfntTool.java | 171 FileOutputStream fos = new FileOutputStream(outputFile); in subsetFontFile() 174 woffData.copyTo(fos); in subsetFontFile() 177 eotData.copyTo(fos); in subsetFontFile() 179 fontFactory.serializeFont(newFont, fos); in subsetFontFile()
|
/third_party/musl/arch/microblaze/bits/ |
H A D | user.h | 2 long cwd, swd, twd, fip, fcs, foo, fos, st_space[20]; member
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/x86/ |
H A D | mod.rs | 69 pub fos: ::c_long, 255 pub fos: ::c_long, 285 && self.fos == other.fos in eq() 306 .field("fos", &self.fos) in fmt() 325 self.fos.hash(state); in hash()
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/timezone/ |
H A D | ICUZDump.java | 338 FileOutputStream fos = new FileOutputStream(new File(dirfile, tzids[i].replace('/', '-'))); in main() 339 Writer w = new BufferedWriter(new OutputStreamWriter(fos)); in main()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/ |
H A D | RoundTripTest.java | 1272 FileOutputStream fos = new FileOutputStream(lf); in test() 1273 fos.write(bast.toByteArray()); in test() 1274 fos.close(); in test()
|
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
H A D | RoundTripTest.java | 1257 FileOutputStream fos = new FileOutputStream(lf); in test() 1258 fos.write(bast.toByteArray()); in test() 1259 fos.close(); in test()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/serializable/ |
H A D | SerializableTestUtility.java | 962 FileOutputStream fos = new FileOutputStream(oof); in serializeObjects() 963 ObjectOutputStream oos = new ObjectOutputStream(fos); in serializeObjects()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/ |
H A D | SerializableTestUtility.java | 999 FileOutputStream fos = new FileOutputStream(oof); in serializeObjects() 1000 ObjectOutputStream oos = new ObjectOutputStream(fos); in serializeObjects()
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | junit-4.10.jar | META-INF/
META-INF/MANIFEST.MF
junit/
junit/extensions/
junit/framework/
junit/runner/
junit/textui/
org/
... |