Home
last modified time | relevance | path

Searched refs:NotAMock (Results 1 – 7 of 7) sorted by relevance

/external/openscreen/third_party/abseil/src/absl/random/
Dbit_gen_ref.h115 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/
Dbit_gen_ref.h115 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/
Dbit_gen_ref.h115 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/
DCaptorAnnotationTest.java26 public @interface NotAMock { annotation in CaptorAnnotationTest
42 @NotAMock
DAnnotationsTest.java31 public @interface NotAMock {} annotation in AnnotationsTest
36 @NotAMock Set<?> notAMock;
/external/python/mock/mock/tests/
Dtestpatch.py1166 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/
Dtestpatch.py1176 class NotAMock(object): class
1180 p = patch(foo_name, new_callable=NotAMock, spec=True)
1183 self.assertTrue(is_instance(m, NotAMock))