Searched refs:lastLocation (Results 1 – 3 of 3) sorted by relevance
105 static Location lastLocation; in emitPrintLocation() local111 if(currLocation != lastLocation) in emitPrintLocation()114 lastLocation = std::move(currLocation); in emitPrintLocation()
69 Location lastLocation = null; in checkNumberOfInvocationsNonGreedy() local73 …InvocationsInOrder(new Discrepancy(wantedCount, actualCount), wanted, Arrays.asList(lastLocation)); in checkNumberOfInvocationsNonGreedy()77 lastLocation = next.getLocation(); in checkNumberOfInvocationsNonGreedy()
157 int lastLocation = mPreferences.getInt("lasteditpos." + mScript, -1); in onCreate() local158 if (lastLocation >= 0) { in onCreate()160 mContentText.setSelection(lastLocation); in onCreate()