Searched refs:next (Results 1 – 4 of 4) sorted by relevance
85 private Runnable next; field in Main.TextCapture87 TextCapture(Locale thisLocale, Locale nextLocale, Runnable next) { in TextCapture() argument90 this.next = next; in TextCapture()101 if (next != null) { in run()102 mText.postDelayed(next, 200); in run()
155 auto next = static_cast<unsigned char*>(reserve); in MapBlockFile() local159 void* range_start = mmap(next, range_size, PROT_READ, MAP_PRIVATE | MAP_FIXED, fd, in MapBlockFile()168 next += range_size; in MapBlockFile()
413 for (int end = lineBoundary.next(); end != BreakIterator.DONE; in wrapText()414 start = end, end = lineBoundary.next()) { in wrapText()
47 updated partition on next reboot; otherwise button "Switch Slot" will102 to switch A/B slot on next reboot.