test_type          49 ompi/mca/io/romio321/romio/test-internal/heap_test.c     int test_type = RANDOM;
test_type          64 ompi/mca/io/romio321/romio/test-internal/heap_test.c 	    test_type = ALL;
test_type          69 ompi/mca/io/romio321/romio/test-internal/heap_test.c 	    test_type = atoi(argv[i+1]);
test_type          80 ompi/mca/io/romio321/romio/test-internal/heap_test.c 	    test_type = RANDOM;
test_type          91 ompi/mca/io/romio321/romio/test-internal/heap_test.c 	    test_type = CUSTOM;
test_type         122 ompi/mca/io/romio321/romio/test-internal/heap_test.c     if (test_type == RANDOM) {
test_type         126 ompi/mca/io/romio321/romio/test-internal/heap_test.c     else if (test_type == CUSTOM)
test_type         128 ompi/mca/io/romio321/romio/test-internal/heap_test.c     if ((test_type == CUSTOM) || (test_type == RANDOM)) {
test_type         153 ompi/mca/io/romio321/romio/test-internal/heap_test.c 	if (test_type == ALL) {
test_type         164 ompi/mca/io/romio321/romio/test-internal/heap_test.c 	    predefined_tests[test_type-1].print = print;
test_type         165 ompi/mca/io/romio321/romio/test-internal/heap_test.c 	    predefined_tests[test_type-1].verify = verify;
test_type         166 ompi/mca/io/romio321/romio/test-internal/heap_test.c 	    init_predefined_test(&predefined_tests[test_type-1], test_type-1);
test_type         168 ompi/mca/io/romio321/romio/test-internal/heap_test.c 		print_params(&predefined_tests[test_type-1]);
test_type         169 ompi/mca/io/romio321/romio/test-internal/heap_test.c 	    run_test(&predefined_tests[test_type-1]);