/external/webkit/Source/WebKit2/Shared/ |
DictionaryPopupInfo.cpp | 48 bool DictionaryPopupInfo::decode(CoreIPC::ArgumentDecoder* decoder, DictionaryPopupInfo& result) function in class:WebKit::DictionaryPopupInfo 50 if (!decoder->decode(result.origin)) 52 if (!decoder->decode(result.fontInfo)) 57 if (!CoreIPC::decode(decoder, result.options))
|
UserMessageCoders.h | 191 if (!decoder->decode(typeAsUInt32)) 199 if (!decoder->decode(size)) 206 if (!decoder->decode(messageCoder)) 216 if (!decoder->decode(size)) 222 if (!decoder->decode(key)) 227 if (!decoder->decode(messageCoder)) 240 if (!decoder->decode(string)) 254 if (!decoder->decode(value)) 261 if (!decoder->decode(value)) 268 if (!decoder->decode(value) [all...] |
/external/webkit/Source/WebKit2/Shared/Plugins/ |
PluginProcessCreationParameters.cpp | 49 bool PluginProcessCreationParameters::decode(CoreIPC::ArgumentDecoder* decoder, PluginProcessCreationParameters& result) function in class:WebKit::PluginProcessCreationParameters 51 if (!decoder->decode(result.pluginPath)) 55 if (!decoder->decode(result.parentProcessName)) 57 if (!decoder->decode(result.acceleratedCompositingPort))
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
entropy_coding.h | 24 /* decode complex spectrum (return number of bytes in stream) */ 37 /* decode & dequantize LPC Coef */ 62 /* decode & dequantize RC */ 70 /* decode & dequantize squared Gain */
|
decode_bwe.c | 14 * This C file contains the internal decode bandwidth estimate function. 38 /* decode framelength */ 45 /* decode BW estimation */
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/ |
Android.mk | 28 LOCAL_MODULE:= libOMX.TI.AAC.decode
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/ |
Android.mk | 28 LOCAL_MODULE:= libOMX.TI.G711.decode
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/ |
Android.mk | 27 LOCAL_MODULE:= libOMX.TI.G722.decode
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/ |
Android.mk | 28 LOCAL_MODULE:= libOMX.TI.G726.decode
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/ |
Android.mk | 28 LOCAL_MODULE:= libOMX.TI.G729.decode
|
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/ |
Android.mk | 27 LOCAL_MODULE:= libOMX.TI.MP3.decode
|
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/ |
Android.mk | 27 LOCAL_MODULE:= libOMX.TI.AMR.decode
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/ |
Android.mk | 27 LOCAL_MODULE:= libOMX.TI.WBAMR.decode
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/ |
Android.mk | 26 LOCAL_MODULE:= libOMX.TI.WMA.decode
|
/sdk/emulator/qtools/ |
decoder.h | 13 int64_t Decode(bool is_signed);
|
/external/chromium/sdch/open-vcdiff/src/ |
vcdiff_test.sh | 45 # vcdiff with three arguments but without "encode" or "decode" 60 $VCDIFF decode -dictionary $DICTIONARY_FILE \ 63 || { echo "Decode with three arguments failed"; \ 80 { $VCDIFF decode -dictionary $DICTIONARY_FILE \ 83 || { echo "Decode using stdin/stdout failed"; \ 100 { $VCDIFF decode -dictionary $DICTIONARY_FILE \ 103 || { echo "Decode with mixed arguments failed"; \ 119 { $VCDIFF decode -dictionary $DICTIONARY_FILE \ 122 || { echo "Decode with mixed arguments failed"; \ 135 $VCDIFF decode -dictionary $TARGET_FILE [all...] |
/external/open-vcdiff/src/ |
vcdiff_test.sh | 45 # vcdiff with three arguments but without "encode" or "decode" 60 $VCDIFF decode -dictionary $DICTIONARY_FILE \ 63 || { echo "Decode with three arguments failed"; \ 80 { $VCDIFF decode -dictionary $DICTIONARY_FILE \ 83 || { echo "Decode using stdin/stdout failed"; \ 100 { $VCDIFF decode -dictionary $DICTIONARY_FILE \ 103 || { echo "Decode with mixed arguments failed"; \ 119 { $VCDIFF decode -dictionary $DICTIONARY_FILE \ 122 || { echo "Decode with mixed arguments failed"; \ 135 $VCDIFF decode -dictionary $TARGET_FILE [all...] |
/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/robolectric/src/main/java/com/xtremelabs/robolectric/res/ |
IntegerResourceLoader.java | 38 // Decode into long, because there are some large hex values in the android resource files 40 // Integer.decode() does not support large, i.e. negative values in hex numbers. 41 return (int) Long.decode(rawValue).longValue();
|
/external/skia/include/images/ |
SkBitmapFactory.h | 17 * Currently only provides a way to decode a bitmap or its dimensions from an SkData. Future plans 25 * Only decode the bounds of the bitmap. No pixels will be allocated. 30 * Decode the bounds and pixels of the bitmap.
|
/frameworks/base/media/libdrm/mobile1/include/objmng/ |
drm_decoder.h | 20 * provide service to decode base64 data. 38 * Decode base64 39 * \param dest dest buffer to save decode base64 data
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
video_decoder.h | 8 #define VIDEO_DECODER_PAL 1 /* can decode PAL signal */ 9 #define VIDEO_DECODER_NTSC 2 /* can decode NTSC */ 10 #define VIDEO_DECODER_SECAM 4 /* can decode SECAM */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
video_decoder.h | 8 #define VIDEO_DECODER_PAL 1 /* can decode PAL signal */ 9 #define VIDEO_DECODER_NTSC 2 /* can decode NTSC */ 10 #define VIDEO_DECODER_SECAM 4 /* can decode SECAM */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
video_decoder.h | 8 #define VIDEO_DECODER_PAL 1 /* can decode PAL signal */ 9 #define VIDEO_DECODER_NTSC 2 /* can decode NTSC */ 10 #define VIDEO_DECODER_SECAM 4 /* can decode SECAM */
|
/libcore/luni/src/test/java/libcore/java/net/ |
UrlEncodingTest.java | 35 * URLDecoder and URI disagree on what '+' should decode to. 38 assertEquals("a b", URLDecoder.decode("a+b")); 39 assertEquals("a b", URLDecoder.decode("a+b", "UTF-8")); 50 assertEquals("a b", URLDecoder.decode("a b")); 51 assertEquals("a b", URLDecoder.decode("a b", "UTF-8")); 80 URLDecoder.decode("%"); 85 URLDecoder.decode("%0"); 101 URLDecoder.decode("%0g"); 109 URLDecoder.decode("ab", null); 118 URLDecoder.decode("ab", "") [all...] |