Searched refs:startInclusive (Results 1 – 3 of 3) sorted by relevance
44 public static Duration64 between(Timestamp64 startInclusive, Timestamp64 endExclusive) { in between() argument45 long oneBits = (startInclusive.getEraSeconds() << 32) in between()46 | (startInclusive.getFractionBits() & 0xFFFF_FFFFL); in between()
152 int startInclusive = mRenameBytesFrom; in getDeviceDisplayName() local154 int initial = mRenameBytesReverseOrder ? endInclusive : startInclusive; in getDeviceDisplayName()156 for (int i = initial; startInclusive <= i && i <= endInclusive; i += step) { in getDeviceDisplayName()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...