Home
last modified time | relevance | path

Searched refs:tests (Results 1 – 25 of 136) sorted by relevance

123456

/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A DMakefile.am62 tests/pngtest\
64 tests/pngvalid-gamma-16-to-8 tests/pngvalid-gamma-alpha-mode\
67 tests/pngvalid-gamma-expand16-transform tests/pngvalid-gamma-sbit\
68 tests/pngvalid-gamma-threshold tests/pngvalid-gamma-transform\
72 tests/pngvalid-progressive-standard tests/pngvalid-standard\
73 tests/pngstest-1.8 tests/pngstest-1.8-alpha tests/pngstest-linear\
74 tests/pngstest-linear-alpha tests/pngstest-none tests/pngstest-none-alpha\
75 tests/pngstest-sRGB tests/pngstest-sRGB-alpha tests/pngunknown-IDAT\
76 tests/pngunknown-discard tests/pngunknown-if-safe tests/pngunknown-sAPI\
77 tests/pngunknown-sTER tests/pngunknown-save tests/pngunknown-vpAg\
[all …]
A DMakefile.in750 tests/pngstest-1.8 tests/pngstest-1.8-alpha tests/pngstest-linear\
751 tests/pngstest-linear-alpha tests/pngstest-none tests/pngstest-none-alpha\
752 tests/pngstest-sRGB tests/pngstest-sRGB-alpha tests/pngunknown-IDAT\
753 tests/pngunknown-discard tests/pngunknown-if-safe tests/pngunknown-sAPI\
754 tests/pngunknown-sTER tests/pngunknown-save tests/pngunknown-vpAg\
755 tests/pngimage-quick tests/pngimage-full
1581 tests/pngtest.log: tests/pngtest
1693 tests/pngstest-1.8.log: tests/pngstest-1.8
1721 tests/pngstest-none.log: tests/pngstest-none
1735 tests/pngstest-sRGB.log: tests/pngstest-sRGB
[all …]
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/main/
A DMakefile7 obj-y += ../../tests/rom/startup_ARMCM.S
17 obj-y += ../../tests/factory_suite/
19 obj-y += ../../tests/reliability_test/
25 obj-y += ../../tests/mbw_test/mbw.c
37 obj-y += ../../tests/hwtest/usb_dev_test.c
52 obj-y += ../../tests/hwtest/i2c_test.c
106 obj-y += ../../tests/hwtest/cp_test.c
111 obj-y += ../../tests/hwtest/tdm_test.c
140 obj-y += ../../tests/hwtest/asm_test.S
167 obj-y += ../../tests/hwtest/asm_test.S
[all …]
/AliOS-Things-master/components/py_engine/tests/net_hosted/
A DREADME1 This directory contains network tests which require just "peer to peer"
5 Note that setup for these tests and tests themselves are WIP, and may
8 So far, these tests are not run as part of the main testsuite and need
11 ./run-tests net_hosted/*.py
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Drelease.sh39 mkdir -p $outdir $outdir/unicode $outdir/tests
42 cp -a tests/bench-v8 $outdir/tests
91 mkdir -p $outdir $outdir/doc $outdir/tests $outdir/examples
106 cp tests/*.js tests/*.patch tests/bjson.c $outdir/tests
/AliOS-Things-master/components/py_engine/tests/
A Drun-internalbench.py26 for base_test, tests in sorted(test_dict.items()):
28 for test_file in tests:
53 for t in tests:
86 tests = sorted(
93 tests = sorted(args.files)
96 for t in tests:
A DREADME15 python3 run-tests --target haas100 --device /dev/cu.SLAB_USBtoUART -b 1500000
19 python3 run-tests --target haas100 --device /dev/cu.SLAB_USBtoUART -b 1500000 tinytest.py
22 python3 run-tests --target haas100 --device /dev/cu.SLAB_USBtoUART -b 1500000 -d thread
A Drun-tests-exp.sh21tests="basics/*.py micropython/*.py float/*.py import/*.py io/*.py misc/*.py unicode/*.py extmod/*…
23 tests="$@"
26 for infile in $tests
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/test/
A DMakefile.am26 AUTOMAKE_OPTIONS = 1.12 color-tests parallel-tests foreign
219 generate-tiff2bw-tests:
236 generate-tiff2rgba-tests:
254 generate-tiffcrop-R90-tests:
290 generate-tiffcrop-extract-tests:
325 generate-tiffcrop-tests: \
326 generate-tiffcrop-R90-tests \
331 generate-tests: \
332 generate-tiff2bw-tests \
333 generate-tiff2rgba-tests \
[all …]
/AliOS-Things-master/components/py_engine/engine/tools/
A Dtinytest-codegen.py108 tests = [] variable
121 tests += [test for test in glob("{}/*.py".format(group)) if test not in exclude_tests]
124 tests.append(l.rstrip())
126 output.extend([test_function.format(**script_to_map(test)) for test in tests])
127 testcase_members = [testcase_member.format(**chew_filename(test)) for test in tests]
A Dci.sh166 …(cd tests && MICROPY_MICROPYTHON=../ports/javascript/node_run.sh ./run-tests.py -j1 basics/builtin…
349 $1 $2 -shared -o tests/unix/ffi_lib.so tests/unix/ffi_lib.c
365 …(cd tests && MICROPY_CPYTHON3=python3 MICROPY_MICROPYTHON=../ports/unix/$micropython ./run-multite…
393 …(cd tests && MICROPY_CPYTHON3=python3 MICROPY_MICROPYTHON=../ports/unix/micropython-minimal ./run-
406 …(cd tests && MICROPY_CPYTHON3=python3 MICROPY_MICROPYTHON=../ports/unix/micropython ./run-perfbenc…
435 (cd tests && ./run-natmodtests.py "$@" extmod/{btree*,framebuf*,uheapq*,ure*,uzlib*}.py)
542 …(cd tests && ./run-tests.py --exclude 'uasyncio_(basic|heaplock|lock|wait_task)' --exclude 'import…
562 …(cd tests && MICROPY_MICROPYTHON=../ports/unix/micropython-coverage ./run-tests.py --exclude 'vfs_…
582 …(cd tests && MICROPY_MICROPYTHON=../ports/unix/micropython-coverage ./run-tests.py --exclude 'vfs_…
/AliOS-Things-master/components/py_engine/tests/basics/
A Dbuiltin_allany.py3 tests = ( variable
15 for test in tests:
18 for test in tests:
A Dbuiltin_round.py3 tests = [ variable
7 for t in tests:
A Dbuiltin_sum.py3 tests = ( variable
12 for test in tests:
A Dbuiltin_round_int.py10 tests = [ variable
17 for t in tests:
A Dbuiltin_round_intbig.py12 tests = [ variable
16 for t in tests:
A Dspecial_comparisons2.py20 tests = (None, 0, 1, 'a') variable
22 for val in tests:
/AliOS-Things-master/components/py_engine/tests/net_inet/
A DREADME1 This directory contains network tests which require Internet connection.
2 Note that these tests are not run as part of the main testsuite and need
5 ./run-tests net_inet/*.py
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/dotzlib/
A Dreadme.txt18 Unit tests:
20 The file DotZLib/UnitTests.cs contains unit tests for use with NUnit 2.1 or higher.
21 To include unit tests in the build, define nunit before building.
31 DotZLib/UnitTests.cs for instructions on how to include unit tests in the
39 nunit={true|false} to include or esclude unit tests (default=true).
47 will build a release mode version of the library without unit tests.
49 will build a debug version of the library with unit tests
/AliOS-Things-master/components/jsoncpp/
A Dmeson_options.txt2 'tests',
5 description : 'Enable building tests')
/AliOS-Things-master/components/py_engine/tests/float/
A Dbuiltin_float_round.py4 tests = [ variable
18 for t in tests:
/AliOS-Things-master/components/mbedtls/
A DREADME.mbedtls.md34 In order to run the tests, enter:
38 The tests need Perl to be built and run. If you don't have Perl installed, you can skip building th…
42 You'll still be able to run a much smaller set of tests with:
64 In order to run the tests, enter:
72 …the test suites, but kept the programs enabled, you can still run a much smaller set of tests with:
146 Mbed TLS includes an elaborate test suite in `tests/` that initially requires Perl to generate the
150 - `tests/ssl-opt.sh` runs integration tests for various TLS options (renegotiation, resumption, e…
151 - `tests/compat.sh` tests interoperability of every ciphersuite with other implementations.
152 - `tests/scripts/test-ref-configs.pl` test builds in various reduced configurations.
153 - `tests/scripts/key-exchanges.pl` test builds in configurations with a single key exchange enabl…
[all …]
/AliOS-Things-master/components/py_engine/tests/feature_check/
A DREADME1 This directory doesn't contain real tests, but code snippets to detect
3 other means. Scripts here are executed by run-tests at the beginning of
/AliOS-Things-master/components/jsoncpp/src/jsontestrunner/
A DCMakeLists.txt30 # Run end to end parser/writer tests
34 # Run unit tests in post-build
42 …## Create tests for dashboard submission, allows easy review of CI results https://my.cdash.org/in…
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/dotzlib/DotZLib/
A DUnitTests.cs46 #region Circular buffer tests
116 #region Adler tests
154 #region Info tests
171 #region Deflate tests
211 #region Inflate tests

Completed in 22 milliseconds

123456