Home
last modified time | relevance | path

Searched defs:runner (Results 1 – 25 of 85) sorted by relevance

1234

/third_party/skia/third_party/externals/dawn/src/dawn_node/tools/src/cmd/run-cts/
Dmain.go321 type runner struct { struct
322 numRunners int
323 verbose bool
324 node, npx, dawnNode, cts string
325 flags dawnNodeFlags
326 evalScript func(string) string
327 testcases []string
328 log logger
333 func (r *runner) scanSourceTimestamps(verbose bool) (time.Time, error) {
363 func (r *runner) buildCTS(verbose bool) error {
[all …]
/third_party/skia/third_party/externals/expat/expat/tests/
Dminicheck.c126 SRunner *runner = calloc(1, sizeof(SRunner)); in srunner_create() local
154 handle_failure(SRunner *runner, int verbosity, const char *phase_info) { in handle_failure()
163 srunner_run_all(SRunner *runner, int verbosity) { in srunner_run_all()
228 srunner_ntests_failed(SRunner *runner) { in srunner_ntests_failed()
234 srunner_free(SRunner *runner) { in srunner_free()
/third_party/node/test/fixtures/wpt/html/webappapis/structured-clone/
Dstructured-clone-battery-of-tests-with-transferables.js3 async f(runner) { argument
13 async f(runner) { argument
/third_party/cef/tests/ceftests/
Dtask_unittest.cc25 CefRefPtr<CefTaskRunner> runner = CefTaskRunner::GetForCurrentThread(); in GetForCurrentThread() local
49 CefRefPtr<CefTaskRunner> runner = CefTaskRunner::GetForThread(TID_IO); in GetForThread() local
73 CefRefPtr<CefTaskRunner> runner) { in PostTaskEvent1()
113 CefRefPtr<CefTaskRunner> runner = CefTaskRunner::GetForThread(TID_IO); in PostOnceTask1() local
124 CefRefPtr<CefTaskRunner> runner = CefTaskRunner::GetForThread(TID_IO); in PostRepeatingTask1() local
135 CefRefPtr<CefTaskRunner> runner = CefTaskRunner::GetForThread(TID_IO); in PostOnceDelayedTask1() local
148 CefRefPtr<CefTaskRunner> runner = CefTaskRunner::GetForThread(TID_IO); in PostRepeatingDelayedTask1() local
/third_party/skia/tests/
DPathOpsThreadedCommon.h57 PathOpsThreadedTestRunner* runner) { in PathOpsThreadedRunnable()
67 PathOpsThreadedTestRunner* runner) { in PathOpsThreadedRunnable()
75 PathOpsThreadedTestRunner* runner) { in PathOpsThreadedRunnable()
/third_party/node/test/wpt/
Dtest-wasm-webapi.js5 const runner = new WPTRunner('wasm/webapi'); constant
Dtest-domexception.js5 const runner = new WPTRunner('webidl/ecmascript-binding/es-exceptions'); constant
Dtest-url.js5 const runner = new WPTRunner('url'); constant
Dtest-blob.js5 const runner = new WPTRunner('FileAPI/blob'); constant
Dtest-hr-time.js5 const runner = new WPTRunner('hr-time'); constant
Dtest-timers.js5 const runner = new WPTRunner('html/webappapis/timers'); constant
Dtest-encoding.js4 const runner = new WPTRunner('encoding'); constant
Dtest-broadcastchannel.js5 const runner = new WPTRunner('webmessaging/broadcastchannel'); constant
Dtest-structured-clone.js5 const runner = new WPTRunner('html/webappapis/structured-clone'); constant
Dtest-file.js5 const runner = new WPTRunner('FileAPI/file'); constant
Dtest-performance-timeline.js5 const runner = new WPTRunner('performance-timeline'); constant
Dtest-user-timing.js5 const runner = new WPTRunner('user-timing'); constant
Dtest-abort.js5 const runner = new WPTRunner('dom/abort'); constant
Dtest-events.js5 const runner = new WPTRunner('dom/events'); constant
Dtest-streams.js5 const runner = new WPTRunner('streams'); constant
Dtest-atob.js5 const runner = new WPTRunner('html/webappapis/atob'); constant
Dtest-console.js5 const runner = new WPTRunner('console'); constant
Dtest-microtask-queuing.js5 const runner = new WPTRunner('html/webappapis/microtask-queuing'); constant
Dtest-webcrypto.js9 const runner = new WPTRunner('WebCryptoAPI'); constant
/third_party/node/test/pummel/
Dtest-next-tick-infinite-calls.js34 (function runner() { function

1234