/aosp_15_r20/external/cronet/net/socket/ |
H A D | transport_connect_job_unittest.cc | 343 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 D | mwms_peer_failure_test.py | 41 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/ |
D | IRunUtil.java | 180 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()
|
D | RunUtil.java | 233 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 D | tcp_nuke_addr_test.cpp | 92 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 D | ControlsSettingsDialogManager.kt | 126 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 D | libgsi.cpp | 85 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 D | clock_test.cc | 58 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/ |
D | clock_test.cc | 58 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 D | clock_test.cc | 54 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 D | clock_test.cc | 58 AlarmPolicy alarm_policy, int* attempts) { in SleepForBounded() 95 int attempts = 0; in AssertSleepForBounded() local
|
/aosp_15_r20/external/abseil-cpp/absl/time/ |
H A D | clock_test.cc | 58 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 D | clock_test.cc | 58 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 D | clock_test.cc | 58 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 D | CommonLauncherHelper.java | 87 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 D | CommonLauncherHelper.java | 91 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/ |
D | ControlsSettingsDialogManagerImpl.java | 92 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/ |
D | MultinetworkApiTest.java | 80 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 D | queue_base.cc | 193 std::deque<Attempt>* attempts = in Cancel() local 266 std::deque<Attempt>* attempts = in TryAttemptLocked() local
|
/aosp_15_r20/system/core/fastboot/ |
H A D | udp.cpp | 208 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/ |
D | FileCopyUiTest.java | 165 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 D | helpers.h | 94 #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 D | ControlsSettingsDialogManagerImplTest.kt | 281 val attempts = 0 in <lambda>() constant
|
/aosp_15_r20/prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy-agent/1.14.18/ |
HD | byte-buddy-agent-1.14.18.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/versions/
META- ... |
/aosp_15_r20/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/ |
D | AllApps.java | 158 int attempts = 0; in tryGetAppIcon() local 259 int attempts = 0; in scrollBackToBeginning() local
|