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

  /frameworks/base/core/java/android/gesture/
GestureStore.java 312 final int entriesCount = in.readInt();
314 for (int i = 0; i < entriesCount; i++) {
  /external/webkit/WebKit/win/
WebHistory.cpp 81 CFIndex entriesCount = CFArrayGetCount(entries);
82 for (CFIndex j = entriesCount - 1; j >= 0; --j) {
    [all...]

Completed in 25 milliseconds