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

  /external/libppp/src/
slcompress.c 103 /* ENCODE encodes a number that is known to be non-zero. ENCODEZ
107 #define ENCODE(n) { \
303 ENCODE(deltaS);
311 ENCODE(deltaA);
319 ENCODE(deltaS);
  /frameworks/base/core/java/android/content/pm/
VerifierDeviceIdentity.java 94 private static final char ENCODE[] = {
104 final char[] alphabet = ENCODE;
  /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/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...]
  /external/srec/srec/crec/
srec_context.c     [all...]
  /prebuilts/tools/common/mkidentity/
mkidentity-prebuilt.jar 
  /tools/motodev/src/plugins/videos/libs/gdata/java/lib/
gdata-core-1.0.jar 

Completed in 124 milliseconds