/system/core/init/test_service/ |
D | README.md | 17 It will attempt to find the first element of each pair of arguments in 18 `/proc/self/status`, and attempt to exactly match the second element of the pair 28 And then attempt to exactly match the token after `:`, `0000000000003000`,
|
/system/core/adb/ |
D | transport.cpp | 148 ReconnectAttempt attempt = *reconnect_queue_.begin(); in Stop() local 150 remove_transport(attempt.transport); in Stop() 173 ReconnectAttempt attempt; in Run() local 213 attempt = *reconnect_queue_.begin(); in Run() 216 D("attempting to reconnect %s", attempt.transport->serial.c_str()); in Run() 218 switch (attempt.transport->Reconnect()) { in Run() 220 D("attempting to reconnect %s failed.", attempt.transport->serial.c_str()); in Run() 221 if (attempt.attempts_left == 0) { in Run() 223 attempt.transport->serial.c_str()); in Run() 224 remove_transport(attempt.transport); in Run() [all …]
|
/system/bt/stack/btm/ |
D | btm_pm.cc | 483 p_res->attempt = (p_md1->attempt > p_md2->attempt) ? (p_md1->attempt) in btm_pm_compare_modes() 484 : (p_md2->attempt); in btm_pm_compare_modes() 636 md_res.min, md_res.attempt, md_res.timeout); in btm_pm_snd_md_req()
|
/system/netd/server/ |
D | NetlinkHandler.cpp | 41 for (int attempt = 0; /*nop*/; ++attempt) { \ 44 attempt < RETRY_ATTEMPTS) { \
|
/system/update_engine/update_manager/ |
D | update_manager.conf.example | 5 # developer mode), we attempt to load
|
/system/netd/resolv/ |
D | res_send.cpp | 521 for (int attempt = 0; attempt < retryTimes; ++attempt) { in res_nsend() local 563 bool shouldRecordStats = (attempt == 0); in res_nsend() 564 attempt = retryTimes; in res_nsend() 598 if (attempt == 0) { in res_nsend()
|
/system/bt/doc/ |
D | power_management.md | 49 During a lookup attempt, the code iterates over the `bta_dm_pm_cfg` array, 176 with timeout set to FALSE to re-attempt with a second action (if the 177 previous PARK or SNIFF failed, otherwise it'll re-attempt the first
|
/system/extras/boottime_tools/bootanalyze/ |
D | bootanalyze.py | 114 attempt = 1 118 while attempt <= MAX_RETRIES and processing_data is None: 119 attempt += 1
|
/system/bt/stack/include/ |
D | btm_api_types.h | 1787 uint16_t attempt; member
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | init.te | 343 # generated when an attempt to set a property is denied by policy.
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | init.te | 338 # generated when an attempt to set a property is denied by policy.
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | init.te | 414 # generated when an attempt to set a property is denied by policy.
|
D | domain.te | 849 # libc includes functions like mktime and localtime which attempt to access
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | init.te | 475 # generated when an attempt to set a property is denied by policy.
|
D | domain.te | 856 # libc includes functions like mktime and localtime which attempt to access
|
/system/sepolicy/public/ |
D | init.te | 475 # generated when an attempt to set a property is denied by policy.
|
D | domain.te | 856 # libc includes functions like mktime and localtime which attempt to access
|
/system/core/fastboot/ |
D | README.md | 362 subsequent packets will attempt to retransmit for at least 1 minute before
|
/system/sepolicy/tools/fc_sort/ |
D | NOTICE | 173 except as expressly provided under this License. Any attempt
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | system_server.te | 706 # a bug (for example, bug 16317188), or represents an attempt by
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | system_server.te | 737 # a bug (for example, bug 16317188), or represents an attempt by
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | system_server.te | 838 # a bug (for example, bug 16317188), or represents an attempt by
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | system_server.te | 969 # a bug (for example, bug 16317188), or represents an attempt by
|
/system/sepolicy/private/ |
D | system_server.te | 969 # a bug (for example, bug 16317188), or represents an attempt by
|