Home
last modified time | relevance | path

Searched refs:tries (Results 1 – 25 of 37) sorted by relevance

12

/system/core/init/
Dfirst_stage_console.cpp64 int tries = 50; // should timeout after 5s in StartConsole() local
66 while (tries--) { in StartConsole()
/system/bt/vendor_libs/test_vendor_lib/test/
Dlink_layer_socket_device_test.cc206 …for (size_t tries = 0; tries < 10 && validated_server_packets_[pair_id] == validated_packets; trie… in ReadFromClient() local
215 …for (size_t tries = 0; tries < 10 && validated_client_packets_[pair_id] == validated_packets; trie… in ReadFromServer() local
/system/update_engine/
Dboot_control_chromeos.cc235 return params.successful || params.tries > 0; in IsSlotBootable()
259 params.tries = 0; in MarkSlotUnbootable()
299 add_params.tries = 6; in SetActiveBootSlot()
304 LOG(ERROR) << "Unable to set NumTriesLeft to " << add_params.tries in SetActiveBootSlot()
/system/sepolicy/prebuilts/api/29.0/public/
Dvendor_misc_writer.te9 # Silence the denial when calling libfstab's ReadDefaultFstab, which tries to
Dueventd.te50 # linker tries to resolve paths in ld.config.txt.
/system/sepolicy/prebuilts/api/30.0/public/
Dvendor_misc_writer.te9 # Silence the denial when calling libfstab's ReadDefaultFstab, which tries to
Dueventd.te50 # linker tries to resolve paths in ld.config.txt.
Dupdate_engine.te75 # update_engine tries to determine the parent path for all devices (e.g.
/system/sepolicy/public/
Dvendor_misc_writer.te9 # Silence the denial when calling libfstab's ReadDefaultFstab, which tries to
Dupdate_engine.te66 # update_engine tries to determine the parent path for all devices (e.g.
Dueventd.te50 # linker tries to resolve paths in ld.config.txt.
/system/sepolicy/private/
Dlpdumpd.te20 # Triggered when lpdumpd tries to read default fstab.
Dnetd.te41 # We want to ensure that no other process ever tries tampering with persist.netd.stable_secret,
Dheapprofd.te57 # If the dac_read_search capability check is rejected, the kernel then tries
/system/sepolicy/prebuilts/api/30.0/private/
Dlpdumpd.te20 # Triggered when lpdumpd tries to read default fstab.
Dheapprofd.te57 # If the dac_read_search capability check is rejected, the kernel then tries
/system/sepolicy/prebuilts/api/29.0/private/
Dlpdumpd.te20 # Triggered when lpdumpd tries to read default fstab.
Dheapprofd.te57 # If the dac_read_search capability check is rejected, the kernel then tries
/system/extras/alloc-stress/
Dalloc-stress.cpp149 int tries = 10; in write_oomadj_to_lmkd() local
154 if (tries-- < 0) break; in write_oomadj_to_lmkd()
/system/core/logcat/tests/
Dlogcat_test.cpp181 int tries = 3; // in case run too soon after system start or buffer clear in TEST() local
212 } while ((count < 3) && --tries && inject(3 - count)); in TEST()
250 int tries = 4; // in case run too soon after system start or buffer clear in TEST() local
274 } while ((count < 3) && --tries && inject(3 - count)); in TEST()
303 int tries = 4; // in case run too soon after system start or buffer clear in do_tail() local
306 if (num > 10) ++tries; in do_tail()
307 if (num > 100) ++tries; in do_tail()
325 } while ((count < num) && --tries && inject(num - count)); in do_tail()
357 int tries = 4; // in case run too soon after system start or buffer clear in do_tail_time() local
376 } while ((count < 10) && --tries && inject(10 - count)); in do_tail_time()
/system/update_engine/common/
Dutils_unittest.cc154 for (int tries = 0; tries < 100; ++tries) { in TEST() local
/system/vold/
DVoldNativeService.cpp508 for (int tries = 0; tries < 2; ++tries) { in fdeEnableInternal() local
518 } else if (tries == 0) { in fdeEnableInternal()
/system/libhidl/transport/
DServiceManagement.cpp810 for (int tries = 0; !getStub && (vintfHwbinder || vintfLegacy); tries++) { in getRawServiceInternal() local
811 if (waiter == nullptr && tries > 0) { in getRawServiceInternal()
/system/libbase/
Dlogging_test.cpp672 int tries = 3; in TEST() local
674 while (tries-- > 0) { in TEST()
/system/sepolicy/prebuilts/api/27.0/public/
Dnetd.te127 # We want to ensure that no other process ever tries tampering with persist.netd.stable_secret,

12