/external/jemalloc/test/src/ |
test.c | 5 static test_status_t test_status = test_status_pass; variable 18 test_status = test_status_skip; 31 test_status = test_status_fail; 35 test_status_string(test_status_t test_status) 38 switch (test_status) { 51 test_status = test_status_pass; 59 test_counts[test_status]++; 60 malloc_printf("%s: %s\n", test_name, test_status_string(test_status)); 85 if (test_status > ret) 86 ret = test_status; [all...] |
/external/autotest/client/bin/ |
harness_simple.py | 28 def test_status(self, status, tag): member in class:harness_simple
|
harness.py | 75 def test_status(self, status, tag): member in class:harness
|
harness_autoserv.py | 76 def test_status(self, status, tag): member in class:harness_autoserv
|
harness_ABAT.py | 143 def test_status(self, msg, tag): member in class:harness_ABAT
|
job.py | 208 self.harness.test_status(rendered_entry, msg_tag) [all...] |
/external/autotest/client/site_tests/network_EthernetStressPlug/ |
network_EthernetStressPlug.py | 109 self.test_status = { 137 Updates self.test_status with the status of the ethernet interface. 166 self.test_status['ipaddress'] = ethernet_status['ipaddress'] 173 self.test_status['eth_state'] = False 174 self.test_status['reason'] = '%s is not ready: %s == %s' \ 179 self.test_status['eth_state'] = False 180 self.test_status['reason'] = '%s is not ready. (%s)\n' \ 188 self.test_status['eth_state'] = True 189 self.test_status['reason'] = None 275 self.test_status['ipaddress'] is not None) [all...] |
/external/autotest/tko/ |
site_parse.py | 193 for test_status in list(results): 194 if test_status['crashes']: 196 elif test_status['status'] == 'PASS': 197 results.remove(test_status)
|
/external/autotest/client/tools/ |
scan_results.py | 38 test_status = parts[0].split()[1] 42 result_list.append((test_name, test_status,
|
/external/autotest/client/virt/ |
virt_scheduler.py | 100 test_status = ["waiting"] * len(self.tests) 127 test_status[test_index] = ("fail", "pass")[status] 133 test_status[i] = "fail" 149 if test_status[i] != "waiting": 160 if test_status[j] != "pass"] 194 test_status[i] = "running"
|
/external/autotest/server/ |
frontend.py | 159 test_status = [] 172 test_status.append(status_dict) 174 return [TestStatus(self, e) for e in test_status] 460 for test_status in job.test_status[host].fail: 462 (host, test_status.test_name, 463 test_status.reason)) 595 job.test_status = {} 603 for test_status in test_statuses: 605 if test_status.test_name == 'SERVER_JOB' [all...] |
site_gtest_runner.py | 239 test_status = self._test_status.get(test, ('not known', [])) 240 return test_status[0] 289 test_status = self._test_status.get(test, ('', [])) 290 return test_status[1]
|
/external/autotest/puppylab/ |
results_mocker.py | 63 self.test_status = os.path.join(self.test_results, 'status') 124 self.test_status,
|
/external/libnfc-nxp/src/ |
phHciNfc_DevMgmt.h | 329 uint8_t test_status
|
phHciNfc_DevMgmt.c | 132 uint8_t test_status; member in struct:phHciNfc_DevMgmt_Info 306 uint8_t test_status 318 p_device_mgmt_info->test_status = test_status; [all...] |
phHciNfc_Sequence.c | 176 NFCSTATUS test_status, 196 NFCSTATUS test_status, [all...] |
/external/autotest/server/cros/ |
goofy_client.py | 265 def _log_test_results(self, test_status, current_suite): 268 @param test_status: The status dictionary of a single test. 274 (current_suite, test_status.get('path'), 275 test_status.get('status')))
|
/external/autotest/site_utils/ |
test_push.py | 347 for test_name,test_status in test_views.items(): 348 print "%s%s" % (test_name.ljust(30), test_status) 358 if val != test_status: 360 (test_name, val, test_status))
|
/external/chromium-trace/catapult/third_party/webapp2/tests/ |
response_test.py | 71 def test_status(self): member in class:TestResponse
|
/external/autotest/frontend/afe/ |
models_test.py | 91 def test_status(self): member in class:SpecialTaskUnittest
|
/external/valgrind/coregrind/m_syswrap/ |
syswrap-main.c | 2096 SyscallStatus test_status; local [all...] |
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/ |
omx_vdec_test.cpp | 171 } test_status; typedef in typeref:enum:__anon34080 280 test_status currentStatus = GOOD_STATE; [all...] |
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/ |
omx_vdec_test.cpp | 293 } test_status; typedef in typeref:enum:__anon34101 410 test_status currentStatus = GOOD_STATE; [all...] |