HomeSort by relevance Sort by last modified time
    Searched defs:addStub (Results 1 - 6 of 6) sorted by null

  /external/easymock/src/org/easymock/internal/
IMocksBehavior.java 23 void addStub(ExpectedInvocation expected, Result result);
MocksBehavior.java 56 public final void addStub(ExpectedInvocation expected, Result result) {
RecordState.java 137 behavior.addStub(lastInvocation, Result.createReturnResult(value));
149 behavior.addStub(
158 behavior.addStub(lastInvocation, Result.createReturnResult(null));
166 behavior.addStub(
178 behavior.addStub(lastInvocation, Result.createThrowResult(throwable));
189 behavior.addStub(
201 behavior.addStub(lastInvocation, Result.createAnswerResult(answer));
211 behavior.addStub(lastInvocation, Result
  /frameworks/compile/mclinker/lib/LD/
BranchIsland.cpp 109 /// addStub - add a stub into the island
110 bool BranchIsland::addStub(const Stub* pPrototype,
  /prebuilts/tools/common/easymock-tools/
easymock-3.1.jar 
  /prebuilts/tools/common/m2/internal/org/easymock/easymock/3.1/
easymock-3.1.jar 

Completed in 76 milliseconds