Home
last modified time | relevance | path

Searched refs:test_ops (Results 1 – 25 of 520) sorted by relevance

12345678910>>...21

/dports/devel/agar/agar-1.5.0/tools/agar-bench/
H A Dagar-bench.c18 extern struct test_ops pixelops_test;
19 extern struct test_ops primitives_test;
20 extern struct test_ops surfaceops_test;
21 extern struct test_ops memops_test;
22 extern struct test_ops misc_test;
23 extern struct test_ops events_test;
25 struct test_ops *tests[] = {
44 struct test_ops *test = AG_PTR(1); in RunTests()
156 struct test_ops *test = AG_PTR(1); in SaveToCSV()
180 struct test_ops *test = AG_PTR(1); in SaveToFileDlg()
[all …]
/dports/devel/cppcheck/cppcheck-2.6.3/test/
H A Dtesttoken.cpp756 std::vector<std::string> test_ops; in matchOp() local
758 append_vector(test_ops, bitOps); in matchOp()
760 append_vector(test_ops, logicalOps); in matchOp()
779 std::vector<std::string> test_ops; in matchConstOp() local
781 append_vector(test_ops, bitOps); in matchConstOp()
827 std::vector<std::string> test_ops; in isOp() local
829 append_vector(test_ops, bitOps); in isOp()
854 std::vector<std::string> test_ops; in isConstOp() local
856 append_vector(test_ops, bitOps); in isConstOp()
881 std::vector<std::string> test_ops; in isExtendedOp() local
[all …]
/dports/devel/cppcheck-gui/cppcheck-2.6.3/test/
H A Dtesttoken.cpp756 std::vector<std::string> test_ops; in matchOp() local
758 append_vector(test_ops, bitOps); in matchOp()
760 append_vector(test_ops, logicalOps); in matchOp()
779 std::vector<std::string> test_ops; in matchConstOp() local
781 append_vector(test_ops, bitOps); in matchConstOp()
827 std::vector<std::string> test_ops; in isOp() local
829 append_vector(test_ops, bitOps); in isOp()
854 std::vector<std::string> test_ops; in isConstOp() local
856 append_vector(test_ops, bitOps); in isConstOp()
881 std::vector<std::string> test_ops; in isExtendedOp() local
[all …]
/dports/sysutils/u-boot-utilite/u-boot-2015.07/test/dm/
H A Dtest-driver.c32 static const struct test_ops test_ops = { variable
78 .ops = &test_ops,
89 .ops = &test_ops,
104 static const struct test_ops test_manual_ops = {
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/test/dm/
H A Dtest-driver.c31 static const struct test_ops test_ops = { variable
77 .ops = &test_ops,
88 .ops = &test_ops,
103 static const struct test_ops test_manual_ops = {
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/test/dm/
H A Dtest-driver.c31 static const struct test_ops test_ops = { variable
77 .ops = &test_ops,
88 .ops = &test_ops,
103 static const struct test_ops test_manual_ops = {
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/test/dm/
H A Dtest-driver.c31 static const struct test_ops test_ops = { variable
77 .ops = &test_ops,
88 .ops = &test_ops,
103 static const struct test_ops test_manual_ops = {
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/test/dm/
H A Dtest-driver.c31 static const struct test_ops test_ops = { variable
77 .ops = &test_ops,
88 .ops = &test_ops,
103 static const struct test_ops test_manual_ops = {
/dports/sysutils/u-boot-tools/u-boot-2020.07/test/dm/
H A Dtest-driver.c32 static const struct test_ops test_ops = { variable
78 .ops = &test_ops,
89 .ops = &test_ops,
104 static const struct test_ops test_manual_ops = {
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot/test/dm/
H A Dtest-driver.c31 static const struct test_ops test_ops = { variable
77 .ops = &test_ops,
88 .ops = &test_ops,
103 static const struct test_ops test_manual_ops = {
/dports/devel/libslang2/slang-2.3.2/src/test/
H A Dbstring.sl122 private define test_ops (a1, a2) function
156 test_ops ("hello", "world");
157 test_ops ("hello", "hello");
158 test_ops ("hell", "hello");
159 test_ops ("hello", "hell");
160 test_ops ("", "hell");
161 test_ops ("hell", "");
162 test_ops ("", "");
/dports/sysutils/u-boot-nanopi-neo2/u-boot-2021.07/test/dm/
H A Dtest-driver.c33 static const struct test_ops test_ops = { variable
86 .ops = &test_ops,
97 .ops = &test_ops,
112 static const struct test_ops test_manual_ops = {
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/test/dm/
H A Dtest-driver.c33 static const struct test_ops test_ops = { variable
86 .ops = &test_ops,
97 .ops = &test_ops,
112 static const struct test_ops test_manual_ops = {
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/test/dm/
H A Dtest-driver.c33 static const struct test_ops test_ops = { variable
86 .ops = &test_ops,
97 .ops = &test_ops,
112 static const struct test_ops test_manual_ops = {
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/test/dm/
H A Dtest-driver.c33 static const struct test_ops test_ops = { variable
86 .ops = &test_ops,
97 .ops = &test_ops,
112 static const struct test_ops test_manual_ops = {
/dports/sysutils/u-boot-beaglebone/u-boot-2021.07/test/dm/
H A Dtest-driver.c33 static const struct test_ops test_ops = { variable
86 .ops = &test_ops,
97 .ops = &test_ops,
112 static const struct test_ops test_manual_ops = {
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/test/dm/
H A Dtest-driver.c33 static const struct test_ops test_ops = { variable
86 .ops = &test_ops,
97 .ops = &test_ops,
112 static const struct test_ops test_manual_ops = {
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/test/dm/
H A Dtest-driver.c33 static const struct test_ops test_ops = { variable
86 .ops = &test_ops,
97 .ops = &test_ops,
112 static const struct test_ops test_manual_ops = {
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/test/dm/
H A Dtest-driver.c33 static const struct test_ops test_ops = { variable
86 .ops = &test_ops,
97 .ops = &test_ops,
112 static const struct test_ops test_manual_ops = {
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/test/dm/
H A Dtest-driver.c33 static const struct test_ops test_ops = { variable
86 .ops = &test_ops,
97 .ops = &test_ops,
112 static const struct test_ops test_manual_ops = {
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/test/dm/
H A Dtest-driver.c33 static const struct test_ops test_ops = { variable
86 .ops = &test_ops,
97 .ops = &test_ops,
112 static const struct test_ops test_manual_ops = {
/dports/sysutils/u-boot-rpi/u-boot-2021.07/test/dm/
H A Dtest-driver.c33 static const struct test_ops test_ops = { variable
86 .ops = &test_ops,
97 .ops = &test_ops,
112 static const struct test_ops test_manual_ops = {
/dports/sysutils/u-boot-nanopi-r4s/u-boot-2021.07/test/dm/
H A Dtest-driver.c33 static const struct test_ops test_ops = { variable
86 .ops = &test_ops,
97 .ops = &test_ops,
112 static const struct test_ops test_manual_ops = {
/dports/sysutils/u-boot-wandboard/u-boot-2021.07/test/dm/
H A Dtest-driver.c33 static const struct test_ops test_ops = { variable
86 .ops = &test_ops,
97 .ops = &test_ops,
112 static const struct test_ops test_manual_ops = {
/dports/sysutils/u-boot-chip/u-boot-2021.07/test/dm/
H A Dtest-driver.c33 static const struct test_ops test_ops = { variable
86 .ops = &test_ops,
97 .ops = &test_ops,
112 static const struct test_ops test_manual_ops = {

12345678910>>...21