Home
last modified time | relevance | path

Searched refs:tests_to_do (Results 1 – 5 of 5) sorted by relevance

/dports/devel/efl/efl-1.25.1/src/bin/elementary/
H A Dperf.c47 static Eina_Array *tests_to_do = NULL; variable
92 p = (int)(uintptr_t)eina_array_data_get(tests_to_do, test_pos) - 1; in anim_tick()
154 if (test_pos >= eina_array_count_get(tests_to_do)) in all_tests()
162 p = (int)(uintptr_t)eina_array_data_get(tests_to_do, test_pos) - 1; in all_tests()
239 if (!tests_to_do) tests_to_do = eina_array_new(32); in elm_main()
240 eina_array_push(tests_to_do, (void *)(uintptr_t)atoi(argv[i])); in elm_main()
253 if (!tests_to_do) in elm_main()
255 tests_to_do = eina_array_new(32); in elm_main()
258 eina_array_push(tests_to_do, (void *)(uintptr_t)(j + 1)); in elm_main()
/dports/benchmarks/nbench/nbench-byte-2.2.3/
H A Dnbench0.c130 tests_to_do[i]=1; in main()
242 if(tests_to_do[i]) in main()
513 tests_to_do[TF_SSORT]=getflag(eptr); in read_comfile()
533 tests_to_do[TF_BITOP]=getflag(eptr); in read_comfile()
553 tests_to_do[TF_FPEMU]=getflag(eptr); in read_comfile()
572 tests_to_do[TF_FFPU]=getflag(eptr); in read_comfile()
587 tests_to_do[TF_ASSIGN]=getflag(eptr); in read_comfile()
601 tests_to_do[TF_IDEA]=getflag(eptr); in read_comfile()
620 tests_to_do[TF_HUFF]=getflag(eptr); in read_comfile()
640 tests_to_do[TF_NNET]=getflag(eptr); in read_comfile()
[all …]
H A Dnbench0.h199 int tests_to_do[NUMTESTS]; variable
/dports/www/drupal8/drupal-8.9.20/core/modules/locale/tests/src/Kernel/
H A DLocaleStringIsSafeTest.php54 $tests_to_do = [
65 foreach ($tests_to_do as $i => $test) {
/dports/www/drupal9/drupal-9.2.10/core/modules/locale/tests/src/Kernel/
H A DLocaleStringIsSafeTest.php54 $tests_to_do = [
65 foreach ($tests_to_do as $i => $test) {