| /external/chromium_org/third_party/WebKit/Source/wtf/text/ |
| TextEncoding.cpp | 62 String TextEncoding::decode(const char* data, size_t length, bool stopOnError, bool& sawError) const function in class:WTF::TextEncoding 67 return newTextCodec(*this)->decode(data, length, DataEOF, stopOnError, sawError);
|
| /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/ |
| Android.mk | 25 decode.c \
|
| /external/nist-sip/java/gov/nist/javax/sip/address/ |
| SipUri.java | 169 if (a.getUser()!=null && !RFC2396UrlDecoder.decode(a.getUser()).equals(RFC2396UrlDecoder.decode(b.getUser()))) return false; 170 if (a.getUserPassword()!=null && !RFC2396UrlDecoder.decode(a.getUserPassword()).equals(RFC2396UrlDecoder.decode(b.getUserPassword()))) return false; 183 if (p1!=null && p2!=null && !RFC2396UrlDecoder.decode(p1).equalsIgnoreCase(RFC2396UrlDecoder.decode(p2))) return false; 216 Header header1 = headerFactory.createHeader(hname, RFC2396UrlDecoder.decode(h1)); 217 Header header2 = headerFactory.createHeader(hname, RFC2396UrlDecoder.decode(h2)); [all...] |
| /external/robolectric/lib/main/ |
| commons-codec-1.6.jar | |
| /external/smack/src/com/kenai/jbosh/ |
| ApacheHTTPResponse.java | 237 data = ZLIBCodec.decode(data); 239 data = GZIPCodec.decode(data);
|
| /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/ |
| Android.mk | 25 decode.c \
|
| /external/zxing/qr_scanner/src/com/google/zxing/client/android/ |
| CaptureActivityHandler.java | 79 Log.d(TAG, "Got decode succeeded message"); 86 // We're decoding as fast as possible, so when one decode fails, start another. 88 cameraManager.requestPreviewFrame(decodeThread.getHandler(), R.id.decode); 122 cameraManager.requestPreviewFrame(decodeThread.getHandler(), R.id.decode);
|
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
| PropertyResourceBundleTest.java | 75 CharBuffer cbuffer = charset.decode(ByteBuffer.wrap(content 86 cbuffer = charset.decode(ByteBuffer.wrap(content.getBytes("UTF-8")));
|
| /libcore/luni/src/main/java/java/io/ |
| InputStreamReader.java | 62 * character converter that is used to decode bytes into characters is 243 // decode bytes 244 result = decoder.decode(bytes, out, false); 260 result = decoder.decode(bytes, out, true);
|
| /libcore/luni/src/main/java/org/apache/harmony/security/pkcs7/ |
| ContentInfo.java | 138 ASN1OctetString.getInstance().decode((byte[])values[1]), 147 SignedData.ASN1.decode((byte[])values[1]),
|
| /libcore/luni/src/main/java/org/apache/harmony/security/x509/ |
| IssuingDistributionPoint.java | 66 public static IssuingDistributionPoint decode(byte[] encoding) method in class:IssuingDistributionPoint 69 (IssuingDistributionPoint) ASN1.decode(encoding);
|
| /libcore/support/src/test/java/org/apache/harmony/testframework/ |
| CharWrapperTester.java | 44 public abstract char[] decode(char[] delegateChars) throws Exception; method in class:CharWrapperTester 91 return decode(delegate.buffer.toString().toCharArray());
|
| WrapperTester.java | 45 public abstract byte[] decode(byte[] delegateBytes) throws Exception; method in class:WrapperTester 92 return WrapperTester.this.decode(delegate.bytesOut.toByteArray());
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
| applesingle.py | 1 r"""Routines to decode AppleSingle files 107 def decode(infile, outpath, resonly=False, verbose=False): function 108 """decode(infile, outpath [, resonly=False, verbose=False]) 143 decode(sys.argv[1], sys.argv[2], resonly=resonly)
|
| /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/pkcs10/ |
| CertificationRequestInfoTest.java | 65 // decode the encoded CertificationRequestInfo 69 .decode(encoding);
|
| CertificationRequestTest.java | 67 // decode the encoded CSR 70 .decode(encoding);
|
| /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/tsp/ |
| TimeStampReqTest.java | 54 .decode(encoding);
|
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/ |
| DSABase.java | 78 sig = encoder.decode(sigBytes);
|
| /external/chromium_org/third_party/WebKit/Source/core/html/parser/ |
| HTMLMetaCharsetParser.cpp | 95 m_input.append(SegmentedString(m_assumedCodec->decode(data, length)));
|
| /external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
| ImageFrameGenerator.h | 102 // Use the given decoder to decode. If a decoder is not given then try to create one. 103 PassOwnPtr<ScaledImageFragment> decode(size_t index, ImageDecoder**); 107 // progressive decode. 121 // Prevents multiple decode operations on the same data.
|
| /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/ico/ |
| ICOImageDecoder.cpp | 78 decode(0, true); 102 decode(0, true); 125 decode(index, false); 178 void ICOImageDecoder::decode(size_t index, bool onlySize) function in class:WebCore::ICOImageDecoder 183 // If we couldn't decode the image but we've received all the data, decoding
|
| ICOImageDecoder.h | 99 // more data coming, sets the "decode failure" flag. 100 void decode(size_t index, bool onlySize); 115 // "best" entry as the one we'll decode. Returns true if the entries
|
| /external/chromium_org/third_party/skia/bench/ |
| SkipZeroesBench.cpp | 84 // Decode a bunch of times 87 SkDEBUGCODE(bool success =) fDecoder->decode(&fStream, &bm, 91 SkDebugf("failed to decode %s\n", fFilename.c_str());
|
| /external/chromium_org/third_party/skia/src/ports/ |
| SkImageDecoder_empty.cpp | 35 bool SkImageDecoder::decode(SkStream*, SkBitmap*, SkColorType, Mode) { function in class:SkImageDecoder
|
| /external/deqp/framework/delibs/scripts/ |
| pre_commit.py | 50 path.decode('ascii')
|