/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/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.
|
/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
|
/prebuilt/linux-x86/toolchain/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 */
|
/external/webkit/Source/WebKit2/Shared/ |
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...] |
SessionState.cpp | 38 static bool decode(ArgumentDecoder* decoder, RefPtr<T>& item) function in struct:CoreIPC::ArgumentCoder 40 item = T::decode(*decoder); 73 bool SessionState::decode(CoreIPC::ArgumentDecoder* decoder, SessionState& state) function in class:WebKit::SessionState 75 if (!decoder->decode(state.m_list)) 77 if (!decoder->decode(state.m_currentIndex))
|
ContextMenuState.h | 43 static bool decode(CoreIPC::ArgumentDecoder* decoder, ContextMenuState& result) function in struct:WebKit::ContextMenuState 45 if (!decoder->decode(result.absoluteLinkURLString)) 47 if (!decoder->decode(result.absoluteImageURLString))
|
WebNavigationDataStore.h | 43 static bool decode(CoreIPC::ArgumentDecoder* decoder, WebNavigationDataStore& store) function in struct:WebKit::WebNavigationDataStore 45 if (!decoder->decode(store.url)) 47 if (!decoder->decode(store.title))
|
/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...] |
/dalvik/dx/src/com/android/dx/io/instructions/ |
InstructionCodec.java | 28 * Representation of an instruction format, which knows how to decode into 33 @Override public DecodedInstruction decode(int opcodeUnit, method 46 @Override public DecodedInstruction decode(int opcodeUnit, method 61 @Override public DecodedInstruction decode(int opcodeUnit, method 80 @Override public DecodedInstruction decode(int opcodeUnit, method 99 @Override public DecodedInstruction decode(int opcodeUnit, method 115 @Override public DecodedInstruction decode(int opcodeUnit, method 132 @Override public DecodedInstruction decode(int opcodeUnit, method 150 @Override public DecodedInstruction decode(int opcodeUnit, method 169 @Override public DecodedInstruction decode(int opcodeUnit method 188 @Override public DecodedInstruction decode(int opcodeUnit, method 207 @Override public DecodedInstruction decode(int opcodeUnit, method 226 @Override public DecodedInstruction decode(int opcodeUnit, method 256 @Override public DecodedInstruction decode(int opcodeUnit, method 276 @Override public DecodedInstruction decode(int opcodeUnit, method 297 @Override public DecodedInstruction decode(int opcodeUnit, method 319 @Override public DecodedInstruction decode(int opcodeUnit, method 342 @Override public DecodedInstruction decode(int opcodeUnit, method 363 @Override public DecodedInstruction decode(int opcodeUnit, method 385 @Override public DecodedInstruction decode(int opcodeUnit, method 406 @Override public DecodedInstruction decode(int opcodeUnit, method 425 @Override public DecodedInstruction decode(int opcodeUnit, method 443 @Override public DecodedInstruction decode(int opcodeUnit, method 464 @Override public DecodedInstruction decode(int opcodeUnit, method 498 @Override public DecodedInstruction decode(int opcodeUnit, method 520 @Override public DecodedInstruction decode(int opcodeUnit, method 531 @Override public DecodedInstruction decode(int opcodeUnit, method 542 @Override public DecodedInstruction decode(int opcodeUnit, method 553 @Override public DecodedInstruction decode(int opcodeUnit, method 564 @Override public DecodedInstruction decode(int opcodeUnit, method 575 @Override public DecodedInstruction decode(int opcodeUnit, method 586 @Override public DecodedInstruction decode(int opcodeUnit, method 609 @Override public DecodedInstruction decode(int opcodeUnit, method 630 @Override public DecodedInstruction decode(int opcodeUnit, method 651 @Override public DecodedInstruction decode(int opcodeUnit, method 672 @Override public DecodedInstruction decode(int opcodeUnit, method 694 @Override public DecodedInstruction decode(int opcodeUnit, method 718 @Override public DecodedInstruction decode(int opcodeUnit, method 742 @Override public DecodedInstruction decode(int opcodeUnit, method 774 @Override public DecodedInstruction decode(int opcodeUnit, method 814 @Override public DecodedInstruction decode(int opcodeUnit, method 890 public abstract DecodedInstruction decode(int opcodeUnit, CodeInput in) method in class:InstructionCodec [all...] |
/external/tcpdump/ |
print-esp.c | 126 * decode the form: SPINUM@IP <tab> ALGONAME:0xsecret 138 char *decode; local 146 decode = spikey; 152 decode = line; 193 (*ndo->ndo_warning)(ndo, "print_esp: failed to decode spi# %s\n", foo); 215 (*ndo->ndo_warning)(ndo, "print_esp: can not decode IP# %s\n", spikey); 220 if (decode) { 229 while (isspace((unsigned char)*decode)) 230 decode++; 232 colon = strchr(decode, ':') [all...] |
/libcore/luni/src/test/java/libcore/java/nio/charset/ |
OldCharsetEncoderDecoderBufferTest.java | 33 * (CharsetDecoderICU) when a decode operation 43 decoder.decode(ByteBuffer.wrap(new byte[]{(byte)'a', (byte)'b', (byte)'c', (byte)'d'}), 53 decoder.decode(ByteBuffer.wrap(new byte[]{(byte)'x'}), out, true); 58 // check if the first buffer was corrupted by the second decode 65 * (CharsetDecoderICU) when a decode operation 76 decoder.decode(inWithArray, out, false); 83 decoder.decode(inWithoutArray, out, true); 85 // check whether the first buffer was corrupted by the second decode 116 // check whether the second decode corrupted the first buffer 143 // check whether the second decode corrupted the first buffe [all...] |
/external/webkit/Source/WebKit2/Platform/CoreIPC/ |
Arguments.h | 42 static bool decode(ArgumentDecoder*, Arguments0&) function in struct:CoreIPC::Arguments0 75 static bool decode(ArgumentDecoder* decoder, Arguments1& result) function in struct:CoreIPC::Arguments1 77 return decoder->decode(result.argument1); 113 static bool decode(ArgumentDecoder* decoder, Arguments2& result) function in struct:CoreIPC::Arguments2 115 if (!Arguments1<T1>::decode(decoder, result)) 118 return decoder->decode(result.argument2); 155 static bool decode(ArgumentDecoder* decoder, Arguments3& result) function in struct:CoreIPC::Arguments3 157 if (!Arguments2<T1, T2>::decode(decoder, result)) 160 return decoder->decode(result.argument3); 198 static bool decode(ArgumentDecoder* decoder, Arguments4& result function in struct:CoreIPC::Arguments4 242 static bool decode(ArgumentDecoder* decoder, Arguments5& result) function in struct:CoreIPC::Arguments5 287 static bool decode(ArgumentDecoder* decoder, Arguments6& result) function in struct:CoreIPC::Arguments6 333 static bool decode(ArgumentDecoder* decoder, Arguments7& result) function in struct:CoreIPC::Arguments7 378 static bool decode(ArgumentDecoder* decoder, Arguments8& result) function in struct:CoreIPC::Arguments8 [all...] |
/external/webkit/Source/WebKit2/Shared/win/ |
WebCoreArgumentCodersWin.cpp | 58 if (!decoder->decode(requestIsPresent)) 67 if (!decode(decoder, dictionary)) 99 if (!decoder->decode(responseIsPresent)) 108 if (!decode(decoder, dictionary)) 137 if (!decoder->decode(CoreIPC::Out(domain, errorCode, failingURL, localizedDescription))) 142 if (!decoder->decode(certificate))
|
/frameworks/base/media/tests/omxjpegdecoder/ |
jpeg_decoder_bench.cpp | 58 // Decode the input stream and then use the bitmap. 59 if (!decoder->decode(stream, bitmap, prefConfig, decodeMode)) { 60 return nullObjectReturn("decoder->decode returned false"); 75 // Decode the input stream and then use the bitmap. 76 if (!decoder->decode(stream, bitmap, prefConfig, decodeMode)) { 77 return nullObjectReturn("decoder->decode returned false");
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
URLEncoderTest.java | 38 assertTrue("1. Incorrect encoding/decoding", URLDecoder.decode( 40 assertTrue("2. Incorrect encoding/decoding", URLDecoder.decode( 42 assertTrue("3. Incorrect encoding/decoding", URLDecoder.decode(
|
/external/apache-http/src/org/apache/commons/codec/ |
Decoder.java | 40 * this decode method will throw a DecoderException. 42 * @param pObject an object to "decode" 52 Object decode(Object pObject) throws DecoderException; method in interface:Decoder
|
/external/llvm/test/CodeGen/X86/ |
call-push.ll | 6 define i32 @decode_byte(%struct.decode_t* %decode) nounwind { 13 %tmp2 = getelementptr %struct.decode_t* %decode, i32 0, i32 4 ; <i16*> [#uses=1] 22 %tmp10 = tail call i32 @f( %struct.decode_t* %decode ) ; <i32> [#uses=1]
|
/external/webkit/Source/WebKit2/Shared/mac/ |
AttributedString.mm | 43 bool AttributedString::decode(CoreIPC::ArgumentDecoder* decoder, AttributedString& attributedString) 46 if (!decoder->decode(isNull)) 50 return CoreIPC::decode(decoder, attributedString.string);
|
/frameworks/base/docs/html/guide/developing/tools/ |
etc1tool.jd | 8 images to the ETC1 compression standard and decode ETC1 compressed images back to PNG.</p> 11 <pre>etc1tool infile [--help | --encode | --encodeNoHeader | --decode] [--showDifference 47 <td><code>--decode</code></td>
|