Searched defs:iteration (Results 1 - 5 of 5) sorted by relevance

/hardware/ti/omap4-aah/ion/
H A Dion_test_2.c356 unsigned int count = 1, iteration = 1, j, custom_test_num = 1; local
376 {"iteration", required_argument, 0, 'i'},
440 iteration = atol(optarg);
445 "iteration %d, map_flags %d, prot %d, alloc_flags %d\n", test, len, width,
446 height, fmt, align, count, iteration, map_flags, prot, alloc_flags);
450 for(j = 0; j < iteration; j++) {
453 printf("\nion alloc test: FAILED at iteration-%d\n", j+1);
460 for(j = 0; j < iteration; j++) {
463 printf("\nion map test: FAILED at iteration-%d\n", j+1);
/hardware/ti/omap4xxx/test/CameraHal/
H A Dcamera_test_script.cpp108 unsigned int iteration = 0; local
903 printf("Iteration: %d \n", iteration);
904 iteration++;
/hardware/ti/omap4-aah/test/CameraHal/
H A Dcamera_test_script.cpp210 unsigned int iteration = 0; local
1309 printf("Iteration: %d \n", iteration);
1310 iteration++;
/hardware/ti/omap4-aah/hwc/
H A Drgz_2d.c1549 static int iteration = 0; local
1551 sprintf(regiondump, "iteration %d", iteration++);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc1198 // Gets the random seed used at the start of the current test iteration.
1551 // test iteration, not for the entire test program.
1558 void OnTestIterationStart(const UnitTest& /* unit_test */, int iteration) { argument
1559 SendLn("event=TestIterationStart&iteration=" +
1560 StreamableToString(iteration));
1563 void OnTestIterationEnd(const UnitTest& unit_test, int /* iteration */) {
4185 virtual void OnTestIterationStart(const UnitTest& unit_test, int iteration);
4195 virtual void OnTestIterationEnd(const UnitTest& unit_test, int iteration);
4202 // Fired before each iteration of tests starts.
4204 const UnitTest& unit_test, int iteration) {
4203 OnTestIterationStart( const UnitTest& unit_test, int iteration) argument
4475 OnTestIterationStart(const UnitTest& unit_test, int iteration) argument
4484 OnTestIterationEnd(const UnitTest& unit_test, int iteration) argument
[all...]

Completed in 219 milliseconds