HomeSort by relevance Sort by last modified time
    Searched full:encoded (Results 201 - 225 of 4017) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/native_client_sdk/src/build_tools/screenshot_extension/
README 21 // dataURL is a data URL encoded PNG. You can add this to a image like this:
  /external/chromium_org/net/cert/
asn1_util.h 34 // ParseElement parses a DER encoded ASN1 element from |in|, requiring that
60 // ExtractSPKIFromDERCert parses the DER encoded certificate in |cert| and
66 // ExtractSubjectPublicKeyFromSPKI parses the DER encoded SubjectPublicKeyInfo
73 // ExtractCRLURLsFromDERCert parses the DER encoded certificate in |cert| and
x509_util_nss.h 44 // Creates all possible OS certificate handles from |data| encoded in a specific
63 // Create a list of CERTName objects from a list of DER-encoded X.509
65 // |encoded_issuers| is the list of encoded DNs.
79 // a DER-encoded X.509 Distinguished Name.
  /external/chromium_org/ppapi/cpp/private/
x509_certificate_private.h 26 // Creates a new certificate from a DER-encoded representation. Returns true
  /external/chromium_org/remoting/protocol/
clipboard_stub.h 24 // |event.data| is correctly encoded according to the specified MIME-type.
message_decoder_unittest.cc 23 // Contains one encoded message.
31 // Contains all encoded messages.
49 // Prepare encoded data for testing.
56 // size of encoded data.
  /external/chromium_org/ui/gfx/image/
image_png_rep.h 14 // An ImagePNGRep represents a bitmap's png encoded data and the scale factor it
  /external/clang/test/Lexer/
char-literal-encoding-error.c 3 // This file is encoded using ISO-8859-1
  /external/libvpx/libvpx/vpx/
svc_context.h 107 * return size of encoded data to be returned by vpx_svc_get_buffer
112 * return buffer with encoded data
124 * return number of frames that have been encoded
129 * return 1 if last encoded frame was a keyframe
  /external/llvm/test/CodeGen/AArch64/
large-consts.ll 3 ; Make sure the shift amount is encoded into the instructions by LLVM because
  /external/llvm/test/MC/MachO/ARM/
thumb-bl-jbits.s 17 # has it displacement encoded correctly with respect to the J1 and J2 bits when
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
Base64Test.java 17 private static final String base64Decoded = "base64 encoded string";
  /frameworks/base/core/java/android/util/
Base64OutputStream.java 38 * writing the encoded data to another OutputStream.
40 * @param out the OutputStream to write the encoded data to
50 * stream, writing the encoded/decoded data to another
53 * @param out the OutputStream to write the encoded data to
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMFixupKinds.h 27 // used in VFP instructions where the lower 2 bits are not encoded
28 // (so it's encoded as an 8-bit immediate).
34 // addresses where the lower 2 bits are not encoded (so it's encoded as an
  /frameworks/native/opengl/include/ETC1/
etc1.h 56 // Return the size of the encoded image data (does not include size of PKM header).
63 // pOut - pointer to encoded data. Must be large enough to store entire encoded image.
71 // pIn - pointer to encoded data.
  /libcore/luni/src/test/java/tests/security/spec/
EncodedKeySpec2Test.java 49 byte[] encoded = keys.getPublic().getEncoded();
50 Key key = fact.generatePublic(new X509EncodedKeySpec(encoded));
56 encoded = keys.getPrivate().getEncoded();
57 key = fact.generatePrivate(new PKCS8EncodedKeySpec(encoded));
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
etc1.h 58 // Return the size of the encoded image data (does not include size of PKM header).
65 // pOut - pointer to encoded data. Must be large enough to store entire encoded image.
73 // pIn - pointer to encoded data.
  /external/chromium_org/sdch/open-vcdiff/src/google/
vcencoder.h 64 // input data to be encoded may not be available at once, the encoder
75 // format to be included in the encoded output. These extensions are not
83 // the source (dictionary), or from previously encoded target data.
87 // never from previously encoded target data. This will speed up the encoding
88 // process, but the encoded data will not be as compact.
92 // the previously encoded target data may even extend into the range of the
94 // previously encoded target data is "LA", then a single COPY instruction of
143 // The size of the encoded output depends on the sizes of the chunks
183 // Finishes encoding and appends any leftover encoded data to *output_string.
227 // the previously encoded target data. This function can be used befor
    [all...]
  /external/open-vcdiff/src/google/
vcencoder.h 64 // input data to be encoded may not be available at once, the encoder
75 // format to be included in the encoded output. These extensions are not
83 // the source (dictionary), or from previously encoded target data.
87 // never from previously encoded target data. This will speed up the encoding
88 // process, but the encoded data will not be as compact.
92 // the previously encoded target data may even extend into the range of the
94 // previously encoded target data is "LA", then a single COPY instruction of
143 // The size of the encoded output depends on the sizes of the chunks
183 // Finishes encoding and appends any leftover encoded data to *output_string.
227 // the previously encoded target data. This function can be used befor
    [all...]
  /cts/libs/json/src/com/android/json/stream/
JsonToken.java 20 * A structure, name or value type in a JSON-encoded string.
78 * JsonReader#peek()} to signal that the JSON-encoded value has no more
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/
TimeTest.java 40 // verify that date before 2050 encoded as UTCTime
44 // verify that date after 2050 encoded as GeneralizedTime
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1Object.java 12 * @return BER/DER byte encoded object.
30 * @return byte encoded object.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/
BaseKeyFactorySpi.java 32 throw new InvalidKeySpecException("encoded key spec not recognised");
53 throw new InvalidKeySpecException("encoded key spec not recognised");
  /external/chromium/chrome/common/safe_browsing/
safebrowsing_messages.h 37 std::string /* encoded ClientPhishingRequest proto */)
47 // The given file contains an encoded safe_browsing::ClientSideModel
  /external/chromium/net/base/
asn1_util.h 24 // ParseElement parses a DER encoded ASN1 element from |in|, requiring that
45 // ExtractSPKIFromDERCert parses the DER encoded certificate in |cert| and

Completed in 435 milliseconds

1 2 3 4 5 6 7 891011>>