Home
last modified time | relevance | path

Searched refs:run (Results 1 – 25 of 351) sorted by relevance

12345678910>>...15

/AliOS-Things-master/components/SDL2/src/video/
A DSDL_RLEaccel.c1168 run -= len; in RLEAlphaSurface()
1202 run -= len; in RLEAlphaSurface()
1366 run -= len; in RLEColorkeySurface()
1368 while (run) { in RLEColorkeySurface()
1374 run -= len; in RLEColorkeySurface()
1505 unsigned run; in UnRLEAlpha() local
1515 if (run) { in UnRLEAlpha()
1517 ofs += run; in UnRLEAlpha()
1530 unsigned run; in UnRLEAlpha() local
1534 if (run) { in UnRLEAlpha()
[all …]
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Drelease.sh53 make -j4 qjs run-test262
54 make -j4 CONFIG_M32=y qjs32 run-test262-32
55 strip qjs run-test262 qjs32 run-test262-32
63 cp qjs run-test262 $outdir
74 cp run-test262-32 $outdir/run-test262
102 run-test262.c test262o.conf test262.conf \
/AliOS-Things-master/components/py_engine/tests/extmod/
A Duasyncio_loop_stop.py.exp1 run 0
4 run 1
5 run 2
A Duasyncio_wait_for_fwd.py57 asyncio.run(test_cancellation_forwarded(False, False))
58 asyncio.run(test_cancellation_forwarded(False, True))
59 asyncio.run(test_cancellation_forwarded(True, True))
60 asyncio.run(test_cancellation_forwarded(True, False))
A Duasyncio_exception.py20 asyncio.run(main())
39 asyncio.run(main())
58 asyncio.run(main())
/AliOS-Things-master/components/py_engine/tests/net_inet/
A DREADME2 Note that these tests are not run as part of the main testsuite and need
3 to be run seperately (from the main test/ directory):
5 ./run-tests net_inet/*.py
/AliOS-Things-master/components/py_engine/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
/AliOS-Things-master/components/SDL2/src/gfx/
A Dmissing33 run=:
48 --run)
50 run=
59 run=:
125 if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
/AliOS-Things-master/components/SDL2/src/gfx/Test/
A Dmissing33 run=:
48 --run)
50 run=
59 run=:
125 if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
/AliOS-Things-master/components/py_engine/tests/net_hosted/
A DREADME8 So far, these tests are not run as part of the main testsuite and need
9 to be run seperately (from the main test/ directory):
11 ./run-tests net_hosted/*.py
/AliOS-Things-master/components/py_engine/tests/basics/
A Dgen_yield_from_stopped.py10 def run(): function
16 next(run())
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/example/
A Dparametrized_example.cc64 void run(const Params& params) { in run() function
183 run<float, float, float>(params); in main()
185 run<std::int8_t, std::int8_t, std::int8_t>(params); in main()
187 run<std::int8_t, std::int8_t, std::int16_t>(params); in main()
189 run<std::int8_t, std::int8_t, std::int32_t>(params); in main()
191 run<std::uint8_t, std::uint8_t, std::int16_t>(params); in main()
193 run<std::uint8_t, std::int8_t, std::uint8_t>(params); in main()
/AliOS-Things-master/components/amp/libjs/
A DREADME.md15 npm run build
20 npm run watch
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dconfig.h.in69 /* Turn on ARM Neon optimizations at run-time */
72 /* Check for ARM Neon support at run-time */
81 /* Turn on MIPS MSA optimizations at run-time */
84 /* Check for MIPS MSA support at run-time */
90 /* Turn on POWERPC VSX optimizations at run-time */
93 /* Check for POWERPC VSX support at run-time */
/AliOS-Things-master/components/py_engine/tests/feature_check/
A DREADME3 other means. Scripts here are executed by run-tests at the beginning of
4 testsuite to decide what other test groups to run/exclude.
/AliOS-Things-master/components/py_engine/tests/perf_bench/
A Dbenchrun.py22 run, result = bm_setup(param)
24 run()
A Dbm_fannkuch.py65 def run(): function
72 return run, result
A Dbm_pidigits.py49 def run(): function
60 return run, result
A Dbm_nqueens.py59 def run(): function
67 return run, result
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dtif_fax3.c403 uint32 x, bx, run; in _TIFFFax3fillruns() local
412 if (x+run > lastx || run > lastx ) in _TIFFFax3fillruns()
414 if (run) { in _TIFFFax3fillruns()
420 run -= 8-bx; in _TIFFFax3fillruns()
438 run &= 7; in _TIFFFax3fillruns()
440 if (run) in _TIFFFax3fillruns()
447 if (x+run > lastx || run > lastx ) in _TIFFFax3fillruns()
449 if (run) { in _TIFFFax3fillruns()
455 run -= 8-bx; in _TIFFFax3fillruns()
473 run &= 7; in _TIFFFax3fillruns()
[all …]
/AliOS-Things-master/components/cplusplus/example/cpp_aos/
A Dworkqueue_test.cpp54 pWork1->run(pWorkQueue->self()); in test_workqueue()
55 pWork2->run(pWorkQueue->self()); in test_workqueue()
/AliOS-Things-master/components/jsoncpp/
A DCONTRIBUTING.md45 You need to run tests manually only if you are troubleshooting an issue.
51 # This will run the Reader/Writer tests
54 # This will run the Reader/Writer tests, using JSONChecker test suite
61 # This will run the unit tests (mostly Value)
64 # You can run the tests using valgrind:
97 When a test is run, output files are generated beside the input test files. Below is a short descri…
146 …uide of the file you are modifying (or the above rules for new files), and run clang format. Meson…
151 For convenience, you can also run the `reformat.sh` script located in the root directory.
/AliOS-Things-master/components/py_engine/tests/multi_net/
A Duasyncio_tcp_close_write.py64 asyncio.run(tcp_server())
69 asyncio.run(tcp_client())
A Duasyncio_tcp_server_client.py53 asyncio.run(tcp_server())
58 asyncio.run(tcp_client(b"client data"))
A Duasyncio_tcp_readexactly.py63 asyncio.run(tcp_server())
68 asyncio.run(tcp_client())

Completed in 22 milliseconds

12345678910>>...15