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

  /external/webkit/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;
  /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 306 int32_t foundStart = 0;
313 foundMatch= usearch_search(uss, 0, &foundStart, &foundLimit, &status);
316 foundStart != expectedMatchStart ||
321 foundStart, expectedMatchStart, foundLimit, expectedMatchLimit);
327 expectedMatchStart = foundStart;
330 foundMatch = usearch_search(uss, foundLimit, &foundStart, &foundLimit, &status);
344 foundMatch= usearch_searchBackwards(uss, target.length(), &foundStart, &foundLimit, &status);
347 foundStart != expectedMatchStart ||
352 foundStart, expectedMatchStart, foundLimit, expectedMatchLimit);
652 int32_t foundStart = 0
    [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 57 milliseconds