OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kLoops
(Results
1 - 5
of
5
) sorted by null
/dalvik/vm/test/
TestIndirectRefTable.cpp
355
const int
kLoops
= 100000;
365
for (int loop = 0; loop <
kLoops
; loop++) {
374
kTableMax,
kLoops
, stopwatch.elapsedSeconds() * 1000 /
kLoops
);
377
for (int loop = 0; loop <
kLoops
; loop++) {
386
kTableMax,
kLoops
, stopwatch.elapsedSeconds() * 1000 /
kLoops
);
392
for (int loop = 0; loop <
kLoops
; loop++) {
398
kTableMax,
kLoops
, stopwatch.elapsedSeconds() * 1000 /
kLoops
);
[
all
...]
/external/chromium_org/v8/test/cctest/
test-utils.cc
152
const int
kLoops
= 5;
155
for (int loop = 0; loop <
kLoops
; loop++) {
165
CHECK_EQ(
kLoops
* (kBlockSize + kSequentialSize), result.length());
166
for (int i = 0; i <
kLoops
; i++) {
182
const int
kLoops
= 5000;
185
for (int loop = 0; loop <
kLoops
; loop++) {
200
for (int loop = 0; loop <
kLoops
; loop++) {
/external/v8/test/cctest/
test-utils.cc
141
const int
kLoops
= 5;
144
for (int loop = 0; loop <
kLoops
; loop++) {
154
CHECK_EQ(
kLoops
* (kBlockSize + kSequentialSize), result.length());
155
for (int i = 0; i <
kLoops
; i++) {
171
const int
kLoops
= 5000;
174
for (int loop = 0; loop <
kLoops
; loop++) {
189
for (int loop = 0; loop <
kLoops
; loop++) {
/external/chromium/base/
time_win_unittest.cc
169
const int
kLoops
= 10000;
194
for (int index = 0; index <
kLoops
; index++)
205
(stop - start).InMillisecondsF() * 1000 /
kLoops
);
/external/chromium_org/base/time/
time_win_unittest.cc
169
const int
kLoops
= 10000;
194
for (int index = 0; index <
kLoops
; index++)
205
(stop - start).InMillisecondsF() * 1000 /
kLoops
);
Completed in 302 milliseconds