/packages/apps/Dialer/src/com/android/dialer/calllog/ |
ContactInfoHelper.java | 197 uriBuilder.appendPath(Uri.encode(sipAddress)); 224 Uri uri = Uri.withAppendedPath(PhoneLookup.CONTENT_FILTER_URI, Uri.encode(contactNumber));
|
/packages/apps/Exchange/src/com/android/exchange/utility/ |
UriCodec.java | 48 * <p>By default, UTF-8 is used to encode escaped characters. A single input 149 public final String encode(String s, Charset charset) { method in class:UriCodec
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
base64.py | 15 'encode', 'decode', 'encodestring', 'decodestring', 44 """Encode a string using Base64. 46 s is the string to encode. Optional altchars must be a string of at least 81 """Encode a string using the standard Base64 alphabet. 83 s is the string to encode. The encoded string is returned. 97 """Encode a string using a url-safe Base64 alphabet. 99 s is the string to encode. The encoded string is returned. The alphabet 138 """Encode a string using Base32. 140 s is the string to encode. The encoded string is returned. 255 """Encode a string using Base16 285 def encode(input, output): function [all...] |
mimetools.py | 17 __all__ = ["Message","choose_boundary","encode","decode","copyliteral", 176 def encode(input, output, encoding): function 177 """Encode common content-transfer-encodings (base64, quopri, uuencode).""" 180 return base64.encode(input, output) 183 return quopri.encode(input, output, 0) 186 return uu.encode(input, output)
|
mimify.py | 5 Decode quoted-printable parts of a mail message or encode using 11 to encode and decode respectively. Input and output may be the name 20 to encode and decode respectively. Infile defaults to standard 25 MAXLEN = 200 # if lines longer than this, encode as quoted-printable 449 encode = mimify variable 451 encode = unmimify variable 468 encode(*encode_args)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
header.py | 203 """A synonym for self.encode().""" 204 return self.encode() 232 return other == self.encode() 256 ustr.encode() call. 276 ustr.encode(outcodec, errors) 284 s = s.encode(outcodec, errors) 344 # MIME-encode a header with many different charsets and/or encodings. 378 def encode(self, splitchars=';, '): 379 """Encode a message header into an RFC-compliant format. 384 7-bit ASCII, care must be taken to properly convert and encode (wit 374 def encode(self, splitchars=';, '): member in class:Header [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
base64.py | 15 'encode', 'decode', 'encodestring', 'decodestring', 44 """Encode a string using Base64. 46 s is the string to encode. Optional altchars must be a string of at least 81 """Encode a string using the standard Base64 alphabet. 83 s is the string to encode. The encoded string is returned. 97 """Encode a string using a url-safe Base64 alphabet. 99 s is the string to encode. The encoded string is returned. The alphabet 138 """Encode a string using Base32. 140 s is the string to encode. The encoded string is returned. 255 """Encode a string using Base16 285 def encode(input, output): function [all...] |
mimetools.py | 17 __all__ = ["Message","choose_boundary","encode","decode","copyliteral", 176 def encode(input, output, encoding): function 177 """Encode common content-transfer-encodings (base64, quopri, uuencode).""" 180 return base64.encode(input, output) 183 return quopri.encode(input, output, 0) 186 return uu.encode(input, output)
|
mimify.py | 5 Decode quoted-printable parts of a mail message or encode using 11 to encode and decode respectively. Input and output may be the name 20 to encode and decode respectively. Infile defaults to standard 25 MAXLEN = 200 # if lines longer than this, encode as quoted-printable 449 encode = mimify variable 451 encode = unmimify variable 468 encode(*encode_args)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/ |
header.py | 203 """A synonym for self.encode().""" 204 return self.encode() 232 return other == self.encode() 256 ustr.encode() call. 276 ustr.encode(outcodec, errors) 284 s = s.encode(outcodec, errors) 344 # MIME-encode a header with many different charsets and/or encodings. 378 def encode(self, splitchars=';, '): 379 """Encode a message header into an RFC-compliant format. 384 7-bit ASCII, care must be taken to properly convert and encode (wit 374 def encode(self, splitchars=';, '): member in class:Header [all...] |
/external/nist-sip/java/gov/nist/core/ |
GenericObjectList.java | 342 * Encode the list in semicolon separated form. 347 public String encode() { method in class:GenericObjectList 357 encoding.append(gobj.encode()); 371 * Alias for the encode function above. 374 return this.encode(); 460 + ((GenericObject) myobj).encode()); 468 System.out.println(((GenericObject) hisobj).encode());
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.apache.commons.codec_1.3.0.v20100518-1140.jar | |
/prebuilts/devtools/tools/lib/ |
commons-codec-1.4.jar | |
/prebuilts/tools/common/http-client/ |
commons-codec-1.4.jar | |
/prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.4/ |
commons-codec-1.4.jar | |
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
CatchStructs.java | 56 * {@link #encode} 68 * {@link #encode} 119 public void encode(DexFile file) { method in class:CatchStructs
|
/dalvik/dx/src/com/android/dx/dex/file/ |
CatchStructs.java | 53 * {@link #encode} 65 * {@link #encode} 116 public void encode(DexFile file) { method in class:CatchStructs
|
/development/tools/etc1tool/ |
etc1tool.cpp | 42 "%s infile [--help | --encode | --encodeNoHeader | --decode] [--showDifference difffile] [-o outfile]\n", 44 fprintf(stderr, "\tDefault is --encode\n"); 47 "\t\t--encode create an ETC1 file from a PNG file.\n"); 310 // Encode the file. 313 int encode(const char* pInput, const char* pOutput, bool bEmitHeader, const char* pDiffFile) { function 477 usage("At most one occurrence of --encode --encodeNoHeader or --decode is allowed.\n"); 510 if (strcmp(pArg, "--encode") == 0) { 575 encode(pInput, pOutput, bEncodeHeader, pDiffFile);
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
Identity2Test.java | 58 public void encode(OutputStream out) { method in class:Identity2Test.CertificateImpl
|
/external/apache-http/src/org/apache/commons/codec/binary/ |
Base64.java | 174 * @param binaryData binary data to encode 185 * @param binaryData binary data to encode 227 * @param binaryData Array containing binary data to encode. 499 * @param pObject Object to encode 505 public Object encode(Object pObject) throws EncoderException { method in class:Base64 508 "Parameter supplied to Base64 encode is not a byte[]"); 510 return encode((byte[]) pObject); 520 public byte[] encode(byte[] pArray) { method in class:Base64
|
/external/apache-http/src/org/apache/commons/codec/language/ |
DoubleMetaphone.java | 68 * Encode a value with Double Metaphone 70 * @param value String to encode 78 * Encode a value with Double Metaphone, optionally using the alternate 81 * @param value String to encode 82 * @param alternate use alternate encode 193 * Encode the value using DoubleMetaphone. It will only work if 196 * @param obj Object to encode (should be of type String) 198 * @throws EncoderException encode parameter is not of type String 200 public Object encode(Object obj) throws EncoderException { method in class:DoubleMetaphone 202 throw new EncoderException("DoubleMetaphone encode parameter is not of type String"); 213 public String encode(String value) { method in class:DoubleMetaphone [all...] |
/external/apache-http/src/org/apache/http/impl/auth/ |
DigestScheme.java | 88 * @see #encode(byte[]) 314 String tmp2=encode(md5Helper.digest(EncodingUtils.getBytes(a1, charset))); 325 String md5a1 = encode(md5Helper.digest(EncodingUtils.getBytes(a1, charset))); 335 String md5a2 = encode(md5Helper.digest(EncodingUtils.getAsciiBytes(a2))); 368 encode(md5Helper.digest(EncodingUtils.getAsciiBytes(serverDigestValue))); 451 private static String encode(byte[] binaryData) { method in class:DigestScheme 480 cnonce = encode(md5Helper.digest(EncodingUtils.getAsciiBytes(cnonce)));
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
ASN1Sequence.java | 316 abstract void encode(ASN1OutputStream out) method
|
ASN1Set.java | 396 throw new IllegalArgumentException("cannot encode object added to SET"); 453 abstract void encode(ASN1OutputStream out) method
|
DERExternal.java | 130 * @see org.bouncycastle.asn1.ASN1Primitive#encode(org.bouncycastle.asn1.DEROutputStream) 132 void encode(ASN1OutputStream out) method in class:DERExternal
|