Searched refs:func1 (Results 1 – 8 of 8) sorted by relevance
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/test/core/ |
A D | executor_ut.cc | 32 std::function<void()> func1(f1); in TEST() local 35 Runnable* rf1 = new Runnable(func1); in TEST() 60 rf1 = new Runnable(func1); in TEST()
|
/AliOS-Things-master/components/py_engine/tests/import/ |
A D | try_module.py | 6 def func1(): function 15 func1()
|
/AliOS-Things-master/components/py_engine/tests/basics/ |
A D | try2.py | 35 def func1(): function 49 func1()
|
A D | try_finally_return.py | 1 def func1(): function 7 print(func1())
|
/AliOS-Things-master/components/py_engine/tests/inlineasm/ |
A D | asmblbx.py | 9 label(func1) 18 bl(func1)
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | quickjs.h | 991 … length, func1) { name, JS_PROP_WRITABLE | JS_PROP_CONFIGURABLE, JS_DEF_CFUNC, 0, .u = { .func = {… argument 992 …func1, magic) { name, JS_PROP_WRITABLE | JS_PROP_CONFIGURABLE, JS_DEF_CFUNC, magic, .u = { .func =… argument 993 …cproto, func1) { name, JS_PROP_WRITABLE | JS_PROP_CONFIGURABLE, JS_DEF_CFUNC, 0, .u = { .func = { … argument 994 …func1, magic) { name, JS_PROP_WRITABLE | JS_PROP_CONFIGURABLE, JS_DEF_CFUNC, magic, .u = { .func =… argument
|
A D | quickjs-libc.c | 1989 JSValue ret, func1; in call_handler() local 1992 func1 = JS_DupValue(ctx, func); in call_handler() 1993 ret = JS_Call(ctx, func1, JS_UNDEFINED, 0, NULL); in call_handler() 1994 JS_FreeValue(ctx, func1); in call_handler()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/libc/ |
A D | quickjs_libc.c | 2208 JSValue ret, func1; in call_handler() local 2211 func1 = JS_DupValue(ctx, func); in call_handler() 2212 ret = JS_Call(ctx, func1, JS_UNDEFINED, 0, NULL); in call_handler() 2213 JS_FreeValue(ctx, func1); in call_handler()
|
Completed in 27 milliseconds