Searched refs:bo (Results 1 - 24 of 24) sorted by relevance

/openjdk7/jdk/test/java/nio/ByteOrder/
H A DNativeOrder.java34 ByteOrder bo = ByteOrder.nativeOrder();
35 System.err.println(bo);
37 if (((arch.equals("i386") && (bo != ByteOrder.LITTLE_ENDIAN))) ||
38 ((arch.equals("sparc") && (bo != ByteOrder.BIG_ENDIAN)))) {
/openjdk7/langtools/test/tools/javadoc/imports/
H A DI.java26 import bo.o.o.o.Gus;
/openjdk7/jdk/test/sun/net/
H A DTelnetTest.java35 ByteArrayOutputStream bo = new ByteArrayOutputStream();
36 TelnetOutputStream out = new TelnetOutputStream(bo, false);
40 byte[] b = bo.toByteArray();
/openjdk7/jdk/test/java/io/PrintStream/
H A DEncodingConstructor.java36 ByteArrayOutputStream bo = new ByteArrayOutputStream();
39 try (PrintStream ps = new PrintStream(bo, false, "UTF-8")) {
42 byte[] ba = bo.toByteArray();
/openjdk7/jdk/src/share/classes/sun/io/
H A DByteToCharUnicode.java78 protected ByteToCharUnicode(int bo, boolean m) { argument
79 originalByteOrder = byteOrder = bo;
127 int bo = AUTO;
130 bo = BIG;
132 bo = LITTLE;
135 if (bo == AUTO) {
140 byteOrder = bo;
146 else if (bo == AUTO) {
150 else if (byteOrder == bo) {
/openjdk7/jdk/test/java/io/charStreams/
H A DUTF8.java37 ByteArrayOutputStream bo = new ByteArrayOutputStream();
38 Writer out = new OutputStreamWriter(bo, "UTF8");
43 = new InputStreamReader(new ByteArrayInputStream(bo.toByteArray()),
/openjdk7/jdk/test/java/io/
H A DUnicode.java108 ByteArrayOutputStream bo = new ByteArrayOutputStream();
111 bo.write(BOM_HIGH);
112 bo.write(BOM_LOW);
114 bo.write(BOM_LOW);
115 bo.write(BOM_HIGH);
121 bo.write(c >> 8);
122 bo.write(c & 0xff);
124 bo.write(c & 0xff);
125 bo.write(c >> 8);
128 byte[] b = bo
[all...]
/openjdk7/jdk/src/share/classes/sun/nio/cs/
H A DUnicodeDecoder.java50 public UnicodeDecoder(Charset cs, int bo) { argument
52 expectedByteOrder = currentByteOrder = bo;
55 public UnicodeDecoder(Charset cs, int bo, int defaultBO) { argument
56 this(cs, bo);
H A DUnicodeEncoder.java46 protected UnicodeEncoder(Charset cs, int bo, boolean m) { argument
51 ((bo == BIG)
55 byteOrder = bo;
H A DUTF_32Coder.java46 protected Decoder(Charset cs, int bo) { argument
48 this.expectedBO = bo;
/openjdk7/jdk/test/sun/security/krb5/auto/
H A DBadKdc.java139 ByteArrayOutputStream bo = new ByteArrayOutputStream();
142 test0(bo, expected);
145 System.out.println(new String(bo.toByteArray()));
155 private static void test0(ByteArrayOutputStream bo, String expected) argument
159 System.setOut(new PrintStream(bo));
168 String[] lines = new String(bo.toByteArray()).split("\n");
H A DMaxRetries.java90 ByteArrayOutputStream bo = new ByteArrayOutputStream();
92 System.setOut(new PrintStream(bo));
96 String[] lines = new String(bo.toByteArray()).split("\n");
118 ByteArrayOutputStream bo = new ByteArrayOutputStream();
120 System.setOut(new PrintStream(bo));
125 String[] lines = new String(bo.toByteArray()).split("\n");
H A DTcpTimeout.java89 ByteArrayOutputStream bo = new ByteArrayOutputStream();
91 System.setOut(new PrintStream(bo));
95 String[] lines = new String(bo.toByteArray()).split("\n");
/openjdk7/jdk/test/sun/security/krb5/
H A DIPv6.java74 ByteArrayOutputStream bo = new ByteArrayOutputStream();
75 PrintStream po = new PrintStream(bo);
101 new String(bo.toByteArray())));
/openjdk7/jdk/test/java/lang/String/
H A DEncodings.java135 ByteArrayOutputStream bo = new ByteArrayOutputStream();
136 OutputStreamWriter w = new OutputStreamWriter(bo, enc);
140 bs = bo.toByteArray();
/openjdk7/jdk/test/javax/swing/JSplitPane/4885629/
H A Dbug4885629.java76 Border bo = new BasicBorders.SplitPaneBorder(lightHighlight,
79 sp.setBorder(bo);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/model/
H A DAbstractSEIModelImpl.java274 WSDLBoundOperationImpl bo = boundPortType.get(opName);
296 if(bo != null){
297 WSDLPartImpl p = bo.getPart(param.getPartName(), mode);
H A DRuntimeModeler.java521 WSDLBoundOperationImpl bo = binding.getBinding().get(new QName(targetNamespace, operationName));
522 if(bo != null){
523 WSDLInputImpl wsdlInput = bo.getOperation().getInput();
528 action = bo.getSOAPAction();
1427 WSDLBoundOperationImpl bo = binding.getBinding().get(opName);
1428 if(bo != null)
1429 return bo.getPart(partName, mode);
/openjdk7/jdk/src/share/classes/java/nio/
H A DX-Buffer.java.template1425 * @param bo
1432 public final $Type$Buffer order(ByteOrder bo) {
1433 bigEndian = (bo == ByteOrder.BIG_ENDIAN);
/openjdk7/hotspot/src/share/vm/opto/
H A DgenerateOptoStub.cpp251 Node* bo = _gvn.transform( new (C) BoolNode(cmp, BoolTest::ne) ); local
252 IfNode *iff = create_and_map_if(control(), bo, PROB_MIN, COUNT_UNKNOWN);
/openjdk7/jdk/test/java/net/URL/
H A DTest.java583 ByteArrayOutputStream bo = new ByteArrayOutputStream();
584 ObjectOutputStream oo = new ObjectOutputStream(bo);
589 ByteArrayInputStream bi = new ByteArrayInputStream(bo.toByteArray());
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DTextLayout.java1278 float bo = baselineOffsets[thiscm.baselineIndex];
1283 p1y = bo - thiscm.ascent;
1284 p2y = bo + thiscm.descent;
1289 p1x = bo + thiscm.ascent;
1290 p2x = bo + thiscm.descent;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLDocumentFragmentScannerImpl.java642 Boolean bo = (Boolean)propertyManager.getProperty(XMLInputFactoryImpl.IS_REPLACING_ENTITY_REFERENCES);
643 fReplaceEntityReferences = bo.booleanValue();
644 bo = (Boolean)propertyManager.getProperty(XMLInputFactoryImpl.IS_SUPPORTING_EXTERNAL_ENTITIES);
645 fSupportExternalEntities = bo.booleanValue();
/openjdk7/jdk/test/java/net/URI/
H A DTest.java1458 ByteArrayOutputStream bo = new ByteArrayOutputStream();
1459 ObjectOutputStream oo = new ObjectOutputStream(bo);
1464 ByteArrayInputStream bi = new ByteArrayInputStream(bo.toByteArray());

Completed in 168 milliseconds