Searched defs:test_result (Results 1 - 25 of 27) sorted by relevance

12

/external/chromium_org/base/test/
H A Dthread_test_helper.h34 void set_test_result(bool test_result) { test_result_ = test_result; } argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/tests/
H A Dunit_test.h2 struct test_result { struct
10 void (*test_func)(struct test_result * result);
11 struct test_result result;
16 void test_begin(struct test_result * result);
17 void test_check(struct test_result * result, int cond);
/external/mesa3d/src/gallium/drivers/r300/compiler/tests/
H A Dunit_test.h2 struct test_result { struct
10 void (*test_func)(struct test_result * result);
11 struct test_result result;
16 void test_begin(struct test_result * result);
17 void test_check(struct test_result * result, int cond);
/external/chromium_org/build/android/pylib/host_driven/
H A Dtest_runner.py14 from pylib.instrumentation import test_result namespace
19 class HostDrivenExceptionTestResult(test_result.InstrumentationTestResult):
H A Dtest_case.py29 from pylib.instrumentation import test_result namespace
143 test_result.InstrumentationTestResult(
/external/chromium_org/chrome/browser/ui/webui/
H A Dweb_ui_test_handler.cc60 void WebUITestHandler::HandleTestResult(const ListValue* test_result) { argument
72 ASSERT_TRUE(test_result->GetBoolean(0, &test_succeeded_));
75 ASSERT_TRUE(test_result->GetString(1, &message));
/external/chromium_org/build/android/pylib/instrumentation/
H A Dtest_runner.py20 import test_result namespace
320 result = test_result.InstrumentationTestResult(
324 result = test_result.InstrumentationTestResult(
340 results.AddResult(test_result.InstrumentationTestResult(
/external/chromium_org/chrome_frame/test/net/
H A Dfake_external_tab.h99 int test_result() const { function in class:CFUrlRequestUnittestRunner
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/
H A Drebaselineserver.py262 def test_result(self): member in class:RebaselineHTTPRequestHandler
/external/chromium_org/tools/grit/grit/
H A Dtest_suite_all.py149 test_result = unittest.TextTestRunner(verbosity=2).run(TestSuiteAll()) variable in class:TestSuiteAll
150 sys.exit(len(test_result.errors) + len(test_result.failures))
/external/libnfc-nxp/src/
H A DphHciNfc.c1630 static phNfc_sData_t test_result; local
1652 test_result.buffer = &gpio_status;
1654 (uint16_t)NFC_GPIO_READ, test_result.buffer);
H A DphHciNfc_Sequence.c2440 static phNfc_sData_t test_result= {NULL,0}; local
2450 test_result.buffer = ( pdata + HCP_HEADER_LEN);
2451 test_result.length = length - HCP_HEADER_LEN;
2456 psHciContext, &test_result );
2458 comp_info.info = &test_result;
H A DphHciNfc_DevMgmt.c139 phNfc_sData_t test_result; member in struct:phHciNfc_DevMgmt_Info
290 p_test_result->buffer = p_device_mgmt_info->test_result.buffer;
291 p_test_result->length = p_device_mgmt_info->test_result.length;
1156 p_device_mgmt_info->test_result.buffer = NULL;
1157 p_device_mgmt_info->test_result.length = 0;
1266 p_device_mgmt_info->test_result.buffer = (uint8_t)( length > HCP_HEADER_LEN ) ?
1268 p_device_mgmt_info->test_result.length = ( length - HCP_HEADER_LEN );
/external/chromium_org/chrome/browser/net/
H A Dnetwork_stats.cc620 bool test_result = status == SUCCESS; local
621 std::string middle_name = test_result ? "Connectivity.Success"
640 if (!test_result || !packets_received_mask_.test(0))
/external/chromium/testing/gtest/src/
H A Dgtest-internal-inl.h1013 static void RecordProperty(TestResult* test_result, argument
1015 test_result->RecordProperty(property);
1018 static void ClearTestPartResults(TestResult* test_result) { argument
1019 test_result->ClearTestPartResults();
1023 const TestResult& test_result) {
1024 return test_result.test_part_results();
1022 test_part_results( const TestResult& test_result) argument
/external/chromium_org/testing/gtest/src/
H A Dgtest-internal-inl.h1038 static void RecordProperty(TestResult* test_result, argument
1040 test_result->RecordProperty(property);
1043 static void ClearTestPartResults(TestResult* test_result) { argument
1044 test_result->ClearTestPartResults();
1048 const TestResult& test_result) {
1049 return test_result.test_part_results();
1047 test_part_results( const TestResult& test_result) argument
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest-internal-inl.h1020 static void RecordProperty(TestResult* test_result, argument
1022 test_result->RecordProperty(property);
1025 static void ClearTestPartResults(TestResult* test_result) { argument
1026 test_result->ClearTestPartResults();
1030 const TestResult& test_result) {
1031 return test_result.test_part_results();
1029 test_part_results( const TestResult& test_result) argument
/external/gtest/src/
H A Dgtest-internal-inl.h1020 static void RecordProperty(TestResult* test_result, argument
1022 test_result->RecordProperty(property);
1025 static void ClearTestPartResults(TestResult* test_result) { argument
1026 test_result->ClearTestPartResults();
1030 const TestResult& test_result) {
1031 return test_result.test_part_results();
1029 test_part_results( const TestResult& test_result) argument
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal-inl.h1019 static void RecordProperty(TestResult* test_result, argument
1021 test_result->RecordProperty(property);
1024 static void ClearTestPartResults(TestResult* test_result) { argument
1025 test_result->ClearTestPartResults();
1029 const TestResult& test_result) {
1030 return test_result.test_part_results();
1028 test_part_results( const TestResult& test_result) argument
/external/mesa3d/src/gtest/src/
H A Dgtest-internal-inl.h1020 static void RecordProperty(TestResult* test_result, argument
1022 test_result->RecordProperty(property);
1025 static void ClearTestPartResults(TestResult* test_result) { argument
1026 test_result->ClearTestPartResults();
1030 const TestResult& test_result) {
1031 return test_result.test_part_results();
1029 test_part_results( const TestResult& test_result) argument
/external/open-vcdiff/gtest/src/
H A Dgtest-internal-inl.h1233 static void RecordProperty(TestResult* test_result, argument
1235 test_result->RecordProperty(property);
1238 static void ClearTestPartResults(TestResult* test_result) { argument
1239 test_result->ClearTestPartResults();
1243 const TestResult& test_result) {
1244 return test_result.test_part_results();
1242 test_part_results( const TestResult& test_result) argument
/external/protobuf/gtest/src/
H A Dgtest-internal-inl.h1229 static void RecordProperty(TestResult* test_result, argument
1231 test_result->RecordProperty(property);
1234 static void ClearTestPartResults(TestResult* test_result) { argument
1235 test_result->ClearTestPartResults();
1239 const TestResult& test_result) {
1240 return test_result.test_part_results();
1238 test_part_results( const TestResult& test_result) argument
/external/chromium/testing/gtest/test/
H A Dgtest_unittest.cc1618 TestResult test_result; local
1619 ASSERT_EQ(0, test_result.test_property_count());
1624 TestResult test_result; local
1626 TestResultAccessor::RecordProperty(&test_result, property);
1627 ASSERT_EQ(1, test_result.test_property_count());
1628 const TestProperty& actual_property = test_result.GetTestProperty(0);
1635 TestResult test_result; local
1638 TestResultAccessor::RecordProperty(&test_result, property_1);
1639 TestResultAccessor::RecordProperty(&test_result, property_2);
1640 ASSERT_EQ(2, test_result
1652 TestResult test_result; local
1674 TestResult test_result; local
1703 TestResult test_result; local
[all...]
/external/chromium_org/testing/gtest/test/
H A Dgtest_unittest.cc1401 TestResult test_result; local
1402 ASSERT_EQ(0, test_result.test_property_count());
1407 TestResult test_result; local
1409 TestResultAccessor::RecordProperty(&test_result, property);
1410 ASSERT_EQ(1, test_result.test_property_count());
1411 const TestProperty& actual_property = test_result.GetTestProperty(0);
1418 TestResult test_result; local
1421 TestResultAccessor::RecordProperty(&test_result, property_1);
1422 TestResultAccessor::RecordProperty(&test_result, property_2);
1423 ASSERT_EQ(2, test_result
1435 TestResult test_result; local
1457 TestResult test_result; local
1486 TestResult test_result; local
[all...]
/external/gtest/test/
H A Dgtest_unittest.cc1618 TestResult test_result; local
1619 ASSERT_EQ(0, test_result.test_property_count());
1624 TestResult test_result; local
1626 TestResultAccessor::RecordProperty(&test_result, property);
1627 ASSERT_EQ(1, test_result.test_property_count());
1628 const TestProperty& actual_property = test_result.GetTestProperty(0);
1635 TestResult test_result; local
1638 TestResultAccessor::RecordProperty(&test_result, property_1);
1639 TestResultAccessor::RecordProperty(&test_result, property_2);
1640 ASSERT_EQ(2, test_result
1652 TestResult test_result; local
1674 TestResult test_result; local
1703 TestResult test_result; local
[all...]

Completed in 2114 milliseconds

12