HomeSort by relevance Sort by last modified time
    Searched refs:defaultCount (Results 1 - 5 of 5) 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 150 int defaultCount = 0;
156 ++defaultCount;
167 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...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 105 milliseconds