Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/util/perf/
DTimedStatement.java91 HashCode code1 = hashFunction.hashBytes(buffer); in calibrateMethod() local
97 hashStream.write(code1.asBytes()); in calibrateMethod()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp2298 inline bool areIdentical(const char code1[2], const char code2[2]) { in areIdentical()
2299 return code1[0] == code2[0] && code1[1] == code2[1]; in areIdentical()