| /external/smack/src/org/jivesoftware/smack/sasl/ |
| SASLFacebookConnect.java | 110 String decodedResponse = new String(Base64.decode(challenge));
|
| /external/smali/baksmali/src/main/java/org/jf/baksmali/ |
| baksmali.java | 90 Integer public_key = Integer.decode(attr.getValue("id"));
|
| /external/zopfli/src/zopflipng/lodepng/ |
| lodepng_util.cpp | 347 int decode(bool& decoded, unsigned long& result, size_t& treepos, unsigned long bit) const function in struct:lodepng::ExtractZlib::HuffmanTree 396 //decode a single symbol from given list of bits with given code tree. return value is the symbol 401 error = codetree.decode(decoded, ct, treepos, readBitFromStream(bp, in)); 420 std::vector<unsigned long> codelengthcode(19); //lengths of tree to decode the lengths of the dynamic tree 572 void decode(const unsigned char* in, size_t size) function in struct:lodepng::ExtractPNG 651 decoder.decode(&in[0], in.size());
|
| /frameworks/base/core/java/com/android/internal/net/ |
| VpnProfile.java | 114 public static VpnProfile decode(String key, byte[] value) { method in class:VpnProfile
|
| /frameworks/base/core/java/com/android/internal/os/ |
| LoggingPrintStream.java | 140 // decode bytes from the byte buffer into the char buffer 141 coderResult = decoder.decode(encodedBytes, decodedChars, false);
|
| /frameworks/base/services/core/java/com/android/server/updates/ |
| SELinuxPolicyInstallReceiver.java | 108 writeUpdate(updateDir, destination, Base64.decode(chunk, Base64.DEFAULT));
|
| /frameworks/compile/mclinker/lib/Target/ |
| ELFAttribute.cpp | 210 uint64_t tag = leb128::decode<uint64_t>(subsubsection_data, tag_size);
|
| /frameworks/opt/net/voip/src/jni/rtp/ |
| AudioGroup.cpp | 106 void decode(int tick); 208 // the first time we successfully decode an incoming packet. 360 void AudioStream::decode(int tick) function in class:__anon38991::AudioStream 402 // Receive the packet and decode it. 432 length = mCodec->decode(samples, count, &buffer[offset], length); 755 ((AudioStream *)events[i].data.ptr)->decode(tick);
|
| /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/internal/ |
| vpx_codec_internal.h | 177 /*!\brief decode data function pointer prototype 224 * to decode the current frame and a function to be called when libvpx does 226 * be called before the first call to decode or libvpx will assume the 339 vpx_codec_decode_fn_t decode; /**< \copydoc ::vpx_codec_decode_fn_t */ member in struct:vpx_codec_iface::vpx_codec_dec_iface
|
| /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/ |
| vpx_decoder.c | 131 res = ctx->iface->dec.decode(ctx->priv->alg_priv, data, data_sz,
|
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/ |
| SSLServerSocketTest.java | 394 byte[] bytes = Base64.decode(keys.getBytes());
|
| /libcore/luni/src/main/java/java/nio/charset/ |
| CharsetEncoder.java | 541 CoderResult result = decoder.decode(in, out, true);
|
| /libcore/luni/src/main/java/java/util/zip/ |
| ZipInputStream.java | 95 * <p>UTF-8 is used to decode all strings in the file. 286 return ModifiedUtf8.decode(stringBytesBuf, stringCharBuf, 0, byteLength);
|
| /libcore/luni/src/main/java/libcore/net/url/ |
| FileURLConnection.java | 96 filename = UriCodec.decode(filename);
|
| JarURLConnectionImpl.java | 135 String decodedFile = UriCodec.decode(jarFileURL.getFile());
|
| /libcore/luni/src/main/java/org/apache/harmony/security/utils/ |
| JarUtils.java | 72 ContentInfo info = (ContentInfo)ContentInfo.ASN1.decode(bis);
|
| /libcore/luni/src/main/java/org/apache/harmony/security/x509/ |
| Extensions.java | 313 Collection<List<?>> collection = ((GeneralNames) GeneralNames.ASN1.decode(extension
|
| /libcore/luni/src/test/java/libcore/java/nio/charset/ |
| CharsetEncoderTest.java | 36 String output = ascii.decode(e.encode(CharBuffer.wrap(input))).toString();
|
| /packages/apps/Calendar/src/com/android/calendar/ |
| GoogleCalendarUriIntentFilter.java | 77 byte[] decodedBytes = Base64.decode(eidParam, Base64.DEFAULT);
|
| /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/ |
| Utility.java | 303 private static String decode(Charset charset, byte[] b) { method in class:Utility 307 final CharBuffer cb = charset.decode(ByteBuffer.wrap(b)); 318 return decode(UTF_8, b); 328 return decode(ASCII, b);
|
| /packages/apps/UnifiedEmail/src/com/android/mail/bitmap/ |
| ContactResolver.java | 149 * ContactRequests. But, we do not want to have to wait to decode all of them before updating 186 Trace.beginSection("decode"); 217 // Start decode. 219 // Synchronously decode the photo bytes. We are already in a background 227 null, mCache).decode(); 230 // Decode success. 243 * We use progress updates to jump to the UI thread so we can decode the batch
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
| calendar.py | 523 name = name.decode(encoding) 530 s = s.decode(encoding) 553 s = s.decode(encoding) 560 s = s.decode(encoding)
|
| code.py | 238 line = line.decode(encoding)
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/ |
| test_parser.py | 172 source = source.decode(encoding)
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
| script_helper.py | 47 "stderr follows:\n%s" % (rc, err.decode('ascii', 'ignore')))
|