Searched
full:encoded (Results
501 -
525 of
4017) sorted by null
<<21222324252627282930>>
/external/chromium_org/media/cast/video_sender/ |
video_sender.h | 56 // the encoder is done with the frame; it does not mean that the encoded frame 64 // the cast sender is done with the frame; it does not mean that the encoded
|
/external/chromium_org/net/base/ |
data_url_unittest.cc | 113 // Spaces should also be removed from anything base-64 encoded 120 // Other whitespace should also be removed from anything base-64 encoded.
|
/external/chromium_org/net/cert/ |
jwk_serializer_nss.cc | 27 // The public key value is encoded as 0x04 + 64 bytes of public key. 58 // (This includes the DER-encoded type (OID) and length: parameters can be
|
/external/chromium_org/net/ssl/ |
client_cert_store_unittest-inl.h | 22 // "CN=B CA" - DER encoded DN of the issuer of client_1.pem 28 // "CN=E CA" - DER encoded DN of the issuer of client_2.pem
|
/external/chromium_org/ppapi/api/private/ |
ppb_x509_certificate_private.idl | 117 * This is the DER-encoded representation of the certificate. 158 * Initializes a <code>PPB_X509Certificate_Private</code> from the DER-encoded
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
webkit-patch | 47 # to write(), so when passed a raw string already encoded as utf8, 55 # Assume raw strings are utf-8 encoded. If this line
|
/external/chromium_org/third_party/leveldatabase/src/util/ |
coding.h | 6 // * Fixed-length numbers are encoded with least-significant byte first 8 // * Strings are encoded prefixed by their length in varint format
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/ |
plbase64.h | 51 * calculated: ((srclen + 2)/3)*4) into which the encoded data is placed 53 * allocated from the heap to hold the encoded data, and the result *will*
|
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/ |
LazyStringList.java | 37 * items of the list as UTF8-encoded ByteString objects. This is used by the 75 * which is either a {@code String} or its equivalent UTF-8 encoded
|
/external/chromium_org/third_party/skia/include/core/ |
SkImage.h | 33 * change, if for example that image can be re-created via encoded data or 103 * If the image type cannot be encoded, or the requested encoder type is
|
/external/chromium_org/third_party/skia/src/core/ |
SkOrderedReadBuffer.h | 107 * Provide a function to decode an SkBitmap from encoded data. Only used if the writer 108 * encoded the SkBitmap. If the proper decoder cannot be used, a red bitmap with the
|
/external/chromium_org/third_party/skia/src/images/ |
SkDecodingImageGenerator.h | 68 * @param data Contains the encoded image data that will be used 90 * @param stream The source of encoded data that will be passed
|
/external/clang/test/CodeGenObjC/ |
debug-info-block-line.m | 79 NSString *encoded = [[data compressedData] encodedString:18]; 82 [encoded enumerateLinesUsingBlock:^(NSString *line, BOOL *stop) {
|
/external/dropbear/libtomcrypt/src/pk/asn1/der/integer/ |
der_encode_integer.c | 25 @param out [out] The destination for the DER encoded integers 26 @param outlen [in/out] The max size and resulting size of the DER encoded integers
|
/external/expat/lib/ |
expat_external.h | 85 #ifdef XML_UNICODE /* Information is UTF-16 encoded. */ 93 #else /* Information is UTF-8 encoded. */
|
/external/icu4c/test/intltest/ |
ucdtest.cpp | 435 * Maps a special script code to the most common script of its encoded characters. 469 assertTrue("not encoded, no sample", sample.isEmpty()); 470 assertFalse("not encoded, not RTL", uscript_isRightToLeft(sc)); 471 assertFalse("not encoded, not LB letters", uscript_breaksBetweenLetters(sc)); 472 assertFalse("not encoded, not cased", uscript_isCased(sc)); 473 assertTrue("not encoded, no characters", scriptSet.isEmpty()); 475 assertFalse("encoded, has a sample character", sample.isEmpty()); 482 assertEquals("encoded, has characters", sc == charScript, !scriptSet.isEmpty());
|
/external/jmdns/src/javax/jmdns/impl/constants/ |
DNSResultCode.java | 89 * DNS Result Code types are encoded on the last 4 bits 93 * DNS Extended Result Code types are encoded on the first 8 bits
|
/external/libvorbis/doc/vorbisenc/ |
vorbis_encode_init.html | 22 <p>The max_bitrate, nominal_bitrate, and min_bitrate settings are used to set constraints for the encoded file. This function uses these settings to select the appropriate encoding mode and set it up. 47 <dd>The number of channels to be encoded.</dd>
|
vorbis_encode_setup_managed.html | 35 to set constraints for the encoded file. This function uses these 61 <dd>The number of channels to be encoded.</dd>
|
/external/nist-sip/java/gov/nist/javax/sip/address/ |
GenericURI.java | 82 * @return The encoded URI 93 * @return The encoded URI
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
CallID.java | 79 *@return String encoded body part of the header. 95 * @return String the encoded body part of the
|
/external/nist-sip/java/gov/nist/javax/sip/header/extensions/ |
Join.java | 57 * @return String encoded body part of the header. 74 * @return String the encoded body part of the
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ims/ |
SecurityServerParser.java | 107 System.out.println("encoded = " + secServer.encode()); 117 System.out.println("encoded = " + secList.encode());
|
/external/okhttp/src/main/java/com/squareup/okhttp/ |
OkAuthenticator.java | 100 String encoded = Base64.encode(bytes); local 101 return new Credential("Basic " + encoded);
|
/external/skia/include/core/ |
SkImage.h | 33 * change, if for example that image can be re-created via encoded data or 103 * If the image type cannot be encoded, or the requested encoder type is
|
Completed in 631 milliseconds
<<21222324252627282930>>