/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/ |
quoprimime.py | 194 character "=" appended to them, so the decoded text will be identical to 280 # decoded string with string concatenation, which could be done much more 282 decoded = '' 287 decoded += eol 295 decoded += c 304 decoded += unquote(line[i:i+3]) 308 decoded += c 312 decoded += eol 314 if not encoded.endswith(eol) and decoded.endswith(eol): 315 decoded = decoded[:-1 [all...] |
header.py | 67 decoded parts of the header. Charset is None for non-encoded parts of the 78 decoded = [] 83 decoded.append((line, None)) 90 if decoded and decoded[-1][1] is None: 91 decoded[-1] = (decoded[-1][0] + SPACE + unenc, None) 93 decoded.append((unenc, None)) 114 if decoded and decoded[-1][1] == charset [all...] |
/external/chromium_org/net/http/ |
http_content_disposition.cc | 66 std::string decoded; local 68 base::Base64Decode(part, &decoded) : DecodeQEncoding(part, &decoded))) 71 if (decoded.empty()) { 85 size_t output_length = decoded.length() * 3 + 1; 88 decoded.data(), decoded.length(), &err); 255 std::string decoded; local 257 &decoded, ¤t_parse_result_flags)) 259 decoded_value.append(decoded); [all...] |
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/ |
PolicyQualifierInfoTest.java | 94 Object[] decoded = local 100 myIntValue, ((int[])decoded[0])[8]); 103 (byte)myIntValue, ((byte[])decoded[1])[2]); 127 Object[] decoded = local 133 myIntValue, ((int[])decoded[0])[8]); 136 (byte)myIntValue, ((byte[])decoded[1])[2]);
|
/external/chromium_org/net/cert/ |
ct_serialization_unittest.cc | 119 std::vector<base::StringPiece> decoded; local 121 ASSERT_TRUE(ct::DecodeSCTList(&encoded, &decoded)); 122 ASSERT_STREQ("abc", decoded[0].data()); 123 ASSERT_STREQ("def", decoded[1].data()); 129 std::vector<base::StringPiece> decoded; local 131 ASSERT_FALSE(ct::DecodeSCTList(&encoded, &decoded));
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/pkcs10/ |
CertificationRequestTest.java | 71 CertificationRequest decoded = (CertificationRequest) CertificationRequest.ASN1 local 74 // check what was decoded 83 assertEquals(certReq.getAlgId(), decoded.getAlgId()); 84 assertTrue(Arrays.equals(certReq.getSignature(), decoded.getSignature()));
|
/external/chromium_org/net/base/ |
hash_value.cc | 60 std::string decoded; local 61 if (!base::Base64Decode(base64_str, &decoded) || decoded.size() != size()) 64 memcpy(data(), decoded.data(), size());
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/interface/ |
isacfix.h | 249 * - decoded : The decoded vector 251 * Return value : >0 - number of samples in decoded vector 258 WebRtc_Word16 *decoded, 277 * - decoded : The decoded vector 279 * Return value : >0 - number of samples in decoded vector 287 WebRtc_Word16 *decoded, 307 * - decoded : The decoded vecto [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
ImageCanvas.java | 59 * @param decoded an exactly-sized, decoded bitmap to display 62 void drawImage(Bitmap decoded, Object key);
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
opts.h | 239 const struct cl_decoded_option *decoded, 257 bool (*unknown_option_callback) (const struct cl_decoded_option *decoded); 261 void (*wrong_lang_callback) (const struct cl_decoded_option *decoded, 265 void (*post_handling_callback) (const struct cl_decoded_option *decoded, 332 struct cl_decoded_option *decoded); 334 struct cl_decoded_option *decoded); 337 struct cl_decoded_option *decoded, 358 const struct cl_decoded_option *decoded, 365 const struct cl_decoded_option *decoded,
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
opts.h | 239 const struct cl_decoded_option *decoded, 257 bool (*unknown_option_callback) (const struct cl_decoded_option *decoded); 261 void (*wrong_lang_callback) (const struct cl_decoded_option *decoded, 265 void (*post_handling_callback) (const struct cl_decoded_option *decoded, 332 struct cl_decoded_option *decoded); 334 struct cl_decoded_option *decoded); 337 struct cl_decoded_option *decoded, 358 const struct cl_decoded_option *decoded, 365 const struct cl_decoded_option *decoded,
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
opts.h | 239 const struct cl_decoded_option *decoded, 257 bool (*unknown_option_callback) (const struct cl_decoded_option *decoded); 261 void (*wrong_lang_callback) (const struct cl_decoded_option *decoded, 265 void (*post_handling_callback) (const struct cl_decoded_option *decoded, 332 struct cl_decoded_option *decoded); 334 struct cl_decoded_option *decoded); 337 struct cl_decoded_option *decoded, 358 const struct cl_decoded_option *decoded, 365 const struct cl_decoded_option *decoded,
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
opts.h | 239 const struct cl_decoded_option *decoded, 257 bool (*unknown_option_callback) (const struct cl_decoded_option *decoded); 261 void (*wrong_lang_callback) (const struct cl_decoded_option *decoded, 265 void (*post_handling_callback) (const struct cl_decoded_option *decoded, 332 struct cl_decoded_option *decoded); 334 struct cl_decoded_option *decoded); 337 struct cl_decoded_option *decoded, 358 const struct cl_decoded_option *decoded, 365 const struct cl_decoded_option *decoded,
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
DecodedDataDocumentParser.cpp | 67 // needs to receive decoded bytes. 71 String decoded = m_decoder->decode(data, length); 72 updateDocument(decoded); 79 // needs to receive decoded bytes.
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
DecodingImageGenerator.cpp | 81 bool decoded = m_frameGenerator->decodeAndScale(m_imageInfo, m_frameIndex, pixels, rowBytes); local 83 return decoded;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
header.py | 67 decoded parts of the header. Charset is None for non-encoded parts of the 78 decoded = [] 83 decoded.append((line, None)) 90 if decoded and decoded[-1][1] is None: 91 decoded[-1] = (decoded[-1][0] + SPACE + unenc, None) 93 decoded.append((unenc, None)) 114 if decoded and decoded[-1][1] == charset [all...] |
/external/robolectric/src/main/java/android/net/ |
Uri__FromAndroid.java | 173 * @return the decoded scheme-specific-part 185 * @return the decoded scheme-specific-part 190 * Gets the decoded authority part of this URI. For 212 * Gets the decoded user information from the authority. 247 * Gets the decoded path. 249 * @return the decoded path, or null if this is not a hierarchical URI 263 * Gets the decoded query component from this URI. The query comes after 268 * @return the decoded query or null if there isn't one 283 * Gets the decoded fragment part of this URI, everything after the '#'. 285 * @return the decoded fragment or null if there isn't on 1802 StringBuilder decoded = null; local 1905 volatile String decoded; field in class:Uri__FromAndroid.AbstractPart [all...] |
/external/chromium_org/remoting/codec/ |
audio_encoder_opus_unittest.cc | 39 // Maximum standard deviation of the difference between original and decoded 87 // Decoded data is normally shifted in phase relative to the original signal. 103 // Compares decoded signal with the test signal that was encoded. It estimates 105 // the difference between original and decoded signals. 123 LOG(ERROR) << "Decoded signal deviation: " << deviation; 143 scoped_ptr<AudioPacket> decoded = decoder_->Decode(encoded.Pass()); local 144 EXPECT_EQ(kDefaultSamplingRate, decoded->sampling_rate()); 145 for (int i = 0; i < decoded->data_size(); ++i) { 147 reinterpret_cast<const int16*>(decoded->data(i).data()); 150 data + decoded->data(i).size() / sizeof(int16)) [all...] |
/external/wpa_supplicant_8/src/wps/ |
upnp_xml.c | 229 unsigned char *decoded; local 238 decoded = base64_decode((unsigned char *) msg, os_strlen(msg), &len); 240 if (decoded == NULL) { 245 buf = wpabuf_alloc_ext_data(decoded, len); 247 os_free(decoded);
|
/external/chromium_org/native_client_sdk/src/examples/api/graphics_3d/ |
graphics_3d.cc | 70 uint8_t decoded[4]; local 83 decoded[decoded_count++] = (data >> 16) & 0xff; 84 decoded[decoded_count++] = (data >> 8) & 0xff; 85 decoded[decoded_count++] = (data ) & 0xff; 87 // = is the base64 end marker. Remove decoded bytes if we see any. 92 int value = decoded[0]; 93 int count = decoded[1]; 95 // Move the other decoded bytes (if any) down. 96 decoded[0] = decoded[2] [all...] |
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/cube/ |
cube.cc | 71 uint8_t decoded[4]; local 84 decoded[decoded_count++] = (data >> 16) & 0xff; 85 decoded[decoded_count++] = (data >> 8) & 0xff; 86 decoded[decoded_count++] = (data ) & 0xff; 88 // = is the base64 end marker. Remove decoded bytes if we see any. 93 int value = decoded[0]; 94 int count = decoded[1]; 96 // Move the other decoded bytes (if any) down. 97 decoded[0] = decoded[2] [all...] |
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/ |
test_iSACfixfloat.c | 116 WebRtc_Word16 decoded[MAX_FRAMESAMPLES]; local 509 decoded, 539 decoded, 545 declen = WebRtcIsacfix_DecodePlc( ISACFIX_main_inst, decoded, 1 ); 547 declen = WebRtcIsacfix_DecodePlcNb( ISACFIX_main_inst, decoded, 1 ); 553 decoded, 559 decoded, 592 decoded, 618 declen = WebRtcIsacfix_DecodePlc( ISACFIX_main_inst, decoded, 1 ); 620 declen = WebRtcIsacfix_DecodePlcNb( ISACFIX_main_inst, decoded, 1 ) [all...] |
/external/chromium/chrome/browser/ui/webui/ |
extension_icon_source.cc | 50 SkBitmap* decoded = new SkBitmap(); local 51 *decoded = decoder.Decode(data, size); 52 return decoded; 166 SkBitmap* decoded = NULL; local 169 decoded = GetDefaultAppImage(); 171 decoded = GetDefaultExtensionImage(); 173 *decoded = skia::ImageOperations::Resize( 174 *decoded, skia::ImageOperations::RESIZE_LANCZOS3, 177 FinalizeImage(decoded, request_id);
|
/external/chromium_org/components/policy/core/common/cloud/ |
policy_header_service_unittest.cc | 61 std::string decoded; local 62 base::Base64Decode(header, &decoded); 64 scoped_ptr<Value> value(base::JSONReader::Read(decoded));
|
/external/webrtc/src/modules/audio_coding/codecs/isac/main/interface/ |
isac.h | 214 * - decoded : The decoded vector. 216 * Return value : >0 - number of samples in decoded vector. 224 WebRtc_Word16* decoded, 241 * - decoded : The decoded vector. 243 * Return value : >0 - number of samples in decoded PLC vector 249 WebRtc_Word16* decoded, 476 * Return the sampling rate of the decoded audio. 483 * sampling rate of the decoded audio [all...] |