HomeSort by relevance Sort by last modified time
    Searched full:encode (Results 551 - 575 of 3290) sorted by null

<<21222324252627282930>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/utils/tests/
test_decorators.py 51 path.write(text.encode('ascii'))
60 path.write('demo'.encode('ascii'))
  /cts/tests/tests/keystore/src/android/keystore/cts/
RSACipherTest.java 120 + HexEncoding.encode(ciphertext));
149 + HexEncoding.encode(ciphertext));
181 + HexEncoding.encode(ciphertext));
213 + HexEncoding.encode(plaintext));
  /device/generic/goldfish/camera/
JpegStub.cpp 48 if (encoder->encode(stream, pY, width, height, offsets, quality)) {
  /external/antlr/antlr-3.4/runtime/Python/tests/
t018llstar.py 32 ''.join([l.encode('ascii', 'backslashreplace') for l in r])
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/pkcs7/
SignerInfoTest.java 45 byte[] encoding = SignerInfo.ASN1.encode(signerInfo);
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/
GeneralNamesTest.java 48 byte[] encoding = GeneralNames.ASN1.encode(subj_alt_names);
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/tsp/
PKIStatusInfoTest.java 42 byte[] encoding = PKIStatusInfo.ASN1.encode(info);
  /external/apache-http/src/org/apache/http/client/utils/
URLEncodedUtils.java 166 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/apache-http/src/org/apache/http/util/
EncodingUtils.java 58 * @param offset the index of the first byte to encode
59 * @param length the number of bytes to encode
152 * @param offset the index of the first byte to encode
153 * @param length the number of bytes to encode
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
BERConstructedOctetString.java 78 throw new IllegalArgumentException("Unable to encode object");
DERSet.java 91 void encode( method in class:DERSet
DERTaggedObject.java 80 void encode( method in class:DERTaggedObject
DERUTF8String.java 130 void encode(ASN1OutputStream out) method in class:DERUTF8String
DLTaggedObject.java 74 void encode( method in class:DLTaggedObject
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/
DSABase.java 58 return encoder.encode(sig[0], sig[1]);
  /external/chromium-trace/trace-viewer/third_party/Paste/tests/
test_session.py 18 body = body.encode('utf8')
test_urlmap.py 11 body = body.encode('ascii')
  /external/harfbuzz_ng/test/shaping/
Makefile.am 21 hb-unicode-encode \
  /external/iptables/extensions/
libxt_bpf.man 10 notation. Fields encode the operation, jump offset if true, jump offset if
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/escape/
UrlEscapeFunction.java 48 out.append(URLEncoder.encode(in, encoding));
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
MarshalBase64.java 41 writer.text(Base64.encode((byte[]) obj));
  /external/libvorbis/doc/vorbisenc/
index.html 24 <a href="examples.html">libvorbisenc encode setup examples</a><br>
  /external/lldb/test/expression_command/call-function/
TestCallStdStringFunction.py 41 # Some versions of GCC encode two locations for the 'return' statement in main.cpp
  /external/nist-sip/java/gov/nist/javax/sip/header/
Contact.java 96 * Encode body of the header into a cannonical String.
110 address.encode(buffer);
114 address.encode(buffer);
119 parameters.encode(buffer);
Protocol.java 66 public String encode() { method in class:Protocol
67 return encode(new StringBuffer()).toString();
70 public StringBuffer encode(StringBuffer buffer) { method in class:Protocol
158 * Changed the encode() and encodeBody() methods of SIP headers and basic classes to make them use the same StringBuffer instance during the encoding phase.

Completed in 648 milliseconds

<<21222324252627282930>>