Searched refs:stubbed (Results 1 - 4 of 4) sorted by relevance

/external/mockito/src/org/mockito/internal/stubbing/
H A DInvocationContainerImpl.java27 private final LinkedList<StubbedInvocationMatcher> stubbed = new LinkedList<StubbedInvocationMatcher>(); field in class:InvocationContainerImpl
63 synchronized (stubbed) {
65 stubbed.getFirst().addAnswer(answer);
67 stubbed.addFirst(new StubbedInvocationMatcher(invocationForStubbing, answer));
77 synchronized (stubbed) {
78 for (StubbedInvocationMatcher s : stubbed) {
125 return stubbed;
/external/llvm/unittests/ExecutionEngine/JIT/
H A DJITTest.cpp585 LoadAssembly("define internal i32 @stubbed() { "
590 " ret i32()* @stubbed "
594 // Call get_stub() to get the address of @stubbed without actually JITting it.
598 StubTy stubbed = get_stub(); local
599 // Now get_stubIR is the only reference to stubbed's stub.
603 EXPECT_EQ(42, stubbed());
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...

Completed in 77 milliseconds