HomeSort by relevance Sort by last modified time
    Searched refs:decode (Results 351 - 375 of 616) sorted by null

<<11121314151617181920>>

  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/tsp/
TSTInfoTest.java 64 TSTInfo decoded = (TSTInfo) TSTInfo.ASN1.decode(encoding);
  /external/dbus/test/
Makefile.am 27 GCOV_BINARIES=decode-gcov
62 decode-gcov.c
  /external/javasqlite/src/main/java/SQLite/
StringEncoder.java 38 * When decoded with this class' <code>decode</code> method
104 public static byte[] decode(String s) { method in class:StringEncoder
  /external/kernel-headers/original/linux/sunrpc/
auth.h 140 int rpcauth_unwrap_resp(struct rpc_task *task, kxdrproc_t decode, void *rqstp, u32 *data, void *obj);
  /external/v8/src/
lithium.h 52 Kind kind() const { return KindField::decode(value_); }
165 Policy policy() const { return PolicyField::decode(value_); }
175 return VirtualRegisterField::decode(value_);
195 return LifetimeField::decode(value_) == USED_AT_START;
  /external/webkit/Source/JavaScriptCore/interpreter/
Register.h 116 return JSValue::decode(u.value);
  /external/webkit/Source/WebCore/platform/text/
TextCodecUTF16.cpp 69 String TextCodecUTF16::decode(const char* bytes, size_t length, bool, bool, bool&) function in class:WebCore::TextCodecUTF16
  /external/webkit/Source/WebCore/workers/
WorkerScriptLoader.cpp 134 m_script += m_decoder->decode(data, len);
  /external/webkit/Source/WebKit/android/
RenderSkinNinePatch.cpp 69 if (!decoder->decode(&stream, &ninepatch->m_bitmap, prefConfig, mode, true)) {
71 LOGE("RenderSkinNinePatch::Failed to decode nine patch asset");
  /frameworks/base/core/java/com/android/server/
NetworkManagementSocketTagger.java 138 return (int) (Long.decode(string) >> 32);
  /libcore/luni/src/main/java/java/nio/charset/
ModifiedUtf8.java 35 public static String decode(byte[] in, char[] out, int offset, int utfSize) throws UTFDataFormatException { method in class:ModifiedUtf8
  /libcore/luni/src/main/java/java/security/cert/
TrustAnchor.java 272 // decode and check nameConstraints
273 NameConstraints.ASN1.decode(nameConstraints);
  /libcore/luni/src/main/java/libcore/net/url/
FileURLConnection.java 63 fileName = UriCodec.decode(fileName);
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1Oid.java 62 public Object decode(BerInputStream in) throws IOException { method in class:ASN1Oid
77 // Allocate and decode
BerInputStream.java 525 type[i].decode(this); method
554 values[i] = type[i].decode(this);
618 type.decode(this);
626 values.add(type.decode(this));
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
PolicyConstraints.java 72 PolicyConstraints pc = (PolicyConstraints) ASN1.decode(encoding);
  /packages/apps/Settings/src/com/android/settings/vpn2/
VpnProfile.java 63 static VpnProfile decode(String key, byte[] value) { method in class:VpnProfile
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
GridLayoutDetector.java 76 return Integer.decode(valueString);
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
SequenceTest.java 151 .decode(in));
188 seqVerify.decode(in);
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/
GeneralNameTest.java 67 GeneralNames.ASN1.decode(encoding);
80 OtherName.ASN1.decode(encoding);
  /external/bluetooth/bluez/sbc/
sbcdec.c 47 static void decode(char *filename, char *output, int tofile) function
195 * decoded tell the decoder to decode up to the remaining
233 "\t-f, --file <file> Decode to a file\n"
288 decode(argv[i], output ? output : "/dev/dsp", tofile);
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/asymmetric/ec/
Signature.java 268 public BigInteger[] decode( method in class:Signature.StdDSAEncoder
326 public BigInteger[] decode( method in class:Signature.CVCDSAEncoder
  /external/bouncycastle/src/main/java/org/bouncycastle/util/encoders/
Base64Encoder.java 118 * decode the base 64 encoded byte data writing it to the given output stream,
123 public int decode( method in class:Base64Encoder
190 * decode the base 64 encoded String data writing it to the given output stream,
195 public int decode( method in class:Base64Encoder
  /external/skia/src/images/
SkImageDecoder.cpp 156 bool SkImageDecoder::decode(SkStream* stream, SkBitmap* bm, function in class:SkImageDecoder
213 // The output rect is the same as the decode result
263 success = codec->decode(stream, bm, pref, mode);
  /external/v8/src/x64/
code-stubs-x64.h 89 : op_(OpBits::decode(key)),
90 mode_(ModeBits::decode(key)),

Completed in 1481 milliseconds

<<11121314151617181920>>