Searched refs:test_async (Results 1 – 12 of 12) sorted by relevance
/third_party/python/Lib/unittest/test/testmock/ |
D | testasync.py | 59 def test_async(mock_method): function 61 test_async() 65 def test_async(mock_method): function 76 test_async() 81 def test_async(mock_method): function 84 test_async() 88 def test_async(mock_method): function 91 test_async() 95 def test_async(mock_method): function 98 test_async() [all …]
|
/third_party/node/test/node-api/test_async/ |
D | test.js | 5 const test_async = require(`./build/${common.buildType}/test_async`); constant 12 test_async.Test(1, {}, common.mustCall(function() { 23 test_async.Test(5, {}, common.mustCall(function(err, val) { 30 test_async.TestCancel(common.mustCall());
|
D | test-loop.js | 4 const test_async = require(`./build/${common.buildType}/test_async`); constant 11 setImmediate(() => test_async.DoRepeatedWork(workDone)); 14 test_async.DoRepeatedWork(workDone);
|
D | binding.gyp | 4 "target_name": "test_async", 5 "sources": [ "test_async.c" ]
|
D | test-uncaught.js | 4 const test_async = require(`./build/${common.buildType}/test_async`); constant 16 test_async.Test(5, {}, common.mustCall(function() {
|
D | test-async-hooks.js | 5 const test_async = require(`./build/${common.buildType}/test_async`); constant 38 test_async.Test(5, resource, common.mustCall(function(err, val) {
|
/third_party/libuv/test/ |
D | benchmark-async.c | 75 static int test_async(int nthreads) { in test_async() function 125 return test_async(1); in BENCHMARK_IMPL() 130 return test_async(2); in BENCHMARK_IMPL() 135 return test_async(4); in BENCHMARK_IMPL() 140 return test_async(8); in BENCHMARK_IMPL()
|
/third_party/rust/crates/tracing/tracing-attributes/tests/ |
D | err.rs | 46 fn test_async() { in test_async() function
|
D | ret.rs | 130 fn test_async() { in test_async() function
|
/third_party/python/Lib/test/ |
D | test_positional_only_arg.py | 380 def test_async(self): member in PositionalOnlyTestCase
|
D | _test_multiprocessing.py | 2448 def test_async(self): member in _TestPool
|
/third_party/chromium/patch/ |
D | 0003-ohos-1115.patch | 169192 F src/test_async.c 195ab49da082053fdb0f949c114b806a49ca770a
|