/external/chromium_org/courgette/ |
streams.cc | 41 // Parses a Varint32 encoded value from |source| and stores it in |output|, 47 // Writes the Varint32 encoded representation of |value| to buffer 49 // bytes. Returns a pointer to the byte just past the last encoded byte. 53 // Parses a Varint32 encoded unsigned number from |source|. The Varint32 146 // Signed numbers are encoded as unsigned numbers so that numbers nearer zero 148 // 0000xxxx encoded as 000xxxx0. 149 // 1111xxxx encoded as 000yyyy1 where yyyy is complement of xxxx. 197 // 0000xxxx encoded as 000xxxx0. 198 // 1111xxxx encoded as 000yyyy1 where yyyy is complement of xxxx.
|
/external/smack/src/org/jivesoftware/smack/ |
ServerTrustManager.java | 240 // Value is encoded using ASN.1 so decode it to get the server's identity 242 DEREncodable encoded = decoder.readObject(); 243 encoded = ((DERSequence) encoded).getObjectAt(1); 244 encoded = ((DERTaggedObject) encoded).getObject(); 245 encoded = ((DERTaggedObject) encoded).getObject(); 246 String identity = ((DERUTF8String) encoded).getString();
|
/dalvik/libdex/ |
DexUtf.h | 18 * Validate and manipulate MUTF-8 (modified UTF-8) encoded string data. 78 /* Return whether the pointed-at modified-UTF-8 encoded character is 80 * the consumed character. This will consume two encoded UTF-16 code 81 * points if the character is encoded as a surrogate pair. Also, if 95 * It's a multibyte encoded character. Call a non-inline function
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/ |
Messages.resx | 23 [base64 mime encoded serialized .NET Framework object] 26 [base64 mime encoded string representing a byte array form of the .NET Framework object] 49 : and then encoded with base64 encoding. 54 : and then encoded with base64 encoding. 59 : and then encoded with base64 encoding.
|
/external/chromium_org/remoting/codec/ |
audio_encoder_opus_unittest.cc | 19 // Maximum value that can be encoded in a 16-bit signed sample. 103 // Compares decoded signal with the test signal that was encoded. It estimates 140 scoped_ptr<AudioPacket> encoded = local 142 if (encoded.get()) { 143 scoped_ptr<AudioPacket> decoded = decoder_->Decode(encoded.Pass());
|
/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/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
|