Searched refs:error_type (Results 1 – 4 of 4) sorted by relevance
/tools/acloud/public/ |
D | report.py | 113 self.error_type = "" 149 def SetErrorType(self, error_type): argument 155 self.error_type = error_type 219 def UpdateFailure(self, error, error_type=None): argument 228 if error_type: 229 self.SetErrorType(error_type) 242 error_type=self.error_type,
|
D | report_test.py | 65 error_type = "GCE_QUOTA_ERROR" 67 test_report.SetErrorType(error_type) 68 self.assertEqual(test_report.error_type, error_type) 72 error_type = "GCE_QUOTA_ERROR" 75 test_report.UpdateFailure(error_msg, error_type) 78 self.assertEqual(test_report.error_type, error_type)
|
/tools/test/connectivity/acts_tests/tests/google/wifi/ |
D | WifiRssiTest.py | 160 error_type = 'absolute' 162 error_type = 'centered' 193 'shift = {:.2f} dB)\n').format(key, error_type, 199 'shift = {:.2f} dB)\n').format(key, error_type, 204 'shift = {:.2f} dB)\n').format(key, error_type,
|
/tools/asuite/atest/tf_proto/ |
D | test_record.proto | 141 string error_type = 20; field
|