HomeSort by relevance Sort by last modified time
    Searched full:decode (Results 651 - 675 of 3619) sorted by null

<<21222324252627282930>>

  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
AnyTest.java 47 .decode(in)));
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/pkcs7/
AuthenticatedAttributesTest.java 42 ContentInfo token = (ContentInfo) ContentInfo.ASN1.decode(in);
SignerInfoTest.java 47 signerInfo = (SignerInfo) SignerInfo.ASN1.decode(encoding);
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/
CertificatePoliciesTest.java 58 CertificatePolicies.ASN1.decode(encoding))
CertificateTest.java 158 Extensions.ASN1.decode(encoding);
165 TBSCertificate.ASN1.decode(encoding);
171 Certificate.ASN1.decode(encoding);
202 NameConstraints.ASN1.decode(encoding);
GeneralNamesTest.java 50 GeneralNames gnames = (GeneralNames) GeneralNames.ASN1.decode(encoding);
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/tsp/
PKIStatusInfoTest.java 44 .decode(encoding);
  /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/provider/cert/
CertFactoryTestData.java 298 return Base64.decode(certPathPKCS7Base64.getBytes("UTF-8"));
302 return Base64.decode(certPathPkiPathBase64.getBytes("UTF-8"));
306 return Base64.decode(certEncodingBase64.getBytes("UTF-8"));
318 return Base64.decode(crlEncodingBase64.getBytes("UTF-8"));
  /external/apache-http/src/org/apache/http/client/utils/
URLEncodedUtils.java 141 final String name = decode(nameValue[0], encoding);
144 value = decode(nameValue[1], encoding);
173 private static String decode (final String content, final String encoding) { method in class:URLEncodedUtils
175 return URLDecoder.decode(content,
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/
DSABase.java 78 sig = encoder.decode(sigBytes);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
PEMUtil.java 83 return ASN1Sequence.getInstance(Base64.decode(pemBuf.toString()));
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
PEMUtil.java 83 ASN1Primitive o = new ASN1InputStream(Base64.decode(pemBuf.toString())).readObject();
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/encoders/
Base64Encoder.java 123 * decode the base 64 encoded byte data writing it to the given output stream,
128 public int decode( method in class:Base64Encoder
200 * decode the base 64 encoded String data writing it to the given output stream,
205 public int decode( method in class:Base64Encoder
  /external/chromium_org/cc/test/
pixel_test_utils.cc 35 gfx::PNGCodec::Decode(reinterpret_cast<unsigned char*>(&png_data[0]),
  /external/chromium_org/chrome/browser/
image_decoder.h 67 // Launches sandboxed process that will decode the image.
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
safe_audio_video_checker.h 22 // not attempt to decode the entire file, which may take a considerable amount
  /external/chromium_org/chrome/browser/profiles/
profile_downloader_delegate.h 25 IMAGE_DECODE_FAILED // Cannot decode fetched image.
  /external/chromium_org/content/browser/renderer_host/
text_input_client_message_filter.mm 62 mac::AttributedStringCoder::Decode(&encoded_string);
  /external/chromium_org/content/common/
image_messages.h 18 // Requests the renderer to download the specified image, decode it,
  /external/chromium_org/content/public/common/
content_constants.h 57 // Shared constants for the flash hardware video decode field trial.
page_state.h 27 // designed as an archival format. The renderer process can decode the data
  /external/chromium_org/content/renderer/fetchers/
multi_resolution_image_resource_fetcher.cc 54 // If we get here, it means no image from server or couldn't decode the
  /external/chromium_org/media/base/
decryptor.h 108 // Indicates completion of audio/video decrypt-and-decode operation.
110 // First parameter: The status of the decrypt-and-decode operation.
143 // decrypt-and-decode operations, and fires any pending
150 // scheduled initialization or decrypt-and-decode operations, and fires
  /external/chromium_org/media/filters/
fake_video_decoder.h 39 virtual void Decode(const scoped_refptr<DecoderBuffer>& buffer,
ffmpeg_video_decoder.h 39 virtual void Decode(const scoped_refptr<DecoderBuffer>& buffer,

Completed in 402 milliseconds

<<21222324252627282930>>