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

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
encode.h 0 // encode.h
17 // Class to encode and decoder an fst.
30 enum EncodeType { ENCODE = 1, DECODE = 2 };
32 // Identifies stream data as an encode table (and its endianity)
39 // stores both the Tuple of encode labels and weights to a unique
69 // Hash function for EncodeTabe Tuples. Based on the encode flags
111 // Given an arc encode either input/ouptut labels or input/costs or both
112 Label Encode(const A &arc) {
126 // Given an encode arc Label decode back to input/output labels and costs
154 LOG(ERROR) << "EncodeTable::Read: Bad encode table header: " << source
    [all...]
  /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/srec/srec/crec/
srec_context.c     [all...]

Completed in 1851 milliseconds