Home
last modified time | relevance | path

Searched refs:RunTests (Results 1 – 20 of 20) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dlifetime_test.cc76 void RunTests(absl::Mutex* mutex, absl::CondVar* condvar) { in RunTests() function
96 RunTests(&mutex, &condvar); in TestLocals()
101 void TestConstInitGlobal() { RunTests(&const_init_mutex, nullptr); } in TestConstInitGlobal()
138 RunTests(&early_const_init_mutex, nullptr); in __anon042a75270202()
169 RunTests(&late_const_init_mutex, nullptr); in __anon042a75270502()
/third_party/vk-gl-cts/external/vulkancts/vkscserver/
Dtests.cpp49 void RunTests (Server& server);
72 RunTests(server); in main()
175 void RunTests (Server& server) in RunTests() function
/third_party/node/deps/v8/tools/mb/
DPRESUBMIT.py16 results.extend(input_api.RunTests(pylint_checks))
26 results.extend(input_api.RunTests([
/third_party/node/deps/v8/tools/v8windbg/test/
Dv8windbg-test.h12 void RunTests();
Dv8windbg-test.cc120 void RunTests() { in RunTests() function
132 reinterpret_cast<LPCWSTR>(&RunTests), &module); in RunTests()
/third_party/skia/third_party/externals/angle2/infra/config/
DPRESUBMIT.py7 return input_api.RunTests(
/third_party/node/deps/v8/tools/
DPRESUBMIT.py14 return input_api.RunTests(tests)
/third_party/node/deps/v8/tools/release/
DPRESUBMIT.py14 return input_api.RunTests(tests)
/third_party/node/deps/v8/tools/testrunner/
DPRESUBMIT.py11 return input_api.RunTests(
/third_party/node/deps/v8/tools/clusterfuzz/foozzie/
DPRESUBMIT.py13 return input_api.RunTests(
/third_party/node/deps/v8/infra/mb/
DPRESUBMIT.py26 results.extend(input_api.RunTests([
/third_party/vk-gl-cts/external/amber/src/tests/
Drun_tests.py252 def RunTests(self): member in TestRunner
359 self.RunTests()
/third_party/skia/third_party/externals/tint/tools/
Drun_tests.py109 def RunTests(self): member in TestRunner
247 self.RunTests()
/third_party/skia/third_party/externals/angle2/infra/specs/
DPRESUBMIT.py44 messages.extend(input_api.RunTests(commands))
/third_party/node/deps/v8/tools/dev/
Dgm.py377 def RunTests(self): member in Config
515 return_code += configs[c].RunTests()
/third_party/python/Lib/test/test_asyncio/
Dtest_runners.py59 class RunTests(BaseTest): class
/third_party/skia/third_party/externals/angle2/
DPRESUBMIT.py246 return input_api.RunTests([test_cmd])
/third_party/node/deps/v8/
DPRESUBMIT.py390 return input_api.RunTests(
/third_party/skia/third_party/externals/angle2/src/tests/
Dcapture_replay_tests.py716 def RunTests(args, worker_id, job_queue, result_list, message_queue, logger, ninja_lock): function
908 target=RunTests,
/third_party/libabigail/tests/lib/
Dcatch.hpp4494 struct RunTests { enum InWhatOrder { struct
4531 virtual RunTests::InWhatOrder runOrder() const = 0;
5301 RunTests::InWhatOrder runOrder = RunTests::InDeclarationOrder;
5352 RunTests::InWhatOrder runOrder() const override;
9748 config.runOrder = RunTests::InDeclarationOrder; in makeCommandLineParser()
9750 config.runOrder = RunTests::InLexicographicalOrder; in makeCommandLineParser()
9752 config.runOrder = RunTests::InRandomOrder; in makeCommandLineParser()
10008 RunTests::InWhatOrder Config::runOrder() const { return m_data.runOrder; } in runOrder()
12310 mutable RunTests::InWhatOrder m_currentSortOrder = RunTests::InDeclarationOrder;
14228 case RunTests::InDeclarationOrder: in sortTests()
[all …]