/system/core/init/ |
D | first_stage_console.cpp | 64 int tries = 50; // should timeout after 5s in StartConsole() local 66 while (tries--) { in StartConsole()
|
/system/bt/vendor_libs/test_vendor_lib/test/ |
D | link_layer_socket_device_test.cc | 206 …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/ |
D | boot_control_chromeos.cc | 235 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/ |
D | vendor_misc_writer.te | 9 # Silence the denial when calling libfstab's ReadDefaultFstab, which tries to
|
D | ueventd.te | 50 # linker tries to resolve paths in ld.config.txt.
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | vendor_misc_writer.te | 9 # Silence the denial when calling libfstab's ReadDefaultFstab, which tries to
|
D | ueventd.te | 50 # linker tries to resolve paths in ld.config.txt.
|
D | update_engine.te | 75 # update_engine tries to determine the parent path for all devices (e.g.
|
/system/sepolicy/public/ |
D | vendor_misc_writer.te | 9 # Silence the denial when calling libfstab's ReadDefaultFstab, which tries to
|
D | update_engine.te | 66 # update_engine tries to determine the parent path for all devices (e.g.
|
D | ueventd.te | 50 # linker tries to resolve paths in ld.config.txt.
|
/system/sepolicy/private/ |
D | lpdumpd.te | 20 # Triggered when lpdumpd tries to read default fstab.
|
D | netd.te | 41 # We want to ensure that no other process ever tries tampering with persist.netd.stable_secret,
|
D | heapprofd.te | 57 # If the dac_read_search capability check is rejected, the kernel then tries
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | lpdumpd.te | 20 # Triggered when lpdumpd tries to read default fstab.
|
D | heapprofd.te | 57 # If the dac_read_search capability check is rejected, the kernel then tries
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | lpdumpd.te | 20 # Triggered when lpdumpd tries to read default fstab.
|
D | heapprofd.te | 57 # If the dac_read_search capability check is rejected, the kernel then tries
|
/system/extras/alloc-stress/ |
D | alloc-stress.cpp | 149 int tries = 10; in write_oomadj_to_lmkd() local 154 if (tries-- < 0) break; in write_oomadj_to_lmkd()
|
/system/core/logcat/tests/ |
D | logcat_test.cpp | 181 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/ |
D | utils_unittest.cc | 154 for (int tries = 0; tries < 100; ++tries) { in TEST() local
|
/system/vold/ |
D | VoldNativeService.cpp | 508 for (int tries = 0; tries < 2; ++tries) { in fdeEnableInternal() local 518 } else if (tries == 0) { in fdeEnableInternal()
|
/system/libhidl/transport/ |
D | ServiceManagement.cpp | 810 for (int tries = 0; !getStub && (vintfHwbinder || vintfLegacy); tries++) { in getRawServiceInternal() local 811 if (waiter == nullptr && tries > 0) { in getRawServiceInternal()
|
/system/libbase/ |
D | logging_test.cpp | 672 int tries = 3; in TEST() local 674 while (tries-- > 0) { in TEST()
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | netd.te | 127 # We want to ensure that no other process ever tries tampering with persist.netd.stable_secret,
|