Home
last modified time | relevance | path

Searched defs:offset (Results 1 – 13 of 13) sorted by relevance

/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DSector.java32 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()
DLittleEndian.java40 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()
DFatUtils.java46 long offset = resSects * sectSize; in getFatOffset() local
66 long offset = getFatOffset(bs, 0); in getRootDirOffset() local
81 long offset = getRootDirOffset(bs); in getFilesOffset() local
DFsInfoSector.java47 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
DFatFile.java111 public void read(long offset, ByteBuffer dest) throws IOException { in read()
144 public void write(long offset, ByteBuffer srcBuf) in write()
DFat32BootSector.java132 public void setFsInfoSectorNr(int offset) { in setFsInfoSectorNr()
193 final long offset = getBootSectorCopySector() * SIZE; in writeCopy() local
DFat.java46 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()
DClusterChain.java197 public void readData(long offset, ByteBuffer dest) in readData()
243 public void writeData(long offset, ByteBuffer srcBuf) throws IOException { in writeData()
DFatLfnDirectoryEntry.java74 FatLfnDirectory dir, int offset, int len) { in extract()
DFatLfnDirectory.java254 int offset = i; // beginning of the entry in parseLfn() local
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/
DFsFile.java62 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/
Dattenuator.py171 def __init__(self, instrument, idx=0, offset=0): argument
Dmonsoon.py380 def __init__(self, data_points, timestamps, hz, voltage, offset=0): argument
863 def measure_power(self, hz, duration, tag, offset=30): argument