Searched refs:abort_on_error (Results 1 – 19 of 19) sorted by relevance
/external/autotest/client/deps/fakegudev/src/ |
D | fakesyscalls.c | 104 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()
|
D | fakegudev.c | 169 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/ |
D | lit.common.cfg | 30 # 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/ |
D | lit.common.cfg | 42 # 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/ |
D | lit.cfg | 24 # 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/ |
D | scudo_termination.cpp | 27 if (common_flags()->abort_on_error) in Die()
|
/external/selinux/policycoreutils/setfiles/ |
D | restore.h | 32 unsigned int abort_on_error; member
|
D | setfiles.c | 205 r_opts.abort_on_error = SELINUX_RESTORECON_ABORT_ON_ERROR; 229 r_opts.abort_on_error = 0;
|
D | restore.c | 44 r_opts->xdev | r_opts->abort_on_error | in restore_init()
|
/external/selinux/restorecond/ |
D | restore.h | 38 unsigned int abort_on_error; member
|
D | restore.c | 39 r_opts->xdev | r_opts->abort_on_error | in restore_init()
|
/external/compiler-rt/test/asan/ |
D | lit.cfg | 35 # 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/ |
D | sanitizer_termination.cc | 58 if (common_flags()->abort_on_error) in Die()
|
D | sanitizer_mac.cc | 474 if (common_flags()->abort_on_error) in LogMessageOnPrintf()
|
D | sanitizer_flags.inc | 217 bool, abort_on_error, SANITIZER_ANDROID || SANITIZER_MAC,
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_flags.cc | 66 cf.abort_on_error = false; in InitializeFlags()
|
/external/selinux/libselinux/src/ |
D | selinux_restorecon.c | 84 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/ |
D | ScudoHardenedAllocator.rst | 201 options, such as ``allocator_may_return_null`` or ``abort_on_error``. A detailed
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | config.c | 265 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()
|