HomeSort by relevance Sort by last modified time
    Searched refs:setLoad (Results 1 - 4 of 4) sorted by null

  /tools/loganalysis/src/com/android/loganalysis/parser/
AnrParser.java 88 anr.setLoad(AnrItem.LoadCategory.LOAD_1, Double.parseDouble(m.group(1)));
89 anr.setLoad(AnrItem.LoadCategory.LOAD_5, Double.parseDouble(m.group(2)));
90 anr.setLoad(AnrItem.LoadCategory.LOAD_15, Double.parseDouble(m.group(3)));
  /tools/loganalysis/src/com/android/loganalysis/item/
AnrItem.java 96 public void setLoad(LoadCategory category, Double usage) {
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonShuffler.h 81 void setLoad(bool f = true) { Load = f; };
HexagonShuffler.cpp 132 setLoad(HexagonMCInstrInfo::getDesc(MCII, *id).mayLoad());
139 setLoad(false);

Completed in 435 milliseconds