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

  /cts/tests/tests/database/src/android/database/cts/
CursorWrapperTest.java 88 int defaultCount = cursorWrapper.getCount();
92 int expected = defaultCount + 1;
103 assertEquals(defaultCount + 1, cursorWrapper.getCount());
106 assertEquals(defaultCount, cursorWrapper.getCount());
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceRandom.java 156 int defaultCount = 0;
162 ++defaultCount;
173 if (defaultCount == 0 && (userSum < 99.9f || userSum > 100.1f)) {
  /external/deqp/modules/gles2/functional/
es2fMultisampleTests.cpp 75 static inline int getIterationCount (const tcu::TestContext& ctx, int defaultCount)
78 return cmdLineValue > 0 ? cmdLineValue : defaultCount;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fMultisampleTests.cpp 77 static inline int getIterationCount (const tcu::TestContext& ctx, int defaultCount)
80 return cmdLineValue > 0 ? cmdLineValue : defaultCount;
    [all...]

Completed in 4554 milliseconds