/AliOS-Things-master/components/py_engine/tests/basics/ |
A D | int_big_zeroone.py | 8 cases = [long_zero, long_neg_zero, long_one, long_neg_one] variable 10 print(cases) 11 print([-c for c in cases]) 12 print([~c for c in cases]) 13 print([c >> 1 for c in cases]) 14 print([c << 1 for c in cases])
|
/AliOS-Things-master/components/py_engine/engine/lib/tinytest/ |
A D | tinytest.c | 287 for (j=0; groups[i].cases[j].name; ++j) { 288 struct testcase_t *testcase = &groups[i].cases[j]; 432 for (j=0; groups[i].cases[j].name; ++j) 433 if (groups[i].cases[j].flags & TT_ENABLED_) 435 &groups[i].cases[j]);
|
A D | tinytest.h | 65 struct testcase_t *cases; /** Array, ending with END_OF_TESTCASES */ member
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/doc/ |
A D | TODO | 4 truly intended in all cases where capitalized.
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/mlir/testing/ |
A D | build_def.bzl | 21 # Test cases which only work with MLIR-based conversion now. 68 # Test cases which only work internally now.
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | libtiff-CVE-2017-11613.patch | 13 cases like https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=6979.
|
/AliOS-Things-master/components/ble_host/bt_host/port/core/ |
A D | Kconfig | 26 most cases this can be left as the default value.
|
/AliOS-Things-master/components/freetype/src/pcf/ |
A D | README | 27 cases the compiler was gcc. When back in Paris, I will test it also
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | TODO | 18 - test border cases for max number of atoms, object properties, string length
|
/AliOS-Things-master/components/SDL2/docs/ |
A D | README-touch.md | 60 …n to access SDL_Finger is to query the fingers outside the event. In most cases accessing the fing…
|
A D | README-dynapi.md | 69 far as calling into the jump table in this case. But in cases where no override
|
/AliOS-Things-master/components/freetype/src/gxvalid/ |
A D | README | 200 table, it does not always return error. In most cases, the rendering 304 continues in both cases (a, b). At FT_VALIDATE_TIGHT, gxvalid warns 306 gxvalid warns and aborts in both cases (a, b). 373 It is called a `dialect' in the following. There are three cases
|
/AliOS-Things-master/components/SDL2/src/gfx/ |
A D | ChangeLog | 281 * New special cases for ellipses for rx=0/ry=0. 337 * Uses SDL_SoftStretch in certain cases (angle=0, smooth=0).
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/doc/ |
A D | txtvsbin.txt | 88 considerations. In such cases, a scheme that tolerates a small fraction
|
A D | algorithm.txt | 86 those cases, the table ended up one bit longer than the ``average'' code
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/pngminus/ |
A D | README.txt | 91 with Turbo-C 3.0 and RedHat Linux 4.2 with gcc. In both cases I used
|
/AliOS-Things-master/components/mbedtls/ |
A D | README.mbedtls.md | 146 …tion file` contains the test functions. The `data file` contains the test cases, specified as para… 159 We provide some non-standard configurations focused on specific use cases in the `configs/` directo…
|
A D | ChangeLog | 513 in the internal buffers; these cases led to deadlocks when event-driven 627 * Fix memory allocation corner cases in memory_buffer_alloc.c module. Found 953 * Fix behaviour that hid the original cause of fatal alerts in some cases 974 * Send fatal alerts in more cases. The previous behaviour was to skip 1073 by missing calls to mbedtls_pem_free() in cases when a 1159 * Extended test coverage of special cases, and added new timing test suite. 1981 * Support for reading EC keys that use SpecifiedECDomain in some cases. 2077 * Missing defines / cases for RSA_PSK key exchange 2457 * Allow enabling of dummy error_strerror() to support some use-cases 2608 * Allow enabling of dummy error_strerror() to support some use-cases [all …]
|
/AliOS-Things-master/components/ble_host/script/Kconfiglib-10.21.0/ |
A D | README.rst | 294 A separate ``osource`` statement is available for cases where it's okay for 329 covering cases that are easily missed when making changes to Kconfig files: 389 Kconfiglib is especially speedy in cases where multiple ``.config`` files 636 configurations generated by the C tools, for a number of cases. See
|
/AliOS-Things-master/components/ble_mesh/script/Kconfiglib-10.21.0/ |
A D | README.rst | 294 A separate ``osource`` statement is available for cases where it's okay for 329 covering cases that are easily missed when making changes to Kconfig files: 389 Kconfiglib is especially speedy in cases where multiple ``.config`` files 636 configurations generated by the C tools, for a number of cases. See
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | change.log | 175 for N>8 scaling cases. 177 of the common asymmetric subsampling cases (2x1 and 1x2) without additional
|
A D | structure.txt | 100 data sizes, although memory may be used inefficiently in some cases. However, 170 have special cases at the right and bottom edges. Therefore the interface 679 This scenario is supported for simple cases. (For anything more complex, we 746 In all cases, allocated objects are tied to a particular compression or 908 In cases where image-size data structures are allocated, this approach will 915 cases it could be much less.)
|
/AliOS-Things-master/components/py_engine/engine/ |
A D | README.md | 26 bytecode, in both cases either from an on-device filesystem or "frozen" into
|
/AliOS-Things-master/components/SDL2/test/ |
A D | utf8.txt | 71 2 Boundary condition test cases |
|
/AliOS-Things-master/components/SDL2/src/video/uikit/ |
A D | SDL_uikitappdelegate.m | 296 /* If YES, the launch image will be incorrectly rotated in some cases. */
|