Home
last modified time | relevance | path

Searched refs:lastLocation (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/Reactor/
DReactorDebugInfo.cpp105 static Location lastLocation; in emitPrintLocation() local
111 if(currLocation != lastLocation) in emitPrintLocation()
114 lastLocation = std::move(currLocation); in emitPrintLocation()
/external/mockito/src/main/java/org/mockito/internal/verification/checkers/
DNumberOfInvocationsChecker.java69 Location lastLocation = null; in checkNumberOfInvocationsNonGreedy() local
73 …InvocationsInOrder(new Discrepancy(wantedCount, actualCount), wanted, Arrays.asList(lastLocation)); in checkNumberOfInvocationsNonGreedy()
77 lastLocation = next.getLocation(); in checkNumberOfInvocationsNonGreedy()
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
DScriptEditor.java157 int lastLocation = mPreferences.getInt("lasteditpos." + mScript, -1); in onCreate() local
158 if (lastLocation >= 0) { in onCreate()
160 mContentText.setSelection(lastLocation); in onCreate()