Home
last modified time | relevance | path

Searched refs:clear_tests (Results 1 – 16 of 16) sorted by relevance

/dports/irc/bitlbee/bitlbee-3.6/tests/
H A Dcheck_arc.c11 char *clear_tests[] = variable
24 for (i = 0; clear_tests[i]; i++) { in check_codec()
25 tcase_fn_start(clear_tests[i], __FILE__, __LINE__); in check_codec()
30 len = arc_encode(clear_tests[i], 0, &crypted, password, 12); in check_codec()
33 fail_if(strcmp(clear_tests[i], decrypted) != 0, in check_codec()
34 "%s didn't decrypt back properly", clear_tests[i]); in check_codec()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/panfrost/lib/tests/
H A Dtest-clear.c43 static const struct test clear_tests[] = { variable
155 for (unsigned i = 0; i < ARRAY_SIZE(clear_tests); ++i) { in main()
156 struct test T = clear_tests[i]; in main()
/dports/lang/clover/mesa-21.3.6/src/panfrost/lib/tests/
H A Dtest-clear.c43 static const struct test clear_tests[] = { variable
155 for (unsigned i = 0; i < ARRAY_SIZE(clear_tests); ++i) { in main()
156 struct test T = clear_tests[i]; in main()
/dports/graphics/libosmesa/mesa-21.3.6/src/panfrost/lib/tests/
H A Dtest-clear.c43 static const struct test clear_tests[] = { variable
155 for (unsigned i = 0; i < ARRAY_SIZE(clear_tests); ++i) { in main()
156 struct test T = clear_tests[i]; in main()
/dports/graphics/mesa-libs/mesa-21.3.6/src/panfrost/lib/tests/
H A Dtest-clear.c43 static const struct test clear_tests[] = { variable
155 for (unsigned i = 0; i < ARRAY_SIZE(clear_tests); ++i) { in main()
156 struct test T = clear_tests[i]; in main()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/panfrost/lib/tests/
H A Dtest-clear.c43 static const struct test clear_tests[] = { variable
155 for (unsigned i = 0; i < ARRAY_SIZE(clear_tests); ++i) { in main()
156 struct test T = clear_tests[i]; in main()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/panfrost/lib/tests/
H A Dtest-clear.c43 static const struct test clear_tests[] = { variable
155 for (unsigned i = 0; i < ARRAY_SIZE(clear_tests); ++i) { in main()
156 struct test T = clear_tests[i]; in main()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/panfrost/lib/tests/
H A Dtest-clear.c43 static const struct test clear_tests[] = { variable
155 for (unsigned i = 0; i < ARRAY_SIZE(clear_tests); ++i) { in main()
156 struct test T = clear_tests[i]; in main()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/panfrost/lib/tests/
H A Dtest-clear.c43 static const struct test clear_tests[] = { variable
155 for (unsigned i = 0; i < ARRAY_SIZE(clear_tests); ++i) { in main()
156 struct test T = clear_tests[i]; in main()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/panfrost/lib/tests/
H A Dtest-clear.c43 static const struct test clear_tests[] = { variable
155 for (unsigned i = 0; i < ARRAY_SIZE(clear_tests); ++i) { in main()
156 struct test T = clear_tests[i]; in main()
/dports/graphics/mesa-dri/mesa-21.3.6/src/panfrost/lib/tests/
H A Dtest-clear.c43 static const struct test clear_tests[] = { variable
155 for (unsigned i = 0; i < ARRAY_SIZE(clear_tests); ++i) { in main()
156 struct test T = clear_tests[i]; in main()
/dports/cad/openroad/OpenROAD-2.0/src/sta/test/
H A Dregression_vars.tcl83 proc clear_tests {} { procedure
/dports/cad/openroad/OpenROAD-2.0/test/
H A Dregression_vars.tcl101 proc clear_tests {} { procedure
/dports/sysutils/gsmartcontrol/gsmartcontrol-1.1.3/src/
H A Dgsc_info_window.h48 void fill_ui_with_info(bool scan = true, bool clear_ui = true, bool clear_tests = true);
H A Dgsc_info_window.cpp392 void GscInfoWindow::fill_ui_with_info(bool scan, bool clear_ui, bool clear_tests) in fill_ui_with_info() argument
397 clear_ui_info(clear_tests); in fill_ui_with_info()
845 if (clear_tests) { do { // Modify only after clearing tests! in fill_ui_with_info()
/dports/net-p2p/c-lightning/lightning-0.10.2/external/libwally-core/
H A Dconfigure.ac253 [clear_tests=$enableval], [clear_tests=yes])
256 AM_CONDITIONAL([USE_PTHREAD], [test "x$ac_have_pthread" == "xyes" -a "x$clear_tests" == "xyes"])