Searched refs:Decode (Results 1 - 25 of 80) sorted by relevance

1234

/external/v8/src/
H A Ddisassembler.h41 // Decode instructions in the the interval [begin, end) and print the
44 static int Decode(FILE* f, byte* begin, byte* end);
46 // Decode instructions in code.
47 static void Decode(FILE* f, Code* code);
49 // Decode instruction at pc and print disassembled instruction into f.
53 static int Decode(FILE* f, byte* pc, int* char_count);
H A Ddisassembler.cc317 int Disassembler::Decode(FILE* f, byte* begin, byte* end) { function in class:v8::internal::Disassembler
324 void Disassembler::Decode(FILE* f, Code* code) { function in class:v8::internal::Disassembler
343 int Disassembler::Decode(FILE* f, byte* begin, byte* end) { return 0; }
344 void Disassembler::Decode(FILE* f, Code* code) {}
H A Duri.js208 function Decode(uri, reserved) { function
272 return Decode(string, reservedPredicate);
280 return Decode(string, reservedPredicate);
/external/openfst/src/script/
H A Ddecode.cc25 void Decode(MutableFstClass *ofst, const string &coder_fname) { function in namespace:fst::script
28 Apply<Operation<DecodeArgs> >("Decode", ofst->ArcType(), &args);
31 REGISTER_FST_OPERATION(Decode, StdArc, DecodeArgs);
32 REGISTER_FST_OPERATION(Decode, LogArc, DecodeArgs);
33 REGISTER_FST_OPERATION(Decode, Log64Arc, DecodeArgs);
/external/openfst/src/include/fst/script/
H A Ddecode.h32 void Decode(DecodeArgs *args) { function in namespace:fst::script
36 Decode(ofst, *decoder);
41 void Decode(MutableFstClass *fst, const string &coder_fname);
/external/chromium/webkit/glue/
H A Dimage_decoder.h28 SkBitmap Decode(const unsigned char* data, size_t size) const;
H A Dimage_decoder.cc31 SkBitmap ImageDecoder::Decode(const unsigned char* data, size_t size) const { function in class:webkit_glue::ImageDecoder
H A Dimage_resource_fetcher.cc47 bitmap = decoder.Decode(
/external/webkit/Source/WebKit/android/
H A DRenderSkinMediaButton.h37 static void Decode();
H A DRenderSkinMediaButton.cpp75 void RenderSkinMediaButton::Decode() function in class:WebCore::RenderSkinMediaButton
97 Decode();
/external/chromium/third_party/libjingle/source/talk/base/
H A Dbase64.h65 static inline std::string Decode(const std::string& data, DecodeFlags flags) { function in class:talk_base::Base64
70 static inline bool Decode(const std::string& data, DecodeFlags flags, function in class:talk_base::Base64
75 static inline bool Decode(const std::string& data, DecodeFlags flags, function in class:talk_base::Base64
/external/chromium/chrome/browser/importer/
H A Dimporter.cc32 // Decode the favicon using WebKit's image decoder.
34 SkBitmap decoded = decoder.Decode(src_data, src_len);
/external/chromium/third_party/libjingle/source/talk/xmpp/
H A Dsaslmechanism.cc62 return Base64::Decode(encoded, Base64::DO_LAX);
/external/chromium/sdch/open-vcdiff/src/google/
H A Dvcdecoder.h74 // This convention differs from the non-streaming Encode/Decode
157 bool Decode(const char* dictionary_ptr, function in class:open_vcdiff::VCDiffDecoder
/external/openfst/src/bin/
H A Dfstencode.cc30 DEFINE_bool(decode, false, "Decode labels and/or weights");
62 s::Decode(fst, codex_name);
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_codec_unittest.cc110 bool Decode(BookmarkCodec* codec, BookmarkModel* model, const Value& value) { function in class:BookmarkCodecTest
112 bool result = codec->Decode(AsMutable(model->GetBookmarkBarNode()),
129 EXPECT_TRUE(Decode(&decoder, model.get(), value));
264 ASSERT_TRUE(Decode(&decoder, &decoded_model, *model_value.get()));
285 ASSERT_TRUE(Decode(&decoder2, &decoded_model2, *model_value2.get()));
H A Dbookmark_codec.h56 bool Decode(BookmarkNode* bb_node,
/external/v8/test/cctest/
H A Dtest-serialize.cc145 decoder.Decode(make_code(BUILTIN, Builtins::kArrayCode)));
147 decoder.Decode(make_code(v8::internal::RUNTIME_FUNCTION,
150 decoder.Decode(make_code(IC_UTILITY, IC::kLoadCallbackProperty)));
154 decoder.Decode(
158 decoder.Decode(make_code(UNCLASSIFIED, 4)));
160 decoder.Decode(make_code(UNCLASSIFIED, 5)));
163 decoder.Decode(make_code(UNCLASSIFIED, 16)));
166 decoder.Decode(make_code(UNCLASSIFIED, 10)));
/external/chromium/sdch/open-vcdiff/src/
H A Dvcdecoder5_test.cc27 // Decode an encoding that uses a RUN instruction to allocate 64MB.
62 TEST_F(VCDiffLargeTargetTest, Decode) {
H A Dvcdecoder4_test.cc37 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) {
685 TEST_F(VCDiffStandardCrossDecoderTest, Decode) {
696 TEST_F(VCDiffStandardCrossDecoderTestByteByByte, Decode) {
752 TEST_F(VCDiffInterleavedCrossDecoderTest, Decode) {
775 TEST_F(VCDiffInterleavedCrossDecoderTestByteByByte, Decode) {
[all...]
/external/chromium/net/tools/dump_cache/
H A Durl_to_filename_encoder_unittest.cc64 UrlToFilenameEncoder::Decode(escaped_word, '/', &url);
73 UrlToFilenameEncoder::Decode(escaped_word, '/', &url);
99 UrlToFilenameEncoder::Decode(encoded_filename, kDirSeparator,
/external/chromium/sdch/open-vcdiff/vsprojects/
H A 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 outpu
[all...]
/external/webp/src/dec/
H A Dwebp.c418 // Decode bitstream header, update io->width/io->height.
425 if (status == VP8_STATUS_OK) { // Decode
443 if (status == VP8_STATUS_OK) { // Decode
537 static uint8_t* Decode(WEBP_CSP_MODE mode, const uint8_t* const data, function
555 // Decode
568 return Decode(MODE_RGB, data, data_size, width, height, NULL);
573 return Decode(MODE_RGBA, data, data_size, width, height, NULL);
578 return Decode(MODE_ARGB, data, data_size, width, height, NULL);
583 return Decode(MODE_BGR, data, data_size, width, height, NULL);
588 return Decode(MODE_BGR
[all...]
/external/chromium/chrome/browser/net/
H A Dquoted_printable_unittest.cc178 TEST(QuotedPrintableTest, Decode) {
/external/chromium/chrome/browser/webdata/
H A Dweb_apps_table.cc84 if (gfx::PNGCodec::Decode(

Completed in 552 milliseconds

1234