/libcore/luni/src/main/java/org/apache/harmony/security/asn1/ |
BerInputStream.java | 525 type[i].decode(this); method 554 values[i] = type[i].decode(this); 618 type.decode(this); 626 values.add(type.decode(this));
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
DebugInfoDecoder.java | 183 * Valid after calling {@code decode}. 193 * Valid after calling {@code decode}. 204 public void decode() { method in class:DebugInfoDecoder 452 decoder.decode();
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.apache.commons.codec_1.3.0.v20100518-1140.jar | |
/dalvik/dx/src/com/android/dx/io/instructions/ |
DecodedInstruction.java | 69 public static DecodedInstruction decode(CodeInput in) throws EOFException { method in class:DecodedInstruction 74 return format.decode(opcodeUnit, in); 89 decoded[in.cursor()] = DecodedInstruction.decode(in);
|
/dalvik/vm/compiler/codegen/x86/libenc/ |
dec_base.cpp | 139 unsigned DecoderBase::decode(const void * addr, Inst * pinst) function in class:DecoderBase
|
/development/tools/etc1tool/ |
etc1tool.cpp | 42 "%s infile [--help | --encode | --encodeNoHeader | --decode] [--showDifference difffile] [-o outfile]\n", 52 "\t\t--decode create a PNG file from an ETC1 file.\n"); 453 int decode(const char* pInput, const char* pOutput) { function 477 usage("At most one occurrence of --encode --encodeNoHeader or --decode is allowed.\n"); 518 } else if (strcmp(pArg, "--decode") == 0) { 577 decode(pInput, pOutput);
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
Identity2Test.java | 61 public void decode(InputStream in) { method in class:Identity2Test.CertificateImpl
|
/external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/ |
CharWrapperTester.java | 44 public abstract char[] decode(char[] delegateChars) throws Exception; method in class:CharWrapperTester 88 return decode(delegate.buffer.toString().toCharArray());
|
WrapperTester.java | 45 public abstract byte[] decode(byte[] delegateBytes) throws Exception; method in class:WrapperTester 89 return WrapperTester.this.decode(delegate.bytesOut.toByteArray());
|
/external/apache-http/src/org/apache/commons/codec/binary/ |
Base64.java | 199 * @param pObject Object to decode 205 public Object decode(Object pObject) throws DecoderException { method in class:Base64 207 throw new DecoderException("Parameter supplied to Base64 decode is not a byte[]"); 209 return decode((byte[]) pObject); 219 public byte[] decode(byte[] pArray) { method in class:Base64
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/ |
SignatureSpi.java | 255 public BigInteger[] decode( method in class:SignatureSpi.StdDSAEncoder 313 public BigInteger[] decode( method in class:SignatureSpi.CVCDSAEncoder
|
/external/chromium_org/third_party/WebKit/Source/core/fetch/ |
TextResourceDecoder.cpp | 363 String TextResourceDecoder::decode(const char* data, size_t len) function in class:WebCore::TextResourceDecoder 409 String result = m_codec->decode(dataForDecode, lengthForDecode, false, m_contentType == XML && !m_useLenientXMLDecoding, m_sawError); 430 String result = m_codec->decode(m_buffer.data(), m_buffer.size(), true, m_contentType == XML && !m_useLenientXMLDecoding, m_sawError);
|
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/ |
WEBPImageDecoder.cpp | 138 decode(webpFrame.fragment.bytes, webpFrame.fragment.size, false, frameIndex); 161 decode(reinterpret_cast<const uint8_t*>(m_data->data()), m_data->size(), false, index); 315 // to decode |clearExceptFrame|, either in initFrameBuffer() or ApplyPostProcessing(). 469 bool WEBPImageDecoder::decode(const uint8_t* dataBytes, size_t dataSize, bool onlySize, size_t frameIndex) function in class:WebCore::WEBPImageDecoder 514 mode = MODE_RGBA; // Decode to RGBA for input to libqcms.
|
/external/chromium_org/third_party/WebKit/Source/wtf/text/ |
TextCodecICU.cpp | 340 String TextCodecICU::decode(const char* bytes, size_t length, bool flush, bool stopOnError, bool& sawError) function in class:WTF::TextCodecICU
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
texparam.c | 489 GLenum decode = params[0]; local 490 if (decode == GL_DECODE_EXT || decode == GL_SKIP_DECODE_EXT) { 491 if (texObj->Sampler.sRGBDecode != decode) { 493 texObj->Sampler.sRGBDecode = decode; [all...] |
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/ |
DecodedInstruction.java | 69 public static DecodedInstruction decode(CodeInput in) throws EOFException { method in class:DecodedInstruction 74 return format.decode(opcodeUnit, in); 89 decoded[in.cursor()] = DecodedInstruction.decode(in);
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/ |
PEMDecoder.java | 219 ps.data = Base64.decode(pem_chars); 319 public static Object decode(char[] pem, String password) throws IOException method in class:PEMDecoder
|
/external/harfbuzz_ng/test/shaping/ |
hb_test_tools.py | 407 def decode (s): member in class:Unicode
|
/external/mesa3d/src/mesa/main/ |
texparam.c | 489 GLenum decode = params[0]; local 490 if (decode == GL_DECODE_EXT || decode == GL_SKIP_DECODE_EXT) { 491 if (texObj->Sampler.sRGBDecode != decode) { 493 texObj->Sampler.sRGBDecode = decode; [all...] |
/external/tcpdump/ |
print-esp.c | 126 * decode the form: SPINUM@IP <tab> ALGONAME:0xsecret 138 char *decode; local 146 decode = spikey; 152 decode = line; 193 (*ndo->ndo_warning)(ndo, "print_esp: failed to decode spi# %s\n", foo); 215 (*ndo->ndo_warning)(ndo, "print_esp: can not decode IP# %s\n", spikey); 220 if (decode) { 229 while (isspace((unsigned char)*decode)) 230 decode++; 232 colon = strchr(decode, ':') [all...] |
/external/zlib/src/contrib/blast/ |
blast.c | 46 /* input limit error return state for bits() and decode() */ 97 * seen in the function decode() below. 105 * Decode a code from the stream s using huffman table h. Return the symbol or 125 local int decode(struct state *s, struct huffman *h) function 175 * Huffman code for n symbols, construct the tables required to decode those 182 * possible for decode() using that table to return an error--any stream of 184 * it is possible for decode() using that table to return an error for received 213 return 0; /* complete, but decode() will fail */ 241 * Decode PKWare Compression Library stream. 325 /* decode literals and length/distance pairs * [all...] |
/external/zlib/src/contrib/puff/ |
puff.c | 13 * around 4K on my machine (a PowerPC using GNU cc). If the faster decode() 45 * 1.2 17 Mar 2002 - Add faster version of decode(), doubles speed (!), 111 /* input limit error return state for bits() and decode() */ 204 * seen in the function decode() below. 212 * Decode a code from the stream s using huffman table h. Return the symbol or 235 local int decode(struct state *s, const struct huffman *h) function 258 * A faster version of decode() for real applications of this code. It's not 263 local int decode(struct state *s, const struct huffman *h) function 310 * Huffman code for n symbols, construct the tables required to decode those 317 * possible for decode() using that table to return an error--any stream o [all...] |
/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);
|
/frameworks/av/cmds/stagefright/ |
codec.cpp | 67 static int decode( function 423 decode(looper, argv[0], useAudio, useVideo, surface);
|
/frameworks/av/media/libmedia/ |
IMediaPlayerService.cpp | 89 virtual status_t decode(const char* url, uint32_t *pSampleRate, int* pNumChannels, function in class:android::BpMediaPlayerService 110 virtual status_t decode(int fd, int64_t offset, int64_t length, uint32_t *pSampleRate, function in class:android::BpMediaPlayerService 231 status_t status = decode(url, &sampleRate, &numChannels, &format, heap, &size); 251 status_t status = decode(fd, offset, length, &sampleRate, &numChannels, &format,
|