OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:foundend
(Results
1 - 6
of
6
) sorted by null
/external/testng/src/main/java/org/testng/mustache/
Mustache.java
29
boolean
foundEnd
= false;
30
while (index < template.length() && !
foundEnd
) {
32
foundEnd
= template.charAt(index) == '}' && index + 1 < template.length()
36
if (
foundEnd
) {
/frameworks/base/cmds/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
418
bool
foundEnd
= false;
421
foundEnd
= true;
426
if (!
foundEnd
) {
/external/skia/src/pathops/
SkPathOpsTSect.h
697
bool
foundEnd
= false;
703
foundEnd
|= between(test->fStartT, fCoinEnd.perpT(), test->fEndT);
707
if (!foundStart || !
foundEnd
) {
[
all
...]
/external/icu/icu4c/source/test/intltest/
ssearch.cpp
933
// int32_t
foundEnd
;
[
all
...]
/prebuilts/misc/common/ub-uiautomator/
ub-uiautomator.jar
Completed in 1087 milliseconds