OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kNumIterations
(Results
1 - 8
of
8
) sorted by null
/external/compiler-rt/test/asan/TestCases/Posix/
current_allocated_bytes.cc
27
const int
kNumIterations
= 1000;
28
for (int iter = 0; iter <
kNumIterations
; iter++) {
42
printf("Success after %d iterations\n",
kNumIterations
);
halt_on_error_suppress_equal_pcs.cc
27
unsigned
kNumIterations
= 10;
34
for (int i = 0; i <
kNumIterations
; ++i) {
44
for (int i = 0; i <
kNumIterations
; ++i) {
/external/libvpx/libvpx/test/
vp9_error_block_test.cc
31
const int
kNumIterations
= 1000;
71
for (int i = 0; i <
kNumIterations
; ++i) {
115
for (int i = 0; i <
kNumIterations
; ++i) {
/external/compiler-rt/lib/asan/tests/
asan_mac_test.cc
173
const int kNumWorkers = 5,
kNumIterations
= 100;
175
for (iter = 0; iter <
kNumIterations
; iter++) {
asan_noinst_test.cc
101
const int
kNumIterations
= (ASAN_LOW_MEMORY) ? 10000 : 100000;
105
(void*)
kNumIterations
);
/art/runtime/gc/space/
large_object_space_test.cc
30
static constexpr size_t
kNumIterations
= 1000;
156
thread_pool.AddTask(self, new AllocRaceTask(i,
kNumIterations
, 16 * KB, los));
/frameworks/av/media/libstagefright/omx/tests/
OMXHarness.cpp
592
static const int32_t
kNumIterations
= 5000;
597
for (int32_t i = 0; i <
kNumIterations
; ++i) {
/external/webp/src/enc/
picture_csp.c
158
static const int
kNumIterations
= 6;
487
for (iter = 0; iter <
kNumIterations
; ++iter) {
[
all
...]
Completed in 151 milliseconds