/system/gsid/ |
D | libgsi.cpp | 81 int attempts; in CanBootIntoGsi() local 82 if (GetBootAttempts(boot_key, &attempts)) { in CanBootIntoGsi() 83 if (attempts + 1 > kMaxBootAttempts) { in CanBootIntoGsi() 96 new_key = std::to_string(attempts + 1); in CanBootIntoGsi() 128 bool GetBootAttempts(const std::string& boot_key, int* attempts) { in GetBootAttempts() argument 129 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/hardware/interfaces/suspend/1.0/default/ |
D | SuspendProperties.sysprop | 18 # Maximum time in milliseconds that system will wait between repeated suspend attempts 27 # Base time in milliseconds that system will wait between repeated suspend attempts 36 # Number of consecutive bad (short, failed) suspends above which time between attempts is scaled 54 # Factor for scaling the time between repeated suspend attempts 63 # If true, the wait time between repeated suspend attempts will be scaled on failed suspends 72 # If true, the wait time between repeated suspend attempts will be scaled on short suspends
|
/system/extras/multinetwork/ |
D | common.h | 38 attempts(1), in Arguments() 48 unsigned attempts; member
|
D | dnschk.cpp | 49 for (int i = 0; i < args.attempts; i++) { in main()
|
D | common.cpp | 107 attempts = strtoul(argv[i], &endptr, 10); in parseArguments()
|
D | httpurl.cpp | 249 for (int i = 0; i < args.attempts; i++) { in main()
|
/system/core/fastboot/ |
D | udp.cpp | 126 size_t rx_length, int attempts, std::string* error); 131 uint8_t* rx_data, size_t rx_length, int attempts, 208 size_t rx_length, int attempts, std::string* error) { in SendData() argument 230 rx_length, attempts, error); in SendData() 255 size_t rx_length, const int attempts, std::string* error) { in SendSinglePacketHelper() argument 259 int attempts_left = attempts; in SendSinglePacketHelper() 305 attempts_left = attempts; in SendSinglePacketHelper()
|
/system/sepolicy/private/ |
D | mm_events.te | 8 # Allow running the sleep command to rate limit attempts
|
D | atrace.te | 62 # Remove logspam from notification attempts to non-allowlisted services.
|
D | traced_perf.te | 49 # Do not audit the cases where traced_perf attempts to access /proc/[pid] for
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | mm_events.te | 8 # Allow running the sleep command to rate limit attempts
|
D | atrace.te | 62 # Remove logspam from notification attempts to non-allowlisted services.
|
D | traced_perf.te | 49 # Do not audit the cases where traced_perf attempts to access /proc/[pid] for
|
/system/netd/server/ |
D | IptablesRestoreControllerTest.cpp | 174 int attempts; in acquireIptablesLock() local 175 for (attempts = 0; attempts < XT_LOCK_ATTEMPTS; attempts++) { in acquireIptablesLock() 181 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/30.0/private/ |
D | traced_perf.te | 35 # Do not audit the cases where traced_perf attempts to access /proc/[pid] for
|
D | atrace.te | 62 # Remove logspam from notification attempts to non-allowlisted services.
|
/system/chre/doc/ |
D | framework_testing.md | 42 attempts to samples from sensors and outputs to the log. It also offers a
|
/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,
|
/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,
|
/system/logging/logcat/ |
D | event.logtags | 76 75002 sqlite_mem_alarm_alloc_attempt (attempts|1|4)
|
/system/core/fs_mgr/libsnapshot/android/snapshot/ |
D | snapshot.proto | 201 // Status of the update after the merge attempts.
|
/system/bt/doc/ |
D | power_management.md | 67 min and max intervals, the number of attempts and the timeout. The overall
|