HomeSort by relevance Sort by last modified time
    Searched full:decode (Results 501 - 525 of 1875) sorted by null

<<21222324252627282930>>

  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
KeyUsage.java 69 this.keyUsage = (boolean[]) ASN1.decode(encoding);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/
ioctl.h 66 /* used to decode ioctl numbers.. */
  /sdk/ddms/libs/ddmuilib/tests/src/com/android/ddmuilib/logcat/
LogCatFilterSettingsSerializerTest.java 26 /* test that decode(encode(f)) = f */
  /sdk/emulator/qtools/
decoder.cpp 186 // Decode a varint-encoded object starting at the current position in
204 int64_t Decoder::Decode(bool is_signed)
214 // Get the number of bytes to decode based on the first byte.
238 // Get the number of bytes to decode based on the first byte.
  /system/core/adb/
test_track_devices.c 89 panic("could not decode length");
test_track_jdwp.c 89 panic("could not decode length");
  /system/media/wilhelm/src/android/include/
AacBqToPcmCbRenderer.h 27 // Class to receive AAC ADTS data through an Android Buffer Queue, decode it and output
  /external/llvm/utils/TableGen/
ARMDecoderEmitter.cpp 263 /// decoder could try to decode the even/odd register numbering and assign to
316 // instructions. In order to unambiguously decode the singleton, we need to
320 // Emit code to decode instructions given a segment or segments of bits.
473 // Calculates the island(s) needed to decode the instruction.
501 // Emits code to decode the singleton. Return true if we have matched all the
505 // Emits code to decode the singleton, and then to decode the rest.
523 // Decides on the best configuration of filter(s) to use in order to decode
528 // Emits code to decode our share of instructions. Returns true if the
529 // emitted code causes a return, which occurs if we know how to decode
    [all...]
  /dalvik/libdex/
DexClass.cpp 58 * decode process.
79 * decode process.
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
PropertyResourceBundleTest.java 75 CharBuffer cbuffer = charset.decode(ByteBuffer.wrap(content
86 cbuffer = charset.decode(ByteBuffer.wrap(content.getBytes("UTF-8")));
  /external/apache-harmony/nio_char/src/test/java/org/apache/harmony/nio_char/tests/java/nio/charset/
CharsetTest.java 115 // cs1.decode(in);
117 // cs2.decode(in);
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
DerUTCTimeEDTest.java 105 assertEquals(187, (myDate.getTime()-((Date)uTime.decode(dis)).getTime()));
115 assertEquals(myDate, uTime.decode(dis));
SequenceTest.java 151 .decode(in));
188 seqVerify.decode(in);
UTCTimeTest.java 102 utime.decode(in)); //decoded
111 utime.decode(in)); //decoded
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x501/
NameTest.java 69 Name principal = (Name) Name.ASN1.decode(mess);
81 Name principal = (Name) Name.ASN1.decode(is);
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/
PolicyQualifierInfoTest.java 96 PolicyQualifierInfo.ASN1.decode(
129 PolicyQualifierInfo.ASN1.decode(
  /external/apache-harmony/security/src/test/impl/java.injected/java/security/cert/
X509CertificateTest.java 265 is = new ByteArrayInputStream(Base64.decode(base64cert.getBytes("UTF-8")));
270 is = new ByteArrayInputStream(Base64.decode(base64crl.getBytes("UTF-8")));
  /external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/
CharWrapperTester.java 44 public abstract char[] decode(char[] delegateChars) throws Exception; method in class:CharWrapperTester
88 return decode(delegate.buffer.toString().toCharArray());
WrapperTester.java 45 public abstract byte[] decode(byte[] delegateBytes) throws Exception; method in class:WrapperTester
89 return WrapperTester.this.decode(delegate.bytesOut.toByteArray());
  /external/apache-harmony/x-net/src/test/impl/java/org/apache/harmony/xnet/tests/provider/jsse/
DigitalSignatureTest.java 81 .decode(b64PrivateKeySpec)));
84 .decode(b64PublicKeySpec)));
  /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/chromium/chrome/browser/bookmarks/
bookmark_codec.h 56 bool Decode(BookmarkNode* bb_node,
66 // is stored to the file. After a call to decode, the computed checksum can
  /external/chromium/chrome/browser/extensions/
convert_web_app_unittest.cc 56 result.data = decoder.Decode(
59 EXPECT_FALSE(result.data.isNull()) << "Could not decode test icon.";
  /external/chromium/net/base/
sdch_filter.h 6 // This decoding uses a pre-cached dictionary of text fragments to decode
37 // Decode the pre-filter data and writes the output into |dest_buffer|
  /external/dbus/test/
Makefile.am 27 GCOV_BINARIES=decode-gcov
62 decode-gcov.c

Completed in 1612 milliseconds

<<21222324252627282930>>