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

  /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 70 int *ignore_error[ERROR_TYPE_CNT]; member in struct:thread_options
297 uint32_t ignore_error[ERROR_TYPE_CNT][ERROR_STR_MAX]; member in struct:thread_options_pack
options.c 285 td->o.ignore_error[etype] = error;
    [all...]
  /external/fio/examples/
enospc-pressure.fio 17 ignore_error=,ENOSPC
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
python.py 89 error_handler=executive.ignore_error)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
platforminfo.py 77 output = self._executive.run_command(['system_profiler', 'SPDisplaysDataType'], error_handler=self._executive.ignore_error)
executive.py 186 self.run_command(command, error_handler=self.ignore_error)
336 def ignore_error(error): member in class:Executive
executive_mock.py 61 def ignore_error(error): member in class:MockExecutive
executive_unittest.py 108 Executive().run_command(["foo_bar_command_blah"], error_handler=Executive.ignore_error, return_exit_code=True)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
android.py 208 def push(self, host_path, device_path, ignore_error=False):
209 return self.run(['push', host_path, device_path], ignore_error=ignore_error)
211 def pull(self, device_path, host_path, ignore_error=False):
212 return self.run(['pull', device_path, host_path], ignore_error=ignore_error)
250 def run(self, command, ignore_error=False):
252 if ignore_error:
253 error_handler = self._executive.ignore_error
313 output = executive.run_command([adb_command_path, 'version'], error_handler=executive.ignore_error,
    [all...]
base.py     [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
git.py 72 return executive.run_command([cls.executable_name, 'rev-parse', '--is-inside-work-tree'], cwd=path, error_handler=Executive.ignore_error).rstrip() == "true"
91 return executive.run_command([cls.executable_name, "config", "--get-all", key], error_handler=Executive.ignore_error, cwd=cwd).rstrip('\n')
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/policies/
policy.hpp 63 #define BOOST_MATH_UNDERFLOW_ERROR_POLICY ignore_error
66 #define BOOST_MATH_DENORM_ERROR_POLICY ignore_error
69 #define BOOST_MATH_INDETERMINATE_RESULT_ERROR_POLICY ignore_error
180 ignore_error = 2, enumerator in enum:boost::math::policies::error_policy_type
    [all...]

Completed in 263 milliseconds