Home
last modified time | relevance | path

Searched refs:run_tests (Results 1 – 25 of 208) sorted by relevance

123456789

/third_party/glib/gio/tests/
Dnetwork-monitor.c196 run_tests (GNetworkMonitor *monitor, in run_tests() function
249 run_tests (monitor, net127.addresses, TRUE); in test_default()
250 run_tests (monitor, net10.addresses, TRUE); in test_default()
251 run_tests (monitor, net192.addresses, TRUE); in test_default()
252 run_tests (monitor, netlocal6.addresses, TRUE); in test_default()
253 run_tests (monitor, netfe80.addresses, TRUE); in test_default()
254 run_tests (monitor, unmatched, TRUE); in test_default()
279 run_tests (monitor, net127.addresses, FALSE); in test_remove_default()
280 run_tests (monitor, net10.addresses, FALSE); in test_remove_default()
281 run_tests (monitor, net192.addresses, FALSE); in test_remove_default()
[all …]
/third_party/boost/libs/callable_traits/test/
Dis_invocable.cpp45 void run_tests() { in run_tests() function
55 run_tests<void(foo::*)() in main()
73 run_tests<void(foo::*)() LREF in main()
91 run_tests<void(foo::*)() RREF in main()
109 run_tests<void(foo::*)() const in main()
130 run_tests<void(foo::*)() const LREF in main()
148 run_tests<void(foo::*)() const RREF in main()
168 run_tests<int in main()
188 run_tests<decltype(f) in main()
194 run_tests<decltype(f)& in main()
[all …]
Dis_invocable_r.cpp45 void run_tests() { in run_tests() function
55 run_tests<void(foo::*)() in main()
88 run_tests<char(foo::*)() in main()
101 run_tests<void(foo::*)() LREF in main()
122 run_tests<void(foo::*)() RREF in main()
142 run_tests<void(foo::*)() const in main()
173 run_tests<void(foo::*)() const LREF in main()
197 run_tests<void(foo::*)() const RREF in main()
221 run_tests<int in main()
241 run_tests<decltype(f) in main()
[all …]
/third_party/grpc/tools/internal_ci/linux/
Dgrpc_coverage.sh23 python tools/run_tests/run_tests.py \
27 python tools/run_tests/run_tests.py \
31 python tools/run_tests/run_tests.py \
35 python tools/run_tests/run_tests.py \
Dgrpc_xds_csharp_test_in_docker.sh32 TOOLS_DIR=tools/run_tests
49 python tools/run_tests/run_tests.py -l csharp -c opt --build_only
52 tools/run_tests/run_xds_tests.py \
Drun_performance_profile_hourly.sh20 ./tools/run_tests/start_port_server.py || true
24 tools/run_tests/run_microbenchmark.py --collect summary --bigquery_upload
/third_party/grpc/tools/run_tests/performance/
Dbuild_performance.sh53 tools/run_tests/performance/build_performance_go.sh
60 tools/run_tests/performance/build_performance_php7.sh
64 python tools/run_tests/run_tests.py -l "$language" -c "$CONFIG" --build_only -j 8
70 tools/run_tests/performance/build_performance_node.sh
79 python tools/run_tests/run_tests.py -l "$language" -c "$CONFIG" --build_only -j 8
/third_party/python/Lib/test/
Dtest_regrtest.py599 def run_tests(self, args): member in ProgramsTestCase
608 self.run_tests(args)
614 self.run_tests(args)
620 self.run_tests(args)
626 self.run_tests(args)
633 self.run_tests(args)
639 self.run_tests(args)
647 self.run_tests(args)
693 def run_tests(self, *testargs, **kw): member in ArgsTestCase
710 output = self.run_tests(*tests, exitcode=2)
[all …]
/third_party/flatbuffers/tests/
DPythonTest.sh29 function run_tests() { function
50 run_tests python2.6 100 100 100
51 run_tests python2.7 100 100 100
52 run_tests python3 100 100 100
53 run_tests pypy 100 100 100
/third_party/grpc/tools/run_tests/
DREADME.md6 # Unit tests (run_tests.py)
8 Builds gRPC in given language and runs unit tests. Use `tools/run_tests/run_tests.py --help` for mo…
11 `tools/run_tests/run_tests.py -l csharp -c dbg`
29 `tools/run_tests/run_interop_tests.py -l csharp -s c++ --use_docker` (run interop tests with C# cli…
42 `tools/run_tests/run_performance_tests.py -l c++ node`
52 `tools/run_tests/task_runner.py -f python artifact linux x64` (build tasks with labels `python`, `a…
/third_party/grpc/tools/internal_ci/macos/
Dgrpc_interop_toprod.sh25 tools/run_tests/run_tests.py -l c++ -c opt --build_only
32 tools/run_tests/run_interop_tests.py -l c++ \
/third_party/boost/libs/property_tree/test/
Dtest_property_tree.cpp136 void run_tests(Ptree* pt) in run_tests() function
177 run_tests(pt); in test_main()
184 run_tests(pt); in test_main()
191 run_tests(pt); in test_main()
198 run_tests(pt); in test_main()
/third_party/boost/libs/range/test/algorithm_test/
Dnext_permutation.cpp91 void run_tests() in run_tests() function
109 run_tests< std::vector<int> >(); in test_next_permutation()
110 run_tests< std::list<int> >(); in test_next_permutation()
111 run_tests< std::deque<int> >(); in test_next_permutation()
Dprev_permutation.cpp90 void run_tests() in run_tests() function
108 run_tests< std::vector<int> >(); in test_prev_permutation()
109 run_tests< std::list<int> >(); in test_prev_permutation()
110 run_tests< std::deque<int> >(); in test_prev_permutation()
Dfind_first_of.cpp134 void run_tests(Container1& cont1, Container2& cont2) in run_tests() function
155 run_tests(cont1, cont2); in test_find_first_of_impl()
158 run_tests(cont1, cont2); in test_find_first_of_impl()
161 run_tests(cont1, cont2); in test_find_first_of_impl()
165 run_tests(cont1, cont2); in test_find_first_of_impl()
169 run_tests(cont1, cont2); in test_find_first_of_impl()
Dfind_end.cpp136 void run_tests(Container1& cont1, Container2& cont2) in run_tests() function
157 run_tests(cont1, cont2); in test_find_end_impl()
160 run_tests(cont1, cont2); in test_find_end_impl()
163 run_tests(cont1, cont2); in test_find_end_impl()
167 run_tests(cont1, cont2); in test_find_end_impl()
171 run_tests(cont1, cont2); in test_find_end_impl()
Dnth_element.cpp133 void run_tests(Container& cont) in run_tests() function
146 run_tests(cont); in test_nth_element_impl()
150 run_tests(cont); in test_nth_element_impl()
154 run_tests(cont); in test_nth_element_impl()
/third_party/boost/libs/histogram/test/
Dhistogram_serialization_test.cpp22 void run_tests(const std::string& filename) { in run_tests() function
47 run_tests<static_tag>(join(argv[1], "histogram_serialization_test_static.xml")); in main()
48 run_tests<dynamic_tag>(join(argv[1], "histogram_serialization_test_dynamic.xml")); in main()
Ddetail_array_wrapper_serialization_test.cpp32 void run_tests() { in run_tests() function
67 run_tests<ba::binary_oarchive, ba::binary_iarchive>(); in main()
68 run_tests<ba::text_oarchive, ba::text_iarchive>(); in main()
Dalgorithm_empty_test.cpp21 void run_tests() { in run_tests() function
61 run_tests<static_tag>(); in main()
62 run_tests<dynamic_tag>(); in main()
Dalgorithm_sum_test.cpp21 void run_tests() { in run_tests() function
75 run_tests<static_tag>(); in main()
76 run_tests<dynamic_tag>(); in main()
/third_party/grpc/tools/
DREADME.md20 run_tests: Scripts to run gRPC tests in parallel.
22 run_tests/performance: See the [README](./run_tests/performance/README.md) for
/third_party/skia/third_party/externals/oboe/tests/
DREADME.md3 This directory contains the Oboe unit tests. They are run using the bash script `run_tests.sh`.
8 2. Open a terminal window and execute `run_tests.sh`
52 ./run_tests.sh
64 See `run_tests.sh` for more documentation
/third_party/grpc/third_party/upb/tests/
Dtestmain.cc8 int run_tests(int argc, char *argv[]);
15 run_tests(argc, argv); in main()
/third_party/grpc/
DCONTRIBUTING.md38 python tools/run_tests/run_tests.py -l YOUR_LANGUAGE --build_only
42 python tools/run_tests/run_tests.py -l YOUR_LANGUAGE
45 You can also run `python tools/run_tests/run_tests.py --help` to discover useful command line flags…
46 see [tools/run_tests](tools/run_tests) where you will also find guidance on how to run various othe…
114 breakages early on (see [tools/run_tests](tools/run_tests). Ultimately, the

123456789