OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:foundStart
(Results
1 - 10
of
10
) 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/WebKit/Source/core/rendering/svg/
SVGTextChunkBuilder.cpp
50
bool
foundStart
= false;
59
if (!
foundStart
) {
61
foundStart
= true;
69
if (!
foundStart
)
/external/chromium_org/third_party/WebKit/Source/core/editing/
PlainTextRange.cpp
97
bool
foundStart
= start() >= docTextPosition && start() <= docTextPosition + len;
100
// Fix textRunRange->endPosition(), but only if
foundStart
|| foundEnd, because it is only
120
if (
foundStart
) {
/external/icu4c/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
...]
/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
417
boolean
foundStart
= false;
432
foundStart
= true;
441
if (!
foundStart
&&
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
LocalList.java
418
boolean
foundStart
= false;
433
foundStart
= true;
442
if (!
foundStart
&&
/external/chromium_org/third_party/icu/source/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
...]
/cts/apps/CtsVerifier/lib/colorchecker/
colorcheckertest.cpp
[
all
...]
/external/zxing/core/
core.jar
Completed in 831 milliseconds