HomeSort by relevance Sort by last modified time
    Searched refs:decode (Results 251 - 275 of 616) sorted by null

<<11121314151617181920>>

  /libcore/luni/src/test/java/libcore/java/nio/charset/
OldCharset_SingleByteAbstractTest.java 53 outputCB = decoder.decode(inputBB);
69 outputCB = decoder.decode(inputBB);
93 // outputCB = decoder.decode(inputBB);
  /prebuilt/common/http-client/
commons-codec-1.4.jar 
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/tsp/
PKIStatusInfoTest.java 44 .decode(encoding);
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
PEMUtil.java 83 DERObject o = new ASN1InputStream(Base64.decode(pemBuf.toString())).readObject();
  /external/bouncycastle/src/main/java/org/bouncycastle/util/io/pem/
PemReader.java 76 return new PemObject(type, headers, Base64.decode(buf.toString()));
  /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/skia/samplecode/
SampleDecode.cpp 30 codec->decode(&stream, &fBitmap[i], gRec[i].fPrefConfig,
  /external/webkit/Source/JavaScriptCore/jit/
JITCode.h 77 JSValue result = JSValue::decode(ctiTrampoline(m_ref.m_code.executableAddress(), registerFile, callFrame, 0, Profiler::enabledProfilerReference(), globalData));
  /external/webkit/Source/WebCore/loader/
TextResourceDecoder.h 54 String decode(const char* data, size_t length);
  /external/webkit/Source/WebCore/loader/cache/
CachedXSLStyleSheet.cpp 73 m_sheet = String(m_decoder->decode(m_data->data(), encodedSize()));
  /external/webkit/Source/WebCore/platform/image-decoders/ico/
ICOImageDecoder.cpp 76 decode(0, true);
100 decode(0, true);
120 decode(index, false);
153 void ICOImageDecoder::decode(size_t index, bool onlySize) function in class:WebCore::ICOImageDecoder
158 // If we couldn't decode the image but we've received all the data, decoding
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/WebKit2/Platform/CoreIPC/
Attachment.h 79 static bool decode(ArgumentDecoder*, Attachment&);
  /external/webkit/Source/WebKit2/Platform/
SharedMemory.h 61 static bool decode(CoreIPC::ArgumentDecoder*, Handle&);
  /external/webkit/Source/WebKit2/Shared/Plugins/
NPVariantData.h 104 static bool decode(CoreIPC::ArgumentDecoder*, NPVariantData&);
  /external/webkit/Source/WebKit2/Shared/
WebBackForwardListItem.h 66 static PassRefPtr<WebBackForwardListItem> decode(CoreIPC::ArgumentDecoder&);
WebContextMenuItemData.h 65 static bool decode(CoreIPC::ArgumentDecoder*, WebContextMenuItemData&);
WebProcessCreationParameters.h 50 static bool decode(CoreIPC::ArgumentDecoder*, WebProcessCreationParameters&);
  /external/webkit/Source/WebKit2/Shared/gtk/
WebCoreArgumentCodersGtk.cpp 75 if (!decoder->decode(CoreIPC::Out(domain, errorCode, failingURL, localizedDescription)))
  /external/webkit/Source/WebKit2/Shared/qt/
WebCoreArgumentCodersQt.cpp 74 if (!decoder->decode(CoreIPC::Out(domain, errorCode, failingURL, localizedDescription)))
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
TiledDrawingArea.cpp 169 if (!arguments->decode(CoreIPC::Out(size)))
183 if (!arguments->decode(CoreIPC::Out(tileID)))
197 if (!arguments->decode(CoreIPC::Out(update.tileID, update.dirtyRect, update.scale)))
213 if (!arguments->decode(CoreIPC::Out(targetSize, contentsRect)))
  /external/zlib/contrib/blast/
blast.c 44 /* input limit error return state for bits() and decode() */
95 * seen in the function decode() below.
103 * Decode a code from the stream s using huffman table h. Return the symbol or
123 local int decode(struct state *s, struct huffman *h) function
173 * Huffman code for n symbols, construct the tables required to decode those
180 * possible for decode() using that table to return an error--any stream of
182 * it is possible for decode() using that table to return an error for received
211 return 0; /* complete, but decode() will fail */
239 * Decode PKWare Compression Library stream.
323 /* decode literals and length/distance pairs *
    [all...]
  /frameworks/base/core/java/android/webkit/
DataLoader.java 51 data = Base64.decode(data);
  /frameworks/base/media/libmedia/
IMediaPlayerService.cpp 81 virtual sp<IMemory> decode(const char* url, uint32_t *pSampleRate, int* pNumChannels, int* pFormat) function in class:android::BpMediaPlayerService
93 virtual sp<IMemory> decode(int fd, int64_t offset, int64_t length, uint32_t *pSampleRate, int* pNumChannels, int* pFormat) function in class:android::BpMediaPlayerService
152 sp<IMemory> player = decode(url, &sampleRate, &numChannels, &format);
167 sp<IMemory> player = decode(fd, offset, length, &sampleRate, &numChannels, &format);
  /frameworks/base/telephony/java/com/android/internal/telephony/cat/
BerTlv.java 63 * @param data A byte array to decode from
67 public static BerTlv decode(byte[] data) throws ResultException { method in class:BerTlv

Completed in 3330 milliseconds

<<11121314151617181920>>