HomeSort by relevance Sort by last modified time
    Searched full:decoded (Results 1 - 25 of 1886) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/utils/lit/tests/
shtest-encoding.py 3 # Here is a string that cannot be decoded in line mode: ?.
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/transcode/
TranscoderFactory.java 10 private Class decoded; field in class:TranscoderFactory.MultiClassKey
15 public MultiClassKey(Class decoded, Class transcoded) {
16 this.decoded = decoded;
20 public void set(Class decoded, Class transcoded) {
21 this.decoded = decoded;
28 "decoded=" + decoded +
44 if (!decoded.equals(that.decoded))
    [all...]
  /external/chromium_org/chrome/utility/importer/
favicon_reencode.cc 19 SkBitmap decoded = content::DecodeImage( local
23 if (decoded.empty())
26 if (decoded.width() != gfx::kFaviconSize ||
27 decoded.height() != gfx::kFaviconSize) {
29 int new_width = decoded.width();
30 int new_height = decoded.height();
32 decoded = skia::ImageOperations::Resize(
33 decoded, skia::ImageOperations::RESIZE_LANCZOS3, new_width, new_height);
37 gfx::PNGCodec::EncodeBGRASkBitmap(decoded, false, png_data);
  /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); local
66 assertEquals("Decoded version is incorrect", info.getVersion(), decoded
68 assertEquals("Decoded policy is incorrect", policy, decoded.getPolicy());
69 assertTrue("Decoded messageImprint is incorrect", Arrays.equals(
71 .encode(decoded.getMessageImprint())));
72 assertEquals("Decoded serialNumber is incorrect", BigInteger.TEN,
73 decoded.getSerialNumber());
74 assertEquals("Decoded genTime is incorrect", genTime, decode
    [all...]
TimeStampReqTest.java 53 TimeStampReq decoded = (TimeStampReq) TimeStampReq.ASN1 local
55 assertEquals("Decoded version is incorrect", req.getVersion(), decoded
57 assertTrue("Decoded messageImprint is incorrect", Arrays.equals(
59 .encode(decoded.getMessageImprint())));
60 assertEquals("Decoded reqPolicy is incorrect", reqPolicy, decoded
62 assertEquals("Decoded nonce is incorrect", nonce, decoded.getNonce());
63 assertFalse("Decoded certReq is incorrect", decoded.getCertReq(
    [all...]
  /external/chromium_org/base/
base64_unittest.cc 16 std::string decoded; local
22 ok = Base64Decode(encoded, &decoded);
24 EXPECT_EQ(kText, decoded);
  /external/glide/library/src/main/java/com/bumptech/glide/provider/
LoadProvider.java 9 * @param <T> The type of data that will be decoded from.
10 * @param <Z> The type of resource that will be decoded.
11 * @param <R> The type of resource that the decoded resource will be transcoded to.
  /external/chromium_org/content/common/mac/
attributed_string_coder_unittest.mm 40 NSAttributedString* decoded = EncodeAndDecode(attr_str.get());
41 EXPECT_NSEQ(attr_str.get(), decoded);
46 NSAttributedString* decoded = EncodeAndDecode(attr_str.get());
47 EXPECT_NSEQ(attr_str.get(), decoded);
60 NSAttributedString* decoded = EncodeAndDecode(attr_str.get());
63 NSDictionary* attrs = [decoded attributesAtIndex:0 effectiveRange:&range];
79 NSAttributedString* decoded = EncodeAndDecode(attr_str);
81 EXPECT_NSEQ(attr_str.get(), decoded);
96 NSAttributedString* decoded = EncodeAndDecode(attr_str.get());
99 EXPECT_NSEQ(expected.get(), decoded);
    [all...]
  /development/samples/browseable/BasicMediaDecoder/
_index.jd 7 This activity uses a TextureView to render the frames of a video decoded using the
  /external/glide/library/src/main/java/com/bumptech/glide/load/
ResourceDecoder.java 9 * @param <T> The type the resource will be decoded from (File, InputStream etc).
10 * @param <Z> The type of the decoded resource (Bitmap, Drawable etc:w
  /external/chromium_org/ppapi/api/
pp_codecs.idl 46 * Struct describing a decoded video picture. The decoded picture data is stored
59 * the decoded picture.
64 * The GL texture target for the decoded picture. Possible values are:
74 * Dimensions of the texture holding the decoded picture.
  /external/chromium_org/components/enhanced_bookmarks/
metadata_accessor.cc 30 std::string decoded;
31 bool result = base::Base64Decode((*it).second, &decoded);
35 return decoded;
119 std::string decoded(DataForMetaInfoField(node, kImageDataKey));
123 if (decoded != "") {
125 bool result = data.ParseFromString(decoded);
153 std::string decoded(DataForMetaInfoField(node, kImageDataKey));
154 if (decoded == "")
158 bool result = data.ParseFromString(decoded);
172 std::string decoded(DataForMetaInfoField(node, kImageDataKey))
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1Integer.java 92 * Converts decoded ASN.1 Integer to int value.
96 * @param decoded a decoded object corresponding to this type
97 * @return decoded int value.
99 public static int toIntValue(Object decoded) {
100 return new BigInteger((byte[]) decoded).intValue();
104 * Converts decoded ASN.1 Integer to a BigInteger.
106 * @param decoded a decoded object corresponding to this type
107 * @return decoded BigInteger value
    [all...]
  /external/chromium_org/third_party/skia/tools/tests/skdiff/test1/output-expected/
stdout 17 [_] 1 file pairs decoded in baseDir and not found in comparisonDir
18 [_] 1 file pairs could not be decoded in baseDir and could not be decoded in comparisonDir
19 [_] 1 file pairs could not be decoded in baseDir and not found in comparisonDir
20 [_] 1 file pairs not found in baseDir and decoded in comparisonDir
21 [_] 1 file pairs not found in baseDir and could not be decoded in comparisonDir
  /external/skia/tools/tests/skdiff/test1/output-expected/
stdout 17 [_] 1 file pairs decoded in baseDir and not found in comparisonDir
18 [_] 1 file pairs could not be decoded in baseDir and could not be decoded in comparisonDir
19 [_] 1 file pairs could not be decoded in baseDir and not found in comparisonDir
20 [_] 1 file pairs not found in baseDir and decoded in comparisonDir
21 [_] 1 file pairs not found in baseDir and could not be decoded in comparisonDir
  /external/glide/library/src/main/java/com/bumptech/glide/
DataLoadProvider.java 10 * @param <T> The type of data the resource will be decoded from.
11 * @param <Z> The type of resource that will be decoded.
  /libcore/luni/src/test/java/libcore/java/security/cert/
SubjectAlternativeNameTest.java 41 String decoded = formatIpAddress(mappedAddress); local
42 assertTrue(decoded,
43 decoded.equals("127.0.0.1") || decoded.equalsIgnoreCase("::ffff:127.0.0.1"));
48 String decoded = formatIpAddress(ipAddress); local
49 assertTrue(decoded, decoded.equals("::1") || decoded.equals("0:0:0:0:0:0:0:1"));
  /external/chromium_org/third_party/boringssl/src/crypto/base64/
base64_test.c 24 const char *decoded; member in struct:__anon16235
48 len = EVP_EncodeBlock(out, (const uint8_t*)t->decoded, strlen(t->decoded));
52 t->decoded, (int)len, (const char*)out, t->encoded);
67 size_t expected_len = strlen(t->decoded);
73 if (len != strlen(t->decoded) ||
74 memcmp(out, t->decoded, len) != 0) {
76 t->encoded, (int)len, (const char*)out, t->decoded);
94 if (ret != strlen(t->decoded) ||
95 memcmp(out, t->decoded, ret) != 0)
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
audio_decoder_impl.h 31 int16_t* decoded, SpeechType* speech_type);
43 int16_t* decoded, SpeechType* speech_type);
80 int16_t* decoded, SpeechType* speech_type);
106 int16_t* decoded, SpeechType* speech_type);
108 virtual int DecodePlc(int num_frames, int16_t* decoded);
122 int16_t* decoded, SpeechType* speech_type);
124 int16_t* decoded, SpeechType* speech_type);
126 virtual int DecodePlc(int num_frames, int16_t* decoded);
162 int16_t* decoded, SpeechType* speech_type);
182 int16_t* decoded, SpeechType* speech_type)
    [all...]
audio_decoder_impl.cc 44 int16_t* decoded, SpeechType* speech_type) {
48 static_cast<int16_t>(encoded_len), decoded, &temp_type);
61 int16_t* decoded, SpeechType* speech_type) {
65 static_cast<int16_t>(encoded_len), decoded, &temp_type);
87 int16_t* decoded, SpeechType* speech_type) {
91 static_cast<int16_t>(encoded_len), decoded, &temp_type);
133 int16_t* decoded, SpeechType* speech_type) {
137 static_cast<int16_t>(encoded_len), decoded,
143 int AudioDecoderIlbc::DecodePlc(int num_frames, int16_t* decoded) {
145 decoded, num_frames)
    [all...]
  /external/nanopb-c/tests/alltypes/
SConscript 16 env.Decode("encode_alltypes.output.decoded",
20 ["encode_alltypes.output.decoded", "alltypes.proto"],
27 env.Decode("optionals.output.decoded",
31 ["optionals.output.decoded", "alltypes.proto"],
  /external/chromium_org/net/cert/
pem_tokenizer.h 30 // PEM blocks can be decoded. The decoded PEM block will be available via
35 // decoded PEM block.
39 // Returns the raw, Base64-decoded data of the last successfully decoded
69 // The raw (Base64-decoded) data of the last successfully decoded block.
  /external/chromium_org/ppapi/c/
pp_codecs.h 66 * Struct describing a decoded video picture. The decoded picture data is stored
78 * the decoded picture.
82 * The GL texture target for the decoded picture. Possible values are:
91 * Dimensions of the texture holding the decoded picture.
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/interface/
ilbc.h 177 * - decoded : The decoded vector
180 * Return value : >0 - Samples in decoded vector
187 int16_t *decoded,
192 int16_t *decoded,
197 int16_t *decoded,
212 * - decoded : The "decoded" vector
214 * Return value : >0 - Samples in decoded PLC vector
219 int16_t *decoded,
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/audio/
SDL_wave.c 118 Uint8 *freeable, *encoded, *decoded; local
136 decoded = *audio_buf;
170 decoded[0] = state[0]->iSamp2&0xFF;
171 decoded[1] = state[0]->iSamp2>>8;
172 decoded += 2;
174 decoded[0] = state[1]->iSamp2&0xFF;
175 decoded[1] = state[1]->iSamp2>>8;
176 decoded += 2;
178 decoded[0] = state[0]->iSamp1&0xFF;
179 decoded[1] = state[0]->iSamp1>>8
326 Uint8 *freeable, *encoded, *decoded; local
    [all...]

Completed in 567 milliseconds

1 2 3 4 5 6 7 8 91011>>