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

/openjdk9/jdk/test/java/io/PipedOutputStream/
H A DMultipleConnect.java37 PipedOutputStream os2 = new PipedOutputStream();
41 is.connect(os2);
/openjdk9/jdk/test/sun/net/www/protocol/http/
H A DStreamingOutputStream.java68 OutputStream os2 = uc.getOutputStream();
70 if (os1 != os2)
73 os2.write('b');
74 os2.close();
/openjdk9/jdk/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-ot-os2-table.hh37 * http://www.microsoft.com/typography/otspec/os2.htm
42 struct os2 struct in namespace:OT
H A Dhb-ot-font.cc39 #include "hb-ot-os2-table.hh"
67 hb_blob_t *os2_blob = OT::Sanitizer<OT::os2>::sanitize (face->reference_table (os2_tag));
68 const OT::os2 *os2 = OT::Sanitizer<OT::os2>::lock_instance (os2_blob); local
70 if (0 != (os2->fsSelection & USE_TYPO_METRICS))
72 this->ascender = os2->sTypoAscender;
73 this->descender = os2->sTypoDescender;
74 this->line_gap = os2->sTypoLineGap;
/openjdk9/common/autoconf/build-aux/
H A Dautoconf-config.sub151 storm-chaos* | os2-emx* | rtmk-nova*)
1284 | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
H A Dautoconf-config.guess1044 echo ${UNAME_MACHINE}-pc-os2-emx
/openjdk9/jdk/src/jdk.zipfs/share/classes/jdk/nio/zipfs/
H A DZipFileSystem.java1244 try (OutputStream os2 = new EntryOutputStream(e, os)) {
1246 os2.write(buf, 0, n);

Completed in 119 milliseconds