Home
last modified time | relevance | path

Searched defs:times_called (Results 1 – 25 of 51) sorted by relevance

123

/dports/net/krill/krill-0.9.4/cargo-crates/clokwerk-0.3.5/src/
H A Dscheduler.rs199 let times_called = Arc::new(AtomicU32::new(0)); in test_every_plus() localVariable
201 let times_called = times_called.clone(); in test_every_plus() localVariable
232 let times_called = Arc::new(AtomicU32::new(0)); in test_every_at() localVariable
234 let times_called = times_called.clone(); in test_every_at() localVariable
264 let times_called = Arc::new(AtomicU32::new(0)); in test_every_and_every() localVariable
266 let times_called = times_called.clone(); in test_every_and_every() localVariable
305 let times_called = Arc::new(AtomicU32::new(0)); in test_once() localVariable
307 let times_called = times_called.clone(); in test_once() localVariable
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sync/test/
H A Dcallback_counter.h20 int times_called() const { return times_called_; } in times_called() function
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/value-pairs/tests/
H A Dtest_value_pairs_walk.c48 static int times_called = 0; in test_vp_obj_start() local
78 static int times_called = 0; in test_vp_obj_stop() local
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/zbus-1.9.1/src/
H A Dsignal_receiver.rs208 times_called: Rc<RefCell<u8>>, in multiple_proxy_signals() field
231 let times_called = Rc::new(RefCell::new(0)); in multiple_proxy_signals() localVariable
/dports/databases/libdbi-drivers/libdbi-drivers-0.9.0/tests/cgreen/tests/
H A Dvector_tests.c76 static int times_called = 0; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/
H A Drepeat_controller_unittest.cc38 int times_called() const { return times_called_; } in times_called() function in views::__anonfb9a89660111::RepeatControllerTest
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/openscreen_platform/
H A Dtls_connection_factory_unittest.cc78 int times_called() { return times_called_; } in times_called() function in openscreen_platform::__anon9f66d1460111::FakeNetworkContext
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/openscreen_platform/
H A Dtls_connection_factory_unittest.cc79 int times_called() { return times_called_; } in times_called() function in openscreen_platform::__anone35e580b0111::FakeNetworkContext
/dports/science/cp2k-data/cp2k-7.1.0/src/pw/
H A Dps_implicit_types.F51 INTEGER :: times_called component
H A Ddielectric_types.F35 INTEGER :: times_called component
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/scanner/xml-scanner/tests/
H A Dtest_xml_scanner.c147 static guint times_called = 0; in _test_strip() local
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/pw/
H A Dps_implicit_types.F51 INTEGER :: times_called component
H A Ddielectric_types.F35 INTEGER :: times_called component
/dports/devel/py-fabric3/Fabric3-1.14.post1/tests/
H A Dutils.py78 def password_response(password, times_called=None, silent=True): argument
/dports/security/tor/tor-0.4.6.8/src/test/
H A Dtest_pt.c297 static int times_called = 0; in process_read_stdout_replacement() local
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/test/
H A Dtest_pt.c297 static int times_called = 0; in process_read_stdout_replacement() local
/dports/math/minizinc-ide/MiniZincIDE-2.5.5/cp-profiler/src/cpprofiler/pixel_views/
H A Dpt_canvas.cpp186 static int times_called = 0; in drawPixelTree() local
/dports/sysutils/inotify-tools/inotify-tools-3.21.9.6/src/
H A Dinotifywatch.c55 static int times_called = 0; in handle_impatient_user() local
/dports/devel/erlang-meck/meck-0.8.12/src/
H A Dmeck_proc.erl607 times_called(OptFunc, ArgsMatcher, OptCallerPid, History) -> function
/dports/devel/aws-c-mqtt/aws-c-mqtt-0.7.8/tests/
H A Dtopic_tree_test.c17 static int times_called = 0; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client_sdk/src/libraries/xray/
H A Dsymtable.c25 int times_called; member
/dports/games/toppler/toppler-1.1.6/
H A Dmenu.cc90 static int times_called = 0; variable
95 static int blink, times_called; in redefine_menu_up() local
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/meck/src/
H A Dmeck_proc.erl650 times_called(OptFunc, ArgsMatcher, OptCallerPid, History) -> function
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/surfpack/src/surfaces/
H A DLinearRegressionModel.cpp87 static int times_called = 0; in evaluate() local
/dports/devel/aws-c-common/aws-c-common-0.6.15/tests/
H A Dfile_test.c238 int times_called; member

123