Home
last modified time | relevance | path

Searched refs:Decode (Results 1 – 25 of 42) sorted by relevance

12

/external/v8/src/
Ddisassembler.h42 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);
Ddisassembler.cc290 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) {}
Duri.js191 function Decode(uri, reserved) { class
251 return Decode(string, reservedPredicate);
259 return Decode(string, reservedPredicate);
Dserialize.h90 Address Decode(uint32_t key) const { in Decode() function
Dserialize.cc810 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/
Dtest-serialize.cc148 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/
DChangeLog2 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/
Dvcdecoder4_test.cc37 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
Dvcencoder_test.cc206 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()
Dvcdiff_main.cc85 bool Decode();
440 bool VCDiffFileBasedCoder::Decode() { in Decode() function in open_vcdiff::VCDiffFileBasedCoder
615 if (!coder.Decode()) { in main()
Dvcdecoder5_test.cc62 TEST_F(VCDiffLargeTargetTest, Decode) { in TEST_F() argument
/external/skia/src/images/
Dfpdfemb_ext.h60 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
DSkMovie_gif.cpp41 static int Decode(GifFileType* fileType, GifByteType* out, int size) { in Decode() function
48 fGIF = DGifOpen( stream, Decode ); in SkGIFMovie()
DSkImageDecoder_libpvjpeg.cpp173 status = codec->Decode((uint8*)storage, &consumed); in onDecode()
/external/chromium/sdch/open-vcdiff/vsprojects/
Dvcdiff_test.bat68 || ( 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/
Dmd4.c93 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/
Dencode.h127 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
Dminimize.h531 Decode(&gfst, encoder);
550 Decode(fst, encoder);
/external/skia/src/views/
DSkListView.cpp515 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/
Dvcdecoder.h157 bool Decode(const char* dictionary_ptr, in Decode() function
/external/libvpx/examples/
Ddecoder_tmpl.txt35 /* Decode the frame */
Ddecode_with_drops.txt2 Decode With Drops Example
Dpostproc.txt42 /* Decode the frame with 15ms deadline */
/external/chromium/sdch/open-vcdiff/
DREADME31 decoder.Decode(dictionary.data(), dictionary.size(), delta, &target);
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/MVS/
DMVS.uudecode62 X * Decode a file encoded with uuencode. WIll extract multiple encoded
124 X /* Loop through file, searching for headers. Decode anything with a

12