Home
last modified time | relevance | path

Searched defs:retries (Results 1 – 25 of 870) sorted by relevance

12345678910>>...35

/aosp_15_r20/external/chromium-trace/catapult/devil/devil/android/
H A Ddevice_utils.py508 def IsOnline(self, timeout=None, retries=None): argument
528 def HasRoot(self, timeout=None, retries=None): argument
565 def NeedsSU(self, timeout=DEFAULT, retries=DEFAULT): argument
612 def EnableRoot(self, timeout=None, retries=None): argument
650 def IsUserBuild(self, timeout=None, retries=None): argument
668 def GetExternalStoragePath(self, timeout=None, retries=None): argument
692 def GetAppWritablePath(self, timeout=None, retries=None): argument
717 def GetIMEI(self, timeout=None, retries=None): argument
760 self, package, version_code=None, timeout=None, retries=None): argument
805 def GetApplicationPaths(self, package, timeout=None, retries=None): argument
[all …]
H A Ddecorators_test.py30 def alwaysTimesOut(timeout=None, retries=None): argument
46 def alwaysRaisesCommandFailedError(timeout=None, retries=None): argument
58 def requiresExplicitTimeoutAndRetries(timeout=None, retries=None): argument
78 def alwaysRaisesProvidedException(exception, timeout=None, retries=None): argument
94 def alwaysRaisesCommandFailedError(timeout=None, retries=None): argument
109 def alwaysRaisesNoAdbError(timeout=None, retries=None): argument
122 def alwaysTimesOut(timeout=None, retries=None): argument
145 def alwaysRaisesCommandFailedError(timeout=None, retries=None): argument
162 def alwaysReturnsTimeouts(timeout=None, retries=None): argument
169 def alwaysReturnsRetries(timeout=None, retries=None): argument
[all …]
H A Dbattery_utils.py205 def SupportsFuelGauge(self, timeout=None, retries=None): argument
221 def GetFuelGaugeChargeCounter(self, timeout=None, retries=None): argument
243 def GetPowerData(self, timeout=None, retries=None): argument
308 def GetBatteryInfo(self, timeout=None, retries=None): argument
334 def GetCharging(self, timeout=None, retries=None): argument
358 def DisableBatteryUpdates(self, timeout=None, retries=None): argument
384 def EnableBatteryUpdates(self, timeout=None, retries=None): argument
405 def BatteryMeasurement(self, timeout=None, retries=None): argument
536 def SetCharging(self, enabled, timeout=None, retries=None): argument
566 def _HardwareSetCharging(self, enabled, timeout=None, retries=None): argument
[all …]
H A Dfastboot_utils.py185 def WaitForFastbootMode(self, timeout=None, retries=None): argument
195 def EnableFastbootMode(self, timeout=None, retries=None): argument
212 retries=None): argument
338 def FastbootMode(self, wait_for_reboot=True, timeout=None, retries=None): argument
/aosp_15_r20/external/chromium-trace/catapult/devil/devil/android/sdk/
H A Dadb_wrapper.py300 retries=None, argument
348 def _RunDeviceAdbCmd(self, args, timeout, retries, check_error=True): argument
423 def KillServer(cls, timeout=DEFAULT_TIMEOUT, retries=DEFAULT_RETRIES): argument
430 retries=DEFAULT_RETRIES): argument
449 def GetDevices(cls, timeout=DEFAULT_TIMEOUT, retries=DEFAULT_RETRIES): argument
459 retries=DEFAULT_RETRIES): argument
488 retries=DEFAULT_RETRIES): argument
508 retries=DEFAULT_RETRIES): argument
584 retries=DEFAULT_RETRIES): argument
620 retries=DEFAULT_RETRIES): argument
[all …]
H A Dfastboot.py86 def GetVar(self, variable, timeout=None, retries=None): argument
99 def Flash(self, partition, image, timeout=None, retries=None): argument
110 def Devices(cls, timeout=None, retries=None): argument
120 def RebootBootloader(self, timeout=None, retries=None): argument
125 def Reboot(self, timeout=None, retries=None): argument
130 def SetOemOffModeCharge(self, value, timeout=None, retries=None): argument
/aosp_15_r20/external/chromium-trace/catapult/common/py_utils/py_utils/
H A Dretry_util_unittest.py22 def Test(retries=None): argument
33 def Test(retries=None): argument
50 def Test(retries=None): argument
62 def Test(retries=None): argument
74 def Test(retries=None): argument
88 def Test(retries=None): argument
103 def Test(retries=None): argument
/aosp_15_r20/external/connectedappssdk/sdk/src/main/java/com/google/android/enterprise/connectedapps/internal/
H A DBundleCallSender.java60 long callId, int blockId, int totalBytes, byte[] bytes, int retries) throws RemoteException { in prepareCallAndRetry()
80 private void prepareBundleAndRetry(long callId, int bundleId, Bundle bundle, int retries) in prepareBundleAndRetry()
107 private byte[] callAndRetry(long callId, int blockId, byte[] bytes, int retries) in callAndRetry()
146 private byte[] fetchResponseAndRetry(long callId, int blockId, int retries) in fetchResponseAndRetry()
166 private Bundle fetchResponseBundleAndRetry(long callId, int bundleId, int retries) in fetchResponseBundleAndRetry()
/aosp_15_r20/external/autotest/client/common_lib/cros/
H A Dvpd_utils.py26 def dump_vpd_log(host, force=True, retries=3): argument
43 def vpd_get(host, key, partition='RW_VPD', retries=3): argument
67 retries=3): argument
95 retries=3): argument
/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/ufs/
Dufs.c164 int result, retries; in ufshc_send_uic_cmd() local
198 int result, retries; in ufshc_dme_get() local
231 int result, retries; in ufshc_dme_set() local
260 int retries; in ufshc_hce_enable() local
307 int retries, result; in ufshc_reset() local
348 int retries; in ufshc_link_startup() local
830 int retries = UFS_READ_CAPACITY_RETRIES; in ufs_read_capacity() local
/aosp_15_r20/external/nos/host/generic/libnos_transport/
Dtransport.c97 int retries = RETRY_COUNT; in nos_device_read() local
123 int retries = RETRY_COUNT; in nos_device_write() local
157 int retries = CRC_RETRY_COUNT; in get_status() local
413 int retries = CRC_RETRY_COUNT; in receive_reply() local
503 int retries = CRC_RETRY_COUNT; in nos_call_application() local
/aosp_15_r20/external/coreboot/payloads/libpayload/drivers/i8042/
H A Di8042.c163 int retries = 10000; in i8042_wait_cmd_rdy() local
176 int retries = 30000; in i8042_wait_data_rdy() local
430 int retries = 10000; in i8042_wait_read_ps2() local
444 int retries = 10000; in i8042_wait_read_aux() local
/aosp_15_r20/external/autotest/server/cros/ap_configurators/
H A Dap_batch_locker.py32 def __init__(self, configurator, retries): argument
52 def construct_ap_lockers(ap_spec, retries, hostname_matching_only=False, argument
100 def __init__(self, lock_manager, ap_spec, retries=MAX_RETRIES, argument
/aosp_15_r20/external/arm-trusted-firmware/drivers/ufs/
H A Dufs.c60 int result, retries; in ufshc_dme_get() local
101 int result, retries; in ufshc_dme_set() local
129 int retries; in ufshc_hce_enable() local
152 int retries, result; in ufshc_reset() local
184 int retries; in ufshc_link_startup() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/
Dappengine.py102 retries=None, argument
137 retries=None, argument
294 def _get_retries(self, retries, redirect): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/
Dappengine.py102 retries=None, argument
137 retries=None, argument
294 def _get_retries(self, retries, redirect): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/
Dappengine.py102 retries=None, argument
137 retries=None, argument
294 def _get_retries(self, retries, redirect): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/
Dappengine.py102 retries=None, argument
137 retries=None, argument
294 def _get_retries(self, retries, redirect): argument
/aosp_15_r20/external/autotest/server/cros/clique_lib/
H A Dclique_dut_locker.py78 def __init__(self, dut_spec, retries): argument
112 def __init__(self, lock_manager, dut_pool_spec, retries=MAX_RETRIES): argument
126 def _construct_dut_lockers(dut_pool_spec, retries): argument
/aosp_15_r20/external/autotest/client/cros/power/
H A Dpower_suspend.py238 def _check_resume_finished(self, retries=11): argument
260 def _ts(self, name, retries=11): argument
498 def _arc_resume_ts(self, retries=3): argument
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_test_utils.py1376 retries=1, argument
1414 def verify_internet_connection(log, ad, retries=3, expected_state=True): argument
1660 def phone_switch_to_msim_mode(ad, retries=3, timeout=60): argument
1703 def phone_switch_to_ssim_mode(ad, retries=3, timeout=30): argument
3284 def add_whitelisted_account(ad, user_account,user_password, retries=3): argument
3397 def add_google_account(ad, retries=3): argument
3415 def remove_google_account(ad, retries=3): argument
3471 def activate_google_fi_account(ad, retries=10): argument
3542 def check_google_fi_activated(ad, retries=20): argument
Dgft_inout_utils.py118 retries=1, retry_time=30): argument
236 def verify_data_connection(ad, retries=3, retry_time=30): argument
/aosp_15_r20/external/crosvm/.config/
H A Dnextest.toml7 retries = 2 qkey
11 retries = 0 qkey
/aosp_15_r20/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
H A DRetryRule.java44 public RetryRule(int retries) { in RetryRule()
57 public RetryRule(int retries, @Nullable Runnable cleaner) { in RetryRule()
/aosp_15_r20/external/coreboot/src/cpu/power9/
H A Dscom.c104 for (int retries = 0; retries < XSCOM_IND_MAX_RETRIES; ++retries) { in write_scom_indirect() local
125 for (int retries = 0; retries < XSCOM_IND_MAX_RETRIES; ++retries) { in read_scom_indirect() local

12345678910>>...35