Home
last modified time | relevance | path

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

12

/external/googletest/googlemock/include/gmock/
Dgmock-cardinalities.h105 bool IsSatisfiedByCallCount(int call_count) const { in IsSatisfiedByCallCount()
111 bool IsSaturatedByCallCount(int call_count) const { in IsSaturatedByCallCount()
117 bool IsOverSaturatedByCallCount(int call_count) const { in IsOverSaturatedByCallCount()
Dgmock-spec-builders.h835 int call_count() const in call_count() function
/external/llvm-project/llvm/utils/unittest/googlemock/include/gmock/
Dgmock-cardinalities.h100 bool IsSatisfiedByCallCount(int call_count) const { in IsSatisfiedByCallCount()
105 bool IsSaturatedByCallCount(int call_count) const { in IsSaturatedByCallCount()
111 bool IsOverSaturatedByCallCount(int call_count) const { in IsOverSaturatedByCallCount()
Dgmock-spec-builders.h817 int call_count() const in call_count() function
/external/toolchain-utils/llvm_tools/
Dpatch_manager_unittest.py451 def MultipleCallsToGetPatchPath(call_count, filesdir_path, rel_patch_path): argument
466 def MultipleCallsToApplyPatches(call_count, _src_path, path_to_patch): argument
556 def MultipleCallsToGetPatchPath(call_count, filesdir_path, rel_patch_path): argument
572 def MultipleCallsToApplyPatches(call_count, _src_path, path_to_patch): argument
700 def MultipleCallsToGetPatchPath(call_count, filesdir_path, rel_patch_path): argument
832 def MultipleCallsToGetPatchPath(call_count, filesdir_path, rel_patch_path): argument
Dauto_llvm_bisection_unittest.py119 def MockStatusFileCheck(call_count, _last_tested): argument
136 def MockLLVMBisectionReturnValue(call_count, _args_output): argument
206 def MockTimePassed(call_count): argument
Dllvm_bisection_unittest.py176 def MockAddTryjob(call_count, _packages, _git_hash, _revision, _chroot_path, argument
/external/libbrillo/brillo/streams/
Dfake_stream_test.cc239 int call_count = 0; in TEST_F() local
240 auto callback = base::Bind([](int* call_count, Stream::AccessMode mode) { in TEST_F()
398 int call_count = 0; in TEST_F() local
399 auto callback = base::Bind([](int* call_count, Stream::AccessMode mode) { in TEST_F()
466 int call_count = 0; in TEST_F() local
469 Stream::AccessMode expected_mode) { in TEST_F()
/external/arm-trusted-firmware/plat/hisilicon/hikey/
Dhisi_sip_svc.c40 int call_count = 0; in hisi_sip_handler() local
/external/arm-trusted-firmware/plat/arm/common/
Darm_sip_svc.c51 int call_count = 0; in arm_sip_handler() local
/external/llvm-project/libc/test/src/threads/
Dcall_once_test.cpp23 static unsigned int call_count; variable
/external/tensorflow/tensorflow/core/common_runtime/
Dfunction_threadpool_test.cc81 std::atomic<int32> call_count(0); in Run() local
167 std::atomic<int32> call_count(0); in Run() local
Dprocess_function_library_runtime_test.cc227 std::atomic<int32> call_count(0); in RunWithRuntime() local
293 std::atomic<int32> call_count(0); in RunInstantiated() local
Dfunction_test.cc181 std::atomic<int32> call_count(0); in Run() local
268 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/catch2/projects/SelfTest/UsageTests/
DGenerators.tests.cpp217 size_t call_count = 0; variable
/external/perfetto/src/trace_processor/metrics/android/
Dandroid_sysui_cuj.sql258 COUNT(*) AS call_count field
/external/libevent/test/
Dregress_iocp.c116 int call_count; member
/external/webrtc/rtc_base/
Dbind_unittest.cc57 mutable int call_count; member
/external/webrtc/api/task_queue/
Dtask_queue_test.cc154 int call_count = 0; in TEST_P() local
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/max_age/
Dmax_age_filter.cc94 gpr_atm call_count; member
/external/tensorflow/tensorflow/core/util/
Dcommand_line_flags_test.cc232 int call_count = 0; in TEST() local
/external/grpc-grpc/src/core/ext/filters/max_age/
Dmax_age_filter.cc95 gpr_atm call_count; member
/external/openssh/
Dmonitor.c884 static int call_count; in mm_answer_authpassword() local
/external/python/cpython2/Lib/test/
D_mock_backport.py501 call_count = _delegating_property('call_count') variable in NonCallableMock

12