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

<<21222324252627282930>>

  /cts/tests/tests/keystore/src/android/keystore/cts/
SignatureTest.java 85 HexEncoding.decode("ec174729c4f5c570ba0de4c424cdcbf0362a7718039464");
93 SHORT_MSG_KAT_SIGNATURES.put("NONEwithECDSA", HexEncoding.decode(
96 SHORT_MSG_KAT_SIGNATURES.put("SHA1withECDSA", HexEncoding.decode(
99 SHORT_MSG_KAT_SIGNATURES.put("SHA224withECDSA", HexEncoding.decode(
102 SHORT_MSG_KAT_SIGNATURES.put("SHA256withECDSA", HexEncoding.decode(
105 SHORT_MSG_KAT_SIGNATURES.put("SHA384withECDSA", HexEncoding.decode(
108 SHORT_MSG_KAT_SIGNATURES.put("SHA512withECDSA", HexEncoding.decode(
113 SHORT_MSG_KAT_SIGNATURES.put("NONEwithRSA", HexEncoding.decode(
121 SHORT_MSG_KAT_SIGNATURES.put("MD5withRSA", HexEncoding.decode(
129 SHORT_MSG_KAT_SIGNATURES.put("SHA1withRSA", HexEncoding.decode(
    [all...]
  /external/conscrypt/src/test/java/org/conscrypt/ct/
SerializationTest.java 38 = SignedCertificateTimestamp.decode(in, SignedCertificateTimestamp.Origin.EMBEDDED);
66 SignedCertificateTimestamp.decode(sct, SignedCertificateTimestamp.Origin.EMBEDDED);
72 SignedCertificateTimestamp.decode(in, SignedCertificateTimestamp.Origin.EMBEDDED);
79 SignedCertificateTimestamp.decode(in, SignedCertificateTimestamp.Origin.EMBEDDED);
91 DigitallySigned dst = DigitallySigned.decode(in);
99 DigitallySigned.decode(new byte[] {
108 DigitallySigned.decode(new byte[] {
117 DigitallySigned.decode(new byte[] {
126 DigitallySigned.decode(new byte[] {
  /external/libvorbis/doc/
04-codec.tex 5 \section{Codec Setup and Packet Decode} \label{vorbis:spec:codec}
10 bit-by-bit decode specification of Vorbis I. This document assumes a
11 high-level understanding of the Vorbis decode process, which is
17 \subsection{Header decode and decode setup}
21 and the setup header. All are required for decode compliance. An
26 \subsubsection{Common header decode}
36 Decode continues according to packet type; the identification header
86 Comment header decode and data specification is covered in
101 needed for decode. The setup header contains, in order, the lists o
    [all...]
  /external/webrtc/webrtc/modules/video_coding/test/
plotReceiveTrace.m 75 [p, count] = sscanf(message, 'Render frame %lu at %lu. Render delay %lu, required delay %lu, max decode time %lu, min total delay %lu');
137 % Plot the time the decode starts
146 % Plot the decode complete time
182 legend('Packet arrives', 'Frame complete', 'Decode', 'Decode complete', 'Time to render', 'Only jitter', 'Must decode');
198 % legend('Complete time - Estimated arrival time', 'Desired jitter buffer level', 'Actual decode time', 'Max decode time', 0);
212 legend('Render delay', 'Jitter delay', 'Decode delay', 'Extra delay', 'Min total delay');
  /libcore/luni/src/test/java/libcore/net/
UriCodecTest.java 252 assertEquals("", UriCodec.decode(""));
258 UriCodec.decode("ab%2f$%C4%82%25%e0%a1%80%p");
268 UriCodec.decode("ab%2f$%c4%82%25%e0%a1%80%1p");
278 UriCodec.decode("ab%2f$%c4%82%25%e0%a1%80%");
287 UriCodec.decode("ab%2f$%c4%82%25%e0%a1%80%",
295 UriCodec.decode("ab%2f$%c4%82%25+%e0%a1%80",
301 // Last character needs decoding (make sure we are flushing the buffer with chars to decode).
304 UriCodec.decode("ab%2f$%c4%82%25%e0%a1%80"));
311 UriCodec.decode("ab%2f$%c4%82%25%e0%a1%80aa%e0%a1%80"));
  /prebuilts/go/darwin-x86/src/encoding/ascii85/
ascii85_test.go 109 ndst, nsrc, err := Decode(dbuf, []byte(p.encoded), true)
110 testEqual(t, "Decode(%q) = error %v, want %v", p.encoded, err, error(nil))
111 testEqual(t, "Decode(%q) = nsrc %v, want %v", p.encoded, nsrc, len(p.encoded))
112 testEqual(t, "Decode(%q) = ndst %v, want %v", p.encoded, ndst, len(p.decoded))
113 testEqual(t, "Decode(%q) = %q, want %q", p.encoded, string(dbuf[0:ndst]), p.decoded)
158 _, _, err := Decode(dbuf, []byte(e.e), true)
197 t.Errorf("Decode(Encode(%d-byte string)) failed at offset %d", n, i)
205 t.Errorf("Decode gave error %v", err)
208 t.Errorf("Decode failed: got %v, want %v", decoded, want)
  /prebuilts/go/linux-x86/src/encoding/ascii85/
ascii85_test.go 109 ndst, nsrc, err := Decode(dbuf, []byte(p.encoded), true)
110 testEqual(t, "Decode(%q) = error %v, want %v", p.encoded, err, error(nil))
111 testEqual(t, "Decode(%q) = nsrc %v, want %v", p.encoded, nsrc, len(p.encoded))
112 testEqual(t, "Decode(%q) = ndst %v, want %v", p.encoded, ndst, len(p.decoded))
113 testEqual(t, "Decode(%q) = %q, want %q", p.encoded, string(dbuf[0:ndst]), p.decoded)
158 _, _, err := Decode(dbuf, []byte(e.e), true)
197 t.Errorf("Decode(Encode(%d-byte string)) failed at offset %d", n, i)
205 t.Errorf("Decode gave error %v", err)
208 t.Errorf("Decode failed: got %v, want %v", decoded, want)
  /art/runtime/native/
java_lang_reflect_Array.cc 35 Handle<mirror::Class> element_class(hs.NewHandle(soa.Decode<mirror::Class*>(javaElementClass)));
38 mirror::Object* dimensions_obj = soa.Decode<mirror::Object*>(javaDimArray);
56 mirror::Class* element_class = soa.Decode<mirror::Class*>(javaElementClass);
  /developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageResizer.java 105 * Decode and sample down a bitmap from resources to the requested width and height.
119 // First decode with inJustDecodeBounds=true to check dimensions
133 // Decode bitmap with inSampleSize set
139 * Decode and sample down a bitmap from a file to the requested width and height.
141 * @param filename The full path of the file to decode
151 // First decode with inJustDecodeBounds=true to check dimensions
164 // Decode bitmap with inSampleSize set
170 * Decode and sample down a bitmap from a file input stream to the requested width and height.
182 // First decode with inJustDecodeBounds=true to check dimensions
190 // Decode bitmap with inSampleSize se
    [all...]
  /developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageResizer.java 105 * Decode and sample down a bitmap from resources to the requested width and height.
119 // First decode with inJustDecodeBounds=true to check dimensions
133 // Decode bitmap with inSampleSize set
139 * Decode and sample down a bitmap from a file to the requested width and height.
141 * @param filename The full path of the file to decode
151 // First decode with inJustDecodeBounds=true to check dimensions
164 // Decode bitmap with inSampleSize set
170 * Decode and sample down a bitmap from a file input stream to the requested width and height.
182 // First decode with inJustDecodeBounds=true to check dimensions
190 // Decode bitmap with inSampleSize se
    [all...]
  /development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
ImageResizer.java 105 * Decode and sample down a bitmap from resources to the requested width and height.
119 // First decode with inJustDecodeBounds=true to check dimensions
133 // Decode bitmap with inSampleSize set
139 * Decode and sample down a bitmap from a file to the requested width and height.
141 * @param filename The full path of the file to decode
151 // First decode with inJustDecodeBounds=true to check dimensions
164 // Decode bitmap with inSampleSize set
170 * Decode and sample down a bitmap from a file input stream to the requested width and height.
182 // First decode with inJustDecodeBounds=true to check dimensions
190 // Decode bitmap with inSampleSize se
    [all...]
  /external/apache-http/src/org/apache/commons/codec/
Decoder.java 45 * this decode method will throw a DecoderException.
47 * @param pObject an object to "decode"
57 Object decode(Object pObject) throws DecoderException; method in interface:Decoder
  /external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/tests/
test_html5lib.py 34 soup.decode(), self.document_for(markup))
77 self.assertEqual(u"<body><p><em>foo</em></p><em>\n</em><p><em>bar<a></a></em></p></body>", soup.body.decode())
84 self.assertEqual(u"<body><p><em>foo</em></p><em>\n</em><p><em>bar<a></a></em></p>\n</body>", soup.body.decode())
  /external/libopus/silk/
stereo_decode_pred.c 34 /* Decode mid/side predictors */
65 /* Decode mid-only flag */
71 /* Decode flag that only mid channel is coded */
  /external/oauth/core/src/main/java/net/oauth/http/
HttpMessageDecoder.java 32 * Decode the given message if necessary and possible.
35 * given message if this class can't decode it.
37 public static HttpResponseMessage decode(HttpResponseMessage message) method in class:HttpMessageDecoder
  /external/pdfium/xfa/src/fxbarcode/
BC_BarCode.cpp 242 CFX_WideString CBC_Code39::Decode(uint8_t* buf,
249 CFX_WideString CBC_Code39::Decode(CFX_DIBitmap* pBitmap, int32_t& e) {
253 CFX_ByteString str = m_pBCReader->Decode(&bitmap, 0, e);
345 CFX_WideString CBC_Codabar::Decode(uint8_t* buf,
352 CFX_WideString CBC_Codabar::Decode(CFX_DIBitmap* pBitmap, int32_t& e) {
356 CFX_ByteString str = m_pBCReader->Decode(&bitmap, 0, e);
422 CFX_WideString CBC_Code128::Decode(uint8_t* buf,
429 CFX_WideString CBC_Code128::Decode(CFX_DIBitmap* pBitmap, int32_t& e) {
433 CFX_ByteString str = m_pBCReader->Decode(&bitmap, 0, e);
505 CFX_WideString CBC_EAN8::Decode(uint8_t* buf,
    [all...]
  /external/skia/bench/
SkipZeroesBench.cpp 83 // Decode a bunch of times
86 SkDEBUGCODE(SkImageDecoder::Result result =) fDecoder->decode(&fStream, &bm,
90 SkDebugf("failed to decode %s\n", fFilename.c_str());
  /external/skia/src/codec/
SkMaskSwizzler.cpp 16 // Use the masks to decode to the destination
33 // Use the masks to decode to the destination
51 // Use the masks to decode to the destination
71 // Use the masks to decode to the destination
88 // Use the masks to decode to the destination
105 // Use the masks to decode to the destination
123 // Use the masks to decode to the destination
141 // Use the masks to decode to the destination
158 // Use the masks to decode to the destination
175 // Use the masks to decode to the destinatio
    [all...]
  /external/sl4a/Common/src/org/apache/commons/codec/
Decoder.java 41 * this decode method will throw a DecoderException.
43 * @param pObject an object to "decode"
53 Object decode(Object pObject) throws DecoderException; method in interface:Decoder
  /external/v8/src/compiler/
type-hints.h 29 Hint left() const { return LeftField::decode(bit_field_); }
30 Hint right() const { return RightField::decode(bit_field_); }
31 Hint result() const { return ResultField::decode(bit_field_); }
  /external/v8/src/parsing/
preparser.h 187 return TypeField::decode(code_) == kIdentifierExpression;
192 return PreParserIdentifier(IdentifierTypeField::decode(code_));
196 return TypeField::decode(code_) == kExpression &&
197 ExpressionTypeField::decode(code_) == kAssignment;
201 return TypeField::decode(code_) == kObjectLiteralExpression;
205 return TypeField::decode(code_) == kArrayLiteralExpression;
209 return TypeField::decode(code_) == kStringLiteralExpression;
213 return TypeField::decode(code_) == kStringLiteralExpression &&
214 IsUseStrictField::decode(code_);
218 return TypeField::decode(code_) == kStringLiteralExpression &
    [all...]
  /external/webrtc/webrtc/test/
fake_decoder.cc 33 int32_t FakeDecoder::Decode(const EncodedImage& input,
66 int32_t FakeH264Decoder::Decode(const EncodedImage& input,
85 return FakeDecoder::Decode(input,
  /frameworks/av/media/libstagefright/codecs/hevcdec/
SoftHEVC.h 74 struct timeval mTimeStart; // Time at the start of decode()
75 struct timeval mTimeEnd; // Time at the end of decode()
94 // codec. So the codec is switching to decode the new resolution.
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
vp8dx.h 33 * This interface provides the capability to decode raw VP8 streams, as would
56 * by the last decode
64 * by the last decode
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
URLEncoderTest.java 38 assertTrue("1. Incorrect encoding/decoding", URLDecoder.decode(
40 assertTrue("2. Incorrect encoding/decoding", URLDecoder.decode(
42 assertTrue("3. Incorrect encoding/decoding", URLDecoder.decode(

Completed in 515 milliseconds

<<21222324252627282930>>