| /third_party/libcoap/src/ |
| D | coap_async.c | 100 coap_async_trigger(coap_async_t *async) { in coap_async_trigger() 113 coap_async_set_delay(coap_async_t *async, coap_tick_t delay) { in coap_async_set_delay() 178 coap_async_set_app_data(coap_async_t *async, void *app_data) { in coap_async_set_app_data() 183 coap_async_get_app_data(const coap_async_t *async) { in coap_async_get_app_data() 205 coap_async_set_delay(coap_async_t *async, coap_tick_t delay) { in coap_async_set_delay() 211 coap_free_async(coap_session_t *session, coap_async_t *async) { in coap_free_async() 225 coap_async_set_app_data(coap_async_t *async, void *app_data) { in coap_async_set_app_data() 231 coap_async_get_app_data(const coap_async_t *async) { in coap_async_get_app_data()
|
| /third_party/typescript/tests/baselines/reference/ |
| D | parserForOfStatement24.js | 2 var async; variable 7 var async; variable
|
| D | parserForOfStatement22.js | 2 var async; variable 7 var async; variable
|
| D | for-inStatementsAsyncIdentifier.js | 2 var async; variable 7 var async; variable
|
| D | arrowFunctionWithParameterNameAsync_es5.js | 5 var x = function (async) { return async; }; argument
|
| D | arrowFunctionWithParameterNameAsync_es2017.js | 5 var x = function (async) { return async; }; argument
|
| D | arrowFunctionWithParameterNameAsync_es6.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/conformance/classes/members/privateNames/ |
| D | privateNameMethodAsync.ts | 4 async #bar() { return await Promise.resolve(42); } constant 5 async foo() { constant
|
| D | privateNameStaticMethodAsync.ts | 4 static async #bar() { return await Promise.resolve(42); } constant 5 static async foo() { constant
|
| /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/typescript/tests/ts_extra_tests/test_ts_cases/spec/basic_concepts/names/reserved_words/special_mean_but_valid_identifier/ |
| D | async_is_valid_identifier_1.ts | 24 var async: string = "async"; variable
|
| D | async_is_valid_identifier_2.ts | 24 function async(): string { function
|
| D | async_is_valid_identifier_4.ts | 24 interface async { interface
|
| D | async_is_valid_identifier_3.ts | 24 class async { class
|
| /third_party/typescript/tests/cases/conformance/parser/ecmascript6/Iterators/ |
| D | parserForOfStatement24.ts | 3 var async; variable
|
| D | parserForOfStatement22.ts | 3 var async; variable
|
| /third_party/typescript/tests/cases/conformance/statements/for-inStatements/ |
| D | for-inStatementsAsyncIdentifier.ts | 3 var async; variable
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/device/ |
| D | loadable_device_address.cc | 76 bool LoadableDeviceAddress::MoveTo(mindspore::device::StorageType dst, bool async, size_t stream_id… in MoveTo() 105 bool LoadableDeviceAddress::MoveToHost(bool async, size_t stream_id) const { in MoveToHost() 154 bool LoadableDeviceAddress::MoveToDevice(bool async, size_t stream_id) const { in MoveToDevice() 212 bool LoadableDeviceAddress::MoveToFile(bool async, size_t stream_id) const { in MoveToFile()
|
| /third_party/typescript/tests/cases/compiler/ |
| D | exportDefaultAsyncFunction2.ts | 4 export function async<T>(...args: any[]): any { } function
|
| /third_party/libuv/docs/src/ |
| D | async.rst | 2 .. _async: target
|
| /third_party/typescript/tests/cases/conformance/es2022/ |
| D | es2022SharedMemory.ts | 9 const { async, value } = Atomics.waitAsync(int32, 0, BigInt(0)); constant
|