Home
last modified time | relevance | path

Searched defs:ignore_error (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/development/tools/repo_diff/
H A Drepo_diff_android.py87 def repo_sync(workspace, ignore_error, retry=5): argument
128 def repo_sync_specific_release(url, branch, tag, workspace, ignore_error): argument
/aosp_15_r20/external/autotest/client/cros/networking/
H A Dpm_proxy.py50 def _get_machine(ignore_error): argument
/aosp_15_r20/system/tools/hidl/test/hidl_test/
Dhidl_test.py21 def run_cmd(cmd, ignore_error=False): argument
/aosp_15_r20/system/tools/hidl/test/java_test/
Dhidl_test_java.py23 def run_cmd(cmd, ignore_error=False): argument
/aosp_15_r20/system/libfmq/tests/
H A Dfmq_test.py21 def run_cmd(cmd, ignore_error=False): argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/test/
Derror.cpp109 BOOST_AUTO_TEST_CASE(ignore_error) in BOOST_AUTO_TEST_CASE() argument
/aosp_15_r20/external/autotest/site_utils/
H A Dgmail_lib.py101 def send_message(self, message, ignore_error=True): argument
/aosp_15_r20/packages/modules/Bluetooth/floss/build/
Dbuild-in-container.py120 def stop_container(self, ignore_error=False): argument
/aosp_15_r20/external/rust/android-crates-io/crates/num_enum/tests/
Dtry_build.rs119 fn ignore_error<T, E: Error>(result: Result<T, E>) { in ignore_error() function
/aosp_15_r20/external/harfbuzz_ng/util/
H A Doptions.hh206 option_parser_t::parse (int *argc, char ***argv, bool ignore_error) in parse()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/include/boost/process/
Derror.hpp177 constexpr boost::process::detail::ignore_error_ ignore_error; variable