/AliOS-Things-master/solutions/miniapp_agent_demo/miniapp/utils/ |
A D | ble_util.js | 7 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 D | promise.js | 19 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 D | promise.js | 4 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 D | test_mqtt.js | 20 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 D | dht11.js | 13 return new Promise(resolve => setTimeout(resolve, ms));
|
A D | modbus.js | 45 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 D | TODO.txt | 5 3554 - Need to resolve semantics for locking keys on different platforms
|
/AliOS-Things-master/components/amp/libjs/ |
A D | init.js | 1 …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 D | SDL_uikitopenglview.m | 150 * 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 D | quickjs-atom.h | 160 DEF(resolve, "resolve")
|
/AliOS-Things-master/components/jsoncpp/include/json/ |
A D | value.h | 725 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 D | main.cpp | 2063 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 D | json.h | 1148 const Value& resolve(const Value& root) const; 1149 Value resolve(const Value& root, const Value& defaultValue) const;
|
A D | jsoncpp.cpp | 4101 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 D | README-ios.md | 178 …be resolved to the MSAA resolve framebuffer (via glBlitFramebuffer or glResolveMultisampleFramebuf…
|
/AliOS-Things-master/components/jsoncpp/src/lib_json/ |
A D | json_value.cpp | 1574 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 D | ChangeLog | 27 * Updated sources to resolve some splint (static code analysis)
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | change.log | 39 Try to resolve issues with new boolean type definition.
|
/AliOS-Things-master/components/SDL2/src/video/cocoa/ |
A D | SDL_cocoawindow.m | 168 /* If the URL is an alias, resolve it. */
|
/AliOS-Things-master/components/SDL2/src/gfx/Docs/ |
A D | html.doxyfile | 349 # set using LOOKUP_CACHE_SIZE. This cache is used to resolve symbols given
|
/AliOS-Things-master/components/jsoncpp/doc/ |
A D | doxyfile.in | 388 # cache is used to resolve symbols given their name and scope. Since this can be
|
A D | web_doxyfile.in | 388 # cache is used to resolve symbols given their name and scope. Since this can be
|
/AliOS-Things-master/components/littlevgl/scripts/ |
A D | Doxyfile | 414 # cache is used to resolve symbols given their name and scope. Since this can be
|
/AliOS-Things-master/documentation/doxygen/ |
A D | Doxyfile-AOS | 451 # 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 D | ChangeLog | 6843 by the TIFFFetchByteArray() function. Should finally resolve 7461 * libtiff/tiff.h: Applied hac to try and resolve the problem
|