Home
last modified time | relevance | path

Searched refs:abort_on_error (Results 1 – 19 of 19) sorted by relevance

/external/autotest/client/deps/fakegudev/src/
Dfakesyscalls.c104 abort_on_error (GError *error) { in abort_on_error() function
133 abort_on_error (error); in setup_redirection_map()
135 abort_on_error (error); in setup_redirection_map()
137 abort_on_error (error); in setup_redirection_map()
140 abort_on_error (error); in setup_redirection_map()
157 abort_on_error (error); in setup_redirection_map()
Dfakegudev.c169 abort_on_error (GError *error) { in abort_on_error() function
192 abort_on_error (error); in load_fake_devices_from_file()
225 abort_on_error (error); in load_fake_devices_from_file()
235 abort_on_error (error); in load_fake_devices_from_file()
251 abort_on_error (error); in load_fake_devices_from_file()
257 abort_on_error (error); in load_fake_devices_from_file()
/external/compiler-rt/test/sanitizer_common/
Dlit.common.cfg30 # On Darwin, we default to `abort_on_error=1`, which would make tests run
31 # much slower. Let's override this and run lit tests with 'abort_on_error=0'.
32 default_tool_options += ['abort_on_error=0']
/external/compiler-rt/test/ubsan/
Dlit.common.cfg42 # On Darwin, we default to `abort_on_error=1`, which would make tests run
43 # much slower. Let's override this and run lit tests with 'abort_on_error=0'.
44 default_ubsan_opts += ['abort_on_error=0']
/external/compiler-rt/test/tsan/
Dlit.cfg24 # On Darwin, we default to `abort_on_error=1`, which would make tests run
25 # much slower. Let's override this and run lit tests with 'abort_on_error=0'.
26 default_tsan_opts += ':abort_on_error=0'
/external/compiler-rt/lib/scudo/
Dscudo_termination.cpp27 if (common_flags()->abort_on_error) in Die()
/external/selinux/policycoreutils/setfiles/
Drestore.h32 unsigned int abort_on_error; member
Dsetfiles.c205 r_opts.abort_on_error = SELINUX_RESTORECON_ABORT_ON_ERROR;
229 r_opts.abort_on_error = 0;
Drestore.c44 r_opts->xdev | r_opts->abort_on_error | in restore_init()
/external/selinux/restorecond/
Drestore.h38 unsigned int abort_on_error; member
Drestore.c39 r_opts->xdev | r_opts->abort_on_error | in restore_init()
/external/compiler-rt/test/asan/
Dlit.cfg35 # On Darwin, we default to `abort_on_error=1`, which would make tests run
36 # much slower. Let's override this and run lit tests with 'abort_on_error=0'.
38 default_asan_opts = 'abort_on_error=0'
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_termination.cc58 if (common_flags()->abort_on_error) in Die()
Dsanitizer_mac.cc474 if (common_flags()->abort_on_error) in LogMessageOnPrintf()
Dsanitizer_flags.inc217 bool, abort_on_error, SANITIZER_ANDROID || SANITIZER_MAC,
/external/compiler-rt/lib/tsan/rtl/
Dtsan_flags.cc66 cf.abort_on_error = false; in InitializeFlags()
/external/selinux/libselinux/src/
Dselinux_restorecon.c84 bool abort_on_error; member
769 flags.abort_on_error = (restorecon_flags & in selinux_restorecon()
992 if (error && flags.abort_on_error) in selinux_restorecon()
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DScudoHardenedAllocator.rst201 options, such as ``allocator_may_return_null`` or ``abort_on_error``. A detailed
/external/wpa_supplicant_8/wpa_supplicant/
Dconfig.c265 u8 abort_on_error, u8 masked) in wpa_config_parse_addr_list() argument
280 if (abort_on_error || count == 0) { in wpa_config_parse_addr_list()