/aosp_15_r20/trusty/vendor/google/aosp/scripts/ |
D | run_tests.py | 54 retried: True if this test was retried. 58 retried: bool 60 def __init__(self, test: str, status: Optional[int], retried: bool): 63 self.retried = retried 106 if result.retried: 114 if result.retried: 135 match (result.test_status(), result.retried, print_failed_only): 140 case (TEST_STATUS.PASSED, retried, False): 142 if retried: 166 "testing after which point, no tests were retried.\n" [all …]
|
/aosp_15_r20/external/google-cloud-java/java-tasks/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/ |
H A D | RetryConfig.java | 26 * These settings determine when a failed task attempt is retried. 194 * task should be retried. 221 * task should be retried. 248 * task should be retried. 276 * task should be retried. 303 * task should be retried. 330 * task should be retried. 362 * and `max_doublings` is 3, then the a task will first be retried in 10s. The 601 * These settings determine when a failed task attempt is retried. 1230 * task should be retried. [all …]
|
H A D | RetryConfigOrBuilder.java | 129 * task should be retried. 153 * task should be retried. 177 * task should be retried. 200 * task should be retried. 224 * task should be retried. 248 * task should be retried. 275 * and `max_doublings` is 3, then the a task will first be retried in 10s. The
|
/aosp_15_r20/external/google-cloud-java/java-tasks/proto-google-cloud-tasks-v2/src/main/java/com/google/cloud/tasks/v2/ |
H A D | RetryConfig.java | 26 * These settings determine when a failed task attempt is retried. 193 * should be retried. 219 * should be retried. 245 * should be retried. 272 * should be retried. 298 * should be retried. 324 * should be retried. 356 * `max_doublings` is 3, then the a task will first be retried in 592 * These settings determine when a failed task attempt is retried. 1220 * should be retried. [all …]
|
H A D | RetryConfigOrBuilder.java | 128 * should be retried. 151 * should be retried. 174 * should be retried. 196 * should be retried. 219 * should be retried. 242 * should be retried. 269 * `max_doublings` is 3, then the a task will first be retried in
|
/aosp_15_r20/external/google-cloud-java/java-scheduler/proto-google-cloud-scheduler-v1/src/main/java/com/google/cloud/scheduler/v1/ |
H A D | RetryConfig.java | 27 * an acknowledgement is not received from the handler, then it will be retried 82 * If retry_count is zero, a job attempt will *not* be retried if 110 * will be retried until both limits are reached. 130 * will be retried until both limits are reached. 152 * will be retried until both limits are reached. 296 * is 300s, and `max_doublings` is 3, then the a job will first be retried in 532 * an acknowledgement is not received from the handler, then it will be retried 793 * If retry_count is zero, a job attempt will *not* be retried if 819 * If retry_count is zero, a job attempt will *not* be retried if 849 * If retry_count is zero, a job attempt will *not* be retried if [all …]
|
H A D | RetryConfigOrBuilder.java | 34 * If retry_count is zero, a job attempt will *not* be retried if 57 * will be retried until both limits are reached. 74 * will be retried until both limits are reached. 91 * will be retried until both limits are reached. 198 * is 300s, and `max_doublings` is 3, then the a job will first be retried in
|
/aosp_15_r20/external/google-cloud-java/java-scheduler/proto-google-cloud-scheduler-v1beta1/src/main/java/com/google/cloud/scheduler/v1beta1/ |
H A D | RetryConfig.java | 27 * an acknowledgement is not received from the handler, then it will be retried 82 * If retry_count is zero, a job attempt will *not* be retried if 110 * job will be retried until both limits are reached. 130 * job will be retried until both limits are reached. 152 * job will be retried until both limits are reached. 296 * is 300s, and `max_doublings` is 3, then the a job will first be retried in 532 * an acknowledgement is not received from the handler, then it will be retried 793 * If retry_count is zero, a job attempt will *not* be retried if 819 * If retry_count is zero, a job attempt will *not* be retried if 849 * If retry_count is zero, a job attempt will *not* be retried if [all …]
|
H A D | RetryConfigOrBuilder.java | 34 * If retry_count is zero, a job attempt will *not* be retried if 57 * job will be retried until both limits are reached. 74 * job will be retried until both limits are reached. 91 * job will be retried until both limits are reached. 198 * is 300s, and `max_doublings` is 3, then the a job will first be retried in
|
/aosp_15_r20/external/google-cloud-java/java-functions/proto-google-cloud-functions-v1/src/main/java/com/google/cloud/functions/v1/ |
H A D | FailurePolicy.java | 78 * A function execution is retried on any failure. 79 * A failed execution is retried up to 7 days with an exponential backoff 81 * Retried execution is charged as any other execution. 280 * A function execution is retried on any failure. 281 * A failed execution is retried up to 7 days with an exponential backoff 283 * Retried execution is charged as any other execution. 553 * If specified, the function is retried in case of a failure. 568 * If specified, the function is retried in case of a failure. 586 * If specified, the function is retried in case of a failure. 995 * If specified, the function is retried in case of a failure. [all …]
|
/aosp_15_r20/external/autotest/server/cros/dynamic_suite/ |
H A D | suite.py | 82 RETRIED: 87 be retried, taking into account retries 93 has been retried, the total number of retries happening in 97 States = autotest_enum.AutotestEnum('NOT_ATTEMPTED', 'ATTEMPTED', 'RETRIED', 152 @param old_job_id: The afe_job_id of the job that is retried. 156 @raises ValueError if we have already retried or made an attempt 163 'We have already retried or attempted to retry job %d' % 165 old_record['state'] = self.States.RETRIED 197 - already retried -> has following retry 198 - has not retried [all …]
|
/aosp_15_r20/external/google-cloud-java/java-tasks/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/ |
H A D | RetryConfig.java | 26 * These settings determine how a failed task attempt is retried. 296 * task should be retried. 325 * task should be retried. 354 * task should be retried. 384 * task should be retried. 413 * task should be retried. 442 * task should be retried. 476 * and `max_doublings` is 3, then the a task will first be retried in 10s. The 747 * These settings determine how a failed task attempt is retried. 1503 * task should be retried. [all …]
|
H A D | RetryConfigOrBuilder.java | 169 * task should be retried. 195 * task should be retried. 221 * task should be retried. 246 * task should be retried. 272 * task should be retried. 298 * task should be retried. 327 * and `max_doublings` is 3, then the a task will first be retried in 10s. The
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_swtnl_backend.c | 203 bool retried; in svga_vbuf_submit_state() local 215 SVGA_RETRY_CHECK(svga, svga_hwtnl_flush(svga->hwtnl), retried); in svga_vbuf_submit_state() 216 if (retried) { in svga_vbuf_submit_state() 272 bool retried; in svga_vbuf_render_draw_arrays() local 286 nr, start_instance, instance_count, 0), retried); in svga_vbuf_render_draw_arrays() 287 if (retried) { in svga_vbuf_render_draw_arrays() 304 bool retried; in svga_vbuf_render_draw_elements() local 338 nr_indices), retried); in svga_vbuf_render_draw_elements() 339 if (retried) { in svga_vbuf_render_draw_elements()
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/upstream/ |
H A D | LoadErrorHandlingPolicy.java | 43 * load can be retried, and if so the duration to wait before retrying. If the policy indicates that 44 * a load error should not be retried, it will be considered fatal by the loader. The loader may 45 * also consider load errors that can be retried fatal if at least {@link 165 * should not be retried. 167 * <p>For loads that can be retried, loaders may ignore the retry delay returned by this method in 172 * error is fatal and should not be retried. 185 * Returns the minimum number of times to retry a load before a load error that can be retried may 190 * @return The minimum number of times to retry a load before a load error that can be retried may
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/upstream/ |
H A D | LoadErrorHandlingPolicy.java | 45 * load can be retried, and if so the duration to wait before retrying. If the policy indicates that 46 * a load error should not be retried, it will be considered fatal by the loader. The loader may 47 * also consider load errors that can be retried fatal if at least {@link 168 * should not be retried. 170 * <p>For loads that can be retried, loaders may ignore the retry delay returned by this method in 175 * error is fatal and should not be retried. 188 * Returns the minimum number of times to retry a load before a load error that can be retried may 193 * @return The minimum number of times to retry a load before a load error that can be retried may
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Protocol/ |
H A D | TapeIo.h | 53 online). The transfer may be retried at a later time. 87 online). The transfer may be retried at a later time. 120 ready (e.g. not online). The transfer may be retried at a later time. 148 online). The reposition may be retried at a later time. 175 online). The transfer may be retried at a later time. 201 The reset may be retried at a later time.
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Protocol/ |
H A D | TapeIo.h | 53 online). The transfer may be retried at a later time. 87 online). The transfer may be retried at a later time. 120 ready (e.g. not online). The transfer may be retried at a later time. 148 online). The reposition may be retried at a later time. 175 online). The transfer may be retried at a later time. 201 The reset may be retried at a later time.
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Protocol/ |
H A D | TapeIo.h | 53 online). The transfer may be retried at a later time. 87 online). The transfer may be retried at a later time. 119 ready (e.g. not online). The transfer may be retried at a later time. 146 online). The reposition may be retried at a later time. 172 online). The transfer may be retried at a later time. 197 The reset may be retried at a later time.
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Protocol/ |
H A D | TapeIo.h | 59 online). The transfer may be retried at a later time. 93 online). The transfer may be retried at a later time. 126 ready (e.g. not online). The transfer may be retried at a later time. 154 online). The reposition may be retried at a later time. 181 online). The transfer may be retried at a later time. 207 The reset may be retried at a later time.
|
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/ |
D | cloudscheduler_v1beta1.projects.locations.jobs.html | 123 …or instead of an application error. Requests returning error 503 will be retried regardless of ret… 165 …hat an acknowledgement is not received from the handler, then it will be retried with exponential … 167 …duration is 300s, and `max_doublings` is 3, then the a job will first be retried in 10s. The retry… 168 …tion was first attempted. If specified with retry_count, the job will be retried until both limits… 170 …retry_count is zero. If retry_count is zero, a job attempt will *not* be retried if it fails. Inst… 197 …or instead of an application error. Requests returning error 503 will be retried regardless of ret… 239 …hat an acknowledgement is not received from the handler, then it will be retried with exponential … 241 …duration is 300s, and `max_doublings` is 3, then the a job will first be retried in 10s. The retry… 242 …tion was first attempted. If specified with retry_count, the job will be retried until both limits… 244 …retry_count is zero. If retry_count is zero, a job attempt will *not* be retried if it fails. Inst… [all …]
|
D | cloudscheduler_v1.projects.locations.jobs.html | 123 …or instead of an application error. Requests returning error 503 will be retried regardless of ret… 164 …hat an acknowledgement is not received from the handler, then it will be retried with exponential … 166 …duration is 300s, and `max_doublings` is 3, then the a job will first be retried in 10s. The retry… 167 …tion was first attempted. If specified with retry_count, the job will be retried until both limits… 169 …retry_count is zero. If retry_count is zero, a job attempt will *not* be retried if it fails. Inst… 196 …or instead of an application error. Requests returning error 503 will be retried regardless of ret… 237 …hat an acknowledgement is not received from the handler, then it will be retried with exponential … 239 …duration is 300s, and `max_doublings` is 3, then the a job will first be retried in 10s. The retry… 240 …tion was first attempted. If specified with retry_count, the job will be retried until both limits… 242 …retry_count is zero. If retry_count is zero, a job attempt will *not* be retried if it fails. Inst… [all …]
|
/aosp_15_r20/external/googleapis/google/cloud/integrations/v1alpha/ |
H A D | task_config.proto | 93 // task will be retried on failure and with what retry strategy. 99 // task will be retried on failure and with what retry strategy. 198 // The task will be retried from the failed task onwards after a fixed 206 // The task will be retried from the failed task onwards after a fixed 215 // The task will be retried after an exponentially increasing period of 235 // number of times the task will be retried if failed.
|
/aosp_15_r20/external/testng/src/main/java/org/testng/util/ |
H A D | RetryAnalyzerCount.java | 10 * the maximum number of times you want your test to be retried. 20 * Set the max number of time the method needs to be retried. 47 * must be retried or not. 49 * @return true if the test must be retried, false otherwise.
|
/aosp_15_r20/external/pytorch/torch/csrc/distributed/rpc/ |
H A D | rpc_agent.cpp | 113 // Stores the retried futures so callbacks can be added outside the lock. in retryExpiredRpcs() 126 // RPC is set to be retried in the future. in retryExpiredRpcs() 146 // We iterate through all the RPC's set to be retried at the current in retryExpiredRpcs() 156 // send() will throw an exception if an RPC is retried while the agent is in retryExpiredRpcs() 159 // retried. in retryExpiredRpcs() 176 // If there are no more RPC's set to be retried at the current timepoint, in retryExpiredRpcs()
|