/system/core/fs_mgr/libfs_avb/ |
D | util.cpp | 59 uint8_t high; in HexToBytes() local 60 if (!NibbleValue(hex[i], &high)) { in HexToBytes() 67 bytes[j] = (high << 4) | low; in HexToBytes()
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | rss_hwm_reset.te | 1 # rss_hwm_reset resets RSS high-water mark counters for all procesess.
|
/system/sepolicy/public/ |
D | rss_hwm_reset.te | 1 # rss_hwm_reset resets RSS high-water mark counters for all procesess.
|
/system/extras/ANRdaemon/ |
D | README | 2 activity when CPU usage is very high. The daemon uses debugfs underlying for 23 when the CPU usage becomes high and the daemon process turn on tracing again, 30 high CPU usage case.
|
/system/tools/aidl/build/ |
D | message_check_equality.txt | 6 change by ignoring this message, it has a high risk of breaking later when a
|
D | message_check_compatibility.txt | 6 with this change by ignoring this message, it has a high risk of breaking later
|
D | api_preamble.txt | 15 // with such a backward incompatible change, it has a high risk of breaking
|
/system/vold/ |
D | MoveStorage.cpp | 32 #define CONSTRAIN(amount, low, high) \ argument 33 ((amount) < (low) ? (low) : ((amount) > (high) ? (high) : (amount)))
|
/system/core/lmkd/ |
D | README.md | 9 state of a running Android system and reacting to high memory pressure 29 ro.config.low_ram: choose between low-memory vs high-performance
|
D | lmkd.c | 232 int64_t high; member 1148 zi->field.totalreserve_pages += zi->field.high; in zoneinfo_parse()
|
/system/bt/service/doc/ |
D | IBluetoothCallback.txt | 19 * high-level Bluetooth adapter state.
|
D | IBluetooth.txt | 18 * Binder IPC API for talking with the Bluetooth service and perform high-level
|
/system/core/libcutils/ |
D | fs_config.cpp | 55 uint32_t low, high; in get8LE() local 58 high = src[4] | (src[5] << 8) | (src[6] << 16) | (src[7] << 24); in get8LE() 59 return ((uint64_t)high << 32) | (uint64_t)low; in get8LE()
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | mls_macros | 51 # Basic level names for system low and high
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | mls_macros | 51 # Basic level names for system low and high
|
/system/sepolicy/private/ |
D | mls_macros | 51 # Basic level names for system low and high
|
/system/sepolicy/reqd_mask/ |
D | mls_macros | 51 # Basic level names for system low and high
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | mls_macros | 51 # Basic level names for system low and high
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | mls_macros | 51 # Basic level names for system low and high
|
/system/iorap/ |
D | iorapd.rc | 21 # the main 'activity hint' thread needs to be fairly high priority to kick off
|
/system/update_engine/common/ |
D | utils.cc | 1052 int high; in ParseRollbackKeyVersion() local 1054 if (!(base::StringToInt(parts[0], &high) && in ParseRollbackKeyVersion() 1060 if (high >= 0 && high < numeric_limits<uint16_t>::max() && low >= 0 && in ParseRollbackKeyVersion() 1062 *high_version = static_cast<uint16_t>(high); in ParseRollbackKeyVersion()
|
/system/core/liblog/ |
D | log_event_list.cpp | 415 uint32_t high = src[4] | (src[5] << 8) | (src[6] << 16) | (src[7] << 24); in get8LE() local 416 return ((uint64_t)high << 32) | (uint64_t)low; in get8LE()
|
D | logprint.cpp | 594 uint32_t low, high; in get8LE() local 597 high = src[4] | (src[5] << 8) | (src[6] << 16) | (src[7] << 24); in get8LE() 598 return ((uint64_t)high << 32) | (uint64_t)low; in get8LE()
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | te_macros | 84 # pdx macros for IPC. pdx is a high-level name which contains transport-specific
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | te_macros | 84 # pdx macros for IPC. pdx is a high-level name which contains transport-specific
|