HomeSort by relevance Sort by last modified time
    Searched refs:Decode (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /external/v8/src/
disassembler.h 41 // 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);
disassembler.cc 137 // First decode instruction so that we know its length.
317 int Disassembler::Decode(FILE* f, byte* begin, byte* end) {
324 void Disassembler::Decode(FILE* f, Code* code) {
343 int Disassembler::Decode(FILE* f, byte* begin, byte* end) { return 0; }
344 void Disassembler::Decode(FILE* f, Code* code) {}
  /external/openfst/src/script/
decode.cc 19 #include <fst/script/decode.h>
25 void Decode(MutableFstClass *ofst, const string &coder_fname) {
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/
decode.h 32 void Decode(DecodeArgs *args) {
35 EncodeMapper<Arc> *decoder = EncodeMapper<Arc>::Read(args->arg2, DECODE);
36 Decode(ofst, *decoder);
41 void Decode(MutableFstClass *fst, const string &coder_fname);
  /external/chromium/webkit/glue/
image_decoder.h 26 // Call this function to decode the image. If successful, the decoded image
28 SkBitmap Decode(const unsigned char* data, size_t size) const;
image_decoder.cc 31 SkBitmap ImageDecoder::Decode(const unsigned char* data, size_t size) const {
image_resource_fetcher.cc 47 bitmap = decoder.Decode(
50 // If we get here, it means no image from server or couldn't decode the
  /external/webkit/Source/WebKit/android/
RenderSkinMediaButton.h 39 static void Decode();
RenderSkinMediaButton.cpp 74 void RenderSkinMediaButton::Decode()
85 ALOGD("RenderSkinButton::Init: button assets failed to decode\n\tBrowser buttons will not draw");
95 Decode();
101 // If we failed to decode, do nothing. This way the browser still works,
  /sdk/emulator/qtools/
decoder.h 13 int64_t Decode(bool is_signed);
trace_reader.cpp 111 int64_t bb_diff = decoder_->Decode(true);
112 uint64_t time_diff = decoder_->Decode(false);
113 nextrec_.bb_rec.repeat = decoder_->Decode(false);
117 nextrec_.bb_rec.time_diff = decoder_->Decode(false);
292 time_diff_ = decoder_->Decode(false);
293 repeat_ = decoder_->Decode(false);
346 uint32_t addr_diff = decoder_->Decode(true);
347 uint64_t time_diff = decoder_->Decode(false);
391 uint64_t time_diff = decoder_->Decode(false);
392 uint32_t pc = decoder_->Decode(false)
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
base64.h 65 static inline std::string Decode(const std::string& data, DecodeFlags flags) {
70 static inline bool Decode(const std::string& data, DecodeFlags flags,
75 static inline bool Decode(const std::string& data, DecodeFlags flags,
  /external/chromium/chrome/browser/importer/
importer.cc 32 // Decode the favicon using WebKit's image decoder.
34 SkBitmap decoded = decoder.Decode(src_data, src_len);
36 return false; // Unable to decode.
  /external/chromium/third_party/libjingle/source/talk/xmpp/
saslmechanism.cc 62 return Base64::Decode(encoded, Base64::DO_LAX);
  /external/chromium/sdch/open-vcdiff/src/google/
vcdecoder.h 74 // This convention differs from the non-streaming Encode/Decode
111 // not change the limit. Setting the limit to 0 will cause all decode
157 bool Decode(const char* dictionary_ptr,
  /external/openfst/src/bin/
fstencode.cc 24 #include <fst/script/decode.h>
30 DEFINE_bool(decode, false, "Decode labels and/or weights");
62 s::Decode(fst, codex_name);
  /external/webp/src/dec/
webp.c 95 // Decode bitstream header, update io->width/io->height.
103 // Decode
193 static uint8_t* Decode(WEBP_CSP_MODE mode, const uint8_t* data,
211 // Decode
224 return Decode(MODE_RGB, data, data_size, width, height, NULL);
229 return Decode(MODE_RGBA, data, data_size, width, height, NULL);
234 return Decode(MODE_ARGB, data, data_size, width, height, NULL);
239 return Decode(MODE_BGR, data, data_size, width, height, NULL);
244 return Decode(MODE_BGRA, data, data_size, width, height, NULL);
251 uint8_t* const out = Decode(MODE_YUV, data, data_size
    [all...]
  /external/chromium/chrome/browser/bookmarks/
bookmark_codec_unittest.cc 110 bool Decode(BookmarkCodec* codec, BookmarkModel* model, const Value& value) {
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()));
bookmark_codec.h 56 bool Decode(BookmarkNode* bb_node,
66 // is stored to the file. After a call to decode, the computed checksum can
  /external/v8/test/cctest/
test-serialize.cc 145 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/
vcdecoder5_test.cc 27 // Decode an encoding that uses a RUN instruction to allocate 64MB.
60 // Ensure that, with allow_vcd_target set to false, we can decode any number of
62 TEST_F(VCDiffLargeTargetTest, Decode) {
107 // Trying to decode a second window should exceed the target file size limit.
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/net/tools/dump_cache/
url_to_filename_encoder_unittest.cc 64 UrlToFilenameEncoder::Decode(escaped_word, '/', &url);
73 UrlToFilenameEncoder::Decode(escaped_word, '/', &url);
99 UrlToFilenameEncoder::Decode(encoded_filename, kDirSeparator,
  /external/chromium/sdch/open-vcdiff/vsprojects/
vcdiff_test.bat 50 rem vcdiff with three arguments but without "encode" or "decode"
65 %VCDIFF% decode -dictionary %DICTIONARY_FILE% ^
68 || ( echo Decode with three arguments failed ^
87 %VCDIFF% decode -dictionary %DICTIONARY_FILE% ^
90 || ( echo Decode using stdin/stdout failed ^
107 %VCDIFF% decode -dictionary %DICTIONARY_FILE% ^
110 || ( echo Decode with mixed arguments failed ^
126 %VCDIFF% decode -dictionary %DICTIONARY_FILE% ^
129 || ( echo Decode with mixed arguments failed ^
142 %VCDIFF% decode -dictionary %TARGET_FILE%
    [all...]
  /external/chromium/chrome/browser/net/
quoted_printable_unittest.cc 178 TEST(QuotedPrintableTest, Decode) {
194 // Tests that we return false but still do our best to decode badly encoded

Completed in 722 milliseconds

1 2 3 4