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

  /external/autotest/client/deps/fakegudev/src/
fakesyscalls.c 104 abort_on_error (GError *error) { function
133 abort_on_error (error);
135 abort_on_error (error);
137 abort_on_error (error);
140 abort_on_error (error);
157 abort_on_error (error);
fakegudev.c 169 abort_on_error (GError *error) { function
192 abort_on_error (error);
225 abort_on_error (error);
235 abort_on_error (error);
251 abort_on_error (error);
257 abort_on_error (error);
  /external/selinux/policycoreutils/setfiles/
restore.h 40 int abort_on_error; /* Abort the file tree walk upon an error. */ member in struct:restore_opts
setfiles.c 198 r_opts.abort_on_error = 1;
218 r_opts.abort_on_error = 0;
restore.c 291 if (!r_opts->abort_on_error)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
diagnostic.h 113 bool abort_on_error; member in struct:diagnostic_context
228 (DC)->abort_on_error = true
  /external/compiler-rt/lib/tsan/rtl/
tsan_flags.cc 66 cf.abort_on_error = false;
  /art/runtime/
indirect_reference_table.h 265 // WARNING: When using with abort_on_error = false, the object may be in a partially
268 bool abort_on_error = true);
indirect_reference_table.cc 88 bool abort_on_error)
99 if (abort_on_error) {
utils.cc     [all...]
thread.cc 2658 CurrentMethodVisitor visitor(const_cast<Thread*>(this), nullptr, abort_on_error); local
    [all...]
thread.h 393 // abort the runtime iff abort_on_error is true.
394 ArtMethod* GetCurrentMethod(uint32_t* dex_pc, bool abort_on_error = true) const
    [all...]
  /external/selinux/policycoreutils/restorecond/
restorecond.c 156 r_opts.abort_on_error = 0;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common.cc 146 if (common_flags()->abort_on_error)
sanitizer_mac.cc 467 if (common_flags()->abort_on_error)
  /external/wpa_supplicant_8/wpa_supplicant/
config.c 264 u8 abort_on_error, u8 masked)
279 if (abort_on_error || count == 0) {
    [all...]

Completed in 3943 milliseconds