Home
last modified time | relevance | path

Searched defs:RunTests (Results 1 – 25 of 53) sorted by relevance

123

/external/python/cpython3/Lib/test/libregrtest/
Dsingle.py82 def regrtest_runner(result: TestResult, test_func, runtests: RunTests) -> None:
124 def _load_run_test(result: TestResult, runtests: RunTests) -> None:
161 def _runtest_env_changed_exc(result: TestResult, runtests: RunTests,
232 def _runtest(result: TestResult, runtests: RunTests) -> None:
293 def run_single_test(test_name: TestName, runtests: RunTests) -> TestResult:
Dmain.py240 def _rerun_failed_tests(self, runtests: RunTests):
272 def rerun_failed_tests(self, runtests: RunTests):
292 def _run_bisect(self, runtests: RunTests, test: str, progress: str) -> bool:
330 def run_bisect(self, runtests: RunTests) -> None:
354 self, test_name: TestName, runtests: RunTests, tracer: trace.Trace | None
434 def _run_tests_mp(self, runtests: RunTests, num_workers: int) -> None:
Dresults.py94 def accumulate_result(self, result: TestResult, runtests: RunTests):
241 def display_summary(self, first_runtests: RunTests, filtered: bool):
Dsetup.py90 def setup_tests(runtests: RunTests):
Dlogger.py66 def set_tests(self, runtests: RunTests) -> None:
/external/chromiumos-config/go/src/go.chromium.org/chromiumos/config/go/test/api/
Dexecution_service_grpc.pb.go27RunTests(ctx context.Context, in *CrosTestRequest, opts ...grpc.CallOption) (*longrunning.Operatio… methodSpec
38 func (c *executionServiceClient) RunTests(ctx context.Context, in *CrosTestRequest, opts ...grpc.Ca… func
52 RunTests(context.Context, *CrosTestRequest) (*longrunning.Operation, error) methodSpec
59 func (UnimplementedExecutionServiceServer) RunTests(context.Context, *CrosTestRequest) (*longrunnin… func
/external/chromiumos-config/python/chromiumos/test/api/
Dexecution_service_pb2_grpc.py32 def RunTests(self, request, context): member in ExecutionServiceServicer
60 def RunTests(request, member in ExecutionService
/external/chromiumos-config/proto/chromiumos/test/api/
Dexecution_service.proto18 rpc RunTests(CrosTestRequest) rpc
/external/sdv/vsomeip/third_party/boost/array/test/
Darray0.cpp23 void RunTests() in RunTests() function
Darray_hash.cpp19 void RunTests() in RunTests() function
Darray6.cpp17 void RunTests() in RunTests() function
/external/google-breakpad/src/processor/
Dpathname_stripper_unittest.cc50 static bool RunTests() { in RunTests() function
Daddress_map_unittest.cc183 static bool RunTests() { in RunTests() function
Dcontained_range_map_unittest.cc371 static bool RunTests() { in RunTests() function
/external/cronet/stable/build/android/pylib/base/
Dtest_run.py30 def RunTests(self, results, raw_logs_fh=None): member in TestRun
/external/cronet/tot/build/android/pylib/base/
Dtest_run.py30 def RunTests(self, results, raw_logs_fh=None): member in TestRun
/external/angle/build/android/pylib/base/
Dtest_run.py30 def RunTests(self, results, raw_logs_fh=None): member in TestRun
/external/deqp-deps/amber/tests/
Drun_tests.py256 def RunTests(self): member in TestRunner
/external/deqp/external/vulkancts/vkscserver/
Dtests.cpp185 void RunTests(Server &server) in RunTests() function
/external/cronet/stable/build/android/pylib/local/machine/
Dlocal_machine_hostside_test_run.py213 def RunTests(self, results, raw_logs_fh=None): member in LocalMachineHostsideTestRun
/external/angle/build/android/pylib/local/machine/
Dlocal_machine_hostside_test_run.py213 def RunTests(self, results, raw_logs_fh=None): member in LocalMachineHostsideTestRun
/external/cronet/tot/build/android/pylib/local/machine/
Dlocal_machine_hostside_test_run.py213 def RunTests(self, results, raw_logs_fh=None): member in LocalMachineHostsideTestRun
/external/openscreen/third_party/abseil/src/absl/synchronization/
Dlifetime_test.cc76 void RunTests(absl::Mutex* mutex, absl::CondVar* condvar) { in RunTests() function
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/
Dlifetime_test.cc76 void RunTests(absl::Mutex* mutex, absl::CondVar* condvar) { in RunTests() function
/external/angle/third_party/abseil-cpp/absl/synchronization/
Dlifetime_test.cc76 void RunTests(absl::Mutex* mutex, absl::CondVar* condvar) { in RunTests() function

123