/aosp_15_r20/platform_testing/libraries/system-helpers/accessibility-helper/src/android/system/helpers/ |
H A D | AccessibilityScannerHelper.java | 83 int tries = 3; // retries in runScanner() local 284 int tries = 2; in moveScannerCheckButton() local 390 int tries = 2; // retries in getNumberOfSuggestions() local 421 int tries = 3; in getShareApp() local
|
/aosp_15_r20/system/vold/model/ |
H A D | PrivateVolume.cpp | 78 int tries = 10; in doCreate() local 106 int tries = 10; in doDestroy() local
|
/aosp_15_r20/dalvik/dx/src/com/android/dex/ |
H A D | Code.java | 25 private final Try[] tries; field in Code 29 short[] instructions, Try[] tries, CatchHandler[] catchHandlers) { in Code()
|
/aosp_15_r20/external/aws-sdk-java-v2/core/regions/src/main/java/software/amazon/awssdk/regions/internal/util/ |
H A D | EC2MetadataUtils.java | 361 public static String getData(String path, int tries) { in getData() 373 public static List<String> getItems(String path, int tries) { in getItems() 387 private static List<String> getItems(String path, int tries, boolean slurp) { in getItems()
|
/aosp_15_r20/cts/tests/tests/print/src/android/print/cts/ |
H A D | CustomPrintOptionsTest.java | 195 int tries = 0; in setUpServicesAndAdapter() local 307 int tries = 0; in testCase() local
|
/aosp_15_r20/cts/tests/tests/notificationlegacy/notificationlegacy27/src/android/app/notification/legacy/cts/ |
H A D | ConditionProviderServiceTest.java | 332 int tries = 30; in pollForSubscribe() local 351 int tries = 100; in pollForConnection() local
|
/aosp_15_r20/external/perfetto/protos/perfetto/trace/ftrace/ |
H A D | kmem.proto | 33 optional int32 tries = 1; field 86 optional int32 tries = 1; field 178 optional int32 tries = 1; field
|
/aosp_15_r20/device/generic/goldfish/audio/ |
D | talsa.cpp | 201 int tries = 3; in pcmRead() local 239 int tries = 3; in pcmWrite() local
|
/aosp_15_r20/system/media/alsa_utils/ |
H A D | alsa_device_proxy.c | 319 alsa_device_proxy * proxy, const void *data, unsigned int count, int tries) in proxy_write_with_retries() 339 int proxy_read_with_retries(alsa_device_proxy * proxy, void *data, unsigned int count, int tries) in proxy_read_with_retries()
|
/aosp_15_r20/external/flashrom/ |
H A D | jedec.c | 350 int tries = 0; in write_byte_program_jedec_common() local 396 int tries = 0, failed; in jedec_write_page() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/tempfile/tests/ |
D | namedtempfile.rs | 426 let tries = Arc::new(AtomicUsize::new(0)); in test_make_uds_conflict() localVariable 431 let tries = tries.clone(); in test_make_uds_conflict() localVariable
|
/aosp_15_r20/system/logging/logcat/tests/ |
H A D | logcat_test.cpp | 183 int tries = 3; // in case run too soon after system start or buffer clear in TEST() local 247 int tries = 4; // in case run too soon after system start or buffer clear in TEST() local 300 int tries = 4; // in case run too soon after system start or buffer clear in do_tail() local 354 int tries = 4; // in case run too soon after system start or buffer clear in do_tail_time() local
|
/aosp_15_r20/trusty/user/app/keymaster/ |
D | trusty_secure_deletion_secret_storage.cpp | 612 for (size_t tries = 0; tries < kMaxTries && !factory_reset_secret_; in GetDataForKey() local 632 for (size_t tries = 0; tries < kMaxTries; ++tries) { in GetDataForKey() local
|
/aosp_15_r20/external/vboot_reference/futility/ |
H A D | updater_utils.c | 554 const int tries = 1 + get_config_quirk(QUIRK_EXTRA_RETRIES, cfg); in load_system_firmware() local 589 const int tries = 1 + get_config_quirk(QUIRK_EXTRA_RETRIES, cfg); in write_system_firmware() local
|
/aosp_15_r20/external/coreboot/src/soc/rockchip/common/ |
H A D | edp.c | 448 u8 voltage, tries = 0; in rk_edp_link_train_cr() local 523 u8 value, tries = 0; in rk_edp_link_train_ce() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/cgo/internal/test/ |
D | sigprocmask.c | 33 int tries; in RunSigThread() local
|
/aosp_15_r20/external/google-breakpad/src/common/android/testing/ |
H A D | mkdtemp.h | 91 int tries; in breakpad_mkdtemp() local
|
/aosp_15_r20/external/autotest/server/site_tests/network_WiFi_ChaosConnectDisconnect/ |
H A D | network_WiFi_ChaosConnectDisconnect.py | 21 host, assoc_params, client, tries, debug_info=None): argument
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/marvell/armada/a3k/common/ |
D | cm3_system_reset.c | 44 int tries = 5; in cm3_system_reset() local
|
/aosp_15_r20/external/eigen/bench/ |
H A D | basicbenchmark.cpp | 21 const int tries = 10; in main() local
|
H A D | bench_move_semantics.cpp | 38 int tries = 10; in bench() local
|
/aosp_15_r20/external/ltp/testcases/kernel/containers/netns/ |
H A D | netns_netlink.c | 45 int fd, len, event_found, tries; in child_func() local
|
/aosp_15_r20/external/arm-trusted-firmware/plat/marvell/armada/a3k/common/ |
H A D | cm3_system_reset.c | 44 int tries = 5; in cm3_system_reset() local
|
/aosp_15_r20/external/autotest/server/cros/chaos_lib/ |
H A D | static_runner.py | 46 def run(self, job, batch_size=10, tries=2, capturer_hostname=None, argument
|
/aosp_15_r20/frameworks/native/libs/binder/tests/unit_fuzzers/ |
H A D | BpBinderFuzz.cpp | 58 for (size_t tries = 0; tries < 50; tries++) { in LLVMFuzzerTestOneInput() local
|