Searched refs:encode (Results 101 - 125 of 580) sorted by relevance

1234567891011>>

/external/nist-sip/java/gov/nist/javax/sip/header/ims/
H A DPAssertedIdentity.java80 retval.append(address.encode());
87 retval.append(COMMA + this.parameters.encode());
H A DPCalledPartyID.java75 retval.append(address.encode());
81 retval.append(SEMICOLON + this.parameters.encode());
H A DPProfileKey.java60 retval.append(address.encode());
65 retval.append(SEMICOLON + this.parameters.encode());
H A DPath.java74 retval.append(address.encode());
80 retval.append(SEMICOLON + this.parameters.encode());
/external/protobuf/python/google/protobuf/
H A Dtext_encoding.py64 text.encode('string_escape') does not seem to satisfy our needs as it
67 "\0011".encode('string_escape') ends up being "\\x011", which will be
107 return (result.encode('ascii') # Make it bytes to allow decode.
110 .encode('raw_unicode_escape'))
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/tsp/
H A DTimeStampRespTest.java89 ASN1OctetString.getInstance().encode(
90 TSTInfo.ASN1.encode(tSTInfo)));
99 byte[] encoding = TimeStampResp.ASN1.encode(response);
105 PKIStatusInfo.ASN1.encode(status), PKIStatusInfo.ASN1
106 .encode(decoded.getStatus())));
H A DTSTInfoTest.java63 byte[] encoding = TSTInfo.ASN1.encode(info);
70 MessageImprint.ASN1.encode(msgImprint), MessageImprint.ASN1
71 .encode(decoded.getMessageImprint())));
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DDebugInfoItem.java74 encoded = encode(addedTo.getFile(), null, null, null, false);
99 encode(file, prefix, null, out, false);
109 encode(null, prefix, out, null, false);
118 * but write the bits from the original encode
122 encode(file, null, null, out, true);
140 private byte[] encode(DexFile file, String prefix, PrintWriter debugPrint, method in class:DebugInfoItem
160 * Helper for {@link #encode} to do most of the work.
/external/nist-sip/java/gov/nist/javax/sip/address/
H A DAddressImpl.java88 return that.getMatcher().match(this.encode());
163 public String encode() { method in class:AddressImpl
164 return encode(new StringBuffer()).toString();
167 public StringBuffer encode(StringBuffer buffer) { method in class:AddressImpl
181 address.encode(buffer);
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DBase64.java80 public static final byte[] encode(byte[] src) method in class:Base64
82 return encode(src, 0);
94 public static final byte[] encode(byte[] src, int lineFeed) method in class:Base64
170 public static final String encode(String src) method in class:Base64
172 return new String(encode(src.getBytes()));
/external/chromium-trace/trace-viewer/third_party/Paste/paste/auth/
H A Dcookie.py59 # build encode/decode functions to safely pack away values
64 def encode(s, sublist = _encode): function
66 decode = lambda s: encode(s, _decode)
79 secret = secret.encode('utf8')
145 content = content.encode('utf8')
146 timestamp = timestamp.encode('utf8')
304 content.append("%s=%s" % (encode(k), encode(v)))
/external/v8/src/
H A Dproperty-details.h189 value_ = TypeField::encode(type)
190 | AttributesField::encode(attributes)
191 | DictionaryStorageField::encode(index);
201 value_ = TypeField::encode(type)
202 | AttributesField::encode(attributes)
203 | RepresentationField::encode(EncodeRepresentation(representation))
204 | FieldIndexField::encode(field_index);
/external/jetty/src/java/org/eclipse/jetty/util/
H A DB64Code.java60 * Base 64 encode as described in RFC 1421.
62 * @param s String to encode.
65 static public String encode(String s) method in class:B64Code
69 return encode(s,null);
79 * Base 64 encode as described in RFC 1421.
81 * @param s String to encode.
86 static public String encode(String s,String charEncoding) method in class:B64Code
95 return new String(encode(bytes));
100 * Fast Base 64 encode as described in RFC 1421.
103 * @param b byte array to encode
106 static public char[] encode(byte[] b) method in class:B64Code
167 static public char[] encode(byte[] b, boolean rfc2045) method in class:B64Code
420 public static void encode(int value,Appendable buf) throws IOException method in class:B64Code
432 public static void encode(long lvalue,Appendable buf) throws IOException method in class:B64Code
[all...]
/external/v8/src/arm/
H A Dcode-stubs-arm.h57 minor_key_ = IntRegisterBits::encode(the_int.code()) |
58 HeapNumberRegisterBits::encode(the_heap_number.code()) |
59 ScratchRegisterBits::encode(scratch.code());
99 minor_key_ = ObjectBits::encode(object.code()) |
100 ValueBits::encode(value.code()) |
101 AddressBits::encode(address.code()) |
102 RememberedSetActionBits::encode(remembered_set_action) |
103 SaveFPRegsModeBits::encode(fp_mode);
309 minor_key_ = LookupModeBits::encode(mode);
/external/ksoap2/kobjects/org/ksoap2/kobjects/base64/
H A DBase64.java31 public static String encode(byte[] data) { method in class:Base64
32 return encode(data, 0, data.length, null).toString();
41 public static StringBuffer encode( method in class:Base64
/external/nist-sip/java/gov/nist/core/
H A DHost.java119 public String encode() { method in class:Host
120 return encode(new StringBuffer()).toString();
123 public StringBuffer encode(StringBuffer buffer) { method in class:Host
/external/owasp/sanitizer/lib/commons-codec-1.4/
H A Dcommons-codec-1.4.jar ... byte[], int, int) byte[] out int outPos int outAvail void encode (byte[], int, int) int b int i byte[] in int ...
/external/google-breakpad/src/common/mac/testing/
H A DGTMSenTestCase.h205 if (strcmp(@encode(__typeof__(a1)), @encode(__typeof__(a2)))) { \
212 NSValue *a1encoded = [NSValue value:&a1value withObjCType:@encode(__typeof__(a1))]; \
213 NSValue *a2encoded = [NSValue value:&a2value withObjCType:@encode(__typeof__(a2))]; \
245 if ( (strcmp(@encode(__typeof__(a1value)), @encode(id)) == 0) && \
246 (strcmp(@encode(__typeof__(a2value)), @encode(id)) == 0) && \
274 if (strcmp(@encode(__typeof__(a1)), @encode(__typeof_
[all...]
/external/antlr/antlr-3.4/runtime/Python/tests/
H A Dt018llstar.py32 ''.join([l.encode('ascii', 'backslashreplace') for l in r])
H A Dt020fuzzy.py35 ''.join([l.encode('ascii', 'backslashreplace') for l in r])
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/pkcs7/
H A DSignerInfoTest.java45 byte[] encoding = SignerInfo.ASN1.encode(signerInfo);
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/
H A DGeneralNamesTest.java48 byte[] encoding = GeneralNames.ASN1.encode(subj_alt_names);
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
H A DCertificateStub.java64 * @see java.security.Certificate#encode(java.io.OutputStream)
66 public void encode(OutputStream stream) throws KeyException, method in class:CertificateStub
/external/apache-http/src/org/apache/http/client/utils/
H A DURLEncodedUtils.java166 final String encodedName = encode(parameter.getName(), encoding);
168 final String encodedValue = value != null ? encode(value, encoding) : "";
187 private static String encode (final String content, final String encoding) { method in class:URLEncodedUtils
189 return URLEncoder.encode(content,
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DBERSequence.java57 void encode( method in class:BERSequence

Completed in 813 milliseconds

1234567891011>>