OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LOOP_COUNT
(Results
1 - 25
of
30
) sorted by null
1
2
/system/extras/simpleperf/runtest/
one_function.cpp
1
constexpr int
LOOP_COUNT
= 100000000;
4
for (volatile int i = 0; i <
LOOP_COUNT
; ++i) {
function_recursive.cpp
1
constexpr int
LOOP_COUNT
= 5000000;
4
for (volatile int i = 0; i <
LOOP_COUNT
; ++i) {
9
for (volatile int i = 0; i <
LOOP_COUNT
; ++i) {
two_functions.cpp
1
constexpr int
LOOP_COUNT
= 100000000;
4
for (volatile int i = 0; i <
LOOP_COUNT
; ++i) {
9
for (volatile int i = 0; i <
LOOP_COUNT
; ++i) {
comm_change.cpp
3
constexpr int
LOOP_COUNT
= 100000000;
6
for (volatile int i = 0; i <
LOOP_COUNT
; ++i) {
function_fork.cpp
3
constexpr int
LOOP_COUNT
= 100000000;
6
for (volatile int i = 0; i <
LOOP_COUNT
; ++i) {
11
for (volatile int i = 0; i <
LOOP_COUNT
; ++i) {
function_indirect_recursive.cpp
1
constexpr int
LOOP_COUNT
= 5000000;
6
for (volatile int i = 0; i <
LOOP_COUNT
; ++i) {
14
for (volatile int i = 0; i <
LOOP_COUNT
; ++i) {
function_pthread.cpp
6
constexpr int
LOOP_COUNT
= 100000000;
9
for (volatile int i = 0; i <
LOOP_COUNT
; ++i) {
15
for (volatile int i = 0; i <
LOOP_COUNT
; ++i) {
/external/libmicrohttpd/src/testzzuf/
socat.c
46
#define
LOOP_COUNT
10
test_long_header.c
118
for (i = 0; i <
LOOP_COUNT
; i++)
179
for (i = 0; i <
LOOP_COUNT
; i++)
test_get.c
112
for (i = 0; i <
LOOP_COUNT
; i++)
156
for (i = 0; i <
LOOP_COUNT
; i++)
217
for (i = 0; i <
LOOP_COUNT
; i++)
test_get_chunked.c
138
for (i = 0; i <
LOOP_COUNT
; i++)
179
for (i = 0; i <
LOOP_COUNT
; i++)
237
for (i = 0; i <
LOOP_COUNT
; i++)
test_post.c
167
for (i = 0; i <
LOOP_COUNT
; i++)
219
for (i = 0; i <
LOOP_COUNT
; i++)
288
for (i = 0; i <
LOOP_COUNT
; i++)
test_post_form.c
186
for (i = 0; i <
LOOP_COUNT
; i++)
237
for (i = 0; i <
LOOP_COUNT
; i++)
304
for (i = 0; i <
LOOP_COUNT
; i++)
test_put.c
137
for (i = 0; i <
LOOP_COUNT
; i++)
188
for (i = 0; i <
LOOP_COUNT
; i++)
256
for (i = 0; i <
LOOP_COUNT
; i++)
test_put_large.c
151
for (i = 0; i <
LOOP_COUNT
; i++)
203
for (i = 0; i <
LOOP_COUNT
; i++)
274
for (i = 0; i <
LOOP_COUNT
; i++)
test_put_chunked.c
143
for (i = 0; i <
LOOP_COUNT
; i++)
269
for (i = 0; i <
LOOP_COUNT
; i++)
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timescale/
TimeScaleMonkeyTest.java
36
private static final int
LOOP_COUNT
= 1000;
92
while (i <
LOOP_COUNT
) {
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timescale/
TimeScaleMonkeyTest.java
32
private static final int
LOOP_COUNT
= 1000;
88
while (i <
LOOP_COUNT
) {
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
SubscriptionMonitorTest.java
367
final int
LOOP_COUNT
= 1000;
368
for (int i = 0; i <
LOOP_COUNT
; i++) {
386
if (testHandler.getSubscriptionChangedCount() != 1 +
LOOP_COUNT
) {
388
testHandler.getSubscriptionChangedCount() + " != " + (1 +
LOOP_COUNT
));
390
if (testHandler.getDefaultSubscriptionChangedCount() != 1 +
LOOP_COUNT
) {
392
testHandler.getDefaultSubscriptionChangedCount() + " != " + (1 +
LOOP_COUNT
));
495
final int
LOOP_COUNT
= 1;
496
for (int i = 0; i <
LOOP_COUNT
; i++) {
506
if (testHandler.getSubscriptionChangedCount() != 1 + (2 *
LOOP_COUNT
)) {
508
testHandler.getSubscriptionChangedCount() + " != " + (1 + (2 *
LOOP_COUNT
)));
[
all
...]
/external/icu/icu4c/source/test/intltest/
winnmtst.cpp
53
#define
LOOP_COUNT
1000
231
for (int n = 0; n <
LOOP_COUNT
; n += 1) {
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_FilterDeblockingChroma_HorEdge_I_s.s
38
LOOP_COUNT
EQU 0x40000000
128
LDR XY, =
LOOP_COUNT
omxVCM4P10_FilterDeblockingChroma_VerEdge_I_s.s
37
LOOP_COUNT
EQU 0x40000000
147
LDR XY, =
LOOP_COUNT
omxVCM4P10_FilterDeblockingLuma_HorEdge_I_s.s
37
LOOP_COUNT
EQU 0x55000000
192
LDR XY,=
LOOP_COUNT
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_FilterDeblockingChroma_HorEdge_I_s.s
38
LOOP_COUNT
EQU 0x50000000
141
LDR XY,=
LOOP_COUNT
omxVCM4P10_FilterDeblockingLuma_HorEdge_I_s.s
43
LOOP_COUNT
EQU 0x11110000
173
LDR XY,=
LOOP_COUNT
Completed in 335 milliseconds
1
2