Home
last modified time | relevance | path

Searched refs:test_result (Results 1 – 25 of 206) sorted by relevance

123456789

/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderIsolines.cpp68 void TessellationShadersIsolines::checkFirstOuterTessellationLevelEffect(_test_result &test_result, in checkFirstOuterTessellationLevelEffect() argument
71 glcts::Context &context = test_result.parent->parent->getContext(); in checkFirstOuterTessellationLevelEffect()
76 if (test_result.n_vertices != 0) in checkFirstOuterTessellationLevelEffect()
88 TESSELLATION_SHADER_VERTEX_SPACING_EQUAL, test_result.parent->outer_tess_levels[0], in checkFirstOuterTessellationLevelEffect()
94 if (test_result.n_isolines != n_isolines_expected) in checkFirstOuterTessellationLevelEffect()
96 tcu::TestContext &test = test_result.parent->parent->getTestContext(); in checkFirstOuterTessellationLevelEffect()
99 … << "Tessellator generated an invalid amount of isolines:" << test_result.n_isolines in checkFirstOuterTessellationLevelEffect()
102 << " (" << test_result.parent->inner_tess_levels[0] << ", " in checkFirstOuterTessellationLevelEffect()
103 << test_result.parent->inner_tess_levels[1] << ")" in checkFirstOuterTessellationLevelEffect()
105 << " (" << test_result.parent->outer_tess_levels[0] << ", " in checkFirstOuterTessellationLevelEffect()
[all …]
DesextcTessellationShaderIsolines.hpp138 typedef void (*PFNTESTRESULTPROCESSORPROC)(_test_result &test_result, glw::GLenum glToken);
157 void countIsolines(_test_result &test_result);
171 static void checkFirstOuterTessellationLevelEffect(_test_result &test_result,
176 …static void checkNoLineSegmentIsDefinedAtHeightOne(_test_result &test_result, const glw::GLenum un…
178 static void checkSecondOuterTessellationLevelEffect(_test_result &test_result,
/external/pdfium/testing/tools/
Dtest_runner.py68 def HandleResult(self, test_case, test_result): argument
71 test_result.status = self._SuppressStatus(input_filename,
72 test_result.status)
73 if test_result.status == result_types.UNKNOWN:
76 elif test_result.status == result_types.SKIP:
78 elif not test_result.IsPass():
81 for artifact in test_result.image_artifacts:
92 if not test_result.IsPass():
93 if test_result.reason:
95 if test_result.log:
[all …]
/external/sdv/vsomeip/third_party/boost/range/test/algorithm_test/
Dset_intersection.cpp31 Iterator test_result in check_result() argument
36 std::distance<Iterator>(test_cont.begin(), test_result) in check_result()
59 iterator_t test_result in test() local
63 test_cont, test_result); in test()
65 test_result = boost::set_intersection( in test()
70 test_cont, test_result); in test()
72 test_result = boost::set_intersection( in test()
77 test_cont, test_result); in test()
79 test_result = boost::set_intersection( in test()
85 test_cont, test_result); in test()
[all …]
Dset_symmetric_difference.cpp31 Iterator test_result in check_result() argument
36 std::distance<Iterator>(test_cont.begin(), test_result) in check_result()
59 iterator_t test_result in test() local
64 test_cont, test_result); in test()
66 test_result = boost::set_symmetric_difference( in test()
71 test_cont, test_result); in test()
73 test_result = boost::set_symmetric_difference( in test()
78 test_cont, test_result); in test()
80 test_result = boost::set_symmetric_difference( in test()
86 test_cont, test_result); in test()
[all …]
Dset_union.cpp31 Iterator test_result in check_result() argument
36 std::distance<Iterator>(test_cont.begin(), test_result) in check_result()
59 iterator_t test_result in test() local
63 test_cont, test_result); in test()
65 test_result = boost::set_union(boost::make_iterator_range(cont1), in test()
69 test_cont, test_result); in test()
71 test_result = boost::set_union(cont1, in test()
76 test_cont, test_result); in test()
78 test_result = boost::set_union(boost::make_iterator_range(cont1), in test()
83 test_cont, test_result); in test()
[all …]
Dset_difference.cpp31 Iterator test_result in check_result() argument
36 std::distance<Iterator>(test_cont.begin(), test_result) in check_result()
59 iterator_t test_result in test() local
63 test_cont, test_result); in test()
65 test_result = boost::set_difference( in test()
70 test_cont, test_result); in test()
72 test_result = boost::set_difference( in test()
77 test_cont, test_result); in test()
79 test_result = boost::set_difference( in test()
85 test_cont, test_result); in test()
[all …]
Dincludes.cpp35 bool test_result = boost::includes(cont1, cont2); in test() local
37 BOOST_CHECK( reference_result == test_result ); in test()
49 BOOST_CHECK( test_result == boost::includes(boost::make_iterator_range(cont1), cont2) ); in test()
50 BOOST_CHECK( test_result == boost::includes(cont1, boost::make_iterator_range(cont2)) ); in test()
51 …BOOST_CHECK( test_result == boost::includes(boost::make_iterator_range(cont1), boost::make_iterato… in test()
81 bool test_result = boost::includes(cont1, cont2, pred); in test_pred() local
83 BOOST_CHECK( reference_result == test_result ); in test_pred()
95 … BOOST_CHECK( test_result == boost::includes(boost::make_iterator_range(cont1), cont2, pred) ); in test_pred()
96 … BOOST_CHECK( test_result == boost::includes(cont1, boost::make_iterator_range(cont2), pred) ); in test_pred()
97 …BOOST_CHECK( test_result == boost::includes(boost::make_iterator_range(cont1), boost::make_iterato… in test_pred()
Dbinary_search.cpp35 bool test_result = boost::binary_search(test, 5); in test() local
37 BOOST_CHECK( reference_result == test_result ); in test()
39 BOOST_CHECK( test_result == boost::binary_search(boost::make_iterator_range(test), 5) ); in test()
70 bool test_result = boost::binary_search(test, 5, pred); in test_pred() local
72 … BOOST_CHECK( test_result == boost::binary_search(boost::make_iterator_range(test), 5, pred) ); in test_pred()
74 BOOST_CHECK( reference_result == test_result ); in test_pred()
/external/ltp/testcases/kernel/kvm/
Dlib_guest.c12 static struct tst_kvm_result *const test_result = variable
443 test_result->result = TBROK; in tst_fatal_error()
444 test_result->lineno = lineno; in tst_fatal_error()
445 test_result->file_addr = (uintptr_t)file; in tst_fatal_error()
447 strcpy(test_result->message, message); in tst_fatal_error()
448 strcat(test_result->message, " at address 0x"); in tst_fatal_error()
449 ptr2hex(test_result->message + strlen(test_result->message), ip); in tst_fatal_error()
461 test_result->result = result; in tst_res_()
462 test_result->lineno = lineno; in tst_res_()
463 test_result->file_addr = (uintptr_t)file; in tst_res_()
[all …]
/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
Dskb_load_bytes.c9 int err, prog_fd, test_result; in test_skb_load_bytes() local
31 test_result = skel->bss->test_result; in test_skb_load_bytes()
32 if (!ASSERT_EQ(test_result, -EFAULT, "offset -1")) in test_skb_load_bytes()
39 test_result = skel->bss->test_result; in test_skb_load_bytes()
40 if (!ASSERT_EQ(test_result, 0, "offset 10")) in test_skb_load_bytes()
/external/e2fsprogs/lib/ext2fs/
Dtst_bitmaps.c302 int test_result, op_result; in do_setb() local
327 test_result = ext2fs_test_block_bitmap2(test_fs->block_map, block); in do_setb()
331 if (!test_result != !op_result) in do_setb()
333 test_result, op_result); in do_setb()
341 int test_result, op_result; in do_clearb() local
366 test_result = ext2fs_test_block_bitmap2(test_fs->block_map, block); in do_clearb()
370 if (!test_result != !op_result) in do_clearb()
372 test_result, op_result); in do_clearb()
380 int test_result; in do_testb() local
399 test_result = in do_testb()
[all …]
/external/deqp/external/openglcts/modules/common/
DglcViewportArrayTests.cpp977 …thRangeArrayHelper(Utils::DepthFuncWrapper &depthFunc, GLint max_viewports, bool &test_result, T *) in depthRangeArrayHelper() argument
989 checkGLError(GL_NO_ERROR, "depthRangeArray, correct parameters", test_result); in depthRangeArrayHelper()
992 checkGLError(GL_INVALID_VALUE, "depthRangeArray, <first> == GL_MAX_VIEWPORTS", test_result); in depthRangeArrayHelper()
995 … checkGLError(GL_NO_ERROR, "depthRangeArray, <first> + <count> == GL_MAX_VIEWPORTS", test_result); in depthRangeArrayHelper()
998 …eckGLError(GL_INVALID_VALUE, "depthRangeArray, <first> + <count> > GL_MAX_VIEWPORTS", test_result); in depthRangeArrayHelper()
1002 …RangeIndexedHelper(Utils::DepthFuncWrapper &depthFunc, GLint max_viewports, bool &test_result, T *) in depthRangeIndexedHelper() argument
1005 checkGLError(GL_NO_ERROR, "depthRangeIndexed, <index> == 0", test_result); in depthRangeIndexedHelper()
1008 checkGLError(GL_NO_ERROR, "depthRangeIndexed, <index> == GL_MAX_VIEWPORTS - 1", test_result); in depthRangeIndexedHelper()
1011 checkGLError(GL_INVALID_VALUE, "depthRangeIndexed, <index> == GL_MAX_VIEWPORTS", test_result); in depthRangeIndexedHelper()
1014 checkGLError(GL_INVALID_VALUE, "depthRangeIndexed, <index> > GL_MAX_VIEWPORTS", test_result); in depthRangeIndexedHelper()
[all …]
DglcRobustnessTests.cpp255 bool test_result = true; in iterate() local
299test_result = test_result && verifyResult((void *)input4f, (void *)result4f, sizeof(GLfloat) * 4, in iterate()
301test_result = test_result && verifyError(gl.getError(), GL_NO_ERROR, "getnUniformfv [false negativ… in iterate()
304test_result = test_result && verifyError(gl.getError(), GL_INVALID_OPERATION, "getnUniformfv [fals… in iterate()
307 test_result = test_result && in iterate()
309test_result = test_result && verifyError(gl.getError(), GL_NO_ERROR, "getnUniformiv [false negativ… in iterate()
312test_result = test_result && verifyError(gl.getError(), GL_INVALID_OPERATION, "getnUniformiv [fals… in iterate()
315test_result = test_result && verifyResult((void *)input4ui, (void *)result4ui, sizeof(GLuint) * 4, in iterate()
317test_result = test_result && verifyError(gl.getError(), GL_NO_ERROR, "getnUniformuiv [false negati… in iterate()
320test_result = test_result && verifyError(gl.getError(), GL_INVALID_OPERATION, "getnUniformuiv [fal… in iterate()
[all …]
/external/trusty/bootloader/test-runner/
Dtest-runner.c73 char test_result[256]; in boot() local
75 .base = test_result, in boot()
76 .len = sizeof(test_result), in boot()
304 if (ret <= 0 || ret >= (int)sizeof(test_result)) { in boot()
308 if (test_result[0] == TEST_PASSED) { in boot()
310 } else if (test_result[0] == TEST_FAILED) { in boot()
312 } else if (test_result[0] == TEST_MESSAGE) { in boot()
313 log_buf(test_result + 1, ret - 1); in boot()
318 status = test_result[0] != TEST_PASSED; in boot()
/external/ltp/testcases/kernel/device-drivers/uaccess/
Dltp_uaccess.c40 static int test_result; variable
55 return scnprintf(buf, PAGE_SIZE, "%d\n", test_result); in sys_result()
69 test_result = 0; in sys_tcase()
75 test_result = strncmp(test_str, buffer, str_size) ? 1 : 0; in sys_tcase()
78 test_result |= ch != test_str[0]; in sys_tcase()
83 test_result = 1; in sys_tcase()
88 test_result |= 1; in sys_tcase()
/external/ltp/testcases/kernel/device-drivers/block/block_dev_kernel/
Dltp_block_dev.c67 static int test_result; variable
345 return scnprintf(buf, PAGE_SIZE, "%d\n", test_result); in sys_result()
362 test_result = 0; in sys_tcase()
365 test_result |= tc01(); in sys_tcase()
368 test_result |= tc02(); in sys_tcase()
371 test_result |= tc03(); in sys_tcase()
374 test_result |= tc04(); in sys_tcase()
377 test_result |= tc05(); in sys_tcase()
380 test_result |= tc06(); in sys_tcase()
383 test_result |= tc07(); in sys_tcase()
[all …]
/external/linux-kselftest/tools/testing/selftests/net/
Dunicast_extensions.sh128 test_result=0
129 _do_segmenttest "$@" || test_result=1
138 [ -n "$expect_failure" ] && test_result=`expr 1 - $test_result`
140 show_result $test_result "$4"
156 test_result=0
157 _do_route_test "$@" || test_result=1
169 [ -n "$expect_failure" ] && test_result=`expr 1 - $test_result`
170 show_result $test_result "$6"
/external/libchrome/base/test/launcher/
Dunit_test_launcher.cc309 TestResult test_result = results_map[test_names[i]]; in ProcessTestResults() local
310 if (test_result.status == TestResult::TEST_CRASH) { in ProcessTestResults()
317 test_result.status = TestResult::TEST_TIMEOUT; in ProcessTestResults()
319 } else if (test_result.status == TestResult::TEST_SUCCESS || in ProcessTestResults()
320 test_result.status == TestResult::TEST_FAILURE) { in ProcessTestResults()
326 if (test_result.elapsed_time > in ProcessTestResults()
328 test_result.status = TestResult::TEST_TIMEOUT; in ProcessTestResults()
331 test_result.output_snippet = GetTestOutputSnippet(test_result, output); in ProcessTestResults()
332 final_results.push_back(test_result); in ProcessTestResults()
339 TestResult test_result; in ProcessTestResults() local
[all …]
/external/cronet/tot/base/test/launcher/
Dtest_results_tracker.cc329 TestResult test_result; in GeneratePlaceholderIteration() local
330 test_result.full_name = test_name; in GeneratePlaceholderIteration()
331 test_result.status = TestResult::TEST_NOT_RUN; in GeneratePlaceholderIteration()
339 test_result); in GeneratePlaceholderIteration()
456 const TestResult& test_result = j.second.test_results[k]; in SaveSummaryAsJSON() local
460 test_result_value.Set("status", test_result.StatusAsString()); in SaveSummaryAsJSON()
463 static_cast<int>(test_result.elapsed_time.InMilliseconds())); in SaveSummaryAsJSON()
465 if (test_result.thread_id) { in SaveSummaryAsJSON()
467 static_cast<int>(*test_result.thread_id)); in SaveSummaryAsJSON()
469 if (test_result.process_num) in SaveSummaryAsJSON()
[all …]
/external/cronet/stable/base/test/launcher/
Dtest_results_tracker.cc329 TestResult test_result; in GeneratePlaceholderIteration() local
330 test_result.full_name = test_name; in GeneratePlaceholderIteration()
331 test_result.status = TestResult::TEST_NOT_RUN; in GeneratePlaceholderIteration()
339 test_result); in GeneratePlaceholderIteration()
456 const TestResult& test_result = j.second.test_results[k]; in SaveSummaryAsJSON() local
460 test_result_value.Set("status", test_result.StatusAsString()); in SaveSummaryAsJSON()
463 static_cast<int>(test_result.elapsed_time.InMilliseconds())); in SaveSummaryAsJSON()
465 if (test_result.thread_id) { in SaveSummaryAsJSON()
467 static_cast<int>(*test_result.thread_id)); in SaveSummaryAsJSON()
469 if (test_result.process_num) in SaveSummaryAsJSON()
[all …]
/external/igt-gpu-tools/tests/
Dmeta_test.c92 static void test_result(bool result) in test_result() function
129 test_result(true);
134 test_result(true);
138 test_result(false);
/external/deqp/external/openglcts/modules/gl/
Dgl4cBufferStorageTests.cpp1651 bool test_result = true; in iterate() local
1676 verifyError(GL_INVALID_OPERATION, message.c_str(), test_result); in iterate()
1695 test_result); in iterate()
1702 …GL_INVALID_OPERATION, "BufferStorage was executed for target with immutable storage", test_result); in iterate()
1722 … verifyError(GL_INVALID_VALUE, "NamedBufferStorage was executed with size == 0", test_result); in iterate()
1725 … verifyError(GL_INVALID_VALUE, "NamedBufferStorage was executed with size == -16", test_result); in iterate()
1732 verifyError(GL_INVALID_VALUE, "BufferStorage was executed with size == 0", test_result); in iterate()
1735 verifyError(GL_INVALID_VALUE, "BufferStorage was executed with size == -16", test_result); in iterate()
1757 test_result); in iterate()
1764 …r(GL_INVALID_VALUE, "BufferStorage was executed with flags == GL_MAP_PERSISTENT_BIT", test_result); in iterate()
[all …]
/external/antlr/runtime/Perl5/t/lib/ANTLR/Runtime/
DTest.pm76 my $test_result;
98 $test_result = run_program([ get_perl(), '-Mblib', "-I$tmpdir", $test_program_file ]);
99 if ($test_result->{exit_code} >> 8 != 0) {
100 croak $test_result->{err};
106 my $actual = $test_result->{out};
/external/libusb/tests/
Dtestlib.c148 libusb_testlib_result test_result; in libusb_testlib_run_tests() local
165 test_result = test->function(); in libusb_testlib_run_tests()
166 libusb_testlib_logf("%s (%d)", test_result_to_str(test_result), test_result); in libusb_testlib_run_tests()
167 switch (test_result) { in libusb_testlib_run_tests()

123456789