/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 | 162 ReconnectAttempt attempt = *reconnect_queue_.begin(); in Stop() local 164 remove_transport(attempt.transport); in Stop() 187 ReconnectAttempt attempt; in Run() local 227 attempt = *reconnect_queue_.begin(); in Run() 230 D("attempting to reconnect %s", attempt.transport->serial.c_str()); in Run() 232 switch (attempt.transport->Reconnect()) { in Run() 234 D("attempting to reconnect %s failed.", attempt.transport->serial.c_str()); in Run() 235 if (attempt.attempts_left == 0) { in Run() 237 attempt.transport->serial.c_str()); in Run() 238 remove_transport(attempt.transport); in Run() [all …]
|
/system/bt/stack/btm/ |
D | btm_pm.cc | 477 p_res->attempt = (p_md1->attempt > p_md2->attempt) ? (p_md1->attempt) in btm_pm_compare_modes() 478 : (p_md2->attempt); in btm_pm_compare_modes() 630 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/bt/gd/hci/acl_manager/ |
D | classic_acl_connection.h | 47 …virtual bool SniffMode(uint16_t max_interval, uint16_t min_interval, uint16_t attempt, uint16_t ti…
|
D | classic_acl_connection.cc | 371 bool ClassicAclConnection::SniffMode(uint16_t max_interval, uint16_t min_interval, uint16_t attempt… in SniffMode() argument 373 SniffModeBuilder::Create(handle_, max_interval, min_interval, attempt, timeout), in SniffMode()
|
/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 | 1508 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.
|
/system/sepolicy/public/ |
D | init.te | 508 # generated when an attempt to set a property is denied by policy.
|
D | domain.te | 843 # libc includes functions like mktime and localtime which attempt to access
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | init.te | 506 # generated when an attempt to set a property is denied by policy.
|
/system/core/fastboot/ |
D | README.md | 362 subsequent packets will attempt to retransmit for at least 1 minute before
|
/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 | 971 # a bug (for example, bug 16317188), or represents an attempt by
|
/system/sepolicy/private/ |
D | system_server.te | 1065 # a bug (for example, bug 16317188), or represents an attempt by
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | system_server.te | 1045 # a bug (for example, bug 16317188), or represents an attempt by
|