Home
last modified time | relevance | path

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

/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/registry/
DBenchmarkRegistry.java114 SparseArray<List<BenchmarkGroup.Benchmark>> benchmarks = new SparseArray<>(); in parseBenchmarkGroup() local
142 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()
DBenchmarkGroup.java99 String description, Benchmark[] benchmarks, Intent intent) { in BenchmarkGroup() argument
102 mBenchmarks = benchmarks; in BenchmarkGroup()
/frameworks/base/tests/benchmarks/
DAndroid.bp15 // build framework base core benchmarks
19 name: "networkStatsFactory-benchmarks",
/frameworks/base/core/tests/benchmarks/
DAndroid.bp16 // build framework base core benchmarks
20 name: "frameworks-base-core-benchmarks",
DREADME2 These benchmarks use the Caliper benchmark framework, and can be
23 # Sometimes your benchmarks might time out, if so increase the timeout:
/frameworks/av/media/tests/benchmark/
DREADME.md54 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.
/frameworks/native/cmds/flatland/
DMain.cpp56 static const BenchmarkDesc benchmarks[] = { variable
696 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()
/frameworks/native/libs/vr/libbufferhubqueue/
DAndroid.bp62 subdirs = ["benchmarks", "tests"]
/frameworks/base/libs/hwui/
DAndroid.bp123 benchmarks: ["hwui"],
383 // Phony target to build benchmarks for PGO
/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/app/
DRunLocalBenchmarksActivity.java80 public void setBenchmarks(ArrayList<LocalBenchmark> benchmarks) { in setBenchmarks() argument
81 mBenchmarks = benchmarks; in setBenchmarks()
/frameworks/base/libs/androidfw/
DAndroid.bp182 // Actual benchmarks.