OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stubbed
(Results
1 - 12
of
12
) sorted by null
/external/mockito/src/main/java/org/mockito/internal/stubbing/
InvocationContainerImpl.java
27
private final LinkedList<StubbedInvocationMatcher>
stubbed
= new LinkedList<StubbedInvocationMatcher>();
field in class:InvocationContainerImpl
56
* Adds new
stubbed
answer and returns the invocation matcher the answer was added to.
65
synchronized (
stubbed
) {
67
stubbed
.getFirst().addAnswer(answer);
69
stubbed
.addFirst(new StubbedInvocationMatcher(invocationForStubbing, answer));
71
return
stubbed
.getFirst();
80
synchronized (
stubbed
) {
81
for (StubbedInvocationMatcher s :
stubbed
) {
132
return
stubbed
;
/external/mockito/src/test/java/org/mockitousage/verification/
VerificationExcludingStubsTest.java
30
String
stubbed
= mock.simpleMethod(); //irrelevant call because it is stubbing
local
31
mock.objectArgMethod(
stubbed
);
/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
JITTest.cpp
638
LoadAssembly("define internal i32 @
stubbed
() { "
643
" ret i32()* @
stubbed
"
647
// Call get_stub() to get the address of @
stubbed
without actually JITting it.
651
StubTy
stubbed
= get_stub();
local
652
// Now get_stubIR is the only reference to
stubbed
's stub.
656
EXPECT_EQ(42,
stubbed
());
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
relax2.d
46
# second iteration, the
stubbed
PUSHJ has to be expanded too because it
/prebuilts/tools/common/m2/repository/org/mockito/mockito-core/2.2.5/
mockito-core-2.2.5.jar
/prebuilts/tools/common/m2/repository/org/mockito/mockito-core/2.7.1/
mockito-core-2.7.1.jar
/prebuilts/tools/common/m2/repository/org/mockito/mockito-core/2.7.6/
mockito-core-2.7.6.jar
/external/robolectric/v1/lib/test/
mockito-core-1.8.5.jar
/prebuilts/misc/common/robolectric/lib/
mockito-core-1.10.19.jar
/prebuilts/tools/common/m2/repository/org/mockito/mockito-all/1.9.5/
mockito-all-1.9.5.jar
/prebuilts/tools/common/m2/repository/org/mockito/mockito-core/1.10.19/
mockito-core-1.10.19.jar
/prebuilts/tools/common/m2/repository/org/mockito/mockito-core/1.9.5/
mockito-core-1.9.5.jar
Completed in 690 milliseconds