| /third_party/libcoap/src/ |
| D | async.c | 91 coap_async_set_delay(coap_async_t *async, coap_tick_t delay) { in coap_async_set_delay() 149 coap_async_set_app_data(coap_async_t *async, void *app_data) { in coap_async_set_app_data() 154 coap_async_get_app_data(const coap_async_t *async) { in coap_async_get_app_data() 176 coap_async_set_delay(coap_async_t *async, coap_tick_t delay) { in coap_async_set_delay() 182 coap_free_async(coap_session_t *session, coap_async_t *async) { in coap_free_async() 196 coap_async_set_app_data(coap_async_t *async, void *app_data) { in coap_async_set_app_data() 202 coap_async_get_app_data(const coap_async_t *async) { in coap_async_get_app_data()
|
| /third_party/boost/boost/fiber/future/ |
| D | async.hpp | 43 async( Fn && fn, Args ... args) { in async() function 64 async( Policy policy, Fn && fn, Args ... args) { in async() function 85 async( Policy policy, std::allocator_arg_t, StackAllocator salloc, Fn && fn, Args ... args) { in async() function 107 async( Policy policy, std::allocator_arg_t, StackAllocator salloc, Allocator alloc, Fn && fn, Args … in async() function
|
| /third_party/jerryscript/tests/jerry/es2015/ |
| D | function-async1.js | 117 var async = () => v = 4; function 128 var async = (a, b) => v = a + b; function 139 var async = (a, b) => v = a + b; function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| D | ThreadPool.h | 54 inline std::shared_future<void> async(Function &&F, Args &&... ArgList) { in async() function 63 inline std::shared_future<void> async(Function &&F) { in async() function
|
| /third_party/libuv/test/ |
| D | test-async.c | 31 static uv_async_t async; variable 108 TEST_IMPL(async) { in TEST_IMPL() argument
|
| /third_party/boost/libs/thread/test/ |
| D | test_ml.cpp | 41 async (F&& f) in async() function 57 async (F&& f, A1&& a1) in async() function
|
| /third_party/node/test/node-api/test_async_cleanup_hook/ |
| D | binding.c | 12 uv_async_t async; member 30 static void AfterCleanupHookOne(uv_async_t* async) { in AfterCleanupHookOne()
|
| /third_party/typescript/tests/baselines/reference/ |
| D | arrowFunctionWithParameterNameAsync_es6.js | 5 var x = function (async) { return async; }; argument
|
| D | arrowFunctionWithParameterNameAsync_es2017.js | 5 var x = function (async) { return async; }; argument
|
| D | arrowFunctionWithParameterNameAsync_es5.js | 5 var x = function (async) { return async; }; argument
|
| D | declarationEmitFunctionKeywordProp.js | 32 var async: boolean; variable
|
| D | jsDeclarationsFunctionKeywordProp.js | 32 const async: boolean; constant
|
| /third_party/typescript/tests/cases/compiler/ |
| D | exportDefaultAsyncFunction2.ts | 4 export function async<T>(...args: any[]): any { } function
|
| /third_party/node/deps/npm/node_modules/asynckit/lib/ |
| D | terminator.js | 2 , async = require('./async.js') variable
|
| /third_party/node/deps/npm/node_modules/normalize-package-data/node_modules/resolve/ |
| D | index.js | 2 var async = require('./lib/async'); variable
|
| /third_party/node/deps/npm/node_modules/asynckit/ |
| D | bench.js | 4 , async = require('async') variable 76 .run({ 'async': true }); property
|
| /third_party/node/test/addons/async-cleanup-hook/ |
| D | binding.cc | 10 uv_async_t async; member 21 int err = uv_async_init(loop, &data->async, [](uv_async_t* async) { in AsyncCleanupHook()
|
| /third_party/libuv/docs/src/ |
| D | async.rst | 2 .. _async: target
|
| /third_party/grpc/examples/node/ |
| D | package.json | 6 "async": "^1.5.2", string
|
| /third_party/typescript/tests/cases/user/async/ |
| D | package.json | 9 "async": "^2.6.0" string
|
| /third_party/curl/tests/unit/ |
| D | unit1620.c | 45 bool async = FALSE; variable
|
| /third_party/openssl/include/crypto/ |
| D | cryptlib.h | 15 int async; member
|
| /third_party/node/test/parallel/ |
| D | test-dgram-send-callback-recursive.js | 11 let async = false; variable
|
| D | test-fs-null-bytes.js | 27 function check(async, sync) { argument
|
| /third_party/node/deps/npm/node_modules/har-validator/node_modules/ajv/lib/ |
| D | ajv.d.ts | 188 async?: boolean | string; property 215 async?: boolean; property 222 async?: boolean; property 229 async?: boolean; property 253 async: boolean; property
|