Home
last modified time | relevance | path

Searched refs:foundStart (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/
Dsunspider-compare-results71 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/WebKit/Source/core/rendering/svg/
DSVGTextChunkBuilder.cpp50 bool foundStart = false; in buildTextChunks() local
59 if (!foundStart) { in buildTextChunks()
61 foundStart = true; in buildTextChunks()
69 if (!foundStart) in buildTextChunks()
/external/icu4c/test/intltest/
Dssearch.cpp273 int32_t foundStart = 0; in searchTest() local
280 foundMatch= usearch_search(uss.getAlias(), 0, &foundStart, &foundLimit, &status); in searchTest()
283 (foundStart != expectedMatchStart) || in searchTest()
288 foundStart, expectedMatchStart, foundLimit, expectedMatchLimit); in searchTest()
294 expectedMatchStart = foundStart; in searchTest()
297 … foundMatch = usearch_search(uss.getAlias(), foundLimit, &foundStart, &foundLimit, &status); in searchTest()
309 …foundMatch= usearch_searchBackwards(uss.getAlias(), target.length(), &foundStart, &foundLimit, &st… in searchTest()
312 (foundStart != expectedMatchStart) || in searchTest()
317 foundStart, expectedMatchStart, foundLimit, expectedMatchLimit); in searchTest()
/external/chromium_org/third_party/WebKit/Source/core/editing/
DPlainTextRange.cpp97 bool foundStart = start() >= docTextPosition && start() <= docTextPosition + len; in createRangeFor() local
120 if (foundStart) { in createRangeFor()
/external/chromium_org/third_party/icu/source/test/intltest/
Dssearch.cpp307 int32_t foundStart = 0; in searchTest() local
314 foundMatch= usearch_search(uss.getAlias(), 0, &foundStart, &foundLimit, &status); in searchTest()
317 (foundStart != expectedMatchStart) || in searchTest()
322 foundStart, expectedMatchStart, foundLimit, expectedMatchLimit); in searchTest()
328 expectedMatchStart = foundStart; in searchTest()
331 … foundMatch = usearch_search(uss.getAlias(), foundLimit, &foundStart, &foundLimit, &status); in searchTest()
343 …foundMatch= usearch_searchBackwards(uss.getAlias(), target.length(), &foundStart, &foundLimit, &st… in searchTest()
346 (foundStart != expectedMatchStart) || in searchTest()
351 foundStart, expectedMatchStart, foundLimit, expectedMatchLimit); in searchTest()
645 int32_t foundStart = 0; in bmSearchTest() local
[all …]
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DLocalList.java418 boolean foundStart = false; in debugVerify0()
433 foundStart = true; in debugVerify0()
442 if (!foundStart && in debugVerify0()