Home
last modified time | relevance | path

Searched refs:cases (Results 1 – 25 of 65) sorted by relevance

123

/AliOS-Things-master/components/py_engine/tests/basics/
A Dint_big_zeroone.py8 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 Dtinytest.c287 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 Dtinytest.h65 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 DTODO4 truly intended in all cases where capitalized.
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/mlir/testing/
A Dbuild_def.bzl21 # 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 Dlibtiff-CVE-2017-11613.patch13 cases like https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=6979.
/AliOS-Things-master/components/ble_host/bt_host/port/core/
A DKconfig26 most cases this can be left as the default value.
/AliOS-Things-master/components/freetype/src/pcf/
A DREADME27 cases the compiler was gcc. When back in Paris, I will test it also
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A DTODO18 - test border cases for max number of atoms, object properties, string length
/AliOS-Things-master/components/SDL2/docs/
A DREADME-touch.md60 …n to access SDL_Finger is to query the fingers outside the event. In most cases accessing the fing…
A DREADME-dynapi.md69 far as calling into the jump table in this case. But in cases where no override
/AliOS-Things-master/components/freetype/src/gxvalid/
A DREADME200 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 DChangeLog281 * 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 Dtxtvsbin.txt88 considerations. In such cases, a scheme that tolerates a small fraction
A Dalgorithm.txt86 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 DREADME.txt91 with Turbo-C 3.0 and RedHat Linux 4.2 with gcc. In both cases I used
/AliOS-Things-master/components/mbedtls/
A DREADME.mbedtls.md146 …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 DChangeLog513 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 DREADME.rst294 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 DREADME.rst294 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 Dchange.log175 for N>8 scaling cases.
177 of the common asymmetric subsampling cases (2x1 and 1x2) without additional
A Dstructure.txt100 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 DREADME.md26 bytecode, in both cases either from an on-device filesystem or "frozen" into
/AliOS-Things-master/components/SDL2/test/
A Dutf8.txt71 2 Boundary condition test cases |
/AliOS-Things-master/components/SDL2/src/video/uikit/
A DSDL_uikitappdelegate.m296 /* If YES, the launch image will be incorrectly rotated in some cases. */

Completed in 23 milliseconds

123