/external/apache-http/src/org/apache/commons/codec/binary/ |
BinaryCodec.java | 106 * @return the raw encoded binary where each bit corresponds to a byte in the byte array argument 132 * @return the raw encoded binary where each bit corresponds to a byte in the byte array argument 144 * @return the raw encoded binary where each bit corresponds to a byte in the byte array argument 164 * @return the raw encoded binary where each bit corresponds to a char in the char array argument 191 * @return the raw encoded binary where each bit corresponds to a byte in the byte array argument
|
Base64.java | 183 * the encoded output into 76 character blocks 230 * @return Base64-encoded data. 435 * Discards any whitespace from a base-64 encoded block. 437 * @param data The base-64 encoded data to discard the whitespace 468 * encoded data." 470 * @param data The base-64 encoded data to groom 501 * base64 encoded data which corresponds to the byte[] supplied.
|
/external/chromium_org/chrome/tools/convert_dict/ |
aff_reader.cc | 145 bool AffReader::EncodingToUTF8(const std::string& encoded, 148 if (!base::CodepageToWide(encoded, encoding(), 202 // We want to ensure the two last groups on the last line are encoded in 204 // encoded, since that's basically an 8-bit identifier. 206 // Count to the third space. Everything after that will be re-encoded. This
|
/external/chromium_org/third_party/icu/source/tools/genrb/ |
rle.c | 140 * Since an encoded run occupies 3 characters, we only encode runs of 4 or 186 * Since an encoded run occupies 3 bytes, we only encode runs of 4 or 236 * Construct an array of shorts from a run-length encoded string. 292 * Construct an array of bytes from a run-length encoded string. 392 /*("Bad run-length encoded byte array")*/
|
/external/chromium_org/webkit/child/ |
resource_loader_bridge.h | 50 // Absolute URL encoded in ASCII per the rules of RFC-2396. 58 // encoded as the url member. 65 // \r\n-terminated list of MIME headers. They should be ASCII-encoded using 156 // The encoded_data_length is the length of the encoded data transferred 164 // The encoded_data_length is the length of the encoded data transferred
|
/external/icu4c/tools/genrb/ |
rle.c | 140 * Since an encoded run occupies 3 characters, we only encode runs of 4 or 186 * Since an encoded run occupies 3 bytes, we only encode runs of 4 or 236 * Construct an array of shorts from a run-length encoded string. 292 * Construct an array of bytes from a run-length encoded string. 392 /*("Bad run-length encoded byte array")*/
|
/external/okhttp/src/main/java/com/squareup/okhttp/internal/tls/ |
DistinguishedNameParser.java | 139 // encoded byte array must be not less then 4 c 171 // encoded byte array must be not less then 4 and must be even number 178 byte[] encoded = new byte[hexLen / 2]; 179 for (int i = 0, p = beg + 1; i < encoded.length; p += 2, i++) { 180 encoded[i] = (byte) getByte(p);
|
/external/openssh/openbsd-compat/ |
base64.c | 79 strings of 4 encoded characters. Proceeding from left to right, a 110 at the end of the data being encoded. A full encoding quantum is 121 multiple of 24 bits; here, the final unit of encoded 125 here, the final unit of encoded output will be two 128 here, the final unit of encoded output will be three
|
/frameworks/base/graphics/java/android/graphics/ |
BitmapRegionDecoder.java | 55 * copy of the input data. If an image is progressively encoded, 80 * copy of the input data. If an image is progressively encoded, 92 * The stream's position will be where ever it was after the encoded data 103 * copy of the input data. If an image is progressively encoded, 138 * copy of the input data. If an image is progressively encoded,
|
/libcore/luni/src/main/java/java/io/ |
DataInput.java | 35 * <code>U+10ffff</code> are encoded as a surrogate pair, each of which is 36 * represented as a three-byte encoded value.</li> 37 * <li>The code point <code>U+0000</code> is encoded in two-byte form.</li> 218 * Reads a string encoded with {@link DataInput modified UTF-8}. 220 * @return the next string encoded with {@link DataInput modified UTF-8}.
|
/libcore/luni/src/main/java/javax/net/ssl/ |
DistinguishedNameParser.java | 141 // encoded byte array must be not less then 4 c 173 // encoded byte array must be not less then 4 and must be even number 180 byte[] encoded = new byte[hexLen / 2]; 181 for (int i = 0, p = beg + 1; i < encoded.length; p += 2, i++) { 182 encoded[i] = (byte) getByte(p);
|
/libcore/luni/src/main/java/org/apache/harmony/security/provider/cert/ |
X509CertImpl.java | 55 * built on the base of provided ASN.1 DER encoded form of 92 * Constructs the instance on the base of ASN.1 encoded 94 * @param in input stream containing ASN.1 encoded form of certificate. 121 * Constructs the instance on the base of ASN.1 encoded 123 * @param encoding byte array containing ASN.1 encoded form of certificate.
|
X509CertFactoryImpl.java | 49 * It supports CRLs and Certificates in (PEM) ASN.1 DER encoded form, 75 * The data in the stream can be either in ASN.1 DER encoded X.509 79 * of the former encoded form. 81 * Before the generation the encoded form is looked up in 82 * the cache. If the cache contains the certificate with requested encoded 102 // check whether the provided certificate is in PEM encoded form 134 // if it is PEM encoded form this array will contain the encoding 145 // check if it is PEM encoded form 247 // check whether the provided crl is in PEM encoded form 275 // if it is PEM encoded form this array will contain the encodin [all...] |
/external/chromium_org/net/cert/ |
x509_certificate_win.cc | 124 // formatted as a vector of strings holding DER-encoded X.509 236 std::string* encoded) { 239 encoded->assign(reinterpret_cast<char*>(cert_handle->pbCertEncoded), 367 std::string encoded; local 368 bool ok = GetDEREncoded(cert_handle, &encoded); 373 cert_handle = CreateOSCertHandleFromBytes(encoded.data(), encoded.size());
|
/external/openfst/src/include/fst/ |
encode.h | 61 // Encoded data consists of arc input/output labels and arc weight 145 // Given an arc, look up its encoded label. Returns kNoLabel if not found. 211 SymbolTable *isymbols_; // Pre-encoded ilabel symbol table 212 SymbolTable *osymbols_; // Pre-encoded olabel symbol table 290 // encoded labels. 439 FSTERROR() << "EncodeMapper: Label-encoded arc has different " 445 "EncodeMapper: Weight-encoded arc has non-trivial weight";
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
ets_to_if2.cpp | 75 ets_input_ptr = pointer to input encoded speech bits in ETS format (Word16) 76 if2_output_ptr = pointer to output encoded speech bits in IF2 format (UWord8) 79 if2_output_ptr = pointer to encoded speech bits in the IF2 format (UWord8) 95 has the encoded speech bits each separate with only one bit stored in each 98 encoded speech bits for the frame. The following bytes contain the rest of 99 the encoded speech bits. The final byte has padded zeros to make the frame 198 /* first 4 bits of encoded parameters */
|
/libcore/luni/src/main/java/org/apache/harmony/security/x509/ |
DNParser.java | 57 private byte[] encoded; field in class:DNParser 168 // encoded byte array must be not less then 4 c 199 // encoded byte array must be not less then 4 and must be even number 206 encoded = new byte[hexLen / 2]; 207 for (int i = 0, p = beg + 1; i < encoded.length; p += 2, i++) { 208 encoded[i] = (byte) getByte(p); 409 atav.add(new AttributeTypeAndValue(oid, new AttributeValue(hexAV(), encoded)));
|
GeneralName.java | 132 /** the ASN.1 encoded form of GeneralName */ 134 /** the ASN.1 encoded form of GeneralName's field */ 233 * @param name is a DER encoded for of the name value 335 * just checks the equality of encoded forms. 338 * these types this method also checks only for equality of encoded forms. 425 // comparing the encoded forms of the names 445 * string or ASN.1 DER encoded form depending on the type as follows: 456 * containing the ASN.1 DER encoded form of the name. 532 * Returns ASN.1 encoded form of this X.509 GeneralName value. 542 * @return the encoded value of the name without the tag associate [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
config_file.c | 272 unsigned char *encoded = NULL, *nencoded; local 286 nencoded = os_realloc(encoded, encoded_len + len); 290 os_free(encoded); 293 encoded = nencoded; 294 os_memcpy(encoded + encoded_len, pos, len); 301 os_free(encoded); 307 os_free(encoded); 311 blob->data = base64_decode(encoded, encoded_len, &blob->len); 312 os_free(encoded); 788 unsigned char *encoded; local [all...] |
/external/llvm/lib/IR/ |
DIBuilder.cpp | 218 // Unspecified types are encoded in DIBasicType format. Line number, filename, 246 // Basic types are encoded in DIBasicType format. Line number, filename, 266 // Qualified types are encoded in DIDerivedType format. 286 // Pointer types are encoded in DIDerivedType format. 304 // Pointer types are encoded in DIDerivedType format. 325 // References are encoded in DIDerivedType format. 344 // typedefs are encoded in DIDerivedType format. 363 // typedefs are encoded in DIDerivedType format. 386 // TAG_inheritance is encoded in DIDerivedType format. 407 // TAG_member is encoded in DIDerivedType format [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
ECCurve.java | 39 public ECPoint decodePoint(byte[] encoded) 44 switch (encoded[0]) 48 if (encoded.length != 1) 59 if (encoded.length != (expectedLength + 1)) 64 int yTilde = encoded[0] & 1; 65 BigInteger X1 = fromArray(encoded, 1, expectedLength); 74 if (encoded.length != (2 * expectedLength + 1)) 79 BigInteger X1 = fromArray(encoded, 1, expectedLength); 80 BigInteger Y1 = fromArray(encoded, 1 + expectedLength, expectedLength); 86 throw new IllegalArgumentException("Invalid point encoding 0x" + Integer.toString(encoded[0], 16)) [all...] |
/external/chromium_org/courgette/ |
encoded_program.cc | 774 Status WriteEncodedProgram(EncodedProgram* encoded, SinkStreamSet* sink) { 775 if (!encoded->WriteTo(sink)) 781 EncodedProgram* encoded = new EncodedProgram(); local 782 if (encoded->ReadFrom(streams)) { 783 *output = encoded; 786 delete encoded; 790 Status Assemble(EncodedProgram* encoded, SinkStream* buffer) { 791 bool assembled = encoded->AssembleTo(buffer); 797 void DeleteEncodedProgram(EncodedProgram* encoded) { 798 delete encoded; [all...] |
/external/chromium_org/third_party/opus/src/include/ |
opus_multistream.h | 118 * and can be encoded or decoded with the multistream API by setting 133 * encoded as the left channel of stream <code>(i/2)</code> if <code>i</code> 135 * <code>i</code> is odd. Otherwise, I/O channel <code>j</code> is encoded as 197 * encoded channels (<code>streams + 233 * encoded channels (<code>streams + 237 * encoded channels to input channels, as described in 303 * encoded channels (<code>streams + 307 * encoded channels to input channels, as described in 374 * @returns The length of the encoded packet (in bytes) on success or a 419 * @returns The length of the encoded packet (in bytes) on success or [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_audioop.py | 222 encoded = b'\x00\x03\x24\x2a\x51\x54\x55\x58\x6b\x71\x7f'\ 227 self.assertEqual(audioop.alaw2lin(encoded, w), 230 encoded = ''.join(chr(x) for x in xrange(256)) 232 decoded = audioop.alaw2lin(encoded, w) 233 self.assertEqual(audioop.lin2alaw(decoded, w), encoded) 244 encoded = b'\x00\x0e\x28\x3f\x57\x6a\x76\x7c\x7e\x7f'\ 249 self.assertEqual(audioop.ulaw2lin(encoded, w), 253 encoded = ''.join(chr(x) for x in range(127) + range(128, 256)) 255 decoded = audioop.ulaw2lin(encoded, w) 256 self.assertEqual(audioop.lin2ulaw(decoded, w), encoded) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_audioop.py | 222 encoded = b'\x00\x03\x24\x2a\x51\x54\x55\x58\x6b\x71\x7f'\ 227 self.assertEqual(audioop.alaw2lin(encoded, w), 230 encoded = ''.join(chr(x) for x in xrange(256)) 232 decoded = audioop.alaw2lin(encoded, w) 233 self.assertEqual(audioop.lin2alaw(decoded, w), encoded) 244 encoded = b'\x00\x0e\x28\x3f\x57\x6a\x76\x7c\x7e\x7f'\ 249 self.assertEqual(audioop.ulaw2lin(encoded, w), 253 encoded = ''.join(chr(x) for x in range(127) + range(128, 256)) 255 decoded = audioop.ulaw2lin(encoded, w) 256 self.assertEqual(audioop.lin2ulaw(decoded, w), encoded) [all...] |