OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:foundEnd
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/
sunspider-compare-results
73
my $
foundEnd
= 0;
89
$
foundEnd
= 1;
102
die "Cound not find data in ${filename} - needs to end with }]" unless $
foundEnd
;
/external/chromium_org/third_party/WebKit/Source/core/editing/
PlainTextRange.cpp
98
bool
foundEnd
= end() >= docTextPosition && end() <= docTextPosition + len;
100
// Fix textRunRange->endPosition(), but only if foundStart ||
foundEnd
, because it is only
102
if (
foundEnd
) {
133
if (
foundEnd
) {
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
comment.js
142
var
foundEnd
= found + lead.length;
143
if (pad && line.slice(
foundEnd
,
foundEnd
+ pad.length) == pad)
foundEnd
+= pad.length;
144
self.replaceRange("", Pos(i, found), Pos(i,
foundEnd
));
/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
InteractionController.java
377
boolean
foundEnd
= false;
379
foundEnd
= event.getFromIndex() == 0 ||
381
Log.d(LOG_TAG, "scrollSwipe reached scroll end: " +
foundEnd
);
386
foundEnd
= event.getScrollY() == 0 ||
388
Log.d(LOG_TAG, "Vertical scrollSwipe reached scroll end: " +
foundEnd
);
391
foundEnd
= event.getScrollX() == 0 ||
393
Log.d(LOG_TAG, "Horizontal scrollSwipe reached scroll end: " +
foundEnd
);
397
return !
foundEnd
;
/frameworks/av/services/camera/libcameraservice/api1/client2/
JpegProcessor.cpp
374
bool
foundEnd
= false;
377
foundEnd
= true;
382
if (!
foundEnd
) {
/prebuilts/misc/common/ub-uiautomator/
ub-uiautomator.jar
Completed in 261 milliseconds