Home
last modified time | relevance | path

Searched refs:resolve (Results 1 – 25 of 26) sorted by relevance

12

/AliOS-Things-master/solutions/miniapp_agent_demo/miniapp/utils/
A Dble_util.js7 return new Promise((resolve, reject) => {
11 resolve(res);
21 return new Promise((resolve, reject) => {
27 resolve({ content: '初始化成功!' });
37 return new Promise((resolve, reject) => {
41 resolve({ content: '关闭蓝牙成功!' });
51 return new Promise((resolve, reject) => {
55 resolve({ content: res });
65 return new Promise((resolve, reject) => {
69 resolve({ content: res });
[all …]
/AliOS-Things-master/components/amp/libjs/init/
A Dpromise.js19 var resolve;
21 return typeof resolve === 'function';
91 resolve(promise, value);
123 resolve(promise, value);
171 function resolve(promise, value) { function
275 resolve(results);
289 resolve(results);
306 resolve(promise);
311 Promise.resolve = function (value) { function
317 return new Class(function (resolve) { argument
[all …]
/AliOS-Things-master/components/amp/example-js/
A Dpromise.js4 return new Promise(function (resolve, reject) { argument
8 resolve("");
14 return new Promise(function (resolve, reject) { argument
17 resolve(data);
/AliOS-Things-master/components/amp/test/
A Dtest_mqtt.js20 return new Promise(function (resolve, reject) { argument
29 resolve();
46 return new Promise(function (resolve, reject) { argument
70 resolve();
91 resolve();
/AliOS-Things-master/solutions/javascript_demo/agriculture_demo/
A Ddht11.js13 return new Promise(resolve => setTimeout(resolve, ms));
A Dmodbus.js45 return new Promise(function (resolve, reject) { argument
46 rtn.packets[tid].promiseResolve = resolve
83 return new Promise(function (resolve, reject) { argument
84 rtn.packets[tid].promiseResolve = resolve
/AliOS-Things-master/components/SDL2/
A DTODO.txt5 3554 - Need to resolve semantics for locking keys on different platforms
/AliOS-Things-master/components/amp/libjs/
A Dinit.js1 …o<r.length;o++)(e=r[o])&&"function"==typeof e.then?e.then(t,n):t(e)})},T.resolve=function(n){retur… function
/AliOS-Things-master/components/SDL2/src/video/uikit/
A DSDL_uikitopenglview.m150 * since we'll need to do an explicit MSAA resolve before presenting. */
221 * view framebuffer is used as a MSAA resolve framebuffer. */
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dquickjs-atom.h160 DEF(resolve, "resolve")
/AliOS-Things-master/components/jsoncpp/include/json/
A Dvalue.h725 const Value& resolve(const Value& root) const;
726 Value resolve(const Value& root, const Value& defaultValue) const;
/AliOS-Things-master/components/jsoncpp/src/test_lib_json/
A Dmain.cpp2063 Json::Value result = path1.resolve(root); in JSONTEST_FIXTURE_LOCAL()
2065 result = path1.resolve(root, defaultValue); in JSONTEST_FIXTURE_LOCAL()
2070 result = path2.resolve(root); in JSONTEST_FIXTURE_LOCAL()
2072 result = path2.resolve(root, defaultValue); in JSONTEST_FIXTURE_LOCAL()
2077 result = path3.resolve(root); in JSONTEST_FIXTURE_LOCAL()
2079 result = path3.resolve(root, defaultValue); in JSONTEST_FIXTURE_LOCAL()
2084 result = path4.resolve(root); in JSONTEST_FIXTURE_LOCAL()
2086 result = path4.resolve(root, defaultValue); in JSONTEST_FIXTURE_LOCAL()
2091 result = path5.resolve(root); in JSONTEST_FIXTURE_LOCAL()
2093 result = path5.resolve(root, defaultValue); in JSONTEST_FIXTURE_LOCAL()
[all …]
/AliOS-Things-master/components/oss/src/external/json/
A Djson.h1148 const Value& resolve(const Value& root) const;
1149 Value resolve(const Value& root, const Value& defaultValue) const;
A Djsoncpp.cpp4101 const Value& Path::resolve(const Value& root) const { in resolve() function in AlibabaCloud::OSS::Json::Path
4127 Value Path::resolve(const Value& root, const Value& defaultValue) const { in resolve() function in AlibabaCloud::OSS::Json::Path
/AliOS-Things-master/components/SDL2/docs/
A DREADME-ios.md178 …be resolved to the MSAA resolve framebuffer (via glBlitFramebuffer or glResolveMultisampleFramebuf…
/AliOS-Things-master/components/jsoncpp/src/lib_json/
A Djson_value.cpp1574 const Value& Path::resolve(const Value& root) const { in resolve() function in Json::Path
1599 Value Path::resolve(const Value& root, const Value& defaultValue) const { in resolve() function in Json::Path
/AliOS-Things-master/components/SDL2/src/gfx/
A DChangeLog27 * Updated sources to resolve some splint (static code analysis)
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dchange.log39 Try to resolve issues with new boolean type definition.
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoawindow.m168 /* If the URL is an alias, resolve it. */
/AliOS-Things-master/components/SDL2/src/gfx/Docs/
A Dhtml.doxyfile349 # set using LOOKUP_CACHE_SIZE. This cache is used to resolve symbols given
/AliOS-Things-master/components/jsoncpp/doc/
A Ddoxyfile.in388 # cache is used to resolve symbols given their name and scope. Since this can be
A Dweb_doxyfile.in388 # cache is used to resolve symbols given their name and scope. Since this can be
/AliOS-Things-master/components/littlevgl/scripts/
A DDoxyfile414 # cache is used to resolve symbols given their name and scope. Since this can be
/AliOS-Things-master/documentation/doxygen/
A DDoxyfile-AOS451 # cache is used to resolve symbols given their name and scope. Since this can be
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A DChangeLog6843 by the TIFFFetchByteArray() function. Should finally resolve
7461 * libtiff/tiff.h: Applied hac to try and resolve the problem

Completed in 63 milliseconds

12