/system/gsid/ |
D | libgsi.cpp | 69 int attempts; in CanBootIntoGsi() local 70 if (GetBootAttempts(boot_key, &attempts)) { in CanBootIntoGsi() 71 if (attempts + 1 > kMaxBootAttempts) { in CanBootIntoGsi() 84 new_key = std::to_string(attempts + 1); in CanBootIntoGsi() 130 bool GetBootAttempts(const std::string& boot_key, int* attempts) { in GetBootAttempts() argument 131 return android::base::ParseInt(boot_key, attempts); in GetBootAttempts()
|
D | libgsi_private.h | 25 bool GetBootAttempts(const std::string& boot_key, int* attempts);
|
/system/extras/tests/tcp_nuke_addr/ |
D | tcp_nuke_addr_test.cpp | 92 android::RWLock *lock, std::atomic<unsigned int> *attempts) { in connectLoop() argument 109 attempts->fetch_add(1); in connectLoop() 115 void progressThread(std::atomic<unsigned int> *attempts) { in progressThread() argument 121 total = attempts->load(); in progressThread() 138 std::atomic<unsigned int> attempts; in main() local 139 attempts.store(0); in main() 143 std::thread(connectLoop, sin, listensock, &lock, &attempts).detach(); in main() 146 progressThread(&attempts); in main()
|
/system/core/fastboot/ |
D | udp.cpp | 125 size_t rx_length, int attempts, std::string* error); 130 uint8_t* rx_data, size_t rx_length, int attempts, 207 size_t rx_length, int attempts, std::string* error) { in SendData() argument 229 rx_length, attempts, error); in SendData() 254 size_t rx_length, const int attempts, std::string* error) { in SendSinglePacketHelper() argument 258 int attempts_left = attempts; in SendSinglePacketHelper() 304 attempts_left = attempts; in SendSinglePacketHelper()
|
/system/netd/server/ |
D | IptablesRestoreControllerTest.cpp | 134 int attempts; in acquireIptablesLock() local 135 for (attempts = 0; attempts < XT_LOCK_ATTEMPTS; attempts++) { in acquireIptablesLock() 141 EXPECT_LT(attempts, XT_LOCK_ATTEMPTS) << in acquireIptablesLock()
|
/system/core/libusbhost/ |
D | usbhost.c | 325 int fd, attempts, writeable = 1; in usb_device_open() local 334 for (attempts = 0; attempts < MAX_ATTEMPTS; ++attempts) { in usb_device_open()
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | atrace.te | 60 # Remove logspam from notification attempts to non-whitelisted services.
|
/system/sepolicy/private/ |
D | atrace.te | 60 # Remove logspam from notification attempts to non-whitelisted services.
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | perfprofd.te | 97 # simpleperf attempts to put a temp file into /data/local/tmp. Do not allow,
|
D | domain.te | 364 # Disallow attempts to set contexts not defined in current policy
|
/system/sepolicy/public/ |
D | perfprofd.te | 97 # simpleperf attempts to put a temp file into /data/local/tmp. Do not allow,
|
D | domain.te | 364 # Disallow attempts to set contexts not defined in current policy
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | perfprofd.te | 95 # simpleperf attempts to put a temp file into /data/local/tmp. Do not allow,
|
D | domain.te | 334 # Disallow attempts to set contexts not defined in current policy
|
/system/core/logcat/ |
D | event.logtags | 76 75002 sqlite_mem_alarm_alloc_attempt (attempts|1|4)
|
/system/core/rootdir/etc/ |
D | ld.config.legacy.txt | 50 # Finally, if all attempts fail, the dynamic linker returns an error.
|
D | ld.config.vndk_lite.txt | 71 # Finally, if all attempts fail, the dynamic linker returns an error.
|
D | ld.config.txt | 130 # Finally, if all attempts fail, the dynamic linker returns an error.
|
/system/apex/apexd/ |
D | apexd.cpp | 410 for (size_t attempts = 1;; ++attempts) { in mountNonFlattened() local 417 if (attempts >= kLoopDeviceSetupAttempts) { in mountNonFlattened()
|
/system/bt/doc/ |
D | power_management.md | 67 min and max intervals, the number of attempts and the timeout. The overall
|
/system/core/fastboot/fuzzy_fastboot/ |
D | README.md | 344 This is also how Fuzzy Fastboot attempts to recover from errors when the device is
|