Searched refs:mLatencyCompileWithoutCache (Results 1 – 1 of 1) sorted by relevance
40 private LatencyResult mLatencyCompileWithoutCache; field in BenchmarkResult108 mLatencyCompileWithoutCache = in.readParcelable(LatencyResult.class.getClassLoader()); in BenchmarkResult()139 dest.writeParcelable(mLatencyCompileWithoutCache, flags); in writeToParcel()212 if (mLatencyCompileWithoutCache != null) { in toString()214 .append(mLatencyCompileWithoutCache.toString()); in toString()264 if (mLatencyCompileWithoutCache != null) { in toBundle()265 mLatencyCompileWithoutCache.putToBundle(results, testName + "_compile_without_cache"); in toBundle()308 sb.append(',').append(mLatencyCompileWithoutCache != null); in toCsvLine()309 if (mLatencyCompileWithoutCache != null) { in toCsvLine()310 mLatencyCompileWithoutCache.appendToCsvLine(sb); in toCsvLine()[all …]