Home
last modified time | relevance | path

Searched refs:runner (Results 1 – 5 of 5) sorted by relevance

/xnu-11215.81.4/tools/lldbmacros/tests/
H A Druntests.py97 runner = RunnerClass(verbosity=2 if args.verbose else 1, debug=args.debug, variable
99 runner.run(tests)
101 runner = RunnerClass(verbosity=2 if args.verbose else 1, debug=args.debug) variable
102 runner.run(tests)
H A Dlldb_test_process.py189 runner = RunnerClass(verbosity=2 if sp.verbose else 1, debug=sp.debug,
191 runner.run(tests)
193 runner = RunnerClass(stream=sys.stderr, verbosity=2 if sp.verbose else 1,
195 runner.run(tests)
/xnu-11215.81.4/bsd/skywalk/lib/
H A Dcuckoo_hashtable.c1031 struct cuckoo_node *runner = node; in cuckoo_node_looped() local
1037 while (runner->next && runner->next->next) { in cuckoo_node_looped()
1038 runner = runner->next->next; in cuckoo_node_looped()
1041 if (runner == node) { in cuckoo_node_looped()
/xnu-11215.81.4/doc/vm/
H A Dsanitize.md294 A test `harness` or `runner` is the loop that runs a VM function with
299 different `vm_prot_t` value. This particular runner is used by some tests of
383 runner with that setup and those trials. The test runner loops through
387 similar parameters to yours then you can use the same runner or implement
388 a variation on that runner.
/xnu-11215.81.4/doc/debugging/
H A Dmacro_testing.md36 Default runner supports few options: