Home
last modified time | relevance | path

Searched refs:test_status (Results 1 – 7 of 7) sorted by relevance

/external/jemalloc/test/src/
Dtest.c5 static test_status_t test_status = test_status_pass; variable
18 test_status = test_status_skip; in test_skip()
31 test_status = test_status_fail; in test_fail()
35 test_status_string(test_status_t test_status) in test_status_string() argument
38 switch (test_status) { in test_status_string()
51 test_status = test_status_pass; in p_test_init()
59 test_counts[test_status]++; in p_test_fini()
60 malloc_printf("%s: %s\n", test_name, test_status_string(test_status)); in p_test_fini()
85 if (test_status > ret) in p_test()
86 ret = test_status; in p_test()
[all …]
/external/lldb/test/functionalities/platform/
DTestPlatformCommand.py31 def test_status(self): member in PlatformCommandTestCase
/external/libnfc-nxp/src/
DphHciNfc_DevMgmt.h329 uint8_t test_status
DphHciNfc_DevMgmt.c132 uint8_t test_status; member
306 uint8_t test_status in phHciNfc_DevMgmt_Set_Test_Result() argument
318 p_device_mgmt_info->test_status = test_status; in phHciNfc_DevMgmt_Set_Test_Result()
1264 p_device_mgmt_info->test_status = (uint8_t) ( length > HCP_HEADER_LEN ) ? in phHciNfc_Recv_DevMgmt_Response()
DphHciNfc_Sequence.c176 NFCSTATUS test_status,
196 NFCSTATUS test_status,
2433 NFCSTATUS test_status, in phHciNfc_Test_Sequence() argument
2447 comp_info.status = test_status; in phHciNfc_Test_Sequence()
2462 HCI_DEBUG(" HCI System Test Completed : Status = %u\n", test_status); in phHciNfc_Test_Sequence()
/external/chromium-trace/trace-viewer/third_party/webapp2/tests/
Dresponse_test.py71 def test_status(self): member in TestResponse
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-main.c1836 SyscallStatus test_status; in VG_() local
1861 getSyscallStatusFromGuestState( &test_status, &tst->arch.vex ); in VG_()
1863 vg_assert(eq_SyscallStatus( &sci->status, &test_status )); in VG_()