Home
last modified time | relevance | path

Searched refs:hashStream (Results 1 – 1 of 1) sorted by relevance

/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/util/perf/
DTimedStatement.java96 FileOutputStream hashStream = new FileOutputStream(tmpFile); in calibrateMethod() local
97 hashStream.write(code1.asBytes()); in calibrateMethod()
98 hashStream.write(code2.asBytes()); in calibrateMethod()
99 hashStream.close(); in calibrateMethod()