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

  /prebuilts/jdk/jdk8/darwin-x86/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
ResultLogManager.java 98 private final List<ResultRecord> memoryLog;
144 // of adding methods. Note also that this implies that the memoryLog
149 memoryLog =
308 return memoryLog.toArray(new ResultRecord[0]);
320 if (memoryLog.size() < memCapacity)
370 memoryLog.clear();
393 memoryLog.add(record);
  /prebuilts/jdk/jdk8/linux-x86/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
ResultLogManager.java 98 private final List<ResultRecord> memoryLog;
144 // of adding methods. Note also that this implies that the memoryLog
149 memoryLog =
308 return memoryLog.toArray(new ResultRecord[0]);
320 if (memoryLog.size() < memCapacity)
370 memoryLog.clear();
393 memoryLog.add(record);

Completed in 522 milliseconds