OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reps
(Results
101 - 125
of
284
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/guava/guava-tests/benchmark/com/google/common/base/
SplitterBenchmark.java
44
@Benchmark void charSplitter(int
reps
) {
47
for (int i = 0; i <
reps
; i++) {
52
@Benchmark void stringSplitter(int
reps
) {
55
for (int i = 0; i <
reps
; i++) {
AsciiBenchmark.java
75
@Benchmark int asciiStringToUpperCase(int
reps
) {
81
for (int i = 0; i <
reps
; i++) {
87
@Benchmark int asciiCharSequenceToUpperCase(int
reps
) {
93
for (int i = 0; i <
reps
; i++) {
99
@Benchmark int stringToUpperCase(int
reps
) {
105
for (int i = 0; i <
reps
; i++) {
111
@Benchmark boolean equalsIgnoreCaseCharSequence(int
reps
) {
120
for (int i = 0; i <
reps
; i++) {
126
@Benchmark boolean equalsIgnoreCaseStringOnly(int
reps
) {
132
for (int i = 0; i <
reps
; i++)
[
all
...]
/external/guava/guava-tests/benchmark/com/google/common/hash/
MessageDigestCreationBenchmark.java
41
@Benchmark int getInstance(int
reps
) throws Exception {
43
for (int i = 0; i <
reps
; i++) {
49
@Benchmark int clone(int
reps
) throws Exception {
51
for (int i = 0; i <
reps
; i++) {
/external/guava/guava-tests/benchmark/com/google/common/math/
LessThanBenchmark.java
64
@Benchmark int branchFreeLtIntInlined(int
reps
) {
66
for (int i = 0; i <
reps
; i++) {
76
@Benchmark int branchFreeLtInt(int
reps
) {
78
for (int i = 0; i <
reps
; i++) {
88
@Benchmark int ternaryLtIntAddOutsideTernary(int
reps
) {
90
for (int i = 0; i <
reps
; i++) {
100
@Benchmark int ternaryLtIntAddInsideTernary(int
reps
) {
102
for (int i = 0; i <
reps
; i++) {
112
@Benchmark int branchFreeLtLongInlined(int
reps
) {
114
for (int i = 0; i <
reps
; i++)
[
all
...]
BigIntegerMathRoundingBenchmark.java
54
@Benchmark int log2(int
reps
) {
56
for (int i = 0; i <
reps
; i++) {
63
@Benchmark int log10(int
reps
) {
65
for (int i = 0; i <
reps
; i++) {
72
@Benchmark int sqrt(int
reps
) {
74
for (int i = 0; i <
reps
; i++) {
81
@Benchmark int divide(int
reps
) {
83
for (int i = 0; i <
reps
; i++) {
DoubleMathBenchmark.java
47
@Benchmark long log2(int
reps
) {
49
for (int i = 0; i <
reps
; i++) {
56
@Benchmark long factorial(int
reps
) {
58
for (int i = 0; i <
reps
; i++) {
65
@Benchmark int isMathematicalInteger(int
reps
) {
67
for (int i = 0; i <
reps
; i++) {
76
@Benchmark int isPowerOfTwo(int
reps
) {
78
for (int i = 0; i <
reps
; i++) {
DoubleMathRoundingBenchmark.java
53
@Benchmark int roundToInt(int
reps
) {
55
for (int i = 0; i <
reps
; i++) {
62
@Benchmark long roundToLong(int
reps
) {
64
for (int i = 0; i <
reps
; i++) {
71
@Benchmark int roundToBigInteger(int
reps
) {
73
for (int i = 0; i <
reps
; i++) {
80
@Benchmark int log2Round(int
reps
) {
82
for (int i = 0; i <
reps
; i++) {
IntMathRoundingBenchmark.java
54
@Benchmark int log2(int
reps
) {
56
for (int i = 0; i <
reps
; i++) {
63
@Benchmark int log10(int
reps
) {
65
for (int i = 0; i <
reps
; i++) {
72
@Benchmark int sqrt(int
reps
) {
74
for (int i = 0; i <
reps
; i++) {
81
@Benchmark int divide(int
reps
) {
83
for (int i = 0; i <
reps
; i++) {
LongMathRoundingBenchmark.java
54
@Benchmark int log2(int
reps
) {
56
for (int i = 0; i <
reps
; i++) {
63
@Benchmark int log10(int
reps
) {
65
for (int i = 0; i <
reps
; i++) {
72
@Benchmark int sqrt(int
reps
) {
74
for (int i = 0; i <
reps
; i++) {
81
@Benchmark int divide(int
reps
) {
83
for (int i = 0; i <
reps
; i++) {
IntMathBenchmark.java
55
@Benchmark int pow(int
reps
) {
57
for (int i = 0; i <
reps
; i++) {
64
@Benchmark int mod(int
reps
) {
66
for (int i = 0; i <
reps
; i++) {
73
@Benchmark int gCD(int
reps
) {
75
for (int i = 0; i <
reps
; i++) {
82
@Benchmark int factorial(int
reps
) {
84
for (int i = 0; i <
reps
; i++) {
91
@Benchmark int binomial(int
reps
) {
93
for (int i = 0; i <
reps
; i++)
[
all
...]
LongMathBenchmark.java
58
@Benchmark int pow(int
reps
) {
60
for (int i = 0; i <
reps
; i++) {
67
@Benchmark int mod(int
reps
) {
69
for (int i = 0; i <
reps
; i++) {
76
@Benchmark int gCD(int
reps
) {
78
for (int i = 0; i <
reps
; i++) {
85
@Benchmark int factorial(int
reps
) {
87
for (int i = 0; i <
reps
; i++) {
94
@Benchmark int binomial(int
reps
) {
96
for (int i = 0; i <
reps
; i++)
[
all
...]
/frameworks/base/core/tests/benchmarks/src/android/text/
SpannableStringInternalCopyBenchmark.java
48
public void timeCopyConstructor(int
reps
) throws Exception {
49
for (int i = 0; i <
reps
; i++) {
55
public void timeSubsequence(int
reps
) throws Exception {
56
for (int i = 0; i <
reps
; i++) {
/frameworks/base/core/tests/benchmarks/src/com/android/internal/net/
NetworkStatsFactoryBenchmark.java
40
public void timeReadNetworkStatsDetailJava(int
reps
) throws Exception {
41
for (int i = 0; i <
reps
; i++) {
49
public void timeReadNetworkStatsDetailNative(int
reps
) {
50
for (int i = 0; i <
reps
; i++) {
/libcore/benchmarks/src/benchmarks/regression/
DateFormatBenchmark.java
39
public void timeGetDateTimeInstance(int
reps
) throws Exception {
40
for (int i = 0; i <
reps
; ++i) {
45
public void timeGetDateTimeInstance_multiple(int
reps
) throws Exception {
46
for (int i = 0; i <
reps
; ++i) {
IdnBenchmark.java
23
public void timeToUnicode(int
reps
) {
24
for (int i = 0; i <
reps
; i++) {
37
public void timeToAscii(int
reps
) {
38
for (int i = 0; i <
reps
; i++) {
StringEqualsBenchmark.java
197
public void timeEqualsNull(int
reps
) {
198
for (int rep = 0; rep <
reps
; ++rep) {
206
public void timeEqualsShort(int
reps
) {
207
for (int rep = 0; rep <
reps
; ++rep) {
215
public void timeEqualsMedium(int
reps
) {
216
for (int rep = 0; rep <
reps
; ++rep) {
224
public void timeEqualsLong(int
reps
) {
225
for (int rep = 0; rep <
reps
; ++rep) {
233
public void timeEqualsVeryLong(int
reps
) {
234
for (int rep = 0; rep <
reps
; ++rep)
[
all
...]
ByteBufferScalarVersusVectorBenchmark.java
27
public void timeManualByteBufferCopy(int
reps
) throws Exception {
30
for (int rep = 0; rep <
reps
; ++rep) {
39
public void timeByteBufferBulkGet(int
reps
) throws Exception {
42
for (int rep = 0; rep <
reps
; ++rep) {
48
public void timeDirectByteBufferBulkGet(int
reps
) throws Exception {
51
for (int rep = 0; rep <
reps
; ++rep) {
DateIntervalFormatBenchmark.java
26
public void timeDateIntervalFormat_formatDateRange_DATE(int
reps
) throws Exception {
31
for (int rep = 0; rep <
reps
; ++rep) {
36
public void timeDateIntervalFormat_formatDateRange_TIME(int
reps
) throws Exception {
41
for (int rep = 0; rep <
reps
; ++rep) {
46
public void timeDateIntervalFormat_formatDateRange_DATE_TIME(int
reps
) throws Exception {
51
for (int rep = 0; rep <
reps
; ++rep) {
EqualsHashCodeBenchmark.java
63
public void timeEquals(int
reps
) {
64
for (int i = 0; i <
reps
; i+=3) {
71
public void timeHashCode(int
reps
) {
72
for (int i = 0; i <
reps
; i+=2) {
78
public void timeEqualsWithHeavilyEscapedComponent(int
reps
) {
79
for (int i = 0; i <
reps
; ++i) {
StringReplaceAllBenchmark.java
59
public void timeReplaceAllTrivialPatternNonExistent(int
reps
) {
60
for (int i = 0; i <
reps
; ++i) {
65
public void timeReplaceTrivialPatternAllRepeated(int
reps
) {
66
for (int i = 0; i <
reps
; ++i) {
71
public void timeReplaceAllTrivialPatternSingleOccurence(int
reps
) {
72
for (int i = 0; i <
reps
; ++i) {
/external/guava/guava-tests/benchmark/com/google/common/collect/
ImmutableListCreationBenchmark.java
36
@Benchmark int builderAdd(int
reps
) {
39
for (int rep = 0; rep <
reps
; rep++) {
49
@Benchmark int preSizedBuilderAdd(int
reps
) {
52
for (int rep = 0; rep <
reps
; rep++) {
62
@Benchmark int copyArrayList(int
reps
) {
65
for (int rep = 0; rep <
reps
; rep++) {
75
@Benchmark int copyPreSizedArrayList(int
reps
) {
78
for (int rep = 0; rep <
reps
; rep++) {
/external/guava/guava-tests/benchmark/com/google/common/eventbus/
EventBusBenchmark.java
37
@Benchmark void postStrings(int
reps
) {
38
for (int i = 0; i <
reps
; i++) {
/frameworks/base/core/tests/benchmarks/src/android/text/util/
LinkifyBenchmark.java
66
public void timeNewRegEx(int
reps
) throws Exception {
67
for (int i = 0; i <
reps
; i++) {
74
public void timeOldRegEx(int
reps
) throws Exception {
75
for (int i = 0; i <
reps
; i++) {
82
public void timeBasicRegEx(int
reps
) throws Exception {
83
for (int i = 0; i <
reps
; i++) {
/libcore/benchmarks/src/benchmarks/
ReferenceGetBenchmark.java
36
public void timeSoftReferenceGet(int
reps
) throws Exception {
38
for (int i = 0; i <
reps
; i++) {
43
public void timeWeakReferenceGet(int
reps
) throws Exception {
45
for (int i = 0; i <
reps
; i++) {
50
public void timeNonPreservedWeakReferenceGet(int
reps
) throws Exception {
54
for (int i = 0; i <
reps
; i++) {
/art/benchmark/jobject-benchmark/
jobject_benchmark.cc
27
JNIEnv* env, jobject jobj, jint
reps
) {
31
for (jint i = 0; i <
reps
; ++i) {
38
JNIEnv* env, jobject jobj, jint
reps
) {
43
for (jint i = 0; i <
reps
; ++i) {
50
JNIEnv* env, jobject jobj, jint
reps
) {
54
for (jint i = 0; i <
reps
; ++i) {
61
JNIEnv* env, jobject jobj, jint
reps
) {
66
for (jint i = 0; i <
reps
; ++i) {
73
JNIEnv* env, jobject jobj, jint
reps
) {
77
for (jint i = 0; i <
reps
; ++i)
[
all
...]
Completed in 6551 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>