Home
last modified time | relevance | path

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

/external/antlr/antlr-3.4/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/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
Dsingle_test_runner.py125 test_result = self._compare_output(driver_output, expected_driver_output)
127 … driver_output, expected_driver_output, test_result.failures)
128 return test_result
273 test_result = self._compare_output_with_reference(driver_output1, driver_output2)
276 driver_output1, driver_output2, test_result.failures)
277 return test_result
Djson_results_generator.py305 test_result = self._test_results_map[test_name]
306 if test_result.modifier in self.MODIFIER_TO_CHAR.keys():
307 return self.MODIFIER_TO_CHAR[test_result.modifier]
319 test_result = self._test_results_map[test_name]
320 if test_result.modifier == TestResult.DISABLED:
323 if test_result.failed:
Dprinting.py429 test_result = result_summary.results[next_test]
430 self._print_unexpected_test_result(test_result)
Dtest_runner.py96 …test_timings_map = dict((test_result.filename, test_result.test_run_time) for test_result in test_…
/external/clang/utils/
DFuzzTest143 test_result = (exit_code == opts.expected_exit_code or
151 if not opts.log_all and test_result:
155 if not test_result:
159 return test_result
339 test_result = run_one_test(ta, test, input_files, args)
340 if not test_result and opts.stop_on_fail:
/external/chromium/chrome/browser/printing/
Dprinting_layout_uitest.cc56 FilePath test_result(ScanFiles(verification_name)); in CompareWithResult() local
57 if (test_result.value().empty()) { in CompareWithResult()
77 file_util::CopyFile(test_result, emf); in CompareWithResult()
85 Image test_content(test_result); in CompareWithResult()
94 file_util::CopyFile(test_result, FilePath( in CompareWithResult()
/external/chromium/testing/gtest/src/
Dgtest-internal-inl.h1013 static void RecordProperty(TestResult* test_result, in RecordProperty() argument
1015 test_result->RecordProperty(property); in RecordProperty()
1018 static void ClearTestPartResults(TestResult* test_result) { in ClearTestPartResults() argument
1019 test_result->ClearTestPartResults(); in ClearTestPartResults()
1023 const TestResult& test_result) { in test_part_results() argument
1024 return test_result.test_part_results(); in test_part_results()
/external/gtest/src/
Dgtest-internal-inl.h1020 static void RecordProperty(TestResult* test_result, in RecordProperty() argument
1022 test_result->RecordProperty(property); in RecordProperty()
1025 static void ClearTestPartResults(TestResult* test_result) { in ClearTestPartResults() argument
1026 test_result->ClearTestPartResults(); in ClearTestPartResults()
1030 const TestResult& test_result) { in test_part_results() argument
1031 return test_result.test_part_results(); in test_part_results()
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-internal-inl.h1019 static void RecordProperty(TestResult* test_result, in RecordProperty() argument
1021 test_result->RecordProperty(property); in RecordProperty()
1024 static void ClearTestPartResults(TestResult* test_result) { in ClearTestPartResults() argument
1025 test_result->ClearTestPartResults(); in ClearTestPartResults()
1029 const TestResult& test_result) { in test_part_results() argument
1030 return test_result.test_part_results(); in test_part_results()
/external/protobuf/gtest/src/
Dgtest-internal-inl.h1229 static void RecordProperty(TestResult* test_result, in RecordProperty() argument
1231 test_result->RecordProperty(property); in RecordProperty()
1234 static void ClearTestPartResults(TestResult* test_result) { in ClearTestPartResults() argument
1235 test_result->ClearTestPartResults(); in ClearTestPartResults()
1239 const TestResult& test_result) { in test_part_results() argument
1240 return test_result.test_part_results(); in test_part_results()
/external/chromium/testing/gtest/test/
Dgtest_unittest.cc1618 TestResult test_result; in TEST() local
1619 ASSERT_EQ(0, test_result.test_property_count()); in TEST()
1624 TestResult test_result; in TEST() local
1626 TestResultAccessor::RecordProperty(&test_result, property); in TEST()
1627 ASSERT_EQ(1, test_result.test_property_count()); in TEST()
1628 const TestProperty& actual_property = test_result.GetTestProperty(0); in TEST()
1635 TestResult test_result; in TEST() local
1638 TestResultAccessor::RecordProperty(&test_result, property_1); in TEST()
1639 TestResultAccessor::RecordProperty(&test_result, property_2); in TEST()
1640 ASSERT_EQ(2, test_result.test_property_count()); in TEST()
[all …]
/external/gtest/test/
Dgtest_unittest.cc1618 TestResult test_result; in TEST() local
1619 ASSERT_EQ(0, test_result.test_property_count()); in TEST()
1624 TestResult test_result; in TEST() local
1626 TestResultAccessor::RecordProperty(&test_result, property); in TEST()
1627 ASSERT_EQ(1, test_result.test_property_count()); in TEST()
1628 const TestProperty& actual_property = test_result.GetTestProperty(0); in TEST()
1635 TestResult test_result; in TEST() local
1638 TestResultAccessor::RecordProperty(&test_result, property_1); in TEST()
1639 TestResultAccessor::RecordProperty(&test_result, property_2); in TEST()
1640 ASSERT_EQ(2, test_result.test_property_count()); in TEST()
[all …]
/external/protobuf/gtest/test/
Dgtest_unittest.cc1882 TestResult test_result; in TEST() local
1883 ASSERT_EQ(0, test_result.test_property_count()); in TEST()
1888 TestResult test_result; in TEST() local
1890 TestResultAccessor::RecordProperty(&test_result, property); in TEST()
1891 ASSERT_EQ(1, test_result.test_property_count()); in TEST()
1892 const TestProperty& actual_property = test_result.GetTestProperty(0); in TEST()
1899 TestResult test_result; in TEST() local
1902 TestResultAccessor::RecordProperty(&test_result, property_1); in TEST()
1903 TestResultAccessor::RecordProperty(&test_result, property_2); in TEST()
1904 ASSERT_EQ(2, test_result.test_property_count()); in TEST()
[all …]
/external/libnfc-nxp/src/
DphHciNfc_DevMgmt.c139 phNfc_sData_t test_result; member
290 p_test_result->buffer = p_device_mgmt_info->test_result.buffer; in phHciNfc_DevMgmt_Get_Test_Result()
291 p_test_result->length = p_device_mgmt_info->test_result.length; in phHciNfc_DevMgmt_Get_Test_Result()
1156 p_device_mgmt_info->test_result.buffer = NULL; in phHciNfc_DevMgmt_Test()
1157 p_device_mgmt_info->test_result.length = 0; in phHciNfc_DevMgmt_Test()
1266 p_device_mgmt_info->test_result.buffer = (uint8_t)( length > HCP_HEADER_LEN ) ? in phHciNfc_Recv_DevMgmt_Response()
1268 p_device_mgmt_info->test_result.length = ( length - HCP_HEADER_LEN ); in phHciNfc_Recv_DevMgmt_Response()
DphHciNfc_DevMgmt.h263 phNfc_sData_t *test_result
DphHciNfc_Sequence.c2440 static phNfc_sData_t test_result= {NULL,0}; in phHciNfc_Test_Sequence() local
2450 test_result.buffer = ( pdata + HCP_HEADER_LEN); in phHciNfc_Test_Sequence()
2451 test_result.length = length - HCP_HEADER_LEN; in phHciNfc_Test_Sequence()
2456 psHciContext, &test_result ); in phHciNfc_Test_Sequence()
2458 comp_info.info = &test_result; in phHciNfc_Test_Sequence()
DphHciNfc.c1630 static phNfc_sData_t test_result; in phHciNfc_System_Test() local
1652 test_result.buffer = &gpio_status; in phHciNfc_System_Test()
1654 (uint16_t)NFC_GPIO_READ, test_result.buffer); in phHciNfc_System_Test()
/external/webkit/Tools/Scripts/webkitpy/tool/commands/
Drebaselineserver.py158 def test_result(self): member in RebaselineHTTPRequestHandler