HomeSort by relevance Sort by last modified time
    Searched defs:TOTAL (Results 1 - 14 of 14) sorted by null

  /tools/test/connectivity/tools/lab/metrics/
disk_metric.py 24 TOTAL = 'total'
34 total: int representing total space in 1k blocks
35 used: int representing total used in 1k blocks
36 avail: int representing total available in 1k blocks
47 self.TOTAL: int(fields[1]),
ram_metric.py 24 TOTAL = 'total'
35 total: int representing total physical RAM available in MB
36 used: int representing total RAM used by system in MB
37 free: int representing total RAM free for new process in MB
38 buffers: total RAM buffered by different applications in MB
39 cached: total RAM for caching of data in MB
44 # total used free shared buffers cached
55 self.TOTAL: int(fields[1])
    [all...]
  /external/skia/tests/
MemsetTest.cpp 22 #define TOTAL (PAD + MAX_ALIGNMENT + MAX_COUNT + PAD)
48 uint16_t buffer[TOTAL];
59 compare16(reporter, base + count, 0, TOTAL - count - PAD - alignment);
65 uint32_t buffer[TOTAL];
76 compare32(reporter, base + count, 0, TOTAL - count - PAD - alignment);
  /external/skqp/tests/
MemsetTest.cpp 22 #define TOTAL (PAD + MAX_ALIGNMENT + MAX_COUNT + PAD)
48 uint16_t buffer[TOTAL];
59 compare16(reporter, base + count, 0, TOTAL - count - PAD - alignment);
65 uint32_t buffer[TOTAL];
76 compare32(reporter, base + count, 0, TOTAL - count - PAD - alignment);
  /prebuilts/jdk/jdk8/darwin-x86/sample/lambda/DefaultMethods/
MixIn.java 86 TOTAL(2, "-total");
  /prebuilts/jdk/jdk8/linux-x86/sample/lambda/DefaultMethods/
MixIn.java 86 TOTAL(2, "-total");
  /external/ltp/testcases/kernel/io/disktest/
stats.h 61 #define TRTSTR "Total bytes read in %I64d transfers: %I64d\n"
62 #define TWTSTR "Total bytes written in %I64d transfers: %I64d\n"
72 #define TRTSTR "Total bytes read in %lld transfers: %lld\n"
73 #define TWTSTR "Total bytes written in %lld transfers: %lld\n"
79 #define TRTHSTR "Total read throughput: %.1fB/s (%.2fMB/s), IOPS %.1f/s.\n"
80 #define TWTHSTR "Total write throughput: %.1fB/s (%.2fMB/s), IOPS %.1f/s.\n"
87 HBEAT,CYCLE,TOTAL
  /tools/loganalysis/src/com/android/loganalysis/parser/
AnrParser.java 50 * Matches: 33% TOTAL: 21% user + 11% kernel + 0.3% iowait
52 private static final Pattern TOTAL = Pattern.compile("^(\\d+(\\.\\d+)?)% TOTAL: .*$");
93 m = TOTAL.matcher(line);
96 anr.setCpuUsage(AnrItem.CpuUsageCategory.TOTAL, Double.parseDouble(m.group(1)));
  /tools/loganalysis/src/com/android/loganalysis/item/
AnrItem.java 32 TOTAL,
55 CpuUsageCategory.TOTAL.toString(),
DumpsysProcessMeminfoItem.java 37 public static final String TOTAL = "TOTAL";
48 // NATIVE, DALVIK, TOTAL only
84 this.put(TOTAL, new HashMap<>());
TopItem.java 42 public static final String TOTAL = "TOTAL";
47 USER, NICE, SYSTEM, IDLE, IOW, IRQ, SIRQ, TOTAL, TEXT));
159 * Get the number of total ticks.
162 return (Integer) getAttribute(TOTAL);
166 * Set the number of total ticks.
168 public void setTotal(int total) {
169 setAttribute(TOTAL, total);
  /tools/tradefederation/core/src/com/android/tradefed/device/
TopHelper.java 55 TOTAL,
256 * Get the average total CPU usage for a list of {@link TopStats}.
262 return getAveragePercentage(topStats, PercentCategory.TOTAL);
318 case TOTAL:
  /external/annotation-tools/scene-lib/
ant-contrib.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-dynamodb/1.11.18/
aws-java-sdk-dynamodb-1.11.18.jar 

Completed in 305 milliseconds