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

  /external/webkit/PerformanceTests/SunSpider/
sunspider-compare-results 73 my $foundEnd = 0;
89 $foundEnd = 1;
102 die "Cound not find data in ${filename} - needs to end with }]" unless $foundEnd;
  /frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
InteractionController.java 377 boolean foundEnd = false;
379 foundEnd = event.getFromIndex() == 0 ||
381 Log.d(LOG_TAG, "scrollSwipe reached scroll end: " + foundEnd);
386 foundEnd = event.getScrollY() == 0 ||
388 Log.d(LOG_TAG, "Vertical scrollSwipe reached scroll end: " + foundEnd);
391 foundEnd = event.getScrollX() == 0 ||
393 Log.d(LOG_TAG, "Horizontal scrollSwipe reached scroll end: " + foundEnd);
397 return !foundEnd;
  /frameworks/av/services/camera/libcameraservice/camera2/
JpegProcessor.cpp 364 bool foundEnd = false;
367 foundEnd = true;
372 if (!foundEnd) {
  /external/webkit/Source/WebCore/editing/
TextIterator.cpp     [all...]

Completed in 2982 milliseconds