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

  /external/lzma/Asm/x86/
AesOpt.asm 131 ; ---------- AES-CBC Encode ----------
133 ENCODE macro op:req
157 ENCODE LOAD_OP
210 ENCODE LOAD_OP_W
226 ENCODE LOAD_OP
  /frameworks/base/core/java/android/content/pm/
VerifierDeviceIdentity.java 94 private static final char ENCODE[] = {
104 final char[] alphabet = ENCODE;
  /frameworks/base/core/java/android/util/
Base64.java 76 * Encode/decode another block of input data. this.output is
446 * Base64-encode the given data and return a newly allocated
449 * @param input the data to encode
456 return new String(encode(input, flags), "US-ASCII");
464 * Base64-encode the given data and return a newly allocated
467 * @param input the data to encode
470 * @param len the number of bytes of input to encode
477 return new String(encode(input, offset, len, flags), "US-ASCII");
485 * Base64-encode the given data and return a newly allocated
488 * @param input the data to encode
493 public static byte[] encode(byte[] input, int flags) { method in class:Base64
509 public static byte[] encode(byte[] input, int offset, int len, int flags) { method in class:Base64
    [all...]
  /external/openfst/src/include/fst/
encode.h 0 // encode.h
19 // Class to encode and decoder an fst.
45 enum EncodeType { ENCODE = 1, DECODE = 2 };
47 // Identifies stream data as an encode table (and its endianity)
54 // stores both the Tuple of encode labels and weights to a unique
84 // Hash function for EncodeTabe Tuples. Based on the encode flags
130 // Given an arc encode either input/ouptut labels or input/costs or both
131 Label Encode(const A &arc) {
158 // Given an encode arc Label decode back to input/output labels and costs
249 LOG(ERROR) << "EncodeTable::Read: Bad encode table header: " << source
    [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 935 milliseconds