Home
last modified time | relevance | path

Searched defs:isCalled (Results 1 – 8 of 8) sorted by relevance

/external/mockito/src/test/java/org/mockitousage/stubbing/
DStubbingWithCustomAnswerTest.java119 public boolean isCalled() { in isCalled() method in StubbingWithCustomAnswerTest.RecordCall
/external/swiftshader/third_party/marl/include/marl/
Dticket.h117 bool isCalled = false; // guarded by shared->mutex member
/external/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DServiceTest.java291 public boolean isCalled() { return called; } in isCalled() method in ServiceTest.MockCallback
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DServiceTest.java283 public boolean isCalled() { in isCalled() method in ServiceTest.MockCallback
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
DLogManagerTest.java965 public boolean isCalled = false; field in LogManagerTest.MockConfigLogManager
/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp213 bool CallEvent::isCalled(const CallDescription &CD) const { in isCalled() function in CallEvent
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp323 bool CallEvent::isCalled(const CallDescription &CD) const { in isCalled() function in CallEvent
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h270 bool isCalled(const FirstCallDesc &First, const CallDescs &... Rest) const { in isCalled() function