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

  /art/tools/ahat/src/heapdump/
AhatClassInstance.java 75 private Integer getIntField(String fieldName, Integer def) {
132 int count = getIntField("count", numChars);
133 int offset = getIntField("offset", 0);
203 Integer width = getIntField("mWidth", null);
208 Integer height = getIntField("mHeight", null);
  /system/core/healthd/
BatteryMonitor.cpp 185 int BatteryMonitor::getIntField(const String8& path) {
207 getIntField(mHealthdConfig->batteryCapacityPath);
208 props.batteryVoltage = getIntField(mHealthdConfig->batteryVoltagePath) / 1000;
211 props.batteryCurrent = getIntField(mHealthdConfig->batteryCurrentNowPath) / 1000;
214 props.batteryFullCharge = getIntField(mHealthdConfig->batteryFullChargePath);
217 props.batteryCycleCount = getIntField(mHealthdConfig->batteryCycleCountPath);
220 props.batteryChargeCounter = getIntField(mHealthdConfig->batteryChargeCounterPath);
224 getIntField(mHealthdConfig->batteryTemperaturePath);
253 if (getIntField(path)) {
275 (access(path.string(), R_OK) == 0) ? getIntField(path) : 0
    [all...]
  /art/test/439-npe/src/
Main.java 90 public static int $opt$noinline$getIntField(Main m) {
374 $opt$noinline$getIntField(null);
377 check(npe, thisLine += 6, methodLine += 5, "$opt$noinline$getIntField");

Completed in 228 milliseconds