Home
last modified time | relevance | path

Searched refs:abort_on_error (Results 1 – 16 of 16) 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.cfg27 # 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/
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/selinux/policycoreutils/setfiles/
Drestore.h40 int abort_on_error; /* Abort the file tree walk upon an error. */ member
Dsetfiles.c198 r_opts.abort_on_error = 1;
218 r_opts.abort_on_error = 0;
Drestore.c291 if (!r_opts->abort_on_error) in apply_spec()
/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/tsan/rtl/
Dtsan_flags.cc66 cf.abort_on_error = false; in InitializeFlags()
/external/selinux/policycoreutils/restorecond/
Drestorecond.c156 r_opts.abort_on_error = 0; in main()
/external/autotest/client/tests/kvm/
Dtests.cfg.sample137 #abort_on_error = yes
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common.cc146 if (common_flags()->abort_on_error) in Die()
Dsanitizer_mac.cc467 if (common_flags()->abort_on_error) in LogFullErrorReport()
Dsanitizer_flags.inc194 bool, abort_on_error, SANITIZER_MAC,
/external/wpa_supplicant_8/wpa_supplicant/
Dconfig.c264 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()