/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
CdmaLteServiceStateTracker.java | 160 // Use Integer#decode to be generous in what we receive and allow 163 tac = Integer.decode(states[6]); 170 pci = Integer.decode(states[7]); 177 eci = Integer.decode(states[8]); 184 csgid = Integer.decode(states[9]);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/ |
xdr.h | 53 * a type encode/decode routine for each user-defined type. 65 * which of the operations (ENCODE, DECODE * or FREE) is to be performed. 71 * to keep the encode and decode procedures for a data type consistent. 74 * decode as a series of calls on the nested data types. 241 * Inline routines for fast encode/decode of primitive data types.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpc/ |
xdr.h | 53 * a type encode/decode routine for each user-defined type. 65 * which of the operations (ENCODE, DECODE * or FREE) is to be performed. 71 * to keep the encode and decode procedures for a data type consistent. 74 * decode as a series of calls on the nested data types. 241 * Inline routines for fast encode/decode of primitive data types.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpc/ |
xdr.h | 53 * a type encode/decode routine for each user-defined type. 65 * which of the operations (ENCODE, DECODE * or FREE) is to be performed. 71 * to keep the encode and decode procedures for a data type consistent. 74 * decode as a series of calls on the nested data types. 241 * Inline routines for fast encode/decode of primitive data types.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/ |
decoder.py | 18 _BYTES = '7FF80000000000007FF0000000000000'.decode('hex') 70 on attempt to decode an invalid string. If strict is False then literal 360 def decode(self, s, _w=WHITESPACE.match): member in class:JSONDecoder 372 """Decode a JSON document from ``s`` (a ``str`` or ``unicode`` 376 This can be used to decode a JSON document from a string that may
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
mimify.py | 5 Decode quoted-printable parts of a mail message or encode using 11 to encode and decode respectively. Input and output may be the name 20 to encode and decode respectively. Infile defaults to standard 95 """Decode a single line of quoted-printable text to 8bit.""" 108 """Decode a header line to 8bit."""
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/ |
decoder.py | 18 _BYTES = '7FF80000000000007FF0000000000000'.decode('hex') 70 on attempt to decode an invalid string. If strict is False then literal 360 def decode(self, s, _w=WHITESPACE.match): member in class:JSONDecoder 372 """Decode a JSON document from ``s`` (a ``str`` or ``unicode`` 376 This can be used to decode a JSON document from a string that may
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
mimify.py | 5 Decode quoted-printable parts of a mail message or encode using 11 to encode and decode respectively. Input and output may be the name 20 to encode and decode respectively. Infile defaults to standard 95 """Decode a single line of quoted-printable text to 8bit.""" 108 """Decode a header line to 8bit."""
|
/external/chromium_org/third_party/mach_override/libudis86/ |
decode.c | 1 /* udis86 - libudis86/decode.c 29 #include "decode.h" 397 * Decode Immediate values. 418 * Decode mem address displacement. 600 * Decode offset-only memory operand 910 * go ahead and decode the instruction by picking an arbitrarily chosen 911 * valid entry in the table, decode the operands, and read the final 972 * Decode opcode extensions (if any) 1067 /* Handle decode error. */ 1069 /* clear out the decode data. * [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/ |
JPEGImageDecoder.cpp | 325 bool decode(const SharedBuffer& data, bool onlySize) function in class:WebCore::JPEGImageReader 582 // Our decode step always sets things up properly, so if this method is ever 608 decode(true); 658 decode(false); 786 void JPEGImageDecoder::decode(bool onlySize) function in class:WebCore::JPEGImageDecoder 795 // If we couldn't decode the image but we've received all the data, decoding 797 if (!m_reader->decode(*m_data, onlySize) && isAllDataReceived())
|
/external/chromium_org/v8/test/cctest/ |
test-serialize.cc | 146 decoder.Decode(make_code(BUILTIN, Builtins::kArrayCode))); 148 decoder.Decode(make_code(v8::internal::RUNTIME_FUNCTION, 153 decoder.Decode( 157 decoder.Decode(make_code(UNCLASSIFIED, 4))); 159 decoder.Decode(make_code(UNCLASSIFIED, 5))); 162 decoder.Decode(make_code(UNCLASSIFIED, 16))); 165 decoder.Decode(make_code(UNCLASSIFIED, 10)));
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
h264bsd_slice_group_map.c | 103 Function to decode interleaved slice group map type, i.e. slice 157 Function to decode dispersed slice group map type, i.e. slice 206 Function to decode foreground with left-over slice group map type, 276 Function to decode box-out slice group map type, i.e. slice group 383 Function to decode raster scan slice group map type, i.e. slice 431 Function to decode wipe slice group map type, i.e. slice group map 484 Function to decode macroblock to slice group map. Construction
|
/external/jpeg/ |
jdhuff.c | 547 * Configure the Huffman decoder to decode the image 588 * Decode and return one MCU's worth of Huffman-compressed coefficients. 633 /* Decode a single block's worth of coefficients */ 635 /* Section F.2.2.1: decode the DC coefficient difference */ 654 /* Section F.2.2.2: decode the AC coefficients */ 681 /* Section F.2.2.2: decode the AC coefficients */ 715 * Decode one MCU's worth of Huffman-compressed coefficients. 749 /* Decode a single block's worth of coefficients */ 751 /* Section F.2.2.1: decode the DC coefficient difference */
|
/external/qemu/distrib/jpeg-6b/ |
jdhuff.c | 547 * Configure the Huffman decoder to decode the image 588 * Decode and return one MCU's worth of Huffman-compressed coefficients. 633 /* Decode a single block's worth of coefficients */ 635 /* Section F.2.2.1: decode the DC coefficient difference */ 654 /* Section F.2.2.2: decode the AC coefficients */ 681 /* Section F.2.2.2: decode the AC coefficients */ 715 * Decode one MCU's worth of Huffman-compressed coefficients. 749 /* Decode a single block's worth of coefficients */ 751 /* Section F.2.2.1: decode the DC coefficient difference */
|
/external/aac/libSBRdec/src/ |
env_extr.cpp | 120 This data can be subdivided into "side info" and "raw data", where side info is defined as signals needed to decode the raw data 972 /* decode freq res: */ [all...] |
/external/chromium/sdch/open-vcdiff/src/ |
vcdecoder4_test.cc | 37 TEST_F(VCDiffDecoderInterleavedAllowedButNotUsed, Decode) { 60 TEST_F(VCDiffDecoderInterleavedAllowedButNotUsedByteByByte, Decode) { 248 TEST_F(VCDiffStandardWindowDecoderTest, Decode) { 382 TEST_F(VCDiffStandardWindowDecoderTestByteByByte, Decode) { 528 TEST_F(VCDiffInterleavedWindowDecoderTest, Decode) { 578 TEST_F(VCDiffInterleavedWindowDecoderTestByteByByte, Decode) { 633 // A decode job that tests the ability to COPY across the boundary between 685 TEST_F(VCDiffStandardCrossDecoderTest, Decode) { 696 TEST_F(VCDiffStandardCrossDecoderTestByteByByte, Decode) { 705 // The same decode job that tests the ability to COPY across the boundar [all...] |
/external/chromium_org/sdch/open-vcdiff/src/ |
vcdecoder4_test.cc | 37 TEST_F(VCDiffDecoderInterleavedAllowedButNotUsed, Decode) { 60 TEST_F(VCDiffDecoderInterleavedAllowedButNotUsedByteByByte, Decode) { 248 TEST_F(VCDiffStandardWindowDecoderTest, Decode) { 383 TEST_F(VCDiffStandardWindowDecoderTestByteByByte, Decode) { 529 TEST_F(VCDiffInterleavedWindowDecoderTest, Decode) { 579 TEST_F(VCDiffInterleavedWindowDecoderTestByteByByte, Decode) { 634 // A decode job that tests the ability to COPY across the boundary between 686 TEST_F(VCDiffStandardCrossDecoderTest, Decode) { 697 TEST_F(VCDiffStandardCrossDecoderTestByteByByte, Decode) { 706 // The same decode job that tests the ability to COPY across the boundar [all...] |
/external/chromium_org/third_party/WebKit/Source/modules/mediasource/ |
MediaSourceBase.cpp | 192 DEFINE_STATIC_LOCAL(const AtomicString, decode, ("decode", AtomicString::ConstructFromLiteral)); 208 } else if (error == decode) {
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
ImageDecodingStore.h | 72 // A decoder object. It is used to decode raw data into bitmap images. 141 // 4. Frame generation. Increments on each progressive decode. 144 // be stored in the cache. Each generation comes from a progressive decode.
|
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/ |
asn1_err.c | 214 {ERR_REASON(ASN1_R_DECODE_ERROR) ,"decode error"}, 298 {ERR_REASON(ASN1_R_UNABLE_TO_DECODE_RSA_KEY),"unable to decode rsa key"}, 299 {ERR_REASON(ASN1_R_UNABLE_TO_DECODE_RSA_PRIVATE_KEY),"unable to decode rsa private key"},
|
/external/chromium_org/third_party/opus/src/include/ |
opus.h | 334 * @brief This page describes the process and functions used to decode Opus. 365 * To decode a frame, opus_decode() or opus_decode_float() must be called with a packet of compressed audio data: 383 * decode. Lost packets can be replaced with loss concealment by calling 409 * @param [in] Fs <tt>opus_int32</tt>: Sample rate to decode at (Hz). 412 * @param [in] channels <tt>int</tt>: Number of channels (1 or 2) to decode 416 * value for Fs. However, the decoder can efficiently decode to buffers 434 * @param [in] Fs <tt>opus_int32</tt>: Sampling rate to decode to (Hz). 437 * @param [in] channels <tt>int</tt>: Number of channels (1 or 2) to decode 446 /** Decode an Opus packet. 456 * decoder will not be in the optimal state to decode the next incoming packet. For the PLC an [all...] |
/external/chromium_org/third_party/skia/src/ports/ |
SkImageDecoder_WIC.cpp | 60 * Helper function to decode an SkStream. 61 * @param stream SkStream to decode. Must be at the beginning. 62 * @param bm SkBitmap to decode into. Only used if wicMode is kDecodeBounds_WICMode or
|
/external/chromium_org/third_party/skia/src/utils/ |
SkMD5.cpp | 25 static const uint32_t* decode(uint32_t storage[16], const uint8_t input[64]); 124 const uint32_t* X = decode(storage, block); 235 static const uint32_t* decode(uint32_t storage[16], const uint8_t input[64]) { function
|
/external/libvorbis/doc/ |
02-bitpacking.tex | 92 The signedness of a specific number resulting from decode is to be 93 interpreted by the decoder given decode context. That is, the three 202 dependent on decode context.
|
/external/llvm/lib/Target/X86/Utils/ |
X86ShuffleDecode.cpp | 1 //===-- X86ShuffleDecode.cpp - X86 shuffle decode logic -------------------===// 10 // Define several functions to decode x86 specific shuffle semantics into a 30 // Decode the immediate.
|