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

  /external/webkit/PerformanceTests/SunSpider/
sunspider-compare-results 71 my $foundStart = 0;
76 if (!$foundStart) {
78 $foundStart = 1;
84 $foundStart = 1;
101 die "Cound not find data in ${filename} - needs to start with [{" unless $foundStart;
  /external/webkit/Source/WebCore/rendering/svg/
SVGTextChunkBuilder.cpp 51 bool foundStart = false;
60 if (!foundStart) {
62 foundStart = true;
70 if (!foundStart)
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
LocalList.java 418 boolean foundStart = false;
433 foundStart = true;
442 if (!foundStart &&
  /dalvik/dx/src/com/android/dx/dex/code/
LocalList.java 418 boolean foundStart = false;
433 foundStart = true;
442 if (!foundStart &&
  /external/icu4c/test/intltest/
ssearch.cpp 307 int32_t foundStart = 0;
314 foundMatch= usearch_search(uss.getAlias(), 0, &foundStart, &foundLimit, &status);
317 (foundStart != expectedMatchStart) ||
322 foundStart, expectedMatchStart, foundLimit, expectedMatchLimit);
328 expectedMatchStart = foundStart;
331 foundMatch = usearch_search(uss.getAlias(), foundLimit, &foundStart, &foundLimit, &status);
343 foundMatch= usearch_searchBackwards(uss.getAlias(), target.length(), &foundStart, &foundLimit, &status);
346 (foundStart != expectedMatchStart) ||
351 foundStart, expectedMatchStart, foundLimit, expectedMatchLimit);
645 int32_t foundStart = 0
    [all...]
  /external/webkit/Source/WebCore/editing/
TextIterator.cpp     [all...]

Completed in 80 milliseconds