/system/core/fs_mgr/libfs_avb/ |
D | util.cpp | 62 uint8_t high; in HexToBytes() local 63 if (!NibbleValue(hex[i], &high)) { in HexToBytes() 70 bytes[j] = (high << 4) | low; in HexToBytes()
|
/system/memory/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 70 low-RAM devices = 10, for high-end devices = 20 75 Default for low-RAM devices = 30, for high-end 82 for high-end devices = 10 86 low-RAM devices = 200, for high-end devices = 70
|
D | lmkd.cpp | 364 int64_t high; member 591 static int clamp(int low, int high, int value) { in clamp() argument 592 return std::max(std::min(value, high), low); in clamp() 2083 zi->totalreserve_pages += zone->max_protection + zone->fields.field.high; in zoneinfo_parse() 2842 watermarks->high_wmark += zone->max_protection + zone->fields.field.high; in calc_zone_watermarks()
|
/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/sepolicy/public/ |
D | rss_hwm_reset.te | 1 # rss_hwm_reset resets RSS high-water mark counters for all procesess.
|
/system/vold/ |
D | MoveStorage.cpp | 32 #define CONSTRAIN(amount, low, high) \ argument 33 ((amount) < (low) ? (low) : ((amount) > (high) ? (high) : (amount)))
|
/system/tools/aidl/build/ |
D | message_check_integrity.txt | 6 with this change by ignoring this message, it has a high risk of breaking later
|
D | message_check_compatibility.txt | 6 with this change by ignoring this message, it has a high risk of breaking later
|
/system/sepolicy/microdroid/reqd_mask/ |
D | mls_macros | 51 # Basic level names for system low and high
|
/system/sepolicy/microdroid/system/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/update_engine/common/ |
D | utils.cc | 1173 int high{}; in ParseRollbackKeyVersion() local 1175 if (!(base::StringToInt(parts[0], &high) && in ParseRollbackKeyVersion() 1181 if (high >= 0 && high < numeric_limits<uint16_t>::max() && low >= 0 && in ParseRollbackKeyVersion() 1183 *high_version = static_cast<uint16_t>(high); in ParseRollbackKeyVersion()
|
/system/sepolicy/ |
D | README.apps.md | 2 high-level overview of these. For further details on each type, refer to their
|
/system/chre/chpp/ |
D | QUICKSTART.md | 49 Note that the system MUST replicate the high-level behavior of chppWorkThreadStart exactly in this …
|
/system/chre/doc/ |
D | vendor_extensions.md | 7 steps must be performed. At a high-level, to add a new vendor-specific API to 122 periods of high activity. Refer to the GNSS and WWAN APIs for design patterns
|
D | compatibility.md | 188 them to update. If not considered a high severity issue and compatibility is
|
/system/extras/libatrace_rust/ |
D | README.md | 115 affect the performance of hot high-frequency methods. When the events are disabled, calling them is
|
/system/extras/perf2cfg/ |
D | README.md | 87 - `HI` (high): for 50 to 100%.
|
/system/chre/external/flatbuffers/include/flatbuffers/ |
D | flatbuffers.h | 68 inline bool IsOutRange(const T &v, const T &low, const T &high) { in IsOutRange() argument 69 return (v < low) || (high < v); in IsOutRange() 74 inline bool IsInRange(const T &v, const T &low, const T &high) { in IsInRange() argument 75 return !IsOutRange(v, low, high); in IsInRange()
|
/system/extras/simpleperf/doc/ |
D | README.md | 130 sample at very high frequency (usually <= 4000 Hz). 176 by callchain joiner. But when a high percentage of samples are truncated, many callchains can be
|
/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/proto/ |
D | nearby_extension.proto | 158 //! A very high duty cycle scan level to be used for very short durations.
|
/system/unwinding/libunwindstack/ |
D | AndroidVersions.md | 44 are always in sorted order from low pc to high pc. Thus the code would
|
/system/update_engine/ |
D | README.md | 271 with high parallelism. 287 OS partitions are read only. So with high certainty we can assume the active
|
/system/core/fastboot/ |
D | README.md | 15 high-speed and 1024 bytes for Super Speed USB.
|