Home
last modified time | relevance | path

Searched refs:Runner (Results 1 - 14 of 14) sorted by relevance

/third_party/python/Lib/test/test_asyncio/
H A Dtest_runners.py265 with asyncio.Runner(debug=False) as runner:
269 with asyncio.Runner(debug=True) as runner:
274 with asyncio.Runner(loop_factory=lambda: loop) as runner:
282 with asyncio.Runner() as runner:
288 "Runner is closed"
295 with asyncio.Runner() as runner:
303 with asyncio.Runner() as runner:
312 runner = asyncio.Runner()
317 "Runner is closed"
324 runner = asyncio.Runner()
[all...]
H A Dtest_subprocess.py786 with asyncio.Runner(loop_factory=asyncio.new_event_loop) as runner:
/third_party/node/benchmark/napi/define_properties/
H A Dbinding.c20 static napi_value Runner(napi_env env, in Runner() function
74 return Runner(env, info, napi_writable | napi_enumerable | napi_configurable); in RunFastPath()
78 return Runner(env, info, napi_writable | napi_enumerable); in RunSlowPath()
/third_party/node/deps/v8/tools/
H A Drun-wasm-api-tests.py75 class Runner(object): class
156 runner = Runner(example, outdir, tempdir)
/third_party/python/Lib/asyncio/
H A Drunners.py1 __all__ = ('Runner', 'run')
21 class Runner: class
35 with asyncio.Runner(debug=True) as runner:
94 "Runner.run() cannot be called from a running event loop")
133 raise RuntimeError("Runner is closed")
189 with Runner(debug=debug) as runner:
/third_party/skia/platform_tools/android/apps/skqp/src/main/java/org/skia/skqp/
H A DSkQPRunner.java21 import org.junit.runner.Runner;
29 public class SkQPRunner extends Runner implements Filterable {
/third_party/node/tools/gyp/
H A Dtest_gyp.py138 runner = Runner(format_list, tests, gyp_options, args.verbose)
168 class Runner: class
/third_party/node/deps/npm/node_modules/node-gyp/gyp/
H A Dtest_gyp.py138 runner = Runner(format_list, tests, gyp_options, args.verbose)
168 class Runner: class
/third_party/python/Lib/unittest/
H A Dasync_case.py121 runner = asyncio.Runner(debug=True)
/third_party/typescript/tests/baselines/reference/
H A Dparserharness.js1870 export module Runner {
3694 var Runner;
3695 (function (Runner) {
3700 Runner.runCollateral = runCollateral;
3723 Runner.runJSString = runJSString;
3729 Runner.runString = runString;
3730 })(Runner = Harness.Runner || (Harness.Runner = {}));
/third_party/unity/test/
H A DMakefile160 rm -f $(TARGET) $(BUILD_DIR)/*.gc* $(BUILD_DIR)/test_unity_*Runner.c
/third_party/python/Lib/unittest/test/
H A Dtest_runner.py1240 class Runner(unittest.TextTestRunner): class
1242 super(Runner, self).__init__(io.StringIO())
1247 runner = Runner()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Djunit-4.10.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/third_party/python/Lib/test/
H A Dtest_patma.py3222 runner = pyperf.Runner()

Completed in 26 milliseconds