HomeSort by relevance Sort by last modified time
    Searched defs:doEncoding (Results 1 - 5 of 5) sorted by null

  /external/apache-http/src/org/apache/commons/codec/net/
BCodec.java 81 protected byte[] doEncoding(byte[] bytes) throws EncoderException {
RFC1522Codec.java 55 * RFC 1522 codecs and then invokes {@link #doEncoding(byte [])} method of a concrete
82 byte [] rawdata = doEncoding(text.getBytes(charset));
91 * {@link #doEncoding(byte [])} method of a concrete class to perform the specific deconding.
153 protected abstract byte[] doEncoding(byte[] bytes) throws EncoderException;
QCodec.java 137 protected byte[] doEncoding(byte[] bytes) throws EncoderException {
  /external/owasp/sanitizer/lib/commons-codec-1.4/
commons-codec-1.4.jar 
  /cts/tests/tests/media/src/android/media/cts/
EncodeVirtualDisplayWithCompositionTest.java 604 doEncoding();
637 private void doEncoding() throws Exception {
    [all...]

Completed in 994 milliseconds