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

  /external/chromium_org/third_party/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/chromium_org/third_party/webrtc/modules/video_coding/main/test/
plotTimingTest.m 12 foundStart = 0;
21 if ~foundStart
23 foundStart = 1;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextChunkBuilder.cpp 44 bool foundStart = false;
53 if (!foundStart) {
55 foundStart = true;
63 if (!foundStart)
  /external/chromium_org/third_party/WebKit/Source/core/editing/
PlainTextRange.cpp 100 bool foundStart = start() >= docTextPosition && start() <= docTextPosition + len;
103 // Fix textRunRange->endPosition(), but only if foundStart || foundEnd, because it is only
121 if (foundStart) {
  /external/chromium_org/third_party/icu/source/test/intltest/
ssearch.cpp 273 int32_t foundStart = 0;
280 foundMatch= usearch_search(uss.getAlias(), 0, &foundStart, &foundLimit, &status);
283 (foundStart != expectedMatchStart) ||
288 foundStart, expectedMatchStart, foundLimit, expectedMatchLimit);
294 expectedMatchStart = foundStart;
297 foundMatch = usearch_search(uss.getAlias(), foundLimit, &foundStart, &foundLimit, &status);
309 foundMatch= usearch_searchBackwards(uss.getAlias(), target.length(), &foundStart, &foundLimit, &status);
312 (foundStart != expectedMatchStart) ||
317 foundStart, expectedMatchStart, foundLimit, expectedMatchLimit);
935 // int32_t foundStart;
    [all...]
  /external/icu/icu4c/source/test/intltest/
ssearch.cpp 273 int32_t foundStart = 0;
280 foundMatch= usearch_search(uss.getAlias(), 0, &foundStart, &foundLimit, &status);
283 (foundStart != expectedMatchStart) ||
288 foundStart, expectedMatchStart, foundLimit, expectedMatchLimit);
294 expectedMatchStart = foundStart;
297 foundMatch = usearch_search(uss.getAlias(), foundLimit, &foundStart, &foundLimit, &status);
309 foundMatch= usearch_searchBackwards(uss.getAlias(), target.length(), &foundStart, &foundLimit, &status);
312 (foundStart != expectedMatchStart) ||
317 foundStart, expectedMatchStart, foundLimit, expectedMatchLimit);
932 // int32_t foundStart;
    [all...]
  /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 414 boolean foundStart = false;
429 foundStart = true;
438 if (!foundStart &&
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
LocalList.java 418 boolean foundStart = false;
433 foundStart = true;
442 if (!foundStart &&
  /cts/apps/CtsVerifier/lib/colorchecker/
colorcheckertest.cpp     [all...]
  /external/zxing/core/
core.jar 
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 345 milliseconds