| /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/ |
| D | Sector.java | 32 private final long offset; field in Sector 41 protected Sector(BlockDevice device, long offset, int size) { in Sector() 89 protected int get16(int offset) { in get16() 93 protected long get32(int offset) { in get32() 97 protected int get8(int offset) { in get8() 101 protected void set16(int offset, int value) { in set16() 106 protected void set32(int offset, long value) { in set32() 111 protected void set8(int offset, int value) { in set8()
|
| D | LittleEndian.java | 40 public static int getUInt8(byte[] src, int offset) { in getUInt8() 50 public static int getUInt16(byte[] src, int offset) { in getUInt16() 62 public static long getUInt32(byte[] src, int offset) { in getUInt32() 73 public static void setInt8(byte[] dst, int offset, int value) { in setInt8() 80 public static void setInt16(byte[] dst, int offset, int value) { in setInt16() 88 public static void setInt32(byte[] dst, int offset, long value) in setInt32()
|
| D | FatUtils.java | 46 long offset = resSects * sectSize; in getFatOffset() local 66 long offset = getFatOffset(bs, 0); in getRootDirOffset() local 81 long offset = getRootDirOffset(bs); in getFilesOffset() local
|
| D | FsInfoSector.java | 47 private FsInfoSector(BlockDevice device, long offset) { in FsInfoSector() 80 final int offset = offset(bs); in create() local 93 private static int offset(Fat32BootSector bs) { in offset() method in FsInfoSector
|
| D | FatFile.java | 111 public void read(long offset, ByteBuffer dest) throws IOException { in read() 144 public void write(long offset, ByteBuffer srcBuf) in write()
|
| D | Fat32BootSector.java | 132 public void setFsInfoSectorNr(int offset) { in setFsInfoSectorNr() 193 final long offset = getBootSectorCopySector() * SIZE; in writeCopy() local
|
| D | Fat.java | 46 private final long offset; field in Fat 106 private Fat(BootSector bs, long offset) throws IOException { in Fat() 195 public void writeCopy(long offset) throws IOException { in writeCopy()
|
| D | ClusterChain.java | 197 public void readData(long offset, ByteBuffer dest) in readData() 243 public void writeData(long offset, ByteBuffer srcBuf) throws IOException { in writeData()
|
| D | FatLfnDirectoryEntry.java | 74 FatLfnDirectory dir, int offset, int len) { in extract()
|
| D | FatLfnDirectory.java | 254 int offset = i; // beginning of the entry in parseLfn() local
|
| /tools/external/fat32lib/src/main/java/de/waldheinz/fs/ |
| D | FsFile.java | 62 public void read(long offset, ByteBuffer dest) throws IOException; in read() 76 public void write(long offset, ByteBuffer src) in write()
|
| /tools/test/connectivity/acts/framework/acts/controllers/ |
| D | attenuator.py | 171 def __init__(self, instrument, idx=0, offset=0): argument
|
| D | monsoon.py | 380 def __init__(self, data_points, timestamps, hz, voltage, offset=0): argument 863 def measure_power(self, hz, duration, tag, offset=30): argument
|