Home
last modified time | relevance | path

Searched defs:silent (Results 1 – 25 of 408) sorted by relevance

12345678910>>...17

/aosp_15_r20/external/autotest/client/common_lib/hosts/
H A Drepair.py140 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 Drepair_unittest.py369 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/
Dincremental.cpp39 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()
Dadb_install.cpp299 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 Dwrapper.py310 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/
DSilentModeHandler.cpp260 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/
DBugleNotifications.java154 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 Dplca.c25 bool silent; in plca_get_cfg_reply_cb() local
239 bool silent; in plca_get_status_reply_cb() local
H A Drss.c63 bool silent; in get_channels_cb() local
93 bool silent; in rss_reply_cb() local
H A Dpause.c46 bool silent; in pause_autoneg_cb() local
170 bool silent; in pause_reply_cb() local
H A Dcable_test.c146 bool silent; in cable_test_ntf_stop_cb() local
415 bool silent; in cable_test_tdr_ntf_stop_cb() local
H A Dchannels.c23 bool silent; in channels_reply_cb() local
H A Dcoalesce.c23 bool silent; in coalesce_reply_cb() local
H A Drings.c27 bool silent; in rings_reply_cb() local
H A Deee.c26 bool silent; in eee_reply_cb() local
/aosp_15_r20/external/lzma/CPP/7zip/UI/Far/
H A DPluginRead.cpp34 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 Ddram-spd.c182 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 DMockitoRule.java103 MockitoRule silent(); in silent() method
/aosp_15_r20/external/libchrome/base/debug/
H A Ddebugger.cc15 bool WaitForDebugger(int wait_seconds, bool silent) { in WaitForDebugger()
/aosp_15_r20/external/cronet/base/debug/
H A Ddebugger.cc21 bool WaitForDebugger(int wait_seconds, bool silent) { in WaitForDebugger()
/aosp_15_r20/external/dng_sdk/source/
H A Ddng_exceptions.cpp78 bool silent) in Throw_dng_error()
/aosp_15_r20/external/squashfs-tools/squashfs-tools/
H A Dunsquashfs_info.c44 static int silent = 0; variable
H A Dinfo.c46 static int silent = 0; variable
/aosp_15_r20/external/autotest/server/hosts/
H A Dservo_host.py353 def verify(self, silent=False): argument
592 def repair(self, silent=False): argument
/aosp_15_r20/external/python/cpython3/Tools/demo/
Dqueens.py53 silent = 0 # If true, count solutions only variable in Queens

12345678910>>...17