Searched refs:kNumIterations (Results 1 - 12 of 12) sorted by relevance

/external/compiler-rt/test/asan/TestCases/Posix/
H A Dcurrent_allocated_bytes.cc27 const int kNumIterations = 1000; local
28 for (int iter = 0; iter < kNumIterations; iter++) {
42 printf("Success after %d iterations\n", kNumIterations);
H A Dhalt_on_error_suppress_equal_pcs.cc27 unsigned kNumIterations = 10; variable
34 for (int i = 0; i < kNumIterations; ++i) {
44 for (int i = 0; i < kNumIterations; ++i) {
/external/libvpx/libvpx/test/
H A Dsum_squares_test.cc28 const int kNumIterations = 10000; member in namespace:__anon12695
54 for (int k = 0; k < kNumIterations; k++) {
82 for (int k = 0; k < kNumIterations; k++) {
H A Dvp9_block_error_test.cc31 const int kNumIterations = 1000; member in namespace:__anon12713
82 for (int i = 0; i < kNumIterations; ++i) {
126 for (int i = 0; i < kNumIterations; ++i) {
/external/skia/tests/
H A Dskbug6653.cpp48 static const int kNumIterations = 50; local
50 for (int i = 0; i < kNumIterations; ++i) {
/external/skqp/tests/
H A Dskbug6653.cpp48 static const int kNumIterations = 50; local
50 for (int i = 0; i < kNumIterations; ++i) {
/external/compiler-rt/lib/asan/tests/
H A Dasan_mac_test.cc173 const int kNumWorkers = 5, kNumIterations = 100; local
175 for (iter = 0; iter < kNumIterations; iter++) {
H A Dasan_noinst_test.cc100 const int kNumIterations = (ASAN_LOW_MEMORY) ? 10000 : 100000; local
104 (void*)kNumIterations);
/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
H A Dconfig.h103 static const int kNumIterations = 3; member in namespace:tf_tracking
H A Doptical_flow.cc127 // Iterate kNumIterations times or until we converge.
128 for (int iteration = 0; iteration < kNumIterations; ++iteration) {
282 // Iterate kNumIterations times or until we go out of image.
283 for (int iteration = 0; iteration < kNumIterations; ++iteration) {
/external/webp/src/enc/
H A Dpicture_csp_enc.c158 static const int kNumIterations = 4; variable
506 for (iter = 0; iter < kNumIterations; ++iter) {
/external/libchrome/base/
H A Dtracked_objects_unittest.cc1360 constexpr int kNumIterations = 10; local
1363 for (int i = 0; i < kNumIterations; ++i) {

Completed in 252 milliseconds