HomeSort by relevance Sort by last modified time
    Searched full:decode (Results 376 - 400 of 1875) sorted by null

<<11121314151617181920>>

  /libcore/luni/src/test/java/libcore/io/
Base64Test.java 26 assertEquals("[]", Arrays.toString(Base64.decode(new byte[0])));
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
factor.sed 64 :decode
  /packages/apps/Browser/src/com/android/browser/
DataUri.java 49 mData = Base64.decode(mData);
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
UriSource.java 44 String decoded = URLDecoder.decode(segment[1]);
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
QueryParameterUtils.java 71 return Uri.decode(value);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
seq_midi_event.h 55 /* decode from event to bytes - return number of written bytes if success */
  /system/core/libsysutils/src/
NetlinkListener.cpp 56 if (!evt->decode(mBuffer, count, mFormat)) {
  /cts/tests/tests/provider/src/android/provider/cts/
Contacts_ContactMethodsTest.java 48 notes = "Test methods which encode or decode protocol",
54 notes = "Test methods which encode or decode protocol",
60 notes = "Test methods which encode or decode protocol",
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
WriterTesterTest.java 157 @Override public char[] decode(char[] delegateChars) throws Exception { method in class:WriterTesterTest.BufferedWriterCharSinkTester
167 @Override public char[] decode(char[] delegateChars) throws Exception { method in class:WriterTesterTest.FilterWriterCharSinkTester
177 @Override public char[] decode(char[] delegateChars) throws Exception { method in class:WriterTesterTest.PrintWriterCharSinkTester
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/
CertificateListTest.java 143 CertificateList.ASN1.decode(encoding);
167 CertificateList.ASN1.decode(encoding);
175 CertificateList.ASN1.decode(encoding);
  /external/apache-http/src/org/apache/commons/codec/net/
RFC1522Codec.java 88 * @param text a string to decode
121 throw new DecoderException("This codec cannot decode " +
158 * failure condition during the decode process.
  /external/chromium/chrome/browser/extensions/
image_loading_tracker.cc 63 // Decode the image using WebKit's image decoder.
68 *decoded = decoder.Decode(data, file_contents.length());
71 return; // Unable to decode.
  /external/dbus/cmake/test/
CMakeLists.txt 56 ${CMAKE_SOURCE_DIR}/../test/decode-gcov.c
84 #add_executable(decode-gcov ${decode_gcov_SOURCES})
85 #target_link_libraries(decode-gcov ${DBUS_INTERNAL_LIBRARIES})
  /external/dropbear/libtomcrypt/src/pk/asn1/der/choice/
der_decode_choice.c 15 ASN.1 DER, decode a CHOICE, Tom St Denis
21 Decode a CHOICE
24 @param list The list of items to decode
  /external/dropbear/libtomcrypt/src/pk/asn1/der/sequence/
der_decode_sequence_ex.c 17 ASN.1 DER, decode a SEQUENCE, Tom St Denis
23 Decode a SEQUENCE
26 @param list The list of items to decode
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/html/
HtmlStripFunction.java 130 // Semi-colon terminates an entity, try and decode it.
158 * Attempts to decode the entity provided, if it succeeds appends it to the out string.
161 * @param entityName to decode.
  /external/skia/src/images/
SkImageDecoder.cpp 156 bool SkImageDecoder::decode(SkStream* stream, SkBitmap* bm, function in class:SkImageDecoder
213 // The output rect is the same as the decode result
263 success = codec->decode(stream, bm, pref, mode);
  /external/webkit/Source/WebCore/loader/cache/
CachedCSSStyleSheet.cpp 86 String sheetText = m_decoder->decode(m_data->data(), m_data->size());
98 // Decode the data to find out the encoding and keep the sheet text around during checkNotify()
100 m_decodedSheetText = m_decoder->decode(m_data->data(), m_data->size());
  /external/webkit/Source/WebCore/platform/graphics/qt/
ImageDecoderQt.cpp 220 // the failed bit. If we failed to decode the first image
221 // then we truly failed to decode, otherwise we're OK.
235 // the last attempt to decode a image.
  /external/webkit/Source/WebCore/platform/image-decoders/ico/
ICOImageDecoder.h 92 // more data coming, sets the "decode failure" flag.
93 void decode(size_t index, bool onlySize);
108 // "best" entry as the one we'll decode. Returns true if the entries
  /external/webkit/Source/WebKit/android/benchmark/
Intercept.cpp 71 bool decode = mediaType.endsWith(";base64", false); local
72 if (decode)
84 if (decode) {
  /external/webp/include/webp/
decode_vp8.h 15 #include "./decode.h"
69 // called just before starting to decode the blocks.
131 // Decode a picture. Will call VP8GetHeaders() if it wasn't done already.
  /frameworks/base/core/java/android/net/
MailTo.java 58 * Parse and decode a mailto scheme string. This parser implements
87 m.mHeaders.put(Uri.decode(nameval[0]).toLowerCase(),
88 nameval.length > 1 ? Uri.decode(nameval[1]) : null);
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s 134 ;// Decode DC Coefficient
148 M_BD_VLD DCValueSize,T1,T2,pDCLumaChromaIndex,4,2 ;// VLC Decode using optimized Luminance and Chrominance VLC Table
184 ;// Decode AC Coefficient
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s 134 ;// Decode DC Coefficient
148 M_BD_VLD DCValueSize,T1,T2,pDCLumaChromaIndex,4,2 ;// VLC Decode using optimized Luminance and Chrominance VLC Table
184 ;// Decode AC Coefficient

Completed in 1428 milliseconds

<<11121314151617181920>>