/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
ByteTest.java | 277 * @tests java.lang.Byte#decode(String) 280 assertEquals(new Byte((byte) 0), Byte.decode("0")); 281 assertEquals(new Byte((byte) 1), Byte.decode("1")); 282 assertEquals(new Byte((byte) -1), Byte.decode("-1")); 283 assertEquals(new Byte((byte) 0xF), Byte.decode("0xF")); 284 assertEquals(new Byte((byte) 0xF), Byte.decode("#F")); 285 assertEquals(new Byte((byte) 0xF), Byte.decode("0XF")); 286 assertEquals(new Byte((byte) 07), Byte.decode("07")); 289 Byte.decode("9.2"); 295 Byte.decode(""); [all...] |
/external/libvorbis/doc/ |
04-codec.tex | 5 \section{Codec Setup and Packet Decode} \label{vorbis:spec:codec} 10 bit-by-bit decode specification of Vorbis I. This document assumes a 11 high-level understanding of the Vorbis decode process, which is 17 \subsection{Header decode and decode setup} 21 and the setup header. All are required for decode compliance. An 26 \subsubsection{Common header decode} 36 Decode continues according to packet type; the identification header 86 Comment header decode and data specification is covered in 101 needed for decode. The setup header contains, in order, the lists o [all...] |
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/ |
NumberUtils.java | 35 * @param b the byte to decode 44 * @param b the byte to decode 53 * @param b the byte to decode 62 * @param b the byte to decode 71 * @param b the signed byte to decode 95 * @param index the index of the first byte of the signed short value to decode 121 * @param index the index of the first byte of the unsigned short value to decode 149 * @param index the index of the first byte of the signed integer value to decode 187 * @param index the index of the first byte of the signed long value to decode
|
/development/samples/training/bitmapfun/src/com/example/android/bitmapfun/util/ |
ImageResizer.java | 105 * Decode and sample down a bitmap from resources to the requested width and height. 118 // First decode with inJustDecodeBounds=true to check dimensions 131 // Decode bitmap with inSampleSize set 137 * Decode and sample down a bitmap from a file to the requested width and height. 139 * @param filename The full path of the file to decode 149 // First decode with inJustDecodeBounds=true to check dimensions 162 // Decode bitmap with inSampleSize set 168 * Decode and sample down a bitmap from a file input stream to the requested width and height. 180 // First decode with inJustDecodeBounds=true to check dimensions 188 // Decode bitmap with inSampleSize se [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,
|
urlencode.h | 33 // Decode all encoded characters. Also decode + as space. 36 // Decode all encoded characters.
|
/external/dropbear/libtomcrypt/src/pk/asn1/der/integer/ |
der_decode_integer.c | 15 ASN.1 DER, decode an integer, Tom St Denis 25 @param num The first mp_int to decode 47 /* now decode the len stuff */
|
/external/dropbear/libtomcrypt/src/pk/asn1/der/utf8/ |
der_decode_utf8_string.c | 50 /* decode the length */ 72 /* proceed to decode */ 84 /* decode, grab upper bits */
|
/external/dropbear/libtomcrypt/testprof/ |
modes_test.c | 51 /* decode the block */ 74 /* decode the block */ 96 /* decode the block */
|
/external/oauth/core/src/main/java/net/oauth/http/ |
HttpMessageDecoder.java | 32 * Decode the given message if necessary and possible. 35 * given message if this class can't decode it. 37 public static HttpResponseMessage decode(HttpResponseMessage message) method in class:HttpMessageDecoder
|
/external/webkit/Source/WebKit2/Shared/Plugins/ |
NPIdentifierData.cpp | 80 bool NPIdentifierData::decode(CoreIPC::ArgumentDecoder* decoder, NPIdentifierData& result) function in class:WebKit::NPIdentifierData 82 if (!decoder->decode(result.m_isString)) 86 return decoder->decode(result.m_string);
|
/external/webkit/Source/WebKit2/Shared/ |
WebTouchEvent.cpp | 54 bool WebTouchEvent::decode(CoreIPC::ArgumentDecoder* decoder, WebTouchEvent& t) function in class:WebKit::WebTouchEvent 56 if (!WebEvent::decode(decoder, t)) 59 return decoder->decode(CoreIPC::Out(t.m_touchPoints));
|
/external/webkit/Source/WebKit2/Shared/mac/ |
PlatformCertificateInfo.mm | 63 bool PlatformCertificateInfo::decode(CoreIPC::ArgumentDecoder* decoder, PlatformCertificateInfo& c) 66 if (!decoder->decode(hasCertificateChain)) 72 if (!CoreIPC::decode(decoder, c.m_certificateChain))
|
UpdateChunk.cpp | 77 bool UpdateChunk::decode(CoreIPC::ArgumentDecoder* decoder, UpdateChunk& chunk) function in class:WebKit::UpdateChunk 80 if (!decoder->decode(rect)) 85 if (!decoder->decode(attachment))
|
/external/webkit/Source/WebKit2/Shared/win/ |
UpdateChunk.cpp | 62 bool UpdateChunk::decode(CoreIPC::ArgumentDecoder* decoder, UpdateChunk& updateChunk) function in class:WebKit::UpdateChunk 65 if (!decoder->decode(rect)) 70 if (!decoder->decode(bitmapSharedMmemory))
|
/libcore/luni/src/test/java/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(
|
/packages/apps/Gallery/tests/src/com/android/camera/ |
BitmapManagerUnitTests.java | 74 // By default all threads can decode. 77 // Disallow thread t to decode. 81 // Allow thread t to decode again.
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
DecodeUtils.java | 61 public static Bitmap decode(JobContext jc, FileDescriptor fd, Options options) { method in class:DecodeUtils 78 public static Bitmap decode(JobContext jc, byte[] bytes, Options options) { method in class:DecodeUtils 79 return decode(jc, bytes, 0, bytes.length, options); 82 public static Bitmap decode(JobContext jc, byte[] bytes, int offset, method in class:DecodeUtils 258 Bitmap bitmap = decode(jc, data, offset, length, options); 267 Log.w(TAG, "decode fail with a given bitmap, try decode to a new bitmap"); 270 return decode(jc, data, offset, length, options); 285 Bitmap bitmap = DecodeUtils.decode(jc, fileDescriptor, options); 294 Log.w(TAG, "decode fail with a given bitmap, try decode to a new bitmap") [all...] |
/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/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...] |
/cts/tools/dex-tools/src/dex/structure/ |
WithModifiers.java | 28 * The {@link Modifier} class should be used to decode the result.
|
/dalvik/vm/mterp/x86/ |
OP_PACKED_SWITCH.S | 5 * we decode it and hand it off to a helper function.
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/encoders/ |
HexEncoder.java | 75 * decode the Hex encoded byte data writing it to the given output stream, 80 public int decode( method in class:HexEncoder 133 * decode the Hex encoded String data writing it to the given output stream, 138 public int decode( method in class:HexEncoder
|
/external/chromium/base/i18n/ |
icu_encoding_detection.h | 21 // Note: this function may return encodings that may fail to decode |text|,
|
/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.
|