Searched refs:abort_on_error (Results 1 – 16 of 16) 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 | 27 # On Darwin, we default to `abort_on_error=1`, which would make tests run 28 # much slower. Let's override this and run lit tests with 'abort_on_error=0'. 29 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/selinux/policycoreutils/setfiles/ |
D | restore.h | 40 int abort_on_error; /* Abort the file tree walk upon an error. */ member
|
D | setfiles.c | 198 r_opts.abort_on_error = 1; 218 r_opts.abort_on_error = 0;
|
D | restore.c | 291 if (!r_opts->abort_on_error) in apply_spec()
|
/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/tsan/rtl/ |
D | tsan_flags.cc | 66 cf.abort_on_error = false; in InitializeFlags()
|
/external/selinux/policycoreutils/restorecond/ |
D | restorecond.c | 156 r_opts.abort_on_error = 0; in main()
|
/external/autotest/client/tests/kvm/ |
D | tests.cfg.sample | 137 #abort_on_error = yes
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common.cc | 146 if (common_flags()->abort_on_error) in Die()
|
D | sanitizer_mac.cc | 467 if (common_flags()->abort_on_error) in LogFullErrorReport()
|
D | sanitizer_flags.inc | 194 bool, abort_on_error, SANITIZER_MAC,
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | config.c | 264 u8 abort_on_error, u8 masked) in wpa_config_parse_addr_list() argument 279 if (abort_on_error || count == 0) { in wpa_config_parse_addr_list()
|