/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/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/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/ts_extra_tests/test_ts_cases/spec/basic_concepts/names/reserved_words/special_mean_but_valid_identifier/ |
D | async_is_valid_identifier_2.ts | 24 function async(): string { function
|
D | async_is_valid_identifier_1.ts | 24 var async: string = "async"; variable
|
D | async_is_valid_identifier_4.ts | 24 interface async { interface
|
D | async_is_valid_identifier_3.ts | 24 class async { class
|
/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/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/normalize-package-data/node_modules/resolve/ |
D | index.js | 2 var async = require('./lib/async'); variable
|
/third_party/node/deps/npm/node_modules/asynckit/lib/ |
D | terminator.js | 2 , async = require('./async.js') variable
|
/third_party/libuv/docs/src/ |
D | async.rst | 2 .. _async: target
|
/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
|
/third_party/typescript/tests/cases/user/async/ |
D | package.json | 9 "async": "^2.6.0" string
|
/third_party/openssl/ohos_lite/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
|