Searched refs:STRICT (Results 1 – 12 of 12) sorted by relevance
/AliOS-Things-master/components/SDL2/src/core/windows/ |
A D | SDL_windows.h | 29 #define STRICT macro
|
/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/ |
A D | README | 43 ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 69 ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/kissfft/ |
A D | COPYING | 11 …ION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT…
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/ |
A D | COPYING | 27 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
/AliOS-Things-master/components/SDL2/src/video/yuv2rgb/ |
A D | LICENSE | 25 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
/AliOS-Things-master/components/SDL2/src/hidapi/ |
A D | LICENSE-bsd.txt | 24 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/lib/x64/ |
A D | LICENSE.webp.txt | 31 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/lib/x86/ |
A D | LICENSE.webp.txt | 31 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
/AliOS-Things-master/components/SDL2/src/image/Xcode/Frameworks/webp.framework/Versions/A/Resources/ |
A D | LICENSE.webp.txt | 31 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/libtests/ |
A D | pngimage.c | 525 #define STRICT 0x020 /* Fail on warnings as well as errors */ macro 1607 d.options |= STRICT; in main() 1610 d.options &= ~STRICT; in main() 1677 int pass = (d.options & STRICT) ? in main()
|
A D | pngstest.c | 328 #define STRICT 4 /* fail on warnings too */ macro 346 if (!(opts & STRICT)) in print_opts() 775 (image->opts & GBG_ERROR) != 0 : (image->opts & STRICT) != 0)) in checkopaque() 3490 png_uint_32 opts = FAST_WRITE | STRICT; in main() 3559 opts |= STRICT; in main() 3561 opts &= ~STRICT; in main()
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/tools/ |
A D | pngcp.c | 135 #define STRICT 0x010 /* Fail on warnings as well as errors */ macro 296 S(strict, STRICT) 2382 int pass = (d.options & STRICT) ? in main()
|
Completed in 18 milliseconds