HomeSort by relevance Sort by last modified time
    Searched defs:DECODE (Results 1 - 6 of 6) sorted by null

  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_ArithDecoder.h 24 int DECODE(JBig2ArithCtx *pCX);
73 inline int CJBig2_ArithDecoder::DECODE(JBig2ArithCtx *pCX)
  /external/lzma/Asm/x86/
AesOpt.asm 73 ; ---------- AES-CBC Decode ----------
81 DECODE macro op:req
103 DECODE LOAD_OP_W
118 DECODE LOAD_OP
  /frameworks/base/core/java/android/util/
Base64.java 76 * Encode/decode another block of input data. this.output is
103 * Decode the Base64-encoded data in input and return the data in
109 * @param str the input String to decode, which is converted to
112 * Pass {@code DEFAULT} to decode standard Base64.
117 public static byte[] decode(String str, int flags) { method in class:Base64
118 return decode(str.getBytes(), flags);
122 * Decode the Base64-encoded data in input and return the data in
128 * @param input the input array to decode
130 * Pass {@code DEFAULT} to decode standard Base64.
135 public static byte[] decode(byte[] input, int flags) method in class:Base64
155 public static byte[] decode(byte[] input, int offset, int len, int flags) { method in class:Base64
    [all...]
  /external/openfst/src/include/fst/
encode.h 45 enum EncodeType { ENCODE = 1, DECODE = 2 };
158 // Given an encode arc Label decode back to input/output labels and costs
159 const Tuple* Decode(Label key) const {
161 LOG(ERROR) << "EncodeTable::Decode: unknown decode key: " << key;
287 // A mapper to encode/decode weighted transducers. Encoding of an
297 // EncodeTable is generated the same table may by used to decode the machine
300 // Encode -> Determinize -> Decode
303 // decode, even though the encoding is not complete.
323 // Copy constructor but setting the type, typically to DECODE
    [all...]
  /prebuilts/tools/common/mkidentity/
mkidentity-prebuilt.jar 
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 157 milliseconds