Home
last modified time | relevance | path

Searched defs:cluster (Results 1 – 3 of 3) sorted by relevance

/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DFat.java237 long cluster = startCluster; in getChain() local
260 public long getNextCluster(long cluster) { in getNextCluster()
367 public long allocAppend(long cluster) in allocAppend()
382 public void setEof(long cluster) { in setEof()
387 public void setFree(long cluster) { in setFree()
450 protected void testCluster(long cluster) throws IllegalArgumentException { in testCluster()
DClusterChain.java100 private long getDevOffset(long cluster, int clusterOffset) { in getDevOffset()
/tools/metalava/src/main/java/com/android/tools/metalava/
DApiLint.kt1771 fun cluster(args: List<ParameterItem>): MutableSet<String> { in <lambda>() method
1802 val cluster = cluster(sig) in <lambda>() constant