/aosp_15_r20/external/autotest/client/common_lib/hosts/ |
H A D | repair.py | 140 def is_critical(self, silent=False): argument 198 def _record(self, host, silent, status_code, *record_args): argument 218 def _record_good(self, host, silent): argument 227 def _record_fail(self, host, silent, exc): argument 237 def _verify_list(self, host, verifiers, silent): argument 274 def _verify_dependencies(self, host, silent): argument 400 def _verify_host(self, host, silent): argument 557 def _record_start(self, host, silent): argument 566 def _record_end_good(self, host, silent): argument 576 def _record_end_fail(self, host, silent, status, *args): argument [all …]
|
H A D | repair_unittest.py | 369 def _check_log_records(self, silent, *record_data): argument 1000 def _check_silent_records(self, silent): argument 1271 def _check_repair_failure(self, strategy, silent): argument 1295 def _check_repair_success(self, strategy, silent): argument
|
/aosp_15_r20/packages/modules/adb/client/ |
D | incremental.cpp | 39 bool silent) { in read_signature() 90 bool silent) { in read_and_encode_signature() 115 static unique_fd start_install(const Files& files, const Args& passthrough_args, bool silent) { in start_install() 171 std::optional<Process> install(const Files& files, const Args& passthrough_args, bool silent) { in install()
|
D | adb_install.cpp | 299 static int install_app_incremental(int argc, const char** argv, bool wait, bool silent) { in install_app_incremental() 506 auto run_install_mode = [&](InstallMode install_mode, bool silent) { in install_app() 694 auto run_install_mode = [&](InstallMode install_mode, bool silent) { in install_multiple_app()
|
/aosp_15_r20/external/pigweed/pw_env_setup/py/pw_env_setup/cipd_setup/ |
H A D | wrapper.py | 310 silent=('PW_ENVSETUP_QUIET' in os.environ), argument 366 silent=False, argument 393 def main(install_dir=DEFAULT_INSTALL_DIR, silent=False): argument
|
/aosp_15_r20/packages/services/Car/cpp/powerpolicy/server/src/ |
D | SilentModeHandler.cpp | 260 void SilentModeHandler::handleSilentModeChange(bool silent) { in handleSilentModeChange() 284 void SilentModeHandler::switchToForcedMode(bool silent) { in switchToForcedMode() 321 Result<void> SilentModeHandler::updateKernelSilentMode(bool silent) { in updateKernelSilentMode()
|
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
D | BugleNotifications.java | 154 public static void update(final boolean silent, final int coverage) { in update() 167 public static void update(final boolean silent, final String conversationId, in update() 411 private static void processAndSend(final NotificationState state, final boolean silent, in processAndSend() 594 private static void createMessageNotification(final boolean silent, in createMessageNotification() 639 final NotificationCompat.Builder notifBuilder, final boolean silent, in updateBuilderAudioVibrate()
|
/aosp_15_r20/external/ethtool/netlink/ |
H A D | plca.c | 25 bool silent; in plca_get_cfg_reply_cb() local 239 bool silent; in plca_get_status_reply_cb() local
|
H A D | rss.c | 63 bool silent; in get_channels_cb() local 93 bool silent; in rss_reply_cb() local
|
H A D | pause.c | 46 bool silent; in pause_autoneg_cb() local 170 bool silent; in pause_reply_cb() local
|
H A D | cable_test.c | 146 bool silent; in cable_test_ntf_stop_cb() local 415 bool silent; in cable_test_tdr_ntf_stop_cb() local
|
H A D | channels.c | 23 bool silent; in channels_reply_cb() local
|
H A D | coalesce.c | 23 bool silent; in coalesce_reply_cb() local
|
H A D | rings.c | 27 bool silent; in rings_reply_cb() local
|
H A D | eee.c | 26 bool silent; in eee_reply_cb() local
|
/aosp_15_r20/external/lzma/CPP/7zip/UI/Far/ |
H A D | PluginRead.cpp | 34 bool silent, in ExtractFiles() 115 const bool silent = (opMode & OPM_SILENT) != 0; in GetFilesReal() local
|
/aosp_15_r20/external/coreboot/src/vendorcode/cavium/bdk/libdram/ |
H A D | dram-spd.c | 182 static int validate_spd_checksum_ddr3(bdk_node_t node, int twsi_addr, int silent) in validate_spd_checksum_ddr3() 217 static int validate_spd_checksum(bdk_node_t node, int twsi_addr, int silent) in validate_spd_checksum()
|
/aosp_15_r20/external/mockito/src/main/java/org/mockito/junit/ |
H A D | MockitoRule.java | 103 MockitoRule silent(); in silent() method
|
/aosp_15_r20/external/libchrome/base/debug/ |
H A D | debugger.cc | 15 bool WaitForDebugger(int wait_seconds, bool silent) { in WaitForDebugger()
|
/aosp_15_r20/external/cronet/base/debug/ |
H A D | debugger.cc | 21 bool WaitForDebugger(int wait_seconds, bool silent) { in WaitForDebugger()
|
/aosp_15_r20/external/dng_sdk/source/ |
H A D | dng_exceptions.cpp | 78 bool silent) in Throw_dng_error()
|
/aosp_15_r20/external/squashfs-tools/squashfs-tools/ |
H A D | unsquashfs_info.c | 44 static int silent = 0; variable
|
H A D | info.c | 46 static int silent = 0; variable
|
/aosp_15_r20/external/autotest/server/hosts/ |
H A D | servo_host.py | 353 def verify(self, silent=False): argument 592 def repair(self, silent=False): argument
|
/aosp_15_r20/external/python/cpython3/Tools/demo/ |
D | queens.py | 53 silent = 0 # If true, count solutions only variable in Queens
|