HomeSort by relevance Sort by last modified time
    Searched refs:ignore_error (Results 1 - 10 of 10) sorted by null

  /build/kati/
command.h 29 : output(o), echo(true), ignore_error(false) {
34 bool ignore_error; member in struct:Command
command.cc 155 void ParseCommandPrefixes(StringPiece* s, bool* echo, bool* ignore_error) {
162 *ignore_error = true;
214 bool ignore_error = global_ignore_error; local
215 ParseCommandPrefixes(&cmd, &echo, &ignore_error);
221 command->ignore_error = ignore_error;
236 c->ignore_error = false;
exec.cc 116 if (command->ignore_error) {
  /external/fio/
td_error.c 21 if (!td->o.ignore_error[etype]) {
22 td->o.ignore_error[etype] = __NON_FATAL_ERR;
30 if (td->o.ignore_error[etype][i] == err)
thread_options.h 74 int *ignore_error[ERROR_TYPE_CNT]; member in struct:thread_options
303 uint32_t ignore_error[ERROR_TYPE_CNT][ERROR_STR_MAX]; member in struct:thread_options_pack
options.c 288 td->o.ignore_error[etype] = error;
    [all...]
  /external/autotest/client/cros/networking/
pm_proxy.py 48 def _get_machine(ignore_error):
62 if ignore_error:
  /external/fio/examples/
enospc-pressure.fio 17 ignore_error=,ENOSPC
  /external/autotest/site_utils/
gmail_lib.py 110 def send_message(self, message, ignore_error=True):
114 @param ignore_error: If True, will ignore any HttpError.
122 if ignore_error:
153 client.send_message(m, ignore_error=False)
  /external/toolchain-utils/automation/clients/helper/
crosstool.py 146 ignore_error=True)),

Completed in 288 milliseconds