Home
last modified time | relevance | path

Searched refs:test (Results 1 – 25 of 26) sorted by relevance

12

/components/net/lwip/lwip-2.0.3/
A DREADME.md23 …ad Team. The RT-Thread team already port the lwip 2.0.0, so I only do some move code and test jobs.
24 I use the memory pools to test lwip 2.0.2, I use the iperf tool to test it about more than 20 hours…
25 I don't test it working on memory heap.
A DFILES3 test/ - Some code to test whether the sources do what they should.
A DCHANGELOG641 * ip6.c: fixed bug #41094 (Byte-order bug in IPv6 fragmentation header test)
1899 unit test
2974 but never used. Fix msg_in.c with the correct #if test for a stat display.
3070 is not protected" by using new macros for interlocked access to modify/test
3200 * inet.c Modify (acc >> 16) test to ((acc >> 16) != 0) to help buggy
3747 inclusion. Need to create test case for unaliged, aligned, odd,
3827 No need to test isascii(c) before isdigit(c) or isxdigit(c).
/components/net/lwip/lwip-2.1.2/
A DFILES3 test/ - Some code to test whether the sources do what they should.
A DUPGRADING23 source heap/pool/etc.). As a consequence, applications can't test pbuf->type any more.
/components/net/lwip/lwip-2.0.3/test/fuzz/
A DREADME6 at http://lcamtuf.coredump.cx/afl/) and the sample inputs to test how
11 Just running make will produce the test program.
22 The input is split into different subdirectories since they test different
/components/utilities/
A DKconfig203 bool "Enable utest (RT-Thread test framework)"
215 bool "Enable auto run test cases"
218 If enable this option, the test cases will be run automatically when board boot up.
221 bool "Enable all selected modules' test cases"
224 If enable this option, all selected modules' test cases will be run.
225 Otherwise, only the test cases that are explicitly enabled will be run.
/components/net/lwip/lwip-2.1.2/test/fuzz/
A DREADME6 at http://lcamtuf.coredump.cx/afl/) and the sample inputs to test how
11 Just running make will produce the test program.
25 The input is split into different subdirectories since they test different
/components/drivers/sensor/v1/
A Dsensor_cmd.c177 MSH_CMD_EXPORT(sensor_fifo, Sensor fifo mode test function);
241 MSH_CMD_EXPORT(sensor_int, Sensor interrupt mode test function);
290 MSH_CMD_EXPORT(sensor_polling, Sensor polling mode test function);
535 MSH_CMD_EXPORT(sensor, sensor test function);
/components/net/lwip/lwip-2.1.2/test/unit/
A DFilelists.cmake11 set(LWIP_TESTDIR ${LWIP_DIR}/test/unit)
/components/drivers/sensor/v2/
A Dsensor_cmd.c425 MSH_CMD_EXPORT(sensor_fifo, Sensor fifo mode test function);
486 MSH_CMD_EXPORT(sensor_int, Sensor interrupt mode test function);
532 MSH_CMD_EXPORT(sensor_polling, Sensor polling mode test function);
801 MSH_CMD_EXPORT(sensor, sensor test function);
/components/legacy/fdt/examples/
A Dfdt_test.c122 MSH_CMD_EXPORT(dtb_test, dtb API test);
/components/drivers/usb/cherryusb/
A DKconfig418 prompt "demo for test cdc acm"
423 prompt "demo for test hid"
428 prompt "demo for test msc"
A DKconfig.rtt447 … prompt "demo for test cdc acm, cannot enable this demo, we have used serial framework instead"
452 prompt "demo for test hid"
457 prompt "demo for test msc, cannot enable this demo, we have used dfs instead"
A DKconfig.rttpkg446 … prompt "demo for test cdc acm, cannot enable this demo, we have used serial framework instead"
451 prompt "demo for test hid"
456 prompt "demo for test msc, cannot enable this demo, we have used dfs instead"
/components/net/at/src/
A Dat_server.c332 if (cmd->test == RT_NULL) in at_cmd_process()
337 return cmd->test(); in at_cmd_process()
/components/net/at/include/
A Dat.h75 at_result_t (*test)(void); member
/components/net/lwip/lwip-2.0.3/doc/
A Dcontrib.txt43 is to NOT touch archs you can't test and let maintainers take care of them.
/components/net/lwip/lwip-2.1.2/doc/
A Dcontrib.txt43 is to NOT touch archs you can't test and let maintainers take care of them.
/components/net/lwip/lwip-1.4.1/doc/
A Dcontrib.txt43 is to NOT touch archs you can't test and let maintainers take care of them.
/components/drivers/mtd/
A Dmtd_nand.c411 MSH_CMD_EXPORT(mtd_nand, MTD nand device test function);
/components/net/lwip/lwip-2.0.3/doc/doxygen/
A Dlwip.Doxyfile619 # The GENERATE_TESTLIST tag can be used to enable (YES) or disable (NO) the test
620 # list. This list is created by putting \test commands in the documentation.
859 # exclude all test directories for example use the pattern */test/*
870 # exclude all test directories use the pattern */test/*
/components/net/lwip/lwip-2.1.2/doc/doxygen/
A Dlwip.Doxyfile628 # The GENERATE_TESTLIST tag can be used to enable (YES) or disable (NO) the test
629 # list. This list is created by putting \test commands in the documentation.
869 # exclude all test directories for example use the pattern */test/*
880 # exclude all test directories use the pattern */test/*
A Dlwip.Doxyfile.cmake.in628 # The GENERATE_TESTLIST tag can be used to enable (YES) or disable (NO) the test
629 # list. This list is created by putting \test commands in the documentation.
869 # exclude all test directories for example use the pattern */test/*
880 # exclude all test directories use the pattern */test/*
/components/net/lwip/lwip-1.4.1/
A DCHANGELOG943 unit test
2018 but never used. Fix msg_in.c with the correct #if test for a stat display.
2114 is not protected" by using new macros for interlocked access to modify/test
2244 * inet.c Modify (acc >> 16) test to ((acc >> 16) != 0) to help buggy
2791 inclusion. Need to create test case for unaliged, aligned, odd,
2871 No need to test isascii(c) before isdigit(c) or isxdigit(c).

Completed in 52 milliseconds

12