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

/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/webkit/Tools/Scripts/webkitpy/tool/commands/
H A Drebaselineserver.py158 def test_result(self): member in class:RebaselineHTTPRequestHandler
/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/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/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/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/protobuf/gtest/test/
H A Dgtest_unittest.cc1882 TestResult test_result; local
1883 ASSERT_EQ(0, test_result.test_property_count());
1888 TestResult test_result; local
1890 TestResultAccessor::RecordProperty(&test_result, property);
1891 ASSERT_EQ(1, test_result.test_property_count());
1892 const TestProperty& actual_property = test_result.GetTestProperty(0);
1899 TestResult test_result; local
1902 TestResultAccessor::RecordProperty(&test_result, property_1);
1903 TestResultAccessor::RecordProperty(&test_result, property_2);
1904 ASSERT_EQ(2, test_result
1916 TestResult test_result; local
1938 TestResult test_result; local
1971 TestResult test_result; local
[all...]

Completed in 364 milliseconds