HomeSort by relevance Sort by last modified time
    Searched full:encode (Results 276 - 300 of 1967) sorted by null

<<11121314151617181920>>

  /frameworks/compile/slang/
slang_rs_metadata_spec.h 59 // Encode V as a metadata in M. Return 0 if every thing goes well.
61 // Encode F as a metadata in M. Return 0 if every thing goes well.
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
Time.java 53 return 1; // it is before 2050, so encode as UTCTime
55 return 0; // it is after 2050, encode as GeneralizedTime
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
CertificateStub.java 63 * @see java.security.Certificate#encode(java.io.OutputStream)
65 public void encode(OutputStream stream) throws KeyException, method in class:CertificateStub
  /packages/apps/Email/emailcommon/src/org/apache/james/mime4j/codec/
EncoderUtil.java 117 * display-name to encode.
143 * the local part to encode
185 * text to encode.
253 * The charset to encode the specified text into a byte array and the
260 * text to encode.
277 * The charset to encode the specified text into a byte array and the
281 * text to encode.
302 * text to encode.
309 * the Java charset that should be used to encode the specified
336 byte[] bytes = encode(text, charset)
584 private static byte[] encode(String text, Charset charset) { method in class:EncoderUtil
    [all...]
  /prebuilt/common/http-client/
commons-codec-1.4.jar 
  /dalvik/dx/tests/117-modified-utf8/com/android/dx/util/
Mutf8Test.java 35 Arrays.toString(Mutf8.encode("BC\u0000")));
  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
PhotosListActivity.java 37 "content://xmldocument/?url=" + Uri.encode(PICASA_FEED_URL)));
RssReaderActivity.java 39 "content://xmldocument/?url=" + Uri.encode(FEED_URI)));
  /development/tools/emulator/system/camera/
JpegCompressor.cpp 54 if (encode(&mStream, pY, width, height, offsets, quality)) {
  /device/moto/stingray/ril/
base64 
  /external/apache-http/src/org/apache/commons/codec/
BinaryEncoder.java 39 byte[] encode(byte[] pArray) throws EncoderException; method in interface:BinaryEncoder
StringDecoder.java 30 * @param pString a String to encode
  /external/apache-http/src/org/apache/http/util/
EncodingUtils.java 53 * @param offset the index of the first byte to encode
54 * @param length the number of bytes to encode
147 * @param offset the index of the first byte to encode
148 * @param length the number of bytes to encode
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/
DEREnumerated.java 77 void encode( method in class:DEREnumerated
DERGeneralString.java 74 void encode(DEROutputStream out) method in class:DERGeneralString
DERSequence.java 58 void encode( method in class:DERSequence
DERTaggedObject.java 49 void encode( method in class:DERTaggedObject
DERUnknownTag.java 53 void encode( method in class:DERUnknownTag
  /external/chromium/chrome/browser/custom_handlers/
protocol_handler.h 29 Value* Encode();
  /external/chromium/chrome/browser/importer/
importer.cc 47 // Encode our bitmap as a PNG.
  /external/chromium/chrome/browser/net/
browser_url_util.cc 23 // may not encode non-ASCII characters in UTF-8. See crbug.com/2820.
quoted_printable.h 11 // Some functions to encode/decode with the quoted-printable encoding.
  /external/chromium/chrome/common/
icon_messages.h 25 // Requests the renderer to download the specified favicon image encode it as
  /external/chromium/sdch/open-vcdiff/src/
vcdiffengine.h 32 // code table writer object which is passed as an argument to Encode().
62 // can call Encode() at once for the same VCDiffEngine object.
71 void Encode(const char* target_data,
116 // This can be reused to encode many different target strings using the
  /external/dropbear/libtomcrypt/src/pk/asn1/der/bit/
der_length_bit_string.c 21 @param nbits The number of bits in the string to encode

Completed in 611 milliseconds

<<11121314151617181920>>