Home
last modified time | relevance | path

Searched defs:async (Results 1 – 25 of 88) sorted by relevance

1234

/third_party/libcoap/src/
Dcoap_async.c100 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/
DparserForOfStatement24.js2 var async; variable
7 var async; variable
DparserForOfStatement22.js2 var async; variable
7 var async; variable
Dfor-inStatementsAsyncIdentifier.js2 var async; variable
7 var async; variable
DarrowFunctionWithParameterNameAsync_es5.js5 var x = function (async) { return async; }; argument
DarrowFunctionWithParameterNameAsync_es2017.js5 var x = function (async) { return async; }; argument
DarrowFunctionWithParameterNameAsync_es6.js5 var x = function (async) { return async; }; argument
DdeclarationEmitFunctionKeywordProp.js32 var async: boolean; variable
DjsDeclarationsFunctionKeywordProp.js32 const async: boolean; constant
/third_party/typescript/tests/cases/conformance/classes/members/privateNames/
DprivateNameMethodAsync.ts4 async #bar() { return await Promise.resolve(42); } constant
5 async foo() { constant
DprivateNameStaticMethodAsync.ts4 static async #bar() { return await Promise.resolve(42); } constant
5 static async foo() { constant
/third_party/jerryscript/tests/jerry/es2015/
Dfunction-async1.js117 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/
DThreadPool.h54 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/
Dtest-async.c31 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/
Dasync_is_valid_identifier_1.ts24 var async: string = "async"; variable
Dasync_is_valid_identifier_2.ts24 function async(): string { function
Dasync_is_valid_identifier_4.ts24 interface async { interface
Dasync_is_valid_identifier_3.ts24 class async { class
/third_party/typescript/tests/cases/conformance/parser/ecmascript6/Iterators/
DparserForOfStatement24.ts3 var async; variable
DparserForOfStatement22.ts3 var async; variable
/third_party/typescript/tests/cases/conformance/statements/for-inStatements/
Dfor-inStatementsAsyncIdentifier.ts3 var async; variable
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/device/
Dloadable_device_address.cc76 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/
DexportDefaultAsyncFunction2.ts4 export function async<T>(...args: any[]): any { } function
/third_party/libuv/docs/src/
Dasync.rst2 .. _async: target
/third_party/typescript/tests/cases/conformance/es2022/
Des2022SharedMemory.ts9 const { async, value } = Atomics.waitAsync(int32, 0, BigInt(0)); constant

1234