/AliOS-Things-master/components/py_engine/tests/basics/ |
A D | except_match_tuple.py | 4 fail 9 fail 14 fail 19 fail
|
/AliOS-Things-master/components/amp/jslib/src/ |
A D | tcp.js | 18 this.fail = options.fail || function(){}; 26 this.fail(); 38 this.fail(); 54 if(options.fail) options.fail();
|
A D | mqtt.js | 20 this._fail = options.fail || function () { }; 66 if (typeof options.fail === 'function') { 67 options.fail(); 90 if (typeof options.fail === 'function') { 91 options.fail(); 114 if (typeof options.fail === 'function') { 115 options.fail();
|
A D | adc.js | 14 this.fail = options.fail || function(){}; 21 this.fail();
|
A D | dac.js | 13 this.fail = options.fail || function(){}; 20 this.fail();
|
A D | onewire.js | 13 this.fail = options.fail || function(){}; 20 this.fail();
|
/AliOS-Things-master/components/amp/libjs/lib/ |
A D | mqtt.js | 21 this._fail = options.fail || function(){}; 74 if(typeof options.fail === 'function') { 75 options.fail(); 99 if(typeof options.fail === 'function') { 100 options.fail(); 123 if(typeof options.fail === 'function') { 124 options.fail();
|
A D | tcp.js | 32 this.fail = options.fail || function(){}; 40 this.fail(); 51 this.fail(); 66 if(options.fail) options.fail();
|
A D | adc.js | 14 this.fail = options.fail || function(){}; 21 this.fail();
|
A D | dac.js | 13 this.fail = options.fail || function(){}; 20 this.fail();
|
A D | pwm.js | 13 this.fail = options.fail || function(){}; 20 this.fail();
|
/AliOS-Things-master/solutions/miniapp_agent_demo/miniapp/utils/ |
A D | ble_util.js | 13 fail: error => { 29 fail: error => { 43 fail: error => { 57 fail: error => { 71 fail: error => { 99 fail: error => { 105 fail: error => {
|
/AliOS-Things-master/components/SDL2/test/ |
A D | testautomation_render.c | 791 fail = 0; in _hasDrawColor() 796 fail = 1; in _hasDrawColor() 807 if (fail) in _hasDrawColor() 826 int fail; in _hasBlendModes() local 830 fail = 0; in _hasBlendModes() 912 int fail; in _hasTexColor() local 923 fail = 0; in _hasTexColor() 934 if (fail) in _hasTexColor() 952 int fail; in _hasTexAlpha() local 963 fail = 0; in _hasTexAlpha() [all …]
|
/AliOS-Things-master/components/SDL2/src/video/vivante/ |
A D | SDL_vivantevulkan.c | 74 goto fail; in VIVANTE_Vulkan_LoadLibrary() 80 goto fail; in VIVANTE_Vulkan_LoadLibrary() 86 goto fail; in VIVANTE_Vulkan_LoadLibrary() 99 goto fail; in VIVANTE_Vulkan_LoadLibrary() 105 goto fail; in VIVANTE_Vulkan_LoadLibrary() 109 fail: in VIVANTE_Vulkan_LoadLibrary()
|
/AliOS-Things-master/components/SDL2/src/video/x11/ |
A D | SDL_x11vulkan.c | 63 goto fail; in X11_Vulkan_LoadLibrary() 69 goto fail; in X11_Vulkan_LoadLibrary() 75 goto fail; in X11_Vulkan_LoadLibrary() 90 goto fail; in X11_Vulkan_LoadLibrary() 101 goto fail; in X11_Vulkan_LoadLibrary() 110 goto fail; in X11_Vulkan_LoadLibrary() 116 goto fail; in X11_Vulkan_LoadLibrary() 121 fail: in X11_Vulkan_LoadLibrary()
|
/AliOS-Things-master/components/SDL2/src/video/android/ |
A D | SDL_androidvulkan.c | 62 goto fail; in Android_Vulkan_LoadLibrary() 68 goto fail; in Android_Vulkan_LoadLibrary() 74 goto fail; in Android_Vulkan_LoadLibrary() 87 goto fail; in Android_Vulkan_LoadLibrary() 93 goto fail; in Android_Vulkan_LoadLibrary() 97 fail: in Android_Vulkan_LoadLibrary()
|
/AliOS-Things-master/components/SDL2/src/video/windows/ |
A D | SDL_windowsvulkan.c | 63 goto fail; in WIN_Vulkan_LoadLibrary() 69 goto fail; in WIN_Vulkan_LoadLibrary() 75 goto fail; in WIN_Vulkan_LoadLibrary() 88 goto fail; in WIN_Vulkan_LoadLibrary() 94 goto fail; in WIN_Vulkan_LoadLibrary() 98 fail: in WIN_Vulkan_LoadLibrary()
|
/AliOS-Things-master/components/py_engine/tests/micropython/ |
A D | native_try.py | 7 fail 22 fail 38 fail
|
A D | viper_try.py | 7 fail 22 fail 38 fail
|
/AliOS-Things-master/components/SDL2/src/video/wayland/ |
A D | SDL_waylandvulkan.c | 62 goto fail; in Wayland_Vulkan_LoadLibrary() 68 goto fail; in Wayland_Vulkan_LoadLibrary() 74 goto fail; in Wayland_Vulkan_LoadLibrary() 87 goto fail; in Wayland_Vulkan_LoadLibrary() 93 goto fail; in Wayland_Vulkan_LoadLibrary() 97 fail: in Wayland_Vulkan_LoadLibrary()
|
/AliOS-Things-master/components/SDL2/src/video/qnx/ |
A D | video.c | 86 goto fail; in createWindow() 95 goto fail; in createWindow() 100 goto fail; in createWindow() 106 goto fail; in createWindow() 123 goto fail; in createWindow() 128 goto fail; in createWindow() 134 fail: in createWindow()
|
/AliOS-Things-master/components/py_engine/engine/extmod/ |
A D | modujson.c | 182 goto fail; in mod_ujson_load() 190 goto fail; in mod_ujson_load() 198 goto fail; in mod_ujson_load() 242 goto fail; in mod_ujson_load() 291 goto fail; in mod_ujson_load() 303 goto fail; in mod_ujson_load() 320 goto fail; in mod_ujson_load() 346 goto fail; in mod_ujson_load() 350 goto fail; in mod_ujson_load() 355 fail: in mod_ujson_load()
|
/AliOS-Things-master/solutions/javascript_demo/board/haas600/ |
A D | oled.js | 35 fail: function () { 45 fail: function () { 56 fail: function () {
|
/AliOS-Things-master/solutions/javascript_demo/board/haas100/ |
A D | oled.js | 35 fail: function () { 45 fail: function () { 56 fail: function () {
|
/AliOS-Things-master/components/amp/test/ |
A D | test_sh1106.js | 13 fail: function () { 23 fail: function () { 34 fail: function () {
|