Home
last modified time | relevance | path

Searched defs:attempts (Results 1 – 25 of 270) sorted by relevance

1234567891011

/aosp_15_r20/external/cronet/net/socket/
H A Dtransport_connect_job_unittest.cc343 ConnectionAttempts attempts = transport_connect_job.GetConnectionAttempts(); in TEST_F() local
390 ConnectionAttempts attempts = transport_connect_job.GetConnectionAttempts(); in TEST_F() local
416 ConnectionAttempts attempts = transport_connect_job.GetConnectionAttempts(); in TEST_F() local
438 ConnectionAttempts attempts = transport_connect_job.GetConnectionAttempts(); in TEST_F() local
522 ConnectionAttempts attempts = transport_connect_job.GetConnectionAttempts(); in TEST_F() local
570 ConnectionAttempts attempts = transport_connect_job.GetConnectionAttempts(); in TEST_F() local
638 ConnectionAttempts attempts = transport_connect_job.GetConnectionAttempts(); in TEST_F() local
672 ConnectionAttempts attempts = transport_connect_job.GetConnectionAttempts(); in TEST_F() local
762 ConnectionAttempts attempts = transport_connect_job.GetConnectionAttempts(); in TEST_F() local
835 ConnectionAttempts attempts = transport_connect_job.GetConnectionAttempts(); in TEST_F() local
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/integration_test/
H A Dmwms_peer_failure_test.py41 def get_attempt(strategy, attempts): argument
137 def worker_fn(attempts): argument
163 def worker_fn(attempts): argument
193 def worker_fn(attempts): argument
/aosp_15_r20/tools/tradefederation/core/common_util/com/android/tradefed/util/
DIRunUtil.java180 int attempts, final String... command); in runTimedCmdRetry()
199 int attempts, in runTimedCmdRetryWithOutputMonitor()
225 int attempts, final String... command); in runTimedCmdSilentlyRetry()
371 public boolean runTimedRetry(long opTimeout, long pollInterval, int attempts, in runTimedRetry()
390 int attempts, in runTimedRetryWithOutputMonitor()
DRunUtil.java233 long timeout, long retryInterval, int attempts, String... command) { in runTimedCmdRetry()
243 int attempts, in runTimedCmdRetryWithOutputMonitor()
405 public CommandResult runTimedCmdSilentlyRetry(long timeout, long retryInterval, int attempts, in runTimedCmdSilentlyRetry()
552 public boolean runTimedRetry(long opTimeout, long pollInterval, int attempts, in runTimedRetry()
563 int attempts, in runTimedRetryWithOutputMonitor()
/aosp_15_r20/system/extras/tests/tcp_nuke_addr/
H A Dtcp_nuke_addr_test.cpp92 android::RWLock *lock, std::atomic<unsigned int> *attempts) { in connectLoop()
115 void progressThread(std::atomic<unsigned int> *attempts) { in progressThread()
138 std::atomic<unsigned int> attempts; in main() local
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/settings/
H A DControlsSettingsDialogManager.kt126 val attempts = prefs.getInt(PREFS_SETTINGS_DIALOG_ATTEMPTS, 0) in maybeShowDialog() constant
180 private val attempts: Int, constant in com.android.systemui.controls.settings.ControlsSettingsDialogManagerImpl.DialogListener
/aosp_15_r20/system/gsid/
H A Dlibgsi.cpp85 int attempts; in CanBootIntoGsi() local
132 bool GetBootAttempts(const std::string& boot_key, int* attempts) { in GetBootAttempts()
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/time/
H A Dclock_test.cc58 AlarmPolicy alarm_policy, int* attempts) { in SleepForBounded()
95 int attempts = 0; in AssertSleepForBounded() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/time/
Dclock_test.cc58 AlarmPolicy alarm_policy, int* attempts) { in SleepForBounded()
95 int attempts = 0; in AssertSleepForBounded() local
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/time/
H A Dclock_test.cc54 AlarmPolicy alarm_policy, int* attempts) { in SleepForBounded()
91 int attempts = 0; in AssertSleepForBounded() local
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/time/
H A Dclock_test.cc58 AlarmPolicy alarm_policy, int* attempts) { in SleepForBounded()
95 int attempts = 0; in AssertSleepForBounded() local
/aosp_15_r20/external/abseil-cpp/absl/time/
H A Dclock_test.cc58 AlarmPolicy alarm_policy, int* attempts) { in SleepForBounded()
95 int attempts = 0; in AssertSleepForBounded() local
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/time/
H A Dclock_test.cc58 AlarmPolicy alarm_policy, int* attempts) { in SleepForBounded()
95 int attempts = 0; in AssertSleepForBounded() local
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/time/
H A Dclock_test.cc58 AlarmPolicy alarm_policy, int* attempts) { in SleepForBounded()
95 int attempts = 0; in AssertSleepForBounded() local
/aosp_15_r20/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
H A DCommonLauncherHelper.java87 int attempts = 0; in scrollBackToBeginning() local
172 int attempts = 0; in launchApp() local
/aosp_15_r20/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper2/
H A DCommonLauncherHelper.java91 int attempts = 0; in scrollBackToBeginning() local
181 int attempts = 0; in launchApp() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/controls/settings/
DControlsSettingsDialogManagerImpl.java92 private final int attempts = 0; field in ControlsSettingsDialogManagerImpl.DialogListener
97 android.content.SharedPreferences prefs, int attempts, @org.jetbrains.annotations.NotNull() in DialogListener()
/aosp_15_r20/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DMultinetworkApiTest.java80 public final int attempts; field in MultinetworkApiTest.QueryTestResult
83 public QueryTestResult(int sourcePort, int attempts, int errNo) { in QueryTestResult()
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dqueue_base.cc193 std::deque<Attempt>* attempts = in Cancel() local
266 std::deque<Attempt>* attempts = in TryAttemptLocked() local
/aosp_15_r20/system/core/fastboot/
H A Dudp.cpp208 size_t rx_length, int attempts, std::string* error) { in SendData()
255 size_t rx_length, const int attempts, std::string* error) { in SendSinglePacketHelper()
/aosp_15_r20/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
DFileCopyUiTest.java165 int attempts = 0; in setUp() local
199 int attempts = 0; in tearDown() local
/aosp_15_r20/external/coreboot/src/commonlib/bsd/include/commonlib/bsd/
H A Dhelpers.h94 #define _retry_impl(attempts, condition, expr, ...) \ argument
126 #define retry(attempts, condition, ...) \ argument
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/settings/
H A DControlsSettingsDialogManagerImplTest.kt281 val attempts = 0 in <lambda>() constant
/aosp_15_r20/prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy-agent/1.14.18/
HDbyte-buddy-agent-1.14.18.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/versions/ META- ...
/aosp_15_r20/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DAllApps.java158 int attempts = 0; in tryGetAppIcon() local
259 int attempts = 0; in scrollBackToBeginning() local

1234567891011