Searched refs:errstring (Results 1 – 6 of 6) sorted by relevance
/external/autotest/client/cros/cellular/wardmodem/ |
D | state_machine.py | 184 def _raise_setup_error(self, errstring): argument 191 errstring = self._tag_with_name(errstring) 192 self._logger.error(errstring) 193 raise wme.WardModemSetupException(errstring) 196 def _raise_runtime_error(self, errstring): argument 203 errstring = self._tag_with_name(errstring) 204 self._logger.error(errstring) 205 raise wme.StateMachineException(errstring)
|
D | global_state.py | 151 def _setup_error(self, errstring): argument 158 self._logger.error(errstring) 159 raise wme.WardModemSetupException(errstring) 162 def _runtime_error(self, errstring): argument 169 self._logger.error(errstring) 170 raise wme.StateMachineException(errstring)
|
/external/blktrace/btreplay/ |
D | btrecord.c | 185 static inline void fatal(const char *errstring, const int exitval, in fatal() argument 190 if (errstring) in fatal() 191 perror(errstring); in fatal()
|
D | btreplay.c | 212 static inline void fatal(const char *errstring, const int exitval, in fatal() argument 217 if (errstring) in fatal() 218 perror(errstring); in fatal()
|
/external/libpcap/ |
D | pcap-dlpi.c | 1107 static char errstring[6+2+8+1]; local 1209 sprintf(errstring, "Error %02x", dl_errno); 1210 return (errstring);
|
/external/icu/icu4c/source/tools/tzcode/ |
D | zic.c | 1076 gethms(const char *string, const char *const errstring, const int signable) in gethms() argument 1095 error("%s", errstring); in gethms() 1101 error("%s", errstring); in gethms()
|