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

<<11121314151617181920>>

  /external/chromium_org/tools/stats_viewer/
OpenDialog.resx 23 <value>[base64 mime encoded serialized .NET Framework object]</value>
26 <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
50 : and then encoded with base64 encoding.
55 : and then encoded with base64 encoding.
60 : and then encoded with base64 encoding.
  /external/chromium_org/tools/stats_viewer/Properties/
Resources.resx 23 <value>[base64 mime encoded serialized .NET Framework object]</value>
26 <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
50 : and then encoded with base64 encoding.
55 : and then encoded with base64 encoding.
60 : and then encoded with base64 encoding.
  /external/chromium_org/tools/win/ChromeDebug/ChromeDebug/
AttachDialog.resx 23 <value>[base64 mime encoded serialized .NET Framework object]</value>
26 <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
50 : and then encoded with base64 encoding.
55 : and then encoded with base64 encoding.
60 : and then encoded with base64 encoding.
  /external/llvm/include/llvm/MC/
MCFixup.h 48 /// sequence (e.g., an encoded instruction) which requires assemble- or run-
54 /// communicates to the assembler backend how it should rewrite the encoded
60 /// be encoded on the target).
67 /// The byte index of start of the relocation inside the encoded instruction.
71 /// determine how the operand value should be encoded into the instruction.
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMFixupKinds.h 27 // addresses used in LDRD/LDRH/LDRB/etc. instructions. All bits are encoded.
30 // used in VFP instructions where the lower 2 bits are not encoded
31 // (so it's encoded as an 8-bit immediate).
37 // addresses where the lower 2 bits are not encoded (so it's encoded as an
  /external/smack/src/org/xbill/DNS/utils/
base32.java 8 * Routines for converting between Strings of base32-encoded data and arrays
80 * Convert binary data to a base32-encoded String
83 * @return A String containing the encoded data
142 * Convert a base32-encoded String to binary data
144 * @param str A String containing the encoded data
  /frameworks/compile/slang/
slang_rs_type_spec.h 109 // tc is encoded in b[0].
120 // dt is encoded in base.b[1]
131 // vsize is encoded in base.b[2]
145 // esize is encoded in base.bits{8-31} in little-endian way. This implicates
158 // num_fields is encoded in base.bits{16-31} in little-endian way. This
  /libcore/luni/src/main/java/org/apache/harmony/security/x501/
Name.java 46 private volatile byte[] encoded; field in class:Name
211 * Gets encoded form of DN
216 if (encoded == null) {
217 encoded = ASN1.encode(this);
219 return encoded;
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
SubjectPublicKeyInfo.java 61 /** the ASN.1 encoded form of SubjectPublicKeyInfo */
96 * Returns ASN.1 encoded form of this X.509 SubjectPublicKeyInfo value.
111 final byte[] encoded = getEncoded();
112 final KeySpec keySpec = new X509EncodedKeySpec(encoded);
133 publicKey = new X509PublicKey(algOid, encoded, subjectPublicKey);
  /art/runtime/
leb128.h 26 // non-zero high-order bits in the fifth encoded byte.
54 // non-zero high-order bits in the fifth encoded byte.
62 // non-zero high-order bits in the fifth encoded byte.
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
EncodedArrayItem.java 33 * Encoded array of constant values.
43 * {@code null-ok;} encoded form, ready for writing to a file; set during
118 out.annotate(0, offsetString() + " encoded array");
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
X509CRLEntryTest.java 118 assertEquals("The CRL Entries with equals encoded form should be equal",
124 assertEquals("The CRL Entries with equals encoded form should be equal",
133 assertFalse("The CRL Entries with differing encoded form "
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
PKCS8EncodedKeySpecTest.java 63 * Assertion: returns encoded key
103 // Get encoded key
129 // Get encoded key again
X509EncodedKeySpecTest.java 63 * Assertion: returns encoded key
103 // Get encoded key
129 // Get encoded key again
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/javax/security/cert/
CertificateTest.java 107 assertEquals("The Certificates with equal encoded form should be equal",
113 assertEquals("The Certificates with equal encoded form should be equal",
122 assertFalse("The Certificates with differing encoded form "
  /external/chromium/net/base/
pem_tokenizer.cc 40 // Scan for the beginning of the next PEM encoded block.
64 StringPiece encoded = str_.substr(data_begin, local
66 if (!base::Base64Decode(CollapseWhitespaceASCII(encoded.as_string(),
  /external/chromium_org/net/cert/
pem_tokenizer.cc 40 // Scan for the beginning of the next PEM encoded block.
64 StringPiece encoded = str_.substr(data_begin, local
66 if (!base::Base64Decode(CollapseWhitespaceASCII(encoded.as_string(),
  /external/chromium_org/ppapi/c/
ppb_var.h 54 * encoded in valid UTF-8 and is NOT NULL-terminated, the length must be
78 * VarToUtf8() converts a string-type var to a char* encoded in UTF-8. This
93 * @return A char* encoded in UTF-8.
  /external/llvm/lib/Target/NVPTX/
NVPTXutil.cpp 72 char encoded[16]; local
75 int retval = encode_leb128(temp64.x, &nbytes, encoded, 16);
85 temp64.a[i] = encoded[i];
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
EncodedArrayItem.java 51 * @param encodedArray The encoded array value
62 * @param encodedArray The encoded array value
101 * @return The encoded array value
  /external/smali/dexlib/src/main/java/org/jf/dexlib/EncodedValue/
EncodedValue.java 43 * Calculates the size of this encoded value and returns offset + size;
44 * @param offset The offset to place this encoded value
45 * @return the offset immediately after this encoded value
  /external/wpa_supplicant_8/src/utils/
base64.c 19 * @src: Data to be encoded
20 * @len: Length of the data to be encoded
22 * Returns: Allocated buffer of out_len bytes of encoded data,
  /frameworks/av/libvideoeditor/vss/common/inc/
M4_BitStreamParser.h 112 * getMpegLengthFromInteger returns a decoded size value from an encoded one (SDL)
115 * @param val : encoded value
125 * @brief Decode an MPEG4 Systems descriptor size from an encoded SDL size data.
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
armVCM4P2_FillVLCBuffer.c 38 * [in] run Run value (count of zeros) to be encoded
39 * [in] level Level value (non-zero value) to be encoded
51 * [out] ppBitStream *ppBitStream is updated after the block is encoded
  /libcore/luni/src/main/java/org/apache/harmony/security/provider/cert/
X509CertPathImpl.java 59 * on the base of the following ASN.1 DER encoded forms:<br>
164 throw new CertificateException("Incorrect PKCS7 encoded form: missing signed data");
181 * Generates certification path object on the base of PkiPath encoded form
197 * input stream. The format of provided encoded form is specified by
226 * encoded form provided via array of bytes.
240 * array of bytes. The format of provided encoded form is specified by
351 // create the X.509 certificate on the base of its encoded form
362 * Returns the Collection of the encoded form of certificates contained
363 * in the X509CertPathImpl object to be encoded.
367 // object to be encoded
    [all...]

Completed in 334 milliseconds

<<11121314151617181920>>