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

  /external/easymock/src/org/easymock/internal/
IMocksBehavior.java 23 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
MocksBehavior.java 56 public final void addStub(ExpectedInvocation expected, Result result) {
  /frameworks/compile/mclinker/include/mcld/LD/
BranchIsland.h 94 /// addStub - add a stub into the island
95 bool addStub(const Stub* pPrototype, const Relocation& pReloc, Stub& pStub);
  /frameworks/compile/mclinker/lib/LD/
BranchIsland.cpp 109 /// addStub - add a stub into the island
110 bool BranchIsland::addStub(const Stub* pPrototype,
StubFactory.cpp 109 islands.first->addStub(prototype, pReloc, *stub);
  /prebuilts/tools/common/m2/repository/org/easymock/easymock/2.4/
easymock-2.4.jar 
  /prebuilts/tools/common/easymock-tools/
easymock-3.1.jar 
  /prebuilts/tools/common/m2/repository/org/easymock/easymock/3.1/
easymock-3.1.jar 

Completed in 272 milliseconds