/external/chromium_org/v8/src/ |
objects-inl.h | [all...] |
/external/icu4c/i18n/ |
decNumberLocal.h | 448 /* Macros to decode the coefficient in a finite decFloat *df into */ 459 /* Decode the declets. After extracting each one, it is decoded */ 461 /* decode). Each DPD decode is 3 bytes BCD8 plus a one-byte */ 539 /* Macros to decode the coefficient in a finite decFloat *df into */ 543 /* Decode the declets. After extracting each one, it is decoded */ 546 /* and 1000000 to avoid multiplication during decode. These */ 592 /* Macros to decode the coefficient in a finite decFloat *df into */ 596 /* Decode the declets. After extracting each one, it is decoded */ [all...] |
/external/llvm/lib/Target/X86/Disassembler/ |
X86DisassemblerDecoder.c | 39 * attributes and returns the appropriate decode context. 51 * the ModR/M byte is required to decode a particular instruction. 91 * decode - Reads the appropriate instruction table to obtain the unique ID of 100 static InstrUID decode(OpcodeType type, function 155 * decode(); specifierForUID will not check bounds. 710 *instructionID = decode(insn->opcodeType, 715 *instructionID = decode(insn->opcodeType, 910 * NOOP shouldn't decode as NOOP if REX.b is set. Instead 911 * it should decode as XCHG %r8, %eax. [all...] |
/external/bzip2/ |
bzip2.c | 1782 Bool decode; local [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
xmlrpclib.py | 169 # decode non-ascii string (if possible) 451 def decode(self, data): member in class:DateTime 461 # decode xml element contents into a DateTime structure. 463 value.decode(data) 501 def decode(self, data): member in class:Binary 510 # decode xml element contents into a Binary structure 512 value.decode(data) 897 value.decode(data) 904 value.decode(data) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
xmlrpclib.py | 169 # decode non-ascii string (if possible) 451 def decode(self, data): member in class:DateTime 461 # decode xml element contents into a DateTime structure. 463 value.decode(data) 501 def decode(self, data): member in class:Binary 510 # decode xml element contents into a Binary structure 512 value.decode(data) 897 value.decode(data) 904 value.decode(data) [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/ |
command_line_interface.cc | 794 if (name == "--decode") { 795 cerr << "To decode an unknown message, use --decode_raw." << endl; 965 cerr << "Cannot use --encode or --decode and generate descriptors at the " 1001 } else if (name == "--encode" || name == "--decode" | [all...] |
/external/protobuf/src/google/protobuf/compiler/ |
command_line_interface.cc | 751 if (name == "--decode") { 752 cerr << "To decode an unknown message, use --decode_raw." << endl; 908 cerr << "Cannot use --encode or --decode and generate descriptors at the " 937 } else if (name == "--encode" || name == "--decode" || 940 cerr << "Only one of --encode and --decode can be specified." << endl; 953 if (name == "--decode") { 954 cerr << "To decode an unknown message, use --decode_raw." << endl; 1011 cerr << "Cannot use --encode or --decode and generate code at the " [all...] |
/external/tcpdump/ |
print-snmp.c | 1197 * Decode SNMP varBind 1292 * Decode SNMP PDUs: GetRequest, GetNextRequest, GetResponse, SetRequest, 1373 * Decode SNMP Trap PDU [all...] |
/libcore/luni/src/main/java/java/net/ |
URI.java | 127 * <p>To decode a URI, invoke the single-string constructor, and then use the 1242 private String decode(String s) { method in class:URI [all...] |
/prebuilts/tools/common/mkidentity/ |
mkidentity-prebuilt.jar | |
/art/compiler/jni/ |
jni_compiler_test.cc | 53 soa.Decode<mirror::ClassLoader*>(class_loader)); 154 Runtime::Current()->GetJavaVM()->LoadNativeLibrary("", soa.Decode<mirror::ClassLoader*>(class_loader_), 169 Runtime::Current()->GetJavaVM()->LoadNativeLibrary("", soa.Decode<mirror::ClassLoader*>(class_loader_), 575 soa.Decode<mirror::ObjectArray<mirror::StackTraceElement>*>(ste_array); 629 soa.AddLocalReference<jobject>(soa.Decode<mirror::Object*>(thisObj));
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
BitmapFactoryTest.java | 198 // Decode the PNG & WebP test images. The WebP test image has been encoded from PNG test 210 // Compress the PNG image to WebP format (Quality=90) and decode it back. 251 // to force a re-decode. 267 // Now decode. This should be successful and leave the offset 273 // Now use the other offset. It should fail to decode, and
|
/dalvik/vm/compiler/codegen/x86/libenc/ |
enc_wrapper.cpp | 154 unsigned numBytes = DecoderBase::decode(stream_start, &decInst); 173 unsigned numBytes = DecoderBase::decode(stream, &decInst); 184 unsigned numBytes = DecoderBase::decode(stream, &decInst); 364 unsigned numBytes = DecoderBase::decode(stream, &decInst); 555 unsigned numBytes = DecoderBase::decode(stream, &decInst);
|
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/ |
WEBPImageDecoder.cpp | 138 decode(webpFrame.fragment.bytes, webpFrame.fragment.size, false, frameIndex); 161 decode(reinterpret_cast<const uint8_t*>(m_data->data()), m_data->size(), false, index); 315 // to decode |clearExceptFrame|, either in initFrameBuffer() or ApplyPostProcessing(). 469 bool WEBPImageDecoder::decode(const uint8_t* dataBytes, size_t dataSize, bool onlySize, size_t frameIndex) function in class:WebCore::WEBPImageDecoder 514 mode = MODE_RGBA; // Decode to RGBA for input to libqcms.
|
/external/chromium_org/third_party/simplejson/ |
encoder.py | 41 s = s.decode('utf-8') 52 s = s.decode('utf-8') 156 be supported directly by the encoder. For the inverse, decode JSON 229 o = o.decode(_encoding) 266 o = o.decode(_encoding)
|
/external/chromium_org/tools/imagediff/ |
image_diff_png.cc | 110 // An intermediary buffer for decode output. 283 // Mark the image as complete, this will tell the Decode function that we 327 bool Decode(const unsigned char* input, size_t input_size, 620 // Decode a PNG into an RGBA pixel array. 624 return Decode(input, input_size, FORMAT_RGBA, output, width, height);
|
/external/chromium_org/tools/perf/ |
trace-info.json | 17 "description": "Average decode time of 4 images formats: gif, png, jpg, and webp." 20 "description": "Time to decode a 3.1 MB, 2560x1920 gif image. File found at chrome/test/data/image_decoding/droids.gif" 23 "description": "Time to decode a 810 KB, 2560x1920 jpg image. File found at chrome/test/data/image_decoding/droids.jpg" 26 "description": "Time to decode a 4.6 MB, 2560x1920 png image. File found at chrome/test/data/image_decoding/droids.png" 29 "description": "Time to decode a 65 KB, 2560x1920 webp image. File found at chrome/test/data/image_decoding/droids.webp"
|
/external/libvorbis/doc/ |
programming.html | 105 <p>An Ogg bitstream is logically arranged into pages, but to decode 352 decode. The given serial number is the serial number that will be 354 a check that pages match (during decode).</p> 430 this may be used during encode or decode.</p> 436 <p>When used during decode, this simply clears the data buffer of any
|
/external/libvorbis/lib/ |
sharedbook.c | 191 /* unpack the quantized list of values for encode/decode ***********/ 312 /* decode codebook arrangement is more heavily optimized than encode */ 337 by sorted bitreversed codeword to allow treeless decode. */ 431 if(book->c) /* only use with encode; decode optimizations are 438 if(book->c) /* only use with encode; decode optimizations are
|
/external/llvm/lib/Target/AArch64/Disassembler/ |
AArch64Disassembler.cpp | 10 // This file contains the functions necessary to decode AArch64 instruction 505 && "shift should have used auto decode"); 507 && "shift should have used auto decode"); 535 default: llvm_unreachable("unexpected instruction trying to decode bitfield"); 619 // Exactly how we decode the MCInst's registers depends on the Opc and V
|
/external/protobuf/python/google/protobuf/internal/ |
decoder.py | 36 Decode(buffer, pos, end, message, field_dict) 45 buffer position. A decoder for a repeated field may proactively decode all of 64 field_number: The field number of the field we want to decode. 77 That decoder goes into a dict indexed by tag, so when we decode a message 160 In a low-level language it would be much cheaper to decode the varint and
|
/external/smack/src/org/xbill/DNS/ |
Tokenizer.java | 583 * were no strings to decode. 606 * were no strings to decode. 621 * were no strings to decode. 644 * were no strings to decode. 670 * @param b32 The base32 context to decode with.
|
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/ |
amrdecode.cpp | 203 If there are no errors, GSMFrameDecode is called to decode a 20 ms frame. It 236 // Decode WMF or IF2 frames 308 // Decode ETS frames 349 // Decode a 20 ms frame 522 /* Decode a 20 ms frame */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_exceptions.py | 413 self.assertEqual(str(u), "'baz' codec can't decode bytes in position 1-4: foo") 415 self.assertEqual(str(u), "'baz' codec can't decode byte 0x78 in position 1: foo") 418 self.assertEqual(str(u), "'baz' codec can't decode bytes in position 1-4: 965230951443685724997") 420 self.assertEqual(str(u), "'4000' codec can't decode bytes in position 1-4: 965230951443685724997") 422 self.assertEqual(str(u), "'4000' codec can't decode bytes in position 1000-4: 965230951443685724997")
|