| /libcore/luni/src/main/java/javax/security/auth/x500/ |
| X500Principal.java | 78 dn = (Name) Name.ASN1.decode(name); 101 dn = (Name) Name.ASN1.decode(in); 299 dn = (Name) Name.ASN1.decode((byte[]) in.readObject());
|
| /libcore/luni/src/main/java/libcore/net/ |
| UriCodec.java | 151 public static String decode(String s, boolean convertPlus, Charset charset, method in class:UriCodec 205 public static String decode(String s) { method in class:UriCodec 206 return decode(s, false, StandardCharsets.UTF_8, true);
|
| /packages/apps/Exchange/src/com/android/exchange/utility/ |
| UriCodec.java | 167 public static String decode(String s, boolean convertPlus, Charset charset) { method in class:UriCodec 219 public static String decode(String s) { method in class:UriCodec 220 return decode(s, false, Misc.UTF_8);
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
| base64.py | 15 'encode', 'decode', 'encodestring', 'decodestring', 61 """Decode a Base64 encoded string. 63 s is the string to decode. Optional altchars must be a string of at least 88 """Decode a string encoded with the standard Base64 alphabet. 90 s is the string to decode. The decoded string is returned. A TypeError 105 """Decode a string encoded with the standard Base64 alphabet. 107 s is the string to decode. The decoded string is returned. A TypeError 180 """Decode a Base32 encoded string. 182 s is the string to decode. Optional casefold is a flag specifying whether 217 # Now decode the full quant 300 def decode(input, output): function [all...] |
| quopri.py | 7 __all__ = ["encode", "decode", "encodestring", "decodestring"] 116 def decode(input, output, header = 0): function 119 If 'header' is true, decode underscore as space (per RFC 1522).""" 165 decode(infp, outfp, header = header) 202 print "-d: decode; default encode" 226 decode(fp, sys.stdout)
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
| quoprimime.py | 16 This module provides an interface to encode and decode both headers and bodies 34 'decode', 271 # the same as base64MIME.decode() or not... 272 def decode(encoded, eol=NL): 273 """Decode a quoted-printable string. 302 # Decode if in form =AB 320 body_decode = decode 321 decodestring = decode 334 """Decode a string encoded with RFC 2045 MIME header `Q' encoding. 268 def decode(encoded, eol=NL): function
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
| base64.py | 15 'encode', 'decode', 'encodestring', 'decodestring', 61 """Decode a Base64 encoded string. 63 s is the string to decode. Optional altchars must be a string of at least 88 """Decode a string encoded with the standard Base64 alphabet. 90 s is the string to decode. The decoded string is returned. A TypeError 105 """Decode a string encoded with the standard Base64 alphabet. 107 s is the string to decode. The decoded string is returned. A TypeError 180 """Decode a Base32 encoded string. 182 s is the string to decode. Optional casefold is a flag specifying whether 217 # Now decode the full quant 300 def decode(input, output): function [all...] |
| quopri.py | 7 __all__ = ["encode", "decode", "encodestring", "decodestring"] 116 def decode(input, output, header = 0): function 119 If 'header' is true, decode underscore as space (per RFC 1522).""" 165 decode(infp, outfp, header = header) 202 print "-d: decode; default encode" 226 decode(fp, sys.stdout)
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/ |
| quoprimime.py | 16 This module provides an interface to encode and decode both headers and bodies 34 'decode', 271 # the same as base64MIME.decode() or not... 272 def decode(encoded, eol=NL): 273 """Decode a quoted-printable string. 302 # Decode if in form =AB 320 body_decode = decode 321 decodestring = decode 334 """Decode a string encoded with RFC 2045 MIME header `Q' encoding. 268 def decode(encoded, eol=NL): function
|
| /cts/tests/tests/media/src/android/media/cts/ |
| Vp8EncoderTest.java | 110 decode(params.outputIvfFilename, null, FPS, params.forceSwEncoder); method 144 decode(params.outputIvfFilename, OUTPUT_YUV, FPS, params.forceSwEncoder); method 164 decode(params.outputIvfFilename, OUTPUT_YUV, FPS, params.forceSwEncoder); method 346 decode(inputIvfFilename, OUTPUT_YUV, FPS, params.forceSwEncoder); 431 decode(params.outputIvfFilename, OUTPUT_YUV, FPS, params.forceSwEncoder); method
|
| /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/png/ |
| PNGImageDecoder.cpp | 141 bool decode(const SharedBuffer& data, bool sizeOnly) function in class:WebCore::PNGImageReader 233 decode(true); 251 decode(false); 353 // the color profile or we'd need to decode into a gray-scale image buffer and 529 void PNGImageDecoder::decode(bool onlySize) function in class:WebCore::PNGImageDecoder 537 // If we couldn't decode the image but we've received all the data, decoding 539 if (!m_reader->decode(*m_data, onlySize) && isAllDataReceived())
|
| /external/freetype/src/gzip/ |
| infblock.c | 77 inflate_codes_free(s->sub.decode.codes, z); 161 s->sub.decode.codes = inflate_codes_new(bl, bd, tl, td, z); 162 if (s->sub.decode.codes == Z_NULL) 334 s->sub.decode.codes = c; 343 inflate_codes_free(s->sub.decode.codes, z);
|
| /external/wpa_supplicant_8/wpa_supplicant/examples/ |
| wps-nfc.py | 84 return ret.rstrip().decode("hex") 94 return ret.rstrip().decode("hex") 104 return ret.rstrip().decode("hex") 113 return ret.rstrip().decode("hex") 126 return res.decode("hex")
|
| /external/zopfli/src/zopflipng/lodepng/ |
| lodepng.h | 127 Same as the other decode functions, but instead takes a filename as input. 199 unsigned decode(std::vector<unsigned char>& out, unsigned& w, unsigned& h, 202 unsigned decode(std::vector<unsigned char>& out, unsigned& w, unsigned& h, 208 Same as the other decode functions, but instead takes a filename as input. 210 unsigned decode(std::vector<unsigned char>& out, unsigned& w, unsigned& h, 308 Color mode of an image. Contains all information required to decode the pixel [all...] |
| /frameworks/opt/bitmap/src/com/android/bitmap/ |
| DecodeTask.java | 39 * decode is complete, even if the task is cancelled, the result is placed in the given cache. 40 * A {@link DecodeCallback} client may be notified on decode begin and completion. 45 * GIFs are supported, but their decode does not reuse bitmaps at all. The resulting 66 * Callback interface for clients to be notified of decode state changes and completion. 91 * @param requestKey The request to decode, also the key to use for the cache. 92 * @param decodeOpts The decode options. 93 * @param factory The factory to obtain file descriptors to decode from. If this factory is 94 * null, then we will decode from requestKey.createInputStream(). 95 * @param callback The callback to notify of decode state changes. 112 return decode(); 115 public ReusableBitmap decode() { method in class:DecodeTask 485 private Bitmap decode(ParcelFileDescriptor fd, InputStream in) { method in class:DecodeTask [all...] |
| /external/libvorbis/doc/ |
| 03-codebook.tex | 20 the codebooks themselves and the codewords they decode are unrolled 34 \subsubsection{codebook decode} 68 the array \varname{[codebook_codeword_lengths]}. Decode of lengths is 80 codeword decode tree: 154 Codebook decode precedes according to \varname{[codebook_lookup_type]}: 158 lookup decode. 166 possible scalar values. Lookup decode proceeds as follows: 277 decode to that entry number. 300 decode in a VQ context. 302 \paragraph{Vector value decode: Lookup type 1 [all...] |
| /external/linux-tools-perf/perf-3.12.0/tools/perf/ |
| builtin-kvm.c | 75 char decode[20]); 184 char decode[20]) 188 scnprintf(decode, 20, "%s", exit_reason); 250 char decode[20]) 252 scnprintf(decode, 20, "%#lx:%s", (unsigned long)key->key, 293 char decode[20]) 295 scnprintf(decode, 20, "%#llx:%s", (unsigned long long)key->key, 522 char decode[32]; local 524 kvm->events_ops->decode_key(kvm, &event->key, decode); 525 if (strcmp(decode, "HLT")) 737 char decode[20]; local [all...] |
| /external/bzip2/ |
| bzip2.c | 1782 Bool decode; local [all...] |
| /external/chromium_org/content/renderer/pepper/ |
| video_decoder_shim.cc | 86 void Decode(uint32_t decode_id, scoped_refptr<media::DecoderBuffer> buffer); 106 // VideoDecoder returns pictures without information about the decode buffer 107 // that generated it. Save the decode_id from the last decode that completed, 108 // which is close for most decoders, which only decode one buffer at a time. 150 void VideoDecoderShim::DecoderImpl::Decode( 162 const PendingDecode& decode = pending_decodes_.front(); local 163 scoped_ptr<PendingFrame> pending_frame(new PendingFrame(decode.decode_id)); 168 decode.decode_id)); 215 const PendingDecode& decode = pending_decodes_.front(); local 216 decoder_->Decode( [all...] |
| /prebuilts/tools/common/mkidentity/ |
| mkidentity-prebuilt.jar | |
| /external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
| ImageFrameGeneratorTest.cpp | 115 PassOwnPtr<ScaledImageFragment> decode(size_t index) function in class:WebCore::ImageFrameGeneratorTest 118 OwnPtr<ScaledImageFragment> fragment = m_generator->decode(index, &decoder); 324 OwnPtr<ScaledImageFragment> image = decode(0);
|
| /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/ |
| GIFImageDecoder.cpp | 116 decode(index); 321 void GIFImageDecoder::decode(size_t frameIndex) function in class:WebCore::GIFImageDecoder 337 if (!m_reader->decode(frameIndex)) {
|
| /external/nanopb-c/ |
| pb.h | 278 bool (*decode)(pb_istream_t *stream, const pb_field_t *field, void *arg); member in union:_pb_callback_t::__anon31806 284 bool (*decode)(pb_istream_t *stream, const pb_field_t *field, void **arg); 316 bool (*decode)(pb_istream_t *stream, pb_extension_t *extension, member in struct:_pb_extension_type_t
|
| /external/wpa_supplicant_8/hostapd/ |
| wps-ap-nfc.py | 78 return ret.rstrip().decode("hex") 88 return ret.rstrip().decode("hex") 98 return ret.rstrip().decode("hex")
|
| /frameworks/opt/bitmap/src/com/android/bitmap/drawable/ |
| BasicBitmapDrawable.java | 50 * The actual bitmap decode work is handled by {@link DecodeTask}. 84 new LinkedBlockingQueue<Runnable>(128), new NamedThreadFactory("decode")); 121 * Set the dimensions to decode into. These dimensions should never change while the drawable is 135 * Binds to the given key and start the decode process. This will first look in the cache, then 136 * decode from the request key if not found. 211 // find cached entry here and skip decode if found. 252 decode(null); 266 decode(factory); 273 protected void decode(final FileDescriptorFactory factory) { method in class:BasicBitmapDrawable 274 Trace.beginSection("decode"); [all...] |