Home
last modified time | relevance | path

Searched defs:call_count (Results 1 – 25 of 26) sorted by relevance

12

/external/google-breakpad/src/testing/include/gmock/
Dgmock-cardinalities.h98 bool IsSatisfiedByCallCount(int call_count) const { in IsSatisfiedByCallCount()
103 bool IsSaturatedByCallCount(int call_count) const { in IsSaturatedByCallCount()
109 bool IsOverSaturatedByCallCount(int call_count) const { in IsOverSaturatedByCallCount()
Dgmock-spec-builders.h807 int call_count() const in call_count() function
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/
Dgmock-cardinalities.h98 bool IsSatisfiedByCallCount(int call_count) const { in IsSatisfiedByCallCount()
103 bool IsSaturatedByCallCount(int call_count) const { in IsSaturatedByCallCount()
109 bool IsOverSaturatedByCallCount(int call_count) const { in IsOverSaturatedByCallCount()
Dgmock-spec-builders.h815 int call_count() const in call_count() function
/external/googletest/googlemock/include/gmock/
Dgmock-cardinalities.h102 bool IsSatisfiedByCallCount(int call_count) const { in IsSatisfiedByCallCount()
107 bool IsSaturatedByCallCount(int call_count) const { in IsSaturatedByCallCount()
113 bool IsOverSaturatedByCallCount(int call_count) const { in IsOverSaturatedByCallCount()
Dgmock-spec-builders.h822 int call_count() const in call_count() function
/external/libbrillo/brillo/streams/
Dfake_stream_unittest.cc238 int call_count = 0; in TEST_F() local
239 auto callback = base::Bind([](int* call_count, Stream::AccessMode mode) { in TEST_F()
397 int call_count = 0; in TEST_F() local
398 auto callback = base::Bind([](int* call_count, Stream::AccessMode mode) { in TEST_F()
465 int call_count = 0; in TEST_F() local
468 Stream::AccessMode expected_mode) { in TEST_F()
/external/u-boot/include/
Dtrace.h36 uint32_t call_count; /* Number of times called */ member
/external/tensorflow/tensorflow/core/common_runtime/
Dfunction_threadpool_test.cc76 std::atomic<int32> call_count(0); in Run() local
162 std::atomic<int32> call_count(0); in Run() local
Dprocess_function_library_runtime_test.cc165 std::atomic<int32> call_count(0); in Run() local
Dfunction_test.cc173 std::atomic<int32> call_count(0); in Run() local
260 std::atomic<int32> call_count(0); in Run() local
/external/libchrome/mojo/public/cpp/bindings/tests/
Dsync_handle_registry_unittest.cc173 int call_count = 0; in TEST_F() local
176 bool* called, int* call_count) { in TEST_F()
/external/v8/src/
Dfeedback-vector.cc821 Object* call_count = GetFeedbackExtra()->ToObject(); in GetCallCount() local
830 Object* call_count = GetFeedbackExtra()->ToObject(); in SetSpeculationMode() local
841 Object* call_count = GetFeedbackExtra()->ToObject(); in GetSpeculationMode() local
851 double const call_count = GetCallCount(); in ComputeCallFrequency() local
/external/u-boot/tools/
Dproftool.c33 unsigned long call_count; member
57 int call_count; variable
/external/libevent/test/
Dregress_iocp.c116 int call_count; member
/external/u-boot/lib/
Dtrace.c20 u64 call_count; /* Total number of tracked function calls */ member
/external/webrtc/webrtc/base/
Dbind_unittest.cc41 mutable int call_count; member
/external/grpc-grpc/src/core/ext/filters/max_age/
Dmax_age_filter.cc95 gpr_atm call_count; member
/external/tensorflow/tensorflow/core/util/
Dcommand_line_flags_test.cc232 int call_count = 0; in TEST() local
/external/openssh/
Dmonitor.c821 static int call_count; in mm_answer_authpassword() local
/external/v8/src/interpreter/
Dinterpreter-assembler.cc708 TNode<Smi> call_count = in IncrementCallCount() local
/external/pdfium/third_party/pymock/
Dmock.py589 call_count = _delegating_property('call_count') variable in NonCallableMock
/external/python/cpython2/Lib/test/
D_mock_backport.py501 call_count = _delegating_property('call_count') variable in NonCallableMock
/external/python/cpython3/Lib/unittest/
Dmock.py505 call_count = _delegating_property('call_count') variable in NonCallableMock
/external/python/mock/mock/
Dmock.py618 call_count = _delegating_property('call_count') variable in NonCallableMock

12