Home
last modified time | relevance | path

Searched defs:timeout (Results 1 – 25 of 6917) sorted by relevance

12345678910>>...277

/aosp_15_r20/external/okio/okio/src/jvmTest/kotlin/okio/
H A DAsyncTimeoutTest.kt55 val timeout = RecordingAsyncTimeout() in zeroTimeoutIsNoTimeout() constant
165 val timeout = RecordingAsyncTimeout() in deadlineOnly() constant
175 val timeout = RecordingAsyncTimeout() in deadlineBeforeTimeout() constant
186 val timeout = RecordingAsyncTimeout() in deadlineAfterTimeout() constant
197 val timeout = RecordingAsyncTimeout() in deadlineStartsBeforeEnter() constant
208 val timeout = RecordingAsyncTimeout() in deadlineInThePast() constant
223 val timeout = AsyncTimeout() in wrappedSinkTimesOut() constant
241 val timeout = AsyncTimeout() in wrappedSinkFlushTimesOut() constant
258 val timeout = AsyncTimeout() in wrappedSinkCloseTimesOut() constant
276 val timeout = AsyncTimeout() in wrappedSourceTimesOut() constant
[all …]
/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 …]
/aosp_15_r20/external/chromium-trace/catapult/devil/devil/android/sdk/
H A Dadb_wrapper.py299 timeout=None, argument
348 def _RunDeviceAdbCmd(self, args, timeout, retries, check_error=True): argument
369 def _IterRunDeviceAdbCmd(self, args, iter_timeout, timeout, check_error=True): argument
423 def KillServer(cls, timeout=DEFAULT_TIMEOUT, retries=DEFAULT_RETRIES): argument
429 timeout=DEFAULT_TIMEOUT, argument
449 def GetDevices(cls, timeout=DEFAULT_TIMEOUT, retries=DEFAULT_RETRIES): argument
458 timeout=DEFAULT_TIMEOUT, argument
487 timeout=DEFAULT_TIMEOUT, argument
507 timeout=DEFAULT_SUPER_LONG_TIMEOUT, argument
583 timeout=DEFAULT_LONG_TIMEOUT, argument
[all …]
/aosp_15_r20/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/data/
DCellularNetworkValidatorTest.java116 int timeout = 1000; in testValidateSuccess() local
129 int timeout = 100; in testValidateTimeout() local
143 int timeout = 100; in testValidateFailure() local
154 int timeout = 100; in testNetworkAvailableNotValidated() local
172 int timeout = 1000; in testSkipRecentlyValidatedNetwork() local
195 int timeout = 1000; in testDoNotSkipIfValidationFailed() local
217 int timeout = 1000; in testDoNotSkipIfCacheExpires() local
243 int timeout = 1000; in testNetworkCachingOfMultipleSub() local
298 int timeout = 1000; in testNetworkCachingOfMultipleNetworks() local
330 int timeout = 1000; in testNetworkCachingOverflow() local
[all …]
/aosp_15_r20/external/guava/guava/src/com/google/common/util/concurrent/
H A DUninterruptibles.java84 public static boolean awaitUninterruptibly(CountDownLatch latch, Duration timeout) { in awaitUninterruptibly()
95 public static boolean awaitUninterruptibly(CountDownLatch latch, long timeout, TimeUnit unit) { in awaitUninterruptibly()
125 public static boolean awaitUninterruptibly(Condition condition, Duration timeout) { in awaitUninterruptibly()
138 public static boolean awaitUninterruptibly(Condition condition, long timeout, TimeUnit unit) { in awaitUninterruptibly()
188 public static void joinUninterruptibly(Thread toJoin, Duration timeout) { in joinUninterruptibly()
199 public static void joinUninterruptibly(Thread toJoin, long timeout, TimeUnit unit) { in joinUninterruptibly()
283 Future<V> future, Duration timeout) throws ExecutionException, TimeoutException { in getUninterruptibly()
311 Future<V> future, long timeout, TimeUnit unit) throws ExecutionException, TimeoutException { in getUninterruptibly()
428 public static boolean tryAcquireUninterruptibly(Semaphore semaphore, Duration timeout) { in tryAcquireUninterruptibly()
442 Semaphore semaphore, long timeout, TimeUnit unit) { in tryAcquireUninterruptibly()
[all …]
/aosp_15_r20/external/pigweed/pw_i2c/public/pw_i2c/
H A Dregister_device.h342 chrono::SystemClock::duration timeout) { in WriteRegisters()
354 chrono::SystemClock::duration timeout) { in WriteRegisters8()
366 chrono::SystemClock::duration timeout) { in WriteRegisters16()
378 chrono::SystemClock::duration timeout) { in WriteRegisters32()
389 chrono::SystemClock::duration timeout) { in WriteRegister()
402 chrono::SystemClock::duration timeout) { in WriteRegister8()
415 chrono::SystemClock::duration timeout) { in WriteRegister16()
428 chrono::SystemClock::duration timeout) { in WriteRegister32()
441 chrono::SystemClock::duration timeout) { in ReadRegisters8()
451 chrono::SystemClock::duration timeout) { in ReadRegisters16()
[all …]
/aosp_15_r20/external/webrtc/rtc_base/
H A Dgunit.h21 #define WAIT(ex, timeout) \ argument
31 #define WAIT_(ex, timeout, res) \ argument
44 #define EXPECT_TRUE_WAIT(ex, timeout) \ argument
53 #define EXPECT_EQ_WAIT(v1, v2, timeout) \ argument
62 #define ASSERT_TRUE_WAIT(ex, timeout) \ argument
71 #define ASSERT_EQ_WAIT(v1, v2, timeout) \ argument
83 #define EXPECT_TRUE_WAIT_MARGIN(ex, timeout, margin) \ argument
101 #define SIMULATED_WAIT(ex, timeout, clock) \ argument
110 #define SIMULATED_WAIT_(ex, timeout, res, clock) \ argument
121 #define EXPECT_TRUE_SIMULATED_WAIT(ex, timeout, clock) \ argument
[all …]
/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/beta/
H A D_client_adaptations.py106 def result(self, timeout=None): argument
116 def exception(self, timeout=None): argument
128 def traceback(self, timeout=None): argument
188 timeout, argument
227 timeout, argument
254 timeout, argument
281 timeout, argument
320 timeout, argument
347 timeout, argument
390 timeout, argument
[all …]
/aosp_15_r20/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
H A DPollingCheck.java42 public PollingCheck(long timeout) { in PollingCheck()
46 public PollingCheck(long timeout, String errorMessage) { in PollingCheck()
66 long timeout = mTimeout; in run() local
89 long timeout = mTimeout; in runWaitAndReturnResult() local
108 public static void check(CharSequence message, long timeout, Callable<Boolean> condition) in check()
140 public static void waitFor(long timeout, final PollingCheckCondition condition) { in waitFor()
141 new PollingCheck(timeout) { in waitFor() argument
149 public static void waitFor(long timeout, final PollingCheckCondition condition, in waitFor()
151 new PollingCheck(timeout) { in waitFor() argument
164 public static void waitFor(long timeout, BooleanSupplier condition, String errorMessage) { in waitFor()
[all …]
/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/framework/interfaces/face/
H A Dface.py366 timeout, argument
393 def future(self, request, timeout, metadata=None, protocol_options=None): argument
418 timeout, argument
445 def __call__(self, request, timeout, metadata=None, protocol_options=None): argument
469 timeout, argument
499 timeout, argument
527 self, request_iterator, timeout, metadata=None, protocol_options=None argument
552 timeout, argument
580 self, request_iterator, timeout, metadata=None, protocol_options=None argument
604 timeout, argument
[all …]
/aosp_15_r20/external/okhttp/okio/okio/src/test/java/okio/
H A DAsyncTimeoutTest.java51 AsyncTimeout timeout = new RecordingAsyncTimeout(); in zeroTimeoutIsNoTimeout() local
135 RecordingAsyncTimeout timeout = new RecordingAsyncTimeout(); in deadlineOnly() local
144 RecordingAsyncTimeout timeout = new RecordingAsyncTimeout(); in deadlineBeforeTimeout() local
154 RecordingAsyncTimeout timeout = new RecordingAsyncTimeout(); in deadlineAfterTimeout() local
164 RecordingAsyncTimeout timeout = new RecordingAsyncTimeout(); in deadlineStartsBeforeEnter() local
174 RecordingAsyncTimeout timeout = new RecordingAsyncTimeout(); in deadlineInThePast() local
192 AsyncTimeout timeout = new AsyncTimeout(); in wrappedSinkTimesOut() local
213 AsyncTimeout timeout = new AsyncTimeout(); in wrappedSourceTimesOut() local
234 AsyncTimeout timeout = new AsyncTimeout(); in wrappedThrowsWithTimeout() local
252 AsyncTimeout timeout = new AsyncTimeout(); in wrappedThrowsWithoutTimeout() local
/aosp_15_r20/tools/tradefederation/core/common_util/com/android/tradefed/util/
DIRunUtil.java120 public CommandResult runTimedCmd(final long timeout, final String... command); in runTimedCmd()
134 final long timeout, final long idleOutputTimeout, final String... command); in runTimedCmdWithOutputMonitor()
149 final long timeout, in runTimedCmdWithOutputMonitor()
167 final long timeout, OutputStream stdout, OutputStream stderr, final String... command); in runTimedCmd()
179 public CommandResult runTimedCmdRetry(final long timeout, long retryInterval, in runTimedCmdRetry()
196 final long timeout, in runTimedCmdRetryWithOutputMonitor()
211 public CommandResult runTimedCmdSilently(final long timeout, final String... command); in runTimedCmdSilently()
224 public CommandResult runTimedCmdSilentlyRetry(final long timeout, long retryInterval, in runTimedCmdSilentlyRetry()
236 CommandResult runTimedCmdWithInput(long timeout, String input, String... command); in runTimedCmdWithInput()
247 CommandResult runTimedCmdWithInput(long timeout, String input, List<String> command); in runTimedCmdWithInput()
[all …]
/aosp_15_r20/packages/services/Car/service/src/com/android/car/watchdog/
DWatchdogProcessHandler.java195 public void registerClient(ICarWatchdogServiceCallback client, @TimeoutLengthEnum int timeout) { in registerClient()
319 public int getClientCount(@TimeoutLengthEnum int timeout) { in getClientCount()
373 private void onClientDeath(ICarWatchdogServiceCallback client, @TimeoutLengthEnum int timeout) { in onClientDeath()
375 removeClientLocked(client.asBinder(), timeout); in onClientDeath() local
392 private void analyzeClientResponse(@TimeoutLengthEnum int timeout) { in analyzeClientResponse()
404 removeClientLocked(clientInfo.client.asBinder(), timeout); in analyzeClientResponse() local
411 private void sendPingToClients(@TimeoutLengthEnum int timeout) { in sendPingToClients()
446 private void sendPingToClientsAndCheck(@TimeoutLengthEnum int timeout) { in sendPingToClientsAndCheck()
467 private void removeClientLocked(IBinder clientBinder, @TimeoutLengthEnum int timeout) { in removeClientLocked()
522 private String timeoutToString(@TimeoutLengthEnum int timeout) { in timeoutToString()
[all …]
/aosp_15_r20/external/skia/infra/bots/recipe_modules/flavor/examples/full.expected/
H A Dcpu_scale_failed.json163 "timeout": 30 number
179 "timeout": 30, number
195 "timeout": 30 number
208 "timeout": 180 number
222 "timeout": 30 number
235 "timeout": 30 number
249 "timeout": 180 number
261 "timeout": 180 number
277 "timeout": 30, number
293 "timeout": 30 number
[all …]
H A Dcpu_scale_failed_golo.json163 "timeout": 30 number
179 "timeout": 30, number
195 "timeout": 30 number
208 "timeout": 180 number
222 "timeout": 30 number
235 "timeout": 30 number
249 "timeout": 180 number
261 "timeout": 180 number
277 "timeout": 30, number
293 "timeout": 30 number
[all …]
H A Dretry_adb_command_retries_exhausted.json165 "timeout": 30 number
180 "timeout": 180 number
196 "timeout": 30 number
211 "timeout": 30 number
227 "timeout": 180 number
241 "timeout": 180 number
276 "timeout": 30 number
291 "timeout": 180 number
307 "timeout": 30 number
322 "timeout": 30 number
[all …]
/aosp_15_r20/external/libchrome-gestures/src/
H A Dlookahead_filter_interpreter_unittest.cc39 virtual void SyncInterpret(HardwareState& hwstate, stime_t* timeout) { in SyncInterpret()
74 virtual void HandleTimer(stime_t now, stime_t* timeout) { in HandleTimer()
169 stime_t timeout = NO_DEADLINE; in TEST_P() local
223 virtual void SyncInterpret(HardwareState& hwstate, stime_t* timeout) { in SyncInterpret()
229 virtual void HandleTimer(stime_t now, stime_t* timeout) { in HandleTimer()
273 stime_t timeout = NO_DEADLINE; in TEST() local
295 virtual void SyncInterpret(HardwareState& hwstate, stime_t* timeout) { in SyncInterpret()
302 virtual void HandleTimer(stime_t now, stime_t* timeout) { in HandleTimer()
352 stime_t timeout = NO_DEADLINE; in TEST() local
395 stime_t timeout = NO_DEADLINE; in TEST() local
[all …]
/aosp_15_r20/external/googleapis/google/monitoring/v3/
H A Dmonitoring_grpc_service_config.json14 "timeout": "30s" string
35 "timeout": "30s", string
53 "timeout": "180s", string
71 "timeout": "30s" string
84 "timeout": "12s" string
117 "timeout": "30s", string
147 "timeout": "30s" string
176 "timeout": "30s", string
206 "timeout": "30s", string
232 "timeout": "30s", string
[all …]
/aosp_15_r20/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/testutils/
DPollingCheck.java40 public PollingCheck(long timeout) { in PollingCheck()
44 public PollingCheck(long timeout, String errorMessage) { in PollingCheck()
56 long timeout = mTimeout; in run() local
74 public static void check(CharSequence message, long timeout, Callable<Boolean> condition) in check()
97 public static void waitFor(long timeout, final PollingCheckCondition condition) { in waitFor()
98 new PollingCheck(timeout) { in waitFor() argument
106 public static void waitFor(long timeout, BooleanSupplier condition, String errorMessage) { in waitFor()
107 new PollingCheck(timeout, errorMessage) { in waitFor() argument
/aosp_15_r20/packages/apps/Car/Settings/tests/multivalent/src/com/android/car/settings/testutils/
DPollingCheck.java40 public PollingCheck(long timeout) { in PollingCheck()
44 public PollingCheck(long timeout, String errorMessage) { in PollingCheck()
56 long timeout = mTimeout; in run() local
74 public static void check(CharSequence message, long timeout, Callable<Boolean> condition) in check()
97 public static void waitFor(long timeout, final PollingCheckCondition condition) { in waitFor()
98 new PollingCheck(timeout) { in waitFor() argument
106 public static void waitFor(long timeout, BooleanSupplier condition, String errorMessage) { in waitFor()
107 new PollingCheck(timeout, errorMessage) { in waitFor() argument
/aosp_15_r20/cts/hostsidetests/securitybulletin/src/android/security/cts/
H A DAdbUtils.java120 public static String runPoc(String pocName, ITestDevice device, int timeout) throws Exception { in runPoc()
135 public static String runPoc(String pocName, ITestDevice device, int timeout, String arguments) in runPoc()
151 public static void runPocNoOutput(String pocName, ITestDevice device, int timeout) in runPocNoOutput()
167 String pocName, ITestDevice device, int timeout, String arguments) throws Exception { in runPocNoOutput()
185 int timeout, in runPoc()
207 int timeout, in runPoc()
413 public static boolean runPocCheckExitCode(String pocName, ITestDevice device, int timeout) in runPocCheckExitCode()
429 public static int runPocGetExitStatus(String pocName, ITestDevice device, int timeout) in runPocGetExitStatus()
445 String pocName, String arguments, ITestDevice device, int timeout) throws Exception { in runPocGetExitStatus()
465 int timeout) in runPocGetExitStatus()
[all …]
/aosp_15_r20/packages/modules/Permission/tests/cts/permission/permissionTestUtilLib/src/android/permission/cts/
DTestUtils.java55 public static void ensure(@NonNull ThrowingRunnable r, long timeout) throws Throwable { in ensure()
71 public static <T> T ensure(@NonNull ThrowingCallable<T> r, long timeout) throws Throwable { in ensure()
95 public static void eventually(@NonNull ThrowingRunnable r, long timeout) throws Throwable { in eventually()
111 public static <T> T eventually(@NonNull ThrowingCallable<T> r, long timeout) throws Throwable { in eventually()
139 int jobId, long timeout) { in runJobAndWaitUntilCompleted()
150 long timeout, in runJobAndWaitUntilCompleted()
167 long timeout, in awaitJobUntilRequestedState()
186 long timeout, in awaitJobUntilRequestedState()
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A DTypes.hpp117 std::chrono::milliseconds timeout = kUnsetTimeout; member
123 std::chrono::milliseconds timeout = kUnsetTimeout; member
133 std::chrono::milliseconds timeout = kUnsetTimeout; member
137 std::chrono::milliseconds timeout = kUnsetTimeout; member
143 std::chrono::milliseconds timeout = kUnsetTimeout; member
148 std::chrono::milliseconds timeout = kUnsetTimeout; member
154 std::chrono::milliseconds timeout = kUnsetTimeout; member
159 std::chrono::milliseconds timeout = kUnsetTimeout; member
164 std::chrono::milliseconds timeout = kUnsetTimeout; member
172 std::chrono::duration<float> timeout; member

12345678910>>...277