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

<<11121314151617181920>>

  /external/chromium/chrome/common/net/
x509_certificate_model.cc 44 return input; // Input did not contain any encoded data.
46 // Input contained encoded data, return formatted string showing original and
  /external/chromium/net/base/
pem_tokenizer.h 23 // instances of PEM encoded blocks that are of the |allowed_block_types|.
60 // The type of data that was encoded, as indicated in the PEM
  /external/chromium/third_party/libjingle/source/talk/xmpp/
saslmechanism.cc 61 SaslMechanism::Base64Decode(const std::string & encoded) {
62 return Base64::Decode(encoded, Base64::DO_LAX);
  /external/chromium_org/chrome/common/extensions/api/devtools/
network.json 29 "description": "Content of the response body (potentially encoded)."
34 "description": "Empty if content is not encoded, encoding name otherwise. Currently, only base64 is supported."
  /external/chromium_org/chrome/common/net/
x509_certificate_model.cc 26 return input; // Input did not contain any encoded data.
28 // Input contained encoded data, return formatted string showing original and
  /external/chromium_org/content/renderer/
text_input_client_observer.cc 80 scoped_ptr<const mac::AttributedStringCoder::EncodedString> encoded(
83 *encoded.get()));
  /external/chromium_org/media/cast/audio_sender/
audio_sender.h 49 // done with |audio_bus|; it does not mean that the encoded data has been
57 // the cast sender is done with the frame; it does not mean that the encoded
  /external/chromium_org/media/cast/
cast_receiver.h 30 // Callback in which the encoded audio frame and play-out time will be returned.
40 // Callback in which the encoded video frame and render time will be returned.
  /external/chromium_org/media/cast/video_sender/
video_encoder.h 39 // the encoder is done with the frame; it does not mean that the encoded frame
41 // Once the encoded frame is ready the frame_encoded_callback is called.
  /external/chromium_org/mojo/examples/sample_app/
gles2_client_impl.cc 71 void GLES2ClientImpl::DidCreateContext(uint64_t encoded,
74 MojoGLES2MakeCurrent(encoded);
  /external/chromium_org/net/cert/
ct_objects_extractor.h 22 // the encoded list, minus the DER encoding necessary for the extension.
52 // the encoded list, minus the DER encoding necessary for the extension.
pem_tokenizer.h 23 // instances of PEM encoded blocks that are of the |allowed_block_types|.
60 // The type of data that was encoded, as indicated in the PEM
  /external/chromium_org/remoting/host/
audio_scheduler.h 27 // client. Audio is captured and encoded on the audio thread and then passed to
50 // encoded and sent on the wire.
  /external/chromium_org/third_party/WebKit/Source/core/frame/
DOMWindowBase64.cpp 51 exceptionState.throwDOMException(InvalidCharacterError, "The string to be encoded contains characters outside of the Latin1 range.");
69 exceptionState.throwDOMException(InvalidCharacterError, "The string to be decoded is not correctly encoded.");
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/
FileCheckerCallable.java 48 byte[] encoded = Files.readAllBytes(FileSystems.getDefault().getPath(fileName));
49 String text = StandardCharsets.UTF_8.decode(ByteBuffer.wrap(encoded)).toString();
  /external/chromium_org/third_party/WebKit/Source/platform/blob/
BlobURL.h 44 // The origin of the host page is encoded in the URL value to
48 // encoded in the blob url.
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/win/
normalizedunicodetext.h 36 // [in] text - zero-terminated UTF-16 encoded string.
47 // [in] text - zero-terminated UTF-16 encoded string.
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
saslmechanism.cc 61 SaslMechanism::Base64Decode(const std::string & encoded) {
62 return Base64::Decode(encoded, Base64::DO_LAX);
  /external/chromium_org/third_party/tlslite/
README.chromium 17 DER-encoded distinguished name for a certificate, without requiring any
24 of byte arrays, each containing a DER-encoded distinguished name.
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
intnum.h 105 /** Create a new intnum from LEB128-encoded form.
106 * \param ptr pointer to start of LEB128 encoded form
276 /** Output #yasm_intnum to buffer in LEB128-encoded form.
286 /** Calculate number of bytes LEB128-encoded form of #yasm_intnum will take.
294 /** Output integer to buffer in signed LEB128-encoded form.
302 /** Calculate number of bytes signed LEB128-encoded form of integer will take.
309 /** Output integer to buffer in unsigned LEB128-encoded form.
317 /** Calculate number of bytes unsigned LEB128-encoded form of integer will take.
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
EncodedMember.java 78 * @param lastIndex {@code >= 0;} the previous member index value encoded, or
82 * @return {@code >= 0;} the member index value that was encoded
  /external/dropbear/libtomcrypt/src/pk/asn1/der/integer/
der_decode_integer.c 23 @param in The DER encoded data
24 @param inlen Size of DER encoded data
  /external/dropbear/libtomcrypt/src/pk/asn1/der/short_integer/
der_encode_short_integer.c 24 @param out [out] The destination for the DER encoded integers
25 @param outlen [in/out] The max size and resulting size of the DER encoded integers
  /external/dropbear/libtomcrypt/src/pk/pkcs1/
pkcs_1_v1_5_encode.c 28 * \param out [out] The destination for the encoded data
29 * \param outlen [in/out] The max size and resulting size of the encoded data
  /external/nist-sip/java/gov/nist/javax/sip/header/
Allow.java 84 /** Return body encoded in canonical form.
85 * @return body encoded as a string.

Completed in 2020 milliseconds

<<11121314151617181920>>