HomeSort by relevance Sort by last modified time
    Searched refs:cycleCounter (Results 1 - 3 of 3) sorted by null

  /hardware/ti/omap4-aah/test/CameraHal/
camera_test_script.cpp 208 int cycleCounter = 1;
280 cycleCounter = atoi(cmd + 1);
285 for (int ind = 0; ind < cycleCounter; ind++) {
293 if (ind < cycleCounter - 1) {
    [all...]
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test_script.cpp 106 int cycleCounter = 1;
172 cycleCounter = atoi(cmd + 1);
177 for (int ind = 0; ind < cycleCounter; ind++) {
185 if (ind < cycleCounter - 1) {
    [all...]
  /development/cmds/monkey/src/com/android/commands/monkey/
Monkey.java     [all...]

Completed in 261 milliseconds