Searched refs:benchmarks (Results 1 – 11 of 11) sorted by relevance
114 SparseArray<List<BenchmarkGroup.Benchmark>> benchmarks = new SparseArray<>(); in parseBenchmarkGroup() local142 List<BenchmarkGroup.Benchmark> benches = benchmarks.get(category); in parseBenchmarkGroup()145 benchmarks.append(category, benches); in parseBenchmarkGroup()159 for (int i = 0; i < benchmarks.size(); i++) { in parseBenchmarkGroup()160 int cat = benchmarks.keyAt(i); in parseBenchmarkGroup()161 List<BenchmarkGroup.Benchmark> thisGroup = benchmarks.get(cat); in parseBenchmarkGroup()
99 String description, Benchmark[] benchmarks, Intent intent) { in BenchmarkGroup() argument102 mBenchmarks = benchmarks; in BenchmarkGroup()
15 // build framework base core benchmarks19 name: "networkStatsFactory-benchmarks",
16 // build framework base core benchmarks20 name: "frameworks-base-core-benchmarks",
2 These benchmarks use the Caliper benchmark framework, and can be23 # Sometimes your benchmarks might time out, if so increase the timeout:
54 The test extracts elementary stream and benchmarks the extractors available in NDK.62 The test decodes input stream and benchmarks the decoders available in NDK.70 The test muxes elementary stream and benchmarks the muxers available in NDK.78 The test encodes input stream and benchmarks the encoders available in NDK.134 The test extracts elementary stream and benchmarks the extractors available in SDK and NDK.141 The test decodes input stream and benchmarks the decoders available in SDK and NDK.148 The test muxes elementary stream and benchmarks different writers available in SDK and NDK.155 The test encodes input stream and benchmarks the encoders available in SDK and NDK.183 The test decodes input stream and benchmarks the codec2 decoders available in device.190 The test encodes input stream and benchmarks the codec2 encoders available in device.
56 static const BenchmarkDesc benchmarks[] = { variable696 for (size_t i = 0; i < NELEMS(benchmarks); i++) { in runTests()697 const BenchmarkDesc& b = benchmarks[i]; in runTests()710 for (size_t i = 0; i < NELEMS(benchmarks); i++) { in maxBenchmarkNameLen()711 const BenchmarkDesc& b = benchmarks[i]; in maxBenchmarkNameLen()
62 subdirs = ["benchmarks", "tests"]
123 benchmarks: ["hwui"],383 // Phony target to build benchmarks for PGO
80 public void setBenchmarks(ArrayList<LocalBenchmark> benchmarks) { in setBenchmarks() argument81 mBenchmarks = benchmarks; in setBenchmarks()
182 // Actual benchmarks.