Searched defs:reps (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/core/tests/benchmarks/src/android/net/
H A DTrafficStatsBenchmark.java20 public void timeGetUidRxBytes(int reps) { argument
21 for (int i = 0; i < reps; i++) {
26 public void timeGetMobileRxBytes(int reps) { argument
27 for (int i = 0; i < reps; i++) {
32 public void timeGetTotalRxBytes(int reps) { argument
33 for (int i = 0; i < reps; i++) {
H A DNetworkStatsBenchmark.java63 public void timeMigrateTun(int reps) { argument
64 for (int i = 0; i < reps; i++) {
75 public void timeClone(int reps) { argument
76 for (int i = 0; i < reps; i++) {
/frameworks/base/core/tests/benchmarks/src/android/os/
H A DStrictModeBenchmark.java26 public void timeToggleThreadPolicy(int reps) { argument
27 for (int i = 0; i < reps; i++) {
H A DParcelBenchmark.java40 public void timeWriteByte(int reps) { argument
42 for (int i = 0; i < (reps / INNER_REPS); i++) {
50 public void timeReadByte(int reps) { argument
51 for (int i = 0; i < (reps / INNER_REPS); i++) {
59 public void timeWriteInt(int reps) { argument
61 for (int i = 0; i < (reps / INNER_REPS); i++) {
69 public void timeReadInt(int reps) { argument
70 for (int i = 0; i < (reps / INNER_REPS); i++) {
78 public void timeWriteLong(int reps) { argument
80 for (int i = 0; i < (reps / INNER_REP
88 timeReadLong(int reps) argument
[all...]
H A DParcelArrayBenchmark.java60 public void timeWriteByteArray(int reps) { argument
61 for (int i = 0; i < reps; i++) {
67 public void timeCreateByteArray(int reps) { argument
68 for (int i = 0; i < reps; i++) {
74 public void timeReadByteArray(int reps) { argument
75 for (int i = 0; i < reps; i++) {
81 public void timeWriteIntArray(int reps) { argument
82 for (int i = 0; i < reps; i++) {
88 public void timeCreateIntArray(int reps) { argument
89 for (int i = 0; i < reps;
95 timeReadIntArray(int reps) argument
102 timeWriteLongArray(int reps) argument
109 timeCreateLongArray(int reps) argument
116 timeReadLongArray(int reps) argument
[all...]
/frameworks/base/core/tests/benchmarks/src/android/text/
H A DSpannableStringInternalCopyBenchmark.java48 public void timeCopyConstructor(int reps) throws Exception { argument
49 for (int i = 0; i < reps; i++) {
55 public void timeSubsequence(int reps) throws Exception { argument
56 for (int i = 0; i < reps; i++) {
H A DSpannableStringBuilderBenchmark.java56 public void timeGetSpans(int reps) throws Exception { argument
57 for (int i = 0; i < reps; i++) {
/frameworks/base/core/tests/benchmarks/src/android/text/util/
H A DLinkifyBenchmark.java66 public void timeNewRegEx(int reps) throws Exception { argument
67 for (int i = 0; i < reps; i++) {
74 public void timeOldRegEx(int reps) throws Exception { argument
75 for (int i = 0; i < reps; i++) {
82 public void timeBasicRegEx(int reps) throws Exception { argument
83 for (int i = 0; i < reps; i++) {
/frameworks/base/core/tests/benchmarks/src/android/util/
H A DFloatMathBenchmark.java22 public float timeFloatMathCeil(int reps) { argument
25 for (int i = 0; i < reps; i++) {
31 public float timeFloatMathCeil_math(int reps) { argument
34 for (int i = 0; i < reps; i++) {
40 public float timeFloatMathCos(int reps) { argument
43 for (int i = 0; i < reps; i++) {
49 public float timeFloatMathExp(int reps) { argument
52 for (int i = 0; i < reps; i++) {
58 public float timeFloatMathFloor(int reps) { argument
61 for (int i = 0; i < reps;
67 timeFloatMathHypot(int reps) argument
76 timeFloatMathPow(int reps) argument
85 timeFloatMathSin(int reps) argument
94 timeFloatMathSqrt(int reps) argument
103 timeFloatMathSqrt_math(int reps) argument
[all...]
/frameworks/base/core/tests/benchmarks/src/com/android/internal/net/
H A DNetworkStatsFactoryBenchmark.java40 public void timeReadNetworkStatsDetailJava(int reps) throws Exception { argument
41 for (int i = 0; i < reps; i++) {
49 public void timeReadNetworkStatsDetailNative(int reps) { argument
50 for (int i = 0; i < reps; i++) {
/frameworks/base/core/tests/benchmarks/src/android/content/res/
H A DResourcesBenchmark.java56 public void timeGetString(int reps) { argument
57 for (int i = 0; i < reps; i++) {
62 public void timeGetColor(int reps) { argument
63 for (int i = 0; i < reps; i++) {
68 public void timeGetInteger(int reps) { argument
69 for (int i = 0; i < reps; i++) {
74 public void timeGetLayoutAndTraverse(int reps) throws Exception { argument
75 for (int i = 0; i < reps; i++) {
/frameworks/base/core/tests/benchmarks/src/com/android/internal/util/
H A DIndentingPrintWriterBenchmark.java59 public void timeSimpleDirect(int reps) { argument
60 for (int i = 0; i < reps; i++) {
65 public void timeSimpleIndenting(int reps) { argument
66 for (int i = 0; i < reps; i++) {
71 public void timeComplexDirect(int reps) { argument
72 for (int i = 0; i < reps; i++) {
77 public void timeComplexIndenting(int reps) { argument
78 for (int i = 0; i < reps; i++) {
83 public void timePairRaw(int reps) { argument
85 for (int i = 0; i < reps;
92 timePairIndenting(int reps) argument
[all...]

Completed in 557 milliseconds