HomeSort by relevance Sort by last modified time
    Searched refs:ENCODE (Results 1 - 17 of 17) 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;
  /external/syslinux/core/lwip/src/netif/ppp/
vj.c 74 /* ENCODE encodes a number that is known to be non-zero. ENCODEZ
78 #define ENCODE(n) { \
286 ENCODE(deltaS);
295 ENCODE(deltaA);
304 ENCODE(deltaS);
  /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...]
  /prebuilts/tools/common/mkidentity/
mkidentity-prebuilt.jar 
  /external/syslinux/gpxe/src/util/
zbin.c 4 #define ENCODE
nrv2b.c 63 #if defined(ENCODE) || defined(DECODE)
123 #ifdef ENCODE
1236 void Encode(void) /* compression */
1494 Encode();
  /device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/
TianoCompress.c 66 STATIC BOOLEAN ENCODE = FALSE;
150 Status = Encode ();
733 Encode (
    [all...]
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 
  /prebuilts/tools/common/m2/repository/com/firebase/firebase-client-jvm/2.5.2/
firebase-client-jvm-2.5.2.jar 
  /prebuilts/maven_repo/bumptech/com/github/bumptech/glide/glide/SNAPSHOT/
glide-SNAPSHOT.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 174 milliseconds