Searched defs:isCalled (Results 1 – 5 of 5) sorted by relevance
/external/mockito/src/test/java/org/mockitousage/stubbing/ | ||
D | StubbingWithCustomAnswerTest.java | 119 public boolean isCalled() { in isCalled() method in StubbingWithCustomAnswerTest.RecordCall |
/external/guava/guava-tests/test/com/google/common/collect/ | ||
D | ForwardingTestCase.java | 55 protected boolean isCalled() { in isCalled() method in ForwardingTestCase |
/external/protobuf/java/core/src/test/java/com/google/protobuf/ | ||
D | ServiceTest.java | 292 public boolean isCalled() { return called; } in isCalled() method in ServiceTest.MockCallback |
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ | ||
D | LogManagerTest.java | 965 public boolean isCalled = false; field in LogManagerTest.MockConfigLogManager |
/external/clang/lib/StaticAnalyzer/Core/ | ||
D | CallEvent.cpp | 213 bool CallEvent::isCalled(const CallDescription &CD) const { in isCalled() function in CallEvent |