Searched defs:v (Results 1 – 13 of 13) sorted by relevance
| /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/ |
| D | BootSector.java | 135 public abstract void setSectorsPerFat(long v); in setSectorsPerFat() 238 int v = get8(0x3 + i); in getOemName() local 282 public void setBytesPerSector(int v) { in setBytesPerSector() 324 public void setSectorsPerCluster(int v) { in setSectorsPerCluster() 346 public void setNrReservedSectors(int v) { in setNrReservedSectors() 367 public final void setNrFats(int v) { in setNrFats() 387 protected void setNrLogicalSectors(int v) { in setNrLogicalSectors() 393 protected void setNrTotalSectors(long v) { in setNrTotalSectors() 415 public void setMediumDescriptor(int v) { in setMediumDescriptor() 433 public void setSectorsPerTrack(int v) { in setSectorsPerTrack() [all …]
|
| D | Fat16BootSector.java | 151 public void setSectorsPerFat(long v) { in setSectorsPerFat() 208 public void setRootDirEntryCount(int v) throws IllegalArgumentException { in setRootDirEntryCount()
|
| D | Fat32BootSector.java | 139 public void setSectorsPerFat(long v) { in setSectorsPerFat()
|
| D | FatType.java | 41 final int v = (b2 << 8) | b1; in readEntry() local
|
| /tools/netsim/src/util/ |
| D | string_utils.h | 37 inline std::string AsString(std::string_view v) { return {v.data(), v.size()}; } in AsString()
|
| /tools/test/graphicsbenchmark/apps/sample_app/src/cpp/ |
| D | renderer.cpp | 36 const char *v = (const char *) glGetString(s); in printGLString() local 156 for (auto& v : state.velocities) { in initDisplay() local 185 Vec2& v = state.velocities[i]; in update() local
|
| /tools/dexter/slicer/export/slicer/ |
| D | buffer.h | 113 size_t Push(const std::vector<T>& v) { in Push()
|
| /tools/metalava/src/main/java/com/android/tools/metalava/model/text/ |
| D | TextTypeItem.kt | 264 val v = s.substring(0, end) in markRecent() constant
|
| /tools/dexter/slicer/ |
| D | dex_bytecode.cc | 126 #define INSTRUCTION_NAME(o, c, pname, f, i, a, e, v) pname, argument
|
| /tools/metalava/src/main/java/com/android/tools/metalava/ |
| D | DocAnalyzer.kt | 309 val v: Any = value.value() ?: value.toSource() in <lambda>() constant 318 val v = value.value()?.toString() ?: value.toSource() in <lambda>() constant
|
| D | KotlinInteropChecks.kt | 106 for (v in attribute.leafValues()) { in <lambda>() constant
|
| /tools/apksig/src/main/java/com/android/apksig/internal/apk/v4/ |
| D | V4Signature.java | 265 static void writeIntLE(OutputStream stream, int v) throws IOException { in writeIntLE()
|
| /tools/metalava/src/main/java/com/android/tools/metalava/model/ |
| D | AnnotationItem.kt | 647 for (v in value.values) { in toSource() method
|