Home
last modified time | relevance | path

Searched refs:func1 (Results 1 – 8 of 8) sorted by relevance

/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/test/core/
A Dexecutor_ut.cc32 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 Dtry_module.py6 def func1(): function
15 func1()
/AliOS-Things-master/components/py_engine/tests/basics/
A Dtry2.py35 def func1(): function
49 func1()
A Dtry_finally_return.py1 def func1(): function
7 print(func1())
/AliOS-Things-master/components/py_engine/tests/inlineasm/
A Dasmblbx.py9 label(func1)
18 bl(func1)
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dquickjs.h991 … length, func1) { name, JS_PROP_WRITABLE | JS_PROP_CONFIGURABLE, JS_DEF_CFUNC, 0, .u = { .func = {… argument
992func1, 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
994func1, magic) { name, JS_PROP_WRITABLE | JS_PROP_CONFIGURABLE, JS_DEF_CFUNC, magic, .u = { .func =… argument
A Dquickjs-libc.c1989 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 Dquickjs_libc.c2208 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