/external/owasp/sanitizer/lib/commons-codec-1.4/ |
commons-codec-1.4.jar | |
/prebuilts/devtools/tools/lib/ |
commons-codec-1.4.jar | |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.apache.commons.codec_1.4.0.v201209201156.jar | |
/prebuilts/tools/common/http-client/ |
commons-codec-1.4.jar | |
/prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.4/ |
commons-codec-1.4.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.apache.commons.codec_1.4.0.v201209201156.jar | |
/external/libvorbis/doc/ |
04-codec.tex | 5 \section{Codec Setup and Packet Decode} \label{vorbis:spec:codec} 10 bit-by-bit decode specification of Vorbis I. This document assumes a 11 high-level understanding of the Vorbis decode process, which is 17 \subsection{Header decode and decode setup} 21 and the setup header. All are required for decode compliance. An 26 \subsubsection{Common header decode} 36 Decode continues according to packet type; the identification header 86 Comment header decode and data specification is covered in 101 needed for decode. The setup header contains, in order, the lists o [all...] |
01-introduction.tex | 12 understanding of the Vorbis decode process, which is 40 encoder and simple, low-complexity decoder. Vorbis decode is 62 end before or after packet decode expects. 91 flag in each audio packet, or begin decode at any frame in the stream 96 Vorbis \emph{can} initiate decode at any arbitrary packet within a 101 Thus, Vorbis headers are both required for decode to begin and 116 The Vorbis format is well-defined by its decode specification; any 124 Although Vorbis decode is computationally simple, it may still run 127 `full' decode specification yet still be certified compliant. These 134 component abstractions that perform specific functions in the decode [all...] |
/cts/tests/tests/net/src/android/net/http/cts/ |
X509TrustManagerExtensionsTest.java | 55 new ByteArrayInputStream(Base64.decode(testCert, Base64.DEFAULT)));
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/tsp/ |
PKIStatusInfoTest.java | 44 .decode(encoding);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/ |
PEMUtil.java | 83 return ASN1Sequence.getInstance(Base64.decode(pemBuf.toString()));
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
PEMUtil.java | 83 ASN1Primitive o = new ASN1InputStream(Base64.decode(pemBuf.toString())).readObject();
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/pem/ |
PemReader.java | 81 return new PemObject(type, headers, Base64.decode(buf.toString()));
|
/external/chromium_org/third_party/WebKit/Source/core/html/parser/ |
TextResourceDecoder.h | 62 String decode(const char* data, size_t length);
|
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/ |
GIFImageDecoder.h | 74 // data. If parsing fails, sets the "decode failure" flag. 79 // fails, sets the "decode failure" flag. 80 void decode(size_t frameIndex);
|
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/ |
WEBPImageDecoder.h | 34 #include "webp/decode.h" 56 bool decode(const uint8_t* dataBytes, size_t dataSize, bool onlySize, size_t frameIndex);
|
/external/chromium_org/third_party/WebKit/Source/wtf/text/ |
TextCodecICU.h | 51 virtual String decode(const char*, size_t length, FlushBehavior, bool stopOnError, bool& sawError) OVERRIDE;
|
TextCodecReplacementTest.cpp | 43 const String result = codec->decode(testCase, testCaseSize, DataEOF, false, sawError);
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
webkit-patch | 59 object = object.decode('utf-8')
|
/external/chromium_org/tools/compile_test/ |
compile_test.py | 41 f.write(options.code.decode('string-escape'))
|
/external/clang/tools/clang-format/ |
clang-format-sublime.py | 52 output.decode(encoding))
|
/external/compiler-rt/lib/sanitizer_common/scripts/ |
gen_dynamic_list.py | 38 nm_out = nm_proc.communicate()[0].decode().split('\n')
|
/external/glide/library/src/main/java/com/bumptech/glide/load/ |
CacheLoader.java | 23 result = decoder.decode(fromCache, width, height); 31 Log.d(TAG, "Failed to decode image from cache or not present in cache");
|
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/ |
VideoBitmapDecoder.java | 29 public Bitmap decode(ParcelFileDescriptor resource, BitmapPool bitmapPool, int outWidth, int outHeight, method in class:VideoBitmapDecoder
|
/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
|