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

  /frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
InteractionController.java 693 int maxSteps = 0;
695 maxSteps = (maxSteps < touches[x].length) ? touches[x].length : maxSteps;
725 for (int i = 1; i < maxSteps - 1; i++) {
  /external/deqp/framework/randomshaders/
rsgUtils.cpp 222 const int maxSteps = 320;
225 int rangeLen = rnd.getInt(0, maxSteps);
226 int minStep = rnd.getInt(0, maxSteps-rangeLen);
rsgExpression.cpp 203 const int maxSteps = 320;
206 int rangeLen = rnd.getInt(0, maxSteps);
207 int minStep = rnd.getInt(0, maxSteps-rangeLen);
    [all...]
  /external/deqp/framework/common/
tcuTexLookupVerifier.cpp 149 const int maxSteps = 1<<16;
153 const float step = de::max(minComp(minStep), 1.0f / float(maxSteps));
163 const int maxSteps = 1<<16;
171 const float step = de::max(minComp(minStep), 1.0f / float(maxSteps));
    [all...]
  /prebuilts/misc/common/ub-uiautomator/
ub-uiautomator.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 722 milliseconds