HomeSort by relevance Sort by last modified time
    Searched defs:get16 (Results 1 - 25 of 167) sorted by null

1 2 3 4 5 6 7

  /libcore/ojluni/src/main/java/java/util/jar/
JarOutputStream.java 122 if (get16(edata, i) == JAR_MAGIC) {
125 i += get16(edata, i + 2) + 4;
137 private static int get16(byte[] b, int off) { method in class:JarOutputStream
  /libcore/ojluni/src/main/java/java/util/zip/
ZipUtils.java 129 public static final int get16(byte b[], int off) { method in class:ZipUtils
138 return (get16(b, off) | ((long)get16(b, off+2) << 16)) & 0xffffffffL;
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
Sector.java 89 protected int get16(int offset) { method in class:Sector
  /external/libunwind_llvm/src/
AddressSpace.hpp 152 uint16_t get16(pint_t addr) { function in class:libunwind::LocalAddressSpace
263 result = get16(addr);
282 result = (pint_t)(int16_t)get16(addr);
553 uint16_t get16(pint_t addr);
575 template <typename P> uint16_t RemoteAddressSpace<P>::get16(pint_t addr) { function in class:libunwind::RemoteAddressSpace
576 return P::E::get16(*(uint16_t *)localCopy(addr));
  /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/src/com/android/multidexlegacytestapp/manymethods/
Big001.java 84 public int get16() { method in class:Big001
    [all...]
Big002.java 84 public int get16() { method in class:Big002
    [all...]
Big003.java 84 public int get16() { method in class:Big003
    [all...]
Big004.java 84 public int get16() { method in class:Big004
    [all...]
Big005.java 84 public int get16() { method in class:Big005
    [all...]
Big006.java 84 public int get16() { method in class:Big006
    [all...]
Big007.java 84 public int get16() { method in class:Big007
    [all...]
Big008.java 84 public int get16() { method in class:Big008
    [all...]
Big009.java 84 public int get16() { method in class:Big009
    [all...]
Big010.java 84 public int get16() { method in class:Big010
    [all...]
Big011.java 84 public int get16() { method in class:Big011
    [all...]
Big012.java 84 public int get16() { method in class:Big012
    [all...]
Big013.java 84 public int get16() { method in class:Big013
    [all...]
Big014.java 84 public int get16() { method in class:Big014
    [all...]
Big015.java 84 public int get16() { method in class:Big015
    [all...]
Big016.java 84 public int get16() { method in class:Big016
    [all...]
Big017.java 84 public int get16() { method in class:Big017
    [all...]
Big018.java 84 public int get16() { method in class:Big018
    [all...]
Big019.java 84 public int get16() { method in class:Big019
    [all...]
Big020.java 84 public int get16() { method in class:Big020
    [all...]
Big021.java 84 public int get16() { method in class:Big021
    [all...]

Completed in 2392 milliseconds

1 2 3 4 5 6 7