Searched refs:ends (Results 1 – 13 of 13) sorted by relevance
48 private void defineInitialState(int[] ends, int[] indices) { in defineInitialState() argument49 initialBlockEnds = ends; in defineInitialState()87 int[] ends = new int[sizes.length]; in assertState() local88 for (int i = 0; i < ends.length; i++) { in assertState()89 ends[i] = i == 0 ? (sizes[0] == 0 ? 0 : sizes[0] - 1) : ends[i - 1] + sizes[i]; in assertState()93 assertEquals(ends[i], dl.getBlockEndLines()[i]); in assertState()
63 // ends the dream. The device goes to sleep when goToSleep() is called,64 // when the dream ends, or when unplugged. User activity may brighten70 // which ends the dream. The device fully goes to sleep if the dream71 // cannot be started or ends on its own.
195 int[] starts = null, ends = null; in getChars() local206 ends = new int[nvisible]; in getChars()211 ends[i] = sp.getSpanEnd(visible[i]); in getChars()221 if (i >= starts[a] && i < ends[a]) { in getChars()
56 int ends = 0; field in SafeSaxTest.ElementCounter63 ends++; in end()106 assertEquals(1, rootCounter.ends); in testListener()108 assertEquals(2, entryCounter.ends); in testListener()
55 // They need to be in different paths because one of them ends up in a56 // bootclasspath jar whereas the other one ends up in a test jar. Bootclasspath
21 boundary, so if a previous entry ends unaligned, padding must be inserted.
41 * If you are measuring the time elapsed of something that either starts or ends in the target
167 # Package Manager .apk scan ends:
47 * **PAUSE:** number of FRAMES to delay after this part ends
96 which ends up as a `ServiceSpecificException(Status.DEAD_OBJECT)` on the client side.
20 the app ends up paying) and the cost to produce by the system. This assumes that more important
959 bootanimation ends at: 33790 31230 (-2560)
55 Don't expose your implementation details: `ViewStructureImpl` ends with `Impl`