Home
last modified time | relevance | path

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

12345

/external/openfst/src/script/
Ddecode.cc25 void Decode(MutableFstClass *ofst, const string &coder_fname) { in Decode() function
31 REGISTER_FST_OPERATION(Decode, StdArc, DecodeArgs);
32 REGISTER_FST_OPERATION(Decode, LogArc, DecodeArgs);
33 REGISTER_FST_OPERATION(Decode, Log64Arc, DecodeArgs);
/external/v8/src/
Ddisassembler.h44 static int Decode(FILE* f, byte* begin, byte* end);
47 static void Decode(FILE* f, Code* code);
53 static int Decode(FILE* f, byte* pc, int* char_count);
Ddisassembler.cc317 int Disassembler::Decode(FILE* f, byte* begin, byte* end) { in Decode() function in v8::internal::Disassembler
324 void Disassembler::Decode(FILE* f, Code* code) { in Decode() function in v8::internal::Disassembler
343 int Disassembler::Decode(FILE* f, byte* begin, byte* end) { return 0; }
344 void Disassembler::Decode(FILE* f, Code* code) {}
Duri.js208 function Decode(uri, reserved) { class
272 return Decode(string, reservedPredicate);
280 return Decode(string, reservedPredicate);
/external/openfst/src/include/fst/script/
Ddecode.h32 void Decode(DecodeArgs *args) { in Decode() function
36 Decode(ofst, *decoder); in Decode()
41 void Decode(MutableFstClass *fst, const string &coder_fname);
/external/webp/src/dec/
Dwebp.c193 static uint8_t* Decode(WEBP_CSP_MODE mode, const uint8_t* data, in Decode() function
224 return Decode(MODE_RGB, data, data_size, width, height, NULL); in WebPDecodeRGB()
229 return Decode(MODE_RGBA, data, data_size, width, height, NULL); in WebPDecodeRGBA()
234 return Decode(MODE_ARGB, data, data_size, width, height, NULL); in WebPDecodeARGB()
239 return Decode(MODE_BGR, data, data_size, width, height, NULL); in WebPDecodeBGR()
244 return Decode(MODE_BGRA, data, data_size, width, height, NULL); in WebPDecodeBGRA()
251 uint8_t* const out = Decode(MODE_YUV, data, data_size, in WebPDecodeYUV()
/external/chromium/third_party/libjingle/source/talk/base/
Dbase64.h65 static inline std::string Decode(const std::string& data, DecodeFlags flags) { in Decode() function
70 static inline bool Decode(const std::string& data, DecodeFlags flags, in Decode() function
75 static inline bool Decode(const std::string& data, DecodeFlags flags, in Decode() function
/external/bluetooth/hcidump/
DChangeLog11 Decode the Read Link Policy Settings command.
12 Decode Default Link Policy Settings commands
90 Decode and display binary strings correctly.
101 Decode class of device and BD_ADDR for inquiry filter.
108 Decode the extended inquiry response payload.
162 Decode almost every used HCI commands and events.
230 Decode L2CAP information request and response.
239 Decode RFCOMM credit based flow control.
/external/chromium/chrome/browser/bookmarks/
Dbookmark_codec_unittest.cc110 bool Decode(BookmarkCodec* codec, BookmarkModel* model, const Value& value) { in Decode() function in BookmarkCodecTest
112 bool result = codec->Decode(AsMutable(model->GetBookmarkBarNode()), in Decode()
129 EXPECT_TRUE(Decode(&decoder, model.get(), value)); in DecodeHelper()
264 ASSERT_TRUE(Decode(&decoder, &decoded_model, *model_value.get())); in TEST_F()
285 ASSERT_TRUE(Decode(&decoder2, &decoded_model2, *model_value2.get())); in TEST_F()
/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()
/external/v8/test/cctest/
Dtest-serialize.cc145 decoder.Decode(make_code(BUILTIN, Builtins::kArrayCode))); in TEST()
147 decoder.Decode(make_code(v8::internal::RUNTIME_FUNCTION, in TEST()
150 decoder.Decode(make_code(IC_UTILITY, IC::kLoadCallbackProperty))); in TEST()
154 decoder.Decode( in TEST()
158 decoder.Decode(make_code(UNCLASSIFIED, 4))); in TEST()
160 decoder.Decode(make_code(UNCLASSIFIED, 5))); in TEST()
163 decoder.Decode(make_code(UNCLASSIFIED, 16))); in TEST()
166 decoder.Decode(make_code(UNCLASSIFIED, 10))); in TEST()
/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/webkit/Source/WebKit/android/
DRenderSkinMediaButton.cpp74 void RenderSkinMediaButton::Decode() in Decode() function in WebCore::RenderSkinMediaButton
95 Decode(); in Draw()
DRenderSkinMediaButton.h39 static void Decode();
/external/chromium/net/tools/dump_cache/
Durl_to_filename_encoder_unittest.cc64 UrlToFilenameEncoder::Decode(escaped_word, '/', &url); in Validate()
73 UrlToFilenameEncoder::Decode(escaped_word, '/', &url); in ValidateAllSegmentsSmall()
99 UrlToFilenameEncoder::Decode(encoded_filename, kDirSeparator, in ValidateUrl()
/external/chromium/webkit/glue/
Dimage_decoder.h28 SkBitmap Decode(const unsigned char* data, size_t size) const;
Dimage_decoder.cc31 SkBitmap ImageDecoder::Decode(const unsigned char* data, size_t size) const { in Decode() function in webkit_glue::ImageDecoder
Dimage_resource_fetcher.cc47 bitmap = decoder.Decode( in OnURLFetchComplete()
/external/chromium/third_party/libjingle/source/talk/xmpp/
Dsaslmechanism.cc62 return Base64::Decode(encoded, Base64::DO_LAX); in Base64Decode()
/external/chromium/chrome/browser/importer/
Dimporter.cc34 SkBitmap decoded = decoder.Decode(src_data, src_len); in ReencodeFavicon()
/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/openfst/src/bin/
Dfstencode.cc62 s::Decode(fst, codex_name); in main()
/external/chromium/sdch/open-vcdiff/src/google/
Dvcdecoder.h157 bool Decode(const char* dictionary_ptr, in Decode() function

12345