Searched refs:lastCall (Results 1 - 3 of 3) sorted by relevance

/external/littlemock/src/com/google/testing/littlemock/
H A DLittleMock.java168 private String formatFailedVerifyOrderMessage(MethodCall lastCall, MethodCall thisCall, argument
174 appendDebugStringForMethodCall(sb, lastCall.mMethod, lastCall.mElement, fieldName, false);
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInjectedScriptCanvasModuleSource.js3353 var lastCall = this._calls[this._calls.length - 1];
3354 if (lastCall && lastCall.functionName() === "save")
4134 * @return {{replayTime:number, lastCall:(!Call)}}
4160 lastCall: replayedCalls[replayedCalls.length - 1]
4473 var resource = replayResult.lastCall.resource();
/external/chromium_org/third_party/sinonjs/src/
H A Dsinon.js1516 this.lastCall = this.getCall(this.callCount - 1);
1549 this.lastCall = null;

Completed in 158 milliseconds