Searched refs:errstring (Results 1 - 7 of 7) sorted by relevance

/external/autotest/client/cros/cellular/wardmodem/
H A Dstate_machine.py184 def _raise_setup_error(self, errstring):
188 @param errstring: The error string.
191 errstring = self._tag_with_name(errstring)
192 self._logger.error(errstring)
193 raise wme.WardModemSetupException(errstring)
196 def _raise_runtime_error(self, errstring):
200 @param errstring: The error string.
203 errstring = self._tag_with_name(errstring)
[all...]
H A Dglobal_state.py151 def _setup_error(self, errstring):
155 @param errstring: The error string.
158 self._logger.error(errstring)
159 raise wme.WardModemSetupException(errstring)
162 def _runtime_error(self, errstring):
166 @param errstring: The error string.
169 self._logger.error(errstring)
170 raise wme.StateMachineException(errstring)
/external/blktrace/btreplay/
H A Dbtrecord.c185 static inline void fatal(const char *errstring, const int exitval, argument
190 if (errstring)
191 perror(errstring);
H A Dbtreplay.c206 * The 'fatal' macro will output a perror message (if errstring is !NULL)
212 static inline void fatal(const char *errstring, const int exitval, argument
217 if (errstring)
218 perror(errstring);
/external/opencv3/doc/pattern_tools/
H A Dsvgfig.py1235 errstring = "Path command \"%s\" requires a number at index %d" % (command, index)
1238 raise ValueError, errstring
1246 errstring = "Path command \"%s\" requires an x,y pair at index %d" % (command, index)
1251 raise ValueError, errstring
1255 raise ValueError, errstring
1263 errstring = "Path command \"%s\" requires a cx,cy,x,y quadruplet at index %d" % (command, index)
1270 raise ValueError, errstring
1274 raise ValueError, errstring
1284 errstring = "Path command \"%s\" requires a c1x,c1y,c2x,c2y,x,y sextuplet at index %d" % (command, index)
1293 raise ValueError, errstring
[all...]
/external/libpcap/
H A Dpcap-dlpi.c1107 static char errstring[6+2+8+1]; local
1209 sprintf(errstring, "Error %02x", dl_errno);
1210 return (errstring);
/external/icu/icu4c/source/tools/tzcode/
H A Dzic.c1072 ** Call error with errstring and return zero on errors.
1076 gethms(const char *string, const char *const errstring, const int signable) argument
1095 error("%s", errstring);
1101 error("%s", errstring);

Completed in 1703 milliseconds