Searched refs:NotAMock (Results 1 – 7 of 7) sorted by relevance
/external/openscreen/third_party/abseil/src/absl/random/ |
D | bit_gen_ref.h | 115 mock_call_(NotAMock), 159 static bool NotAMock(uintptr_t, base_internal::FastTypeIdType, void*, void*) { 165 if (mock_call_ == NotAMock) return false; // avoids an indirect call.
|
/external/libtextclassifier/abseil-cpp/absl/random/ |
D | bit_gen_ref.h | 115 mock_call_(NotAMock), 159 static bool NotAMock(uintptr_t, base_internal::FastTypeIdType, void*, void*) { 165 if (mock_call_ == NotAMock) return false; // avoids an indirect call.
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/ |
D | bit_gen_ref.h | 115 mock_call_(NotAMock), 159 static bool NotAMock(uintptr_t, base_internal::FastTypeIdType, void*, void*) { 165 if (mock_call_ == NotAMock) return false; // avoids an indirect call.
|
/external/mockito/src/test/java/org/mockitousage/annotation/ |
D | CaptorAnnotationTest.java | 26 public @interface NotAMock { annotation in CaptorAnnotationTest 42 @NotAMock
|
D | AnnotationsTest.java | 31 public @interface NotAMock {} annotation in AnnotationsTest 36 @NotAMock Set<?> notAMock;
|
/external/python/mock/mock/tests/ |
D | testpatch.py | 1166 class NotAMock(object): class 1170 p = patch(foo_name, new_callable=NotAMock, spec=True) 1173 self.assertTrue(is_instance(m, NotAMock))
|
/external/python/cpython3/Lib/unittest/test/testmock/ |
D | testpatch.py | 1176 class NotAMock(object): class 1180 p = patch(foo_name, new_callable=NotAMock, spec=True) 1183 self.assertTrue(is_instance(m, NotAMock))
|