Searched refs:encode (Results 301 - 308 of 308) sorted by relevance

<<111213

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DToHTMLStream.java866 String encode = Encodings.getMimeEncoding(encoding);
867 writer.write(encode);
1103 * @param doURLEscaping True if we should try to encode as
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/classfile/
H A DUtility.java1194 public static String encode(byte[] bytes, boolean compress) throws IOException { method in class:Utility
1331 * Used by <a href="Utility.html#encode(byte[], boolean)">encode()</a>
/openjdk7/jdk/src/macosx/classes/apple/security/
H A DKeychainStore.java177 DerValue val = new DerValue(encrInfo.getAlgorithm().encode());
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/encryption/
H A DXMLCipher.java1114 String base64EncodedEncryptedOctets = Base64.encode(finalEncryptedBytes);
1274 String base64EncodedEncryptedOctets = Base64.encode(encryptedBytes);
/openjdk7/jdk/src/share/classes/sun/net/ftp/impl/
H A DFtpClient.java1904 String s = encoder.encode(buf);
/openjdk7/hotspot/src/share/vm/adlc/
H A Dformssel.cpp1549 assert( code != NULL, "Found an empty encode class body.");
1622 // is actually a local variable for this encode class, or a reserved name
1733 // Add "encode class name" and its parameters
1738 NameAndList *encode = new NameAndList(encoding); local
1739 _encoding.addName((char*)encode);
1741 return encode;
/openjdk7/jdk/src/share/classes/sun/print/
H A DPSPrinterJob.java1258 fontCS.encode(CharBuffer.wrap(cs.charsetChars,
1918 * Run length encode byte array in a form suitable for decoding
1920 * Array data to encode is inArr. Encoded data is written to outArr
/openjdk7/jdk/src/share/classes/sun/awt/datatransfer/
H A DDataTransferer.java498 * Determines whether this JRE can both encode and decode text in the
1212 // future, we may want to rewrite this so that we encode on demand.
1992 encoder.encode(inBuf, outBuf, false);
2145 throw new IOException("No registered service provider can encode " +
2150 // Try to encode the original image.
2242 ioe = new IOException("Registered service providers failed to encode "

Completed in 83 milliseconds

<<111213