/external/openfst/src/script/ |
D | decode.cc | 25 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/ |
D | disassembler.h | 44 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);
|
D | disassembler.cc | 317 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) {}
|
D | uri.js | 208 function Decode(uri, reserved) { class 272 return Decode(string, reservedPredicate); 280 return Decode(string, reservedPredicate);
|
/external/openfst/src/include/fst/script/ |
D | decode.h | 32 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/ |
D | webp.c | 193 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/ |
D | base64.h | 65 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/ |
D | ChangeLog | 11 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/ |
D | bookmark_codec_unittest.cc | 110 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/ |
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()
|
/external/v8/test/cctest/ |
D | test-serialize.cc | 145 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/ |
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/webkit/Source/WebKit/android/ |
D | RenderSkinMediaButton.cpp | 74 void RenderSkinMediaButton::Decode() in Decode() function in WebCore::RenderSkinMediaButton 95 Decode(); in Draw()
|
D | RenderSkinMediaButton.h | 39 static void Decode();
|
/external/chromium/net/tools/dump_cache/ |
D | url_to_filename_encoder_unittest.cc | 64 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/ |
D | image_decoder.h | 28 SkBitmap Decode(const unsigned char* data, size_t size) const;
|
D | image_decoder.cc | 31 SkBitmap ImageDecoder::Decode(const unsigned char* data, size_t size) const { in Decode() function in webkit_glue::ImageDecoder
|
D | image_resource_fetcher.cc | 47 bitmap = decoder.Decode( in OnURLFetchComplete()
|
/external/chromium/third_party/libjingle/source/talk/xmpp/ |
D | saslmechanism.cc | 62 return Base64::Decode(encoded, Base64::DO_LAX); in Base64Decode()
|
/external/chromium/chrome/browser/importer/ |
D | importer.cc | 34 SkBitmap decoded = decoder.Decode(src_data, src_len); in ReencodeFavicon()
|
/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/openfst/src/bin/ |
D | fstencode.cc | 62 s::Decode(fst, codex_name); in main()
|
/external/chromium/sdch/open-vcdiff/src/google/ |
D | vcdecoder.h | 157 bool Decode(const char* dictionary_ptr, in Decode() function
|