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

  /frameworks/base/libs/common_time/
utils.h 74 size_t mWr;
  /cts/tests/filesystem/src/android/filesystem/cts/
FileUtil.java 210 writeAmount[i] = currentAmount.mWr - prevAmount.mWr;
219 public double mWr = 0.0;
231 amount.mWr = Double.parseDouble(line.split(" ")[1]);

Completed in 163 milliseconds