/external/v8/src/ |
D | disassembler.h | 42 static int Decode(FILE* f, byte* begin, byte* end); 45 static void Decode(FILE* f, Code* code); 51 static int Decode(FILE* f, byte* pc, int* char_count);
|
D | disassembler.cc | 290 int Disassembler::Decode(FILE* f, byte* begin, byte* end) { in Decode() function in v8::internal::Disassembler 297 void Disassembler::Decode(FILE* f, Code* code) { in Decode() function in v8::internal::Disassembler 307 int Disassembler::Decode(FILE* f, byte* begin, byte* end) { return 0; } 308 void Disassembler::Decode(FILE* f, Code* code) {}
|
D | uri.js | 191 function Decode(uri, reserved) { class 251 return Decode(string, reservedPredicate); 259 return Decode(string, reservedPredicate);
|
D | serialize.h | 90 Address Decode(uint32_t key) const { in Decode() function
|
D | serialize.cc | 810 Address address = external_reference_decoder_->Decode(reference_id); in ReadChunk() 816 Address address = external_reference_decoder_->Decode(reference_id); in ReadChunk()
|
/external/v8/test/cctest/ |
D | test-serialize.cc | 148 decoder.Decode(make_code(BUILTIN, Builtins::ArrayCode))); in TEST() 150 decoder.Decode(make_code(RUNTIME_FUNCTION, Runtime::kAbort))); in TEST() 152 decoder.Decode(make_code(IC_UTILITY, IC::kLoadCallbackProperty))); in TEST() 154 decoder.Decode(make_code(DEBUG_ADDRESS, register_code(3)))); in TEST() 158 decoder.Decode( in TEST() 162 decoder.Decode(make_code(UNCLASSIFIED, 2))); in TEST() 164 decoder.Decode(make_code(UNCLASSIFIED, 4))); in TEST() 166 decoder.Decode(make_code(UNCLASSIFIED, 5))); in TEST() 168 decoder.Decode(make_code(UNCLASSIFIED, 12))); in TEST() 170 decoder.Decode(make_code(UNCLASSIFIED, 7))); in TEST()
|
/external/bluetooth/hcidump/ |
D | ChangeLog | 2 Decode the Read Link Policy Settings command. 3 Decode Default Link Policy Settings commands 81 Decode and display binary strings correctly. 92 Decode class of device and BD_ADDR for inquiry filter. 99 Decode the extended inquiry response payload. 153 Decode almost every used HCI commands and events. 221 Decode L2CAP information request and response. 230 Decode RFCOMM credit based flow control.
|
/external/chromium/sdch/open-vcdiff/src/ |
D | vcdecoder4_test.cc | 37 TEST_F(VCDiffDecoderInterleavedAllowedButNotUsed, Decode) { in TEST_F() argument 60 TEST_F(VCDiffDecoderInterleavedAllowedButNotUsedByteByByte, Decode) { in TEST_F() argument 248 TEST_F(VCDiffStandardWindowDecoderTest, Decode) { in TEST_F() argument 382 TEST_F(VCDiffStandardWindowDecoderTestByteByByte, Decode) { in TEST_F() argument 528 TEST_F(VCDiffInterleavedWindowDecoderTest, Decode) { in TEST_F() argument 578 TEST_F(VCDiffInterleavedWindowDecoderTestByteByByte, Decode) { in TEST_F() argument 685 TEST_F(VCDiffStandardCrossDecoderTest, Decode) { in TEST_F() argument 696 TEST_F(VCDiffStandardCrossDecoderTestByteByByte, Decode) { in TEST_F() argument 752 TEST_F(VCDiffInterleavedCrossDecoderTest, Decode) { in TEST_F() argument 775 TEST_F(VCDiffInterleavedCrossDecoderTestByteByByte, Decode) { in TEST_F() argument
|
D | vcencoder_test.cc | 206 EXPECT_TRUE(simple_decoder_.Decode(kDictionary, in TEST_F() 218 EXPECT_TRUE(simple_decoder_.Decode(kDictionary, in TEST_F() 232 EXPECT_TRUE(simple_decoder_.Decode(kDictionary, in TEST_F() 685 EXPECT_TRUE(simple_decoder_.Decode(kDictionary, in SimpleEncode() 782 EXPECT_TRUE(simple_decoder_.Decode(kDictionary, in TEST_F() 820 EXPECT_TRUE(simple_decoder_.Decode(kDictionary, in TEST_F() 894 EXPECT_TRUE(simple_decoder_.Decode(kDictionary, in SimpleEncode() 906 EXPECT_TRUE(simple_decoder_.Decode(kDictionary, in StreamingEncode()
|
D | vcdiff_main.cc | 85 bool Decode(); 440 bool VCDiffFileBasedCoder::Decode() { in Decode() function in open_vcdiff::VCDiffFileBasedCoder 615 if (!coder.Decode()) { in main()
|
D | vcdecoder5_test.cc | 62 TEST_F(VCDiffLargeTargetTest, Decode) { in TEST_F() argument
|
/external/skia/src/images/ |
D | fpdfemb_ext.h | 60 void (*Decode)(void* context, unsigned char* dest_buf, int pitch, member 72 void (*Decode)(unsigned long width, unsigned long height, const unsigned char* src_buf, member
|
D | SkMovie_gif.cpp | 41 static int Decode(GifFileType* fileType, GifByteType* out, int size) { in Decode() function 48 fGIF = DGifOpen( stream, Decode ); in SkGIFMovie()
|
D | SkImageDecoder_libpvjpeg.cpp | 173 status = codec->Decode((uint8*)storage, &consumed); in onDecode()
|
/external/chromium/sdch/open-vcdiff/vsprojects/ |
D | vcdiff_test.bat | 68 || ( echo Decode with three arguments failed ^ 90 || ( echo Decode using stdin/stdout failed ^ 110 || ( echo Decode with mixed arguments failed ^ 129 || ( echo Decode with mixed arguments failed ^ 145 && ( echo Decode using larger dictionary should fail, but succeeded ^ 201 || ( echo Decode with -stats failed ^ 226 rem Decode using something that isn't a delta file 294 || ( echo Decode using stdin/stdout with -buffersize=1 failed ^ 360 || ( echo Decode non-interleaved output failed ^ 379 || ( echo Decode output failed with -target_matches ^
|
/external/quake/quake/src/QW/client/ |
D | md4.c | 93 static void Decode (UINT4 *, unsigned char *, unsigned int); 193 Decode (x, block, 64); in MD4Transform() 274 static void Decode (UINT4 *output, unsigned char *input, unsigned int len) in Decode() function
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | encode.h | 127 const Tuple* Decode(Label key) { in Decode() function 248 table_->Decode(arc.ilabel); in operator() 326 void Decode(MutableFst<A>* fst, const EncodeMapper<A>& mapper) { in Decode() function
|
D | minimize.h | 531 Decode(&gfst, encoder); 550 Decode(fst, encoder);
|
/external/skia/src/views/ |
D | SkListView.cpp | 515 fBGRef = SkBitmapRef::Decode(bg, true); 516 fFGRef = SkBitmapRef::Decode(fg, true); 757 SkBitmapRef* bmr = SkBitmapRef::Decode(path.c_str(), false); 760 bmr = SkBitmapRef::Decode(path.c_str(), true);
|
/external/chromium/sdch/open-vcdiff/src/google/ |
D | vcdecoder.h | 157 bool Decode(const char* dictionary_ptr, in Decode() function
|
/external/libvpx/examples/ |
D | decoder_tmpl.txt | 35 /* Decode the frame */
|
D | decode_with_drops.txt | 2 Decode With Drops Example
|
D | postproc.txt | 42 /* Decode the frame with 15ms deadline */
|
/external/chromium/sdch/open-vcdiff/ |
D | README | 31 decoder.Decode(dictionary.data(), dictionary.size(), delta, &target);
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/MVS/ |
D | MVS.uudecode | 62 X * Decode a file encoded with uuencode. WIll extract multiple encoded 124 X /* Loop through file, searching for headers. Decode anything with a
|