/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/ |
lbxopts.h | 43 * Length fields are encoded in 1 or 3 bytes
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
ipv6.h | 54 * TLV encoded option data follows.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/mime/ |
audio.py | 61 change the payload to the encoded form. It should also add any
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/mime/ |
audio.py | 61 change the payload to the encoded form. It should also add any
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
ProtoBufUtils.java | 27 /** Utilities to deal with protobuf encoded {@link GLMessage}. */
|
/sdk/emulator/opengl/host/libs/Translator/GLcommon/ |
etc1.cpp | 501 // Return the size of the encoded image data (does not include size of PKM header). 510 // pOut - pointer to encoded data. Must be large enough to store entire encoded image. 521 etc1_byte encoded[ETC1_ENCODED_BLOCK_SIZE]; local 553 etc1_encode_block(block, mask, encoded); 554 memcpy(pOut, encoded, sizeof(encoded)); 555 pOut += sizeof(encoded); 562 // pIn - pointer to encoded data.
|
/sdk/emulator/qtools/ |
decoder.cpp | 11 // a varint-encoded object to the length (in bytes) of that object. 32 // a varint-encoded object to the initial data bits for that object. 186 // Decode a varint-encoded object starting at the current position in 188 // A varint-encoded object has an initial prefix that specifies how many
|
/external/chromium_org/third_party/simplejson/ |
_speedups.c | 110 maybe_quote_bigint(PyObject *encoded, PyObject *obj); 175 maybe_quote_bigint(PyObject *encoded, PyObject *obj) 182 Py_DECREF(encoded); 189 Py_DECREF(encoded); 196 PyString_AsString(encoded)); 197 Py_DECREF(encoded); 198 encoded = quoted; 200 return encoded; 2236 PyObject *encoded = encoder_encode_string(s, obj); local 2241 PyObject *encoded = PyObject_Str(obj); local 2252 PyObject *encoded = encoder_encode_float(s, obj); local 2270 PyObject *encoded = PyObject_Str(obj); local 2331 PyObject *encoded = NULL; local 2425 PyObject *encoded, *key, *value; local [all...] |
/external/chromium_org/third_party/JSON/JSON-2.59/ |
README | 63 # a code which communicates to an outer world (encoded in UTF-8), 186 Converts the given Perl data structure to a UTF-8 encoded, binary 197 tries to parse that as an UTF-8 encoded JSON text, returning the 226 world, you should use "encode_json" (supposed that JSON data are encoded 252 world, you should use "decode_json" (supposed that JSON data are encoded 280 and so on, is encoded in UTF-8, you should use "decode_json" or "JSON" 295 If an outer data is not encoded in UTF-8, firstly you should "decode" 327 data to be encoded in UTF-8, you should use "encode_json" or "JSON" 334 If $perl_scalar does not contain UNICODE but $encoding-encoded strings 342 # $perl_scalar contains $encoding encoded string value [all...] |
/external/llvm/docs/ |
BitCodeFormat.rst | 77 These integers are encoded in two ways: either as `Fixed Width Integers`_ or as 89 boolean values are usually encoded with a 1-bit wide integer. 100 value (0 through 7) is encoded directly, with the high bit set to zero. Values 104 For example, the value 27 (0x1B) is encoded as 1011 0011 when emitted as a vbr4 110 .. _char6-encoded value: 141 these start with an abbreviation ID encoded as a fixed-bitwidth field. The 171 specific. Nested blocks capture the hierarchical structure of the data encoded 205 record. The ``blockid`` value is encoded as an 8-bit VBR identifier, and 230 may vary between different block types. Records can be encoded either using an 265 encoded according to the `abbreviation definition`_. This allows records to b [all...] |
/external/chromium_org/content/browser/indexed_db/ |
indexed_db_leveldb_coding_unittest.cc | 190 std::string encoded; local 191 encoded.push_back(1); 192 StringPiece slice(encoded); 199 std::string encoded; local 200 encoded.push_back(0); 201 StringPiece slice(encoded); 691 std::string encoded = encoded_paths[i]; local 694 EXPECT_EQ(encoded, v); 696 StringPiece slice(encoded); 727 std::string encoded = encoded_paths[i] local [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
SmsMessage.java | 295 * @return a <code>SubmitPdu</code> containing the encoded SC 296 * address, if applicable, and the encoded message. 326 * @return a <code>SubmitPdu</code> containing the encoded SC 327 * address, if applicable, and the encoded message. 336 * containing OCTET encoded (meaning non-human-readable) user 363 * @return a <code>SubmitPdu</code> containing the encoded SC 364 * address, if applicable, and the encoded message. 536 //encoded BearerData: [all...] |
/system/core/libcorkscrew/arch-x86/ |
backtrace-x86.c | 153 /* Reads signed/unsigned LEB128 encoded data. From 1 to 4 bytes. */ 178 /* Reads signed LEB128 encoded data. From 1 to 4 bytes. */ 183 /* Reads unsigned LEB128 encoded data. From 1 to 4 bytes. */ 188 /* Getting data encoded by dwarf encodings. */ 618 next x bytes is unsigned LEB128 encoded code alignment factor; 619 next x bytes is signed LEB128 encoded data alignment factor; 622 if 'z' next x bytes is unsigned LEB128 encoded augmentation data size; 718 next x bytes (encoded as specified in CIE) is FDE starting address; 719 next x bytes (encoded as specified in CIE) is FDE number of instructions covered; 721 if 'z' next x bytes is unsigned LEB128 encoded augmentation data size [all...] |
/external/chromium_org/third_party/JSON/JSON-2.59/blib/man3/ |
JSON__backportPP.3pm | 210 Converts the given Perl data structure to a \s-1UTF\-8\s0 encoded, binary string. 224 to parse that as an \s-1UTF\-8\s0 encoded \s-1JSON\s0 text, returning the resulting 260 is encoded in \s-1UTF\-8\s0, you should use \f(CW\*(C`decode_json\*(C'\fR or \f(CW\*(C`JSON\*(C'\fR module object 276 If an outer data is not encoded in \s-1UTF\-8\s0, firstly you should \f(CW\*(C`decode\*(C'\fR it. 309 Your data usually contains \s-1UNICODE\s0 strings and you want the converted data to be encoded 318 If \f(CW$perl_scalar\fR does not contain \s-1UNICODE\s0 but \f(CW$encoding\fR\-encoded strings 326 \& # $perl_scalar contains $encoding encoded string values 417 an UTF\-8\-encoded string. Please note that UTF\-8\-encoded strings do not contain any 426 If \f(CW$enable\fR is false, then the encode method will return the \s-1JSON\s0 string as a (non-encoded) [all...] |
/external/chromium_org/third_party/JSON/out/man/man3/ |
JSON__backportPP.3pm | 210 Converts the given Perl data structure to a \s-1UTF\-8\s0 encoded, binary string. 224 to parse that as an \s-1UTF\-8\s0 encoded \s-1JSON\s0 text, returning the resulting 260 is encoded in \s-1UTF\-8\s0, you should use \f(CW\*(C`decode_json\*(C'\fR or \f(CW\*(C`JSON\*(C'\fR module object 276 If an outer data is not encoded in \s-1UTF\-8\s0, firstly you should \f(CW\*(C`decode\*(C'\fR it. 309 Your data usually contains \s-1UNICODE\s0 strings and you want the converted data to be encoded 318 If \f(CW$perl_scalar\fR does not contain \s-1UNICODE\s0 but \f(CW$encoding\fR\-encoded strings 326 \& # $perl_scalar contains $encoding encoded string values 417 an UTF\-8\-encoded string. Please note that UTF\-8\-encoded strings do not contain any 426 If \f(CW$enable\fR is false, then the encode method will return the \s-1JSON\s0 string as a (non-encoded) [all...] |
/art/compiler/ |
compiled_method.h | 164 // For quick code, a uleb128 encoded map from native PC offset to dex PC aswell as dex PC to 167 // For quick code, a uleb128 encoded map from GPR/FPR register to dex register. Size prefixed.
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
AnnotationItem.java | 62 * {@code null-ok;} encoded form, ready for writing to a file; set during 161 // Add one for the visibility byte in front of the encoded annotation.
|
/dalvik/dx/src/com/android/dx/dex/file/ |
AnnotationItem.java | 59 * {@code null-ok;} encoded form, ready for writing to a file; set during 158 // Add one for the visibility byte in front of the encoded annotation.
|
/dalvik/libdex/ |
Leb128.h | 29 * non-zero high-order bits in the fifth encoded byte. 64 * non-zero high-order bits in the fifth encoded byte.
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
KSPrivateKeyEntryTest.java | 52 byte[] encoded = {(byte)0, (byte)1, (byte)2, (byte)3}; 57 .concat(s), encoded);
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/ |
GeneralizedTimeTest.java | 129 out.encoded)); //encoded
|
UTCTimeTest.java | 120 out.encoded)); //encoded
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/ |
CertificateFactory_ImplTest.java | 52 * Base64 encoded PKCS7 SignedObject containing two X.509 102 * Base64 encoded PkiPath object containing 2 X.509 certificates. 139 * Base64 encoded X.509 CRL. 150 * Base64 encoded X.509 Certificate. 171 * Base64 encoded Private Key used for data signing. 187 * Base64 encoded Public Key for signature verification. 234 {"-----BEGIN PEM ENCODED DATA STRUCTURE-----\n", "\n-----END-----"}, 248 // array contains bad PEM encoded content. [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/ |
X509V2AttributeCertificate.java | 71 byte[] encoded) 74 this(new ByteArrayInputStream(encoded));
|
/external/chromium/chrome/browser/bookmarks/ |
bookmark_codec.h | 6 // into JSON values. The encoded values are written to disk via the 51 // Decodes the previously encoded value to the specified nodes as well as
|