/system/core/init/ |
D | perfboot.py | 109 def _get_cpu_temp(self, threshold): argument 114 if temp >= threshold: 119 threshold = IntervalAdjuster._CPU_COOL_DOWN_THRESHOLDS.get( 121 if threshold is None: 128 temp = self._get_cpu_temp(threshold) 129 if temp < threshold: 133 temp, threshold)
|
/system/extras/ANRdaemon/ |
D | ANRdaemon.cpp | 165 int threshold = idle_threshold + (tracing?100:0); in is_heavy_load() local 170 return (diff_idle * 10000 < diff_total * threshold); in is_heavy_load() 540 int threshold; in get_options() local 555 threshold = atoi(optarg); in get_options() 556 if (threshold > 9999 || threshold < 5000) { in get_options() 560 idle_threshold = 10000 - threshold; in get_options()
|
/system/core/storaged/include/ |
D | storaged.h | 124 double hours, uint64_t threshold, bool force_report) { in get_uid_records() argument 125 return mUidm.dump(hours, threshold, force_report); in get_uid_records()
|
D | storaged_uid_monitor.h | 120 double hours, uint64_t threshold, bool force_report);
|
/system/core/storaged/ |
D | README.properties | 5 ro.storaged.uid_io.threshold # Per UID IO usage limit, in bytes
|
D | storaged_service.cpp | 107 uint64_t threshold = 0; in dump() local 129 if(!ParseUint(String8(args[i]).c_str(), &threshold)) in dump() 145 storaged_sp->get_uid_records(hours, threshold, force_report); in dump()
|
D | storaged_uid_monitor.cpp | 262 double hours, uint64_t threshold, bool force_report) in dump() argument 290 uid_usage.bytes[WRITE][BACKGROUND][CHARGER_OFF] > threshold) { in dump()
|
/system/extras/perfprofd/scripts/ |
D | perf_proto_stack_sqlite_flame.py | 45 threshold = max(local_threshold, global_threshold) 47 if v.count < threshold: 266 sql_out.read(args.threshold, args.global_threshold, args.limit,
|
/system/extras/checkpoint_gc/ |
D | checkpoint_gc.sh | 50 …log -pi -t checkpoint_gc dirty segments:${DIRTY_SEGMENTS} \(threshold:${DIRTY_SEGMENTS_THRESHOLD}\)
|
/system/core/libpixelflinger/ |
D | scanline.cpp | 1146 int threshold = get_value(); in rgb888ToRgb565() local 1148 r += (threshold >> (GGL_DITHER_BITS-8 +5)); in rgb888ToRgb565() 1149 g += (threshold >> (GGL_DITHER_BITS-8 +6)); in rgb888ToRgb565() 1150 b += (threshold >> (GGL_DITHER_BITS-8 +5)); in rgb888ToRgb565() 1203 int threshold = di.get_value() << (8 - GGL_DITHER_BITS); in write() local 1212 sR = ((sR << 8) + f*dR + threshold)>>8; in write() 1213 sG = ((sG << 8) + f*dG + threshold)>>8; in write() 1214 sB = ((sB << 8) + f*dB + threshold)>>8; in write() 1323 int threshold = di.get_value() << (8 - GGL_DITHER_BITS); in write() local 1329 sR = (sR + f*dR + threshold)>>8; in write() [all …]
|
/system/core/logd/ |
D | LogStatistics.h | 643 size_t threshold) { 646 if ((worst_sizes > threshold) 652 if (second_worst_sizes < threshold) { 653 second_worst_sizes = threshold;
|
D | LogBuffer.cpp | 767 size_t threshold = log_buffer_size(id) / 8; in prune() local 772 threshold); in prune() 777 threshold); in prune()
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | property_contexts | 53 dalvik.vm.lockprof.threshold u:object_r:exported_dalvik_prop:s0 exact int
|
D | domain.te | 353 # Adjusting the AVC cache threshold.
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | property_contexts | 59 dalvik.vm.lockprof.threshold u:object_r:exported_dalvik_prop:s0 exact int
|
D | domain.te | 383 # Adjusting the AVC cache threshold.
|
/system/sepolicy/public/ |
D | property_contexts | 59 dalvik.vm.lockprof.threshold u:object_r:exported_dalvik_prop:s0 exact int
|
D | domain.te | 383 # Adjusting the AVC cache threshold.
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | domain.te | 282 # Adjusting the AVC cache threshold.
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | domain.te | 285 # Adjusting the AVC cache threshold.
|
/system/media/audio_utils/ |
D | Doxyfile | 2122 # become too big to be useful. The UML_LIMIT_NUM_FIELDS threshold limits the 2124 # for no limit. Note that the threshold may be exceeded by 50% before the limit 2125 # is enforced. So when you set the threshold to 10, up to 15 fields may appear,
|
D | Doxyfile.orig | 2122 # become too big to be useful. The UML_LIMIT_NUM_FIELDS threshold limits the 2124 # for no limit. Note that the threshold may be exceeded by 50% before the limit 2125 # is enforced. So when you set the threshold to 10, up to 15 fields may appear,
|
/system/chre/pal/doc/ |
D | Doxyfile | 2206 # become too big to be useful. The UML_LIMIT_NUM_FIELDS threshold limits the 2208 # for no limit. Note that the threshold may be exceeded by 50% before the limit 2209 # is enforced. So when you set the threshold to 10, up to 15 fields may appear,
|
/system/chre/chre_api/doc/ |
D | Doxyfile | 2206 # become too big to be useful. The UML_LIMIT_NUM_FIELDS threshold limits the 2208 # for no limit. Note that the threshold may be exceeded by 50% before the limit 2209 # is enforced. So when you set the threshold to 10, up to 15 fields may appear,
|