Home
last modified time | relevance | path

Searched refs:failure_reason (Results 1 – 21 of 21) sorted by relevance

/external/autotest/client/common_lib/cros/network/
Dxmlrpc_datatypes.py116 failure_reason='unknown'): argument
140 self.failure_reason = failure_reason
159 failure_reason=raw[4])
/external/cros/system_api/dbus/vm_concierge/
Dservice.proto96 string failure_reason = 2; field
113 // The failure_reason if the requested VM could not be stopped.
114 string failure_reason = 2; field
190 string failure_reason = 3; field
212 string failure_reason = 3; field
/external/autotest/server/site_tests/network_WiFi_ChaosConnectDisconnect/
Dnetwork_WiFi_ChaosConnectDisconnect.py53 i, assoc_result.failure_reason)
56 'error' : assoc_result.failure_reason,
/external/toolchain-utils/crosperf/
Dbenchmark_run.py51 self.failure_reason = ''
127 self.failure_reason = 'Return value of test suite was non-zero.'
135 self.failure_reason = str(e)
154 self.failure_reason = 'Thread terminated.'
Dresults_report.py321 [benchmark_run.timeline.GetLastEvent(), benchmark_run.failure_reason]
/external/autotest/server/cros/network/
Dwpa_cli_proxy.py312 assoc_result.failure_reason = 'Discovery timed out'
320 assoc_result.failure_reason = 'Association timed out'
328 assoc_result.failure_reason = 'DHCP negotiation timed out'
Dconnection_worker.py101 ' reason: %s', (i+1), assoc_result.failure_reason)
Dwifi_test_context_manager.py274 connect_name, assoc_result.failure_reason))
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.h326 string* failure_reason);
368 string* failure_reason) const;
385 string* failure_reason);
Dir_emitter.cc1325 HloComputation* function, string* failure_reason) const { in MatchReductionGenerator()
1332 *failure_reason = "root instruction is not a binary operation"; in MatchReductionGenerator()
1342 *failure_reason = "complex values not supported"; in MatchReductionGenerator()
1356 *failure_reason = in MatchReductionGenerator()
1369 *failure_reason = "did not recognize root instruction opcode"; in MatchReductionGenerator()
1592 string* failure_reason) { in EmitVectorizedReduce() argument
1598 MatchReductionGenerator(function, failure_reason); in EmitVectorizedReduce()
1622 *failure_reason = "reduction over minor dimension not implemented"; in EmitVectorizedReduce()
2320 string* failure_reason) { in EmitFastConcatenate() argument
2322 *failure_reason = in EmitFastConcatenate()
[all …]
/external/autotest/client/common_lib/cros/
Ddev_server.py2145 success, failure_reason, duration): argument
2187 failure_reason.classification if failure_reason else '',
2359 failure_reason = None
2390 failure_reason = DevServerExceptionClassifier(str(e))
2432 failure_reason = DevServerExceptionClassifier(
2443 if failure_reason:
2444 error_list.append(failure_reason)
2447 is_au_success, failure_reason,
/external/autotest/server/site_tests/network_WiFi_ChaosLongConnect/
Dnetwork_WiFi_ChaosLongConnect.py56 (i+1), assoc_result.failure_reason)
/external/autotest/server/cros/clique_lib/
Dclique_dut_control.py248 run_num, assoc_result.failure_reason)
252 error_reason=assoc_result.failure_reason,
/external/autotest/client/cros/networking/
Dshill_xmlrpc_server.py178 failure_reason='No wifi interfaces found?')
190 failure_reason='Failed to configure bgscan')
/external/python/cpython2/PC/bdist_wininst/
Dinstall.c151 char *failure_reason = NULL; variable
229 if (failure_reason) in set_failure_reason()
230 free(failure_reason); in set_failure_reason()
231 failure_reason = strdup(reason); in set_failure_reason()
236 if (!failure_reason) in get_failure_reason()
238 return failure_reason; in get_failure_reason()
/external/python/cpython3/PC/bdist_wininst/
Dinstall.c151 char *failure_reason = NULL; variable
236 if (failure_reason) in set_failure_reason()
237 free(failure_reason); in set_failure_reason()
238 failure_reason = strdup(reason); in set_failure_reason()
243 if (!failure_reason) in get_failure_reason()
245 return failure_reason; in get_failure_reason()
/external/wpa_supplicant_8/src/ap/
Dhostapd.h101 enum wps_error_indication failure_reason; member
Dwps_hostapd.c704 hapd->wps_stats.failure_reason = WPS_EI_AUTH_FAILURE; in hostapd_pwd_auth_fail()
779 hapd->wps_stats.failure_reason = fail->error_indication; in hostapd_wps_event_fail()
/external/autotest/client/site_tests/power_LoadTest/
Dpower_LoadTest.py167 result.configuration_time, result.failure_reason)
/external/wpa_supplicant_8/hostapd/
Dctrl_iface.c566 hapd->wps_stats.failure_reason > 0) { in hostapd_ctrl_iface_wps_get_status()
569 wps_ei_str(hapd->wps_stats.failure_reason)); in hostapd_ctrl_iface_wps_get_status()
/external/v8/src/crankshaft/
Dhydrogen.h2385 const char* failure_reason,