Home
last modified time | relevance | path

Searched refs:percent (Results 1 – 25 of 79) sorted by relevance

1234

/system/tools/xsdc/tests/resources/simple_type/
DAndroid.bp12 root_elements: ["simple-types", "percent"],
22 root_elements: ["simple-types", "percent"],
32 root_elements: ["simple-types", "percent"],
43 root_elements: ["simple-types", "percent"],
53 root_elements: ["simple-types", "percent"],
64 root_elements: ["simple-types", "percent"],
Dsimple_type.xsd10 <xs:simpleType name="percent">
17 <xs:union memberTypes="restrictedInts percent"/>
60 <xs:element name="percent" type="percent" />
/system/update_engine/scripts/update_payload/
Dformat_utils.py51 percent = 0
55 percent = num * 100 * factor // total
56 if percent:
61 whole, frac = divmod(percent, factor)
/system/extras/simpleperf/
Denvironment.h83 bool GetCpuTimeMaxPercent(size_t* percent);
84 bool SetCpuTimeMaxPercent(size_t percent);
Denvironment.cpp369 size_t percent; in SetPerfEventLimits() local
370 if (!GetCpuTimeMaxPercent(&percent) || percent == cpu_percent) { in SetPerfEventLimits()
423 bool GetCpuTimeMaxPercent(size_t* percent) { in GetCpuTimeMaxPercent() argument
424 return ReadUintFromProcFile("/proc/sys/kernel/perf_cpu_time_max_percent", percent); in GetCpuTimeMaxPercent()
427 bool SetCpuTimeMaxPercent(size_t percent) { in SetCpuTimeMaxPercent() argument
428 return WriteUintToProcFile("/proc/sys/kernel/perf_cpu_time_max_percent", percent); in SetCpuTimeMaxPercent()
DNOTICE33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/system/tools/xsdc/tests/src/com/android/xsdc/tests/
DXmlParserTest.java252 BigInteger percent; in testSimpleTypeRoot() local
255 percent = simple.type.XmlParser.readPercent(str); in testSimpleTypeRoot()
258 assertThat(percent, is(BigInteger.valueOf(100))); in testSimpleTypeRoot()
267 simple.type.XmlWriter.writePercent(writer, percent); in testSimpleTypeRoot()
/system/extras/iotop/
Diotop.cpp37 float percent = ns / stats.threads() / (time * NSEC_PER_SEC / 100.0f); in TimeToTgidPercent() local
38 return std::min(percent, 99.99f); in TimeToTgidPercent()
DNOTICE33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/system/extras/simpleperf/scripts/
Dreport_html.js488 let percent = (eventCount * 100.0 / totalEventCount).toFixed(2) + '%';
490 getHtml('b', {text: `${sampleWeight} (${percent})`})];
1067 let percent = eventCount * 100.0 / countForAllProcesses;
1068 return percent.toFixed(2) + '%';
1073 let percent = eventCount * 100.0 / totalCount.countForProcess;
1074 return percent.toFixed(2) + '%';
1079 let percent = eventCount * 100.0 / totalCount.countForThread;
1080 return percent.toFixed(2) + '%';
/system/logging/logcat/
Devent.logtags103 # sample_percent: the percent likelihood this query was logged
/system/extras/simpleperf/doc/
Dexecutable_commands_reference.md432 To avoid taking too much time generating samples, kernel >= 3.10 sets the max percent of cpu time
434 hitting that limit. Simpleperf uses --cpu-percent option to adjust it, but it needs either root
438 # Record with sample frequency 10000, with max allowed cpu percent to be 50%.
439 $ simpleperf record -f 1000 -p 11904,11905 --duration 10 --cpu-percent 50
/system/security/mls/mls-rs-crypto-boringssl/
DLICENSE-apache20 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/system/extras/squashfs_utils/
DNOTICE33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/system/extras/libfscrypt/
DNOTICE33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/system/extras/taskstats/
DNOTICE33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/system/logging/logwrapper/
DNOTICE33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/system/extras/sound/
DNOTICE33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/system/core/libnetutils/
DNOTICE33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/system/extras/tests/
DNOTICE33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/system/extras/ext4_utils/
DNOTICE33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/system/incremental_delivery/libdataloader/
DNOTICE33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/system/hardware/interfaces/
DNOTICE33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/system/extras/kexec_tools/
DNOTICE33 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/system/extras/sane_schedstat/
DNOTICE33 otherwise, or (ii) ownership of fifty percent (50%) or more of the

1234