HomeSort by relevance Sort by last modified time
    Searched refs:foundEnd (Results 1 - 16 of 16) 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 375 boolean foundEnd = false;
377 foundEnd = event.getFromIndex() == 0 ||
379 Log.d(LOG_TAG, "scrollSwipe reached scroll end: " + foundEnd);
384 foundEnd = event.getScrollY() == 0 ||
386 Log.d(LOG_TAG, "Vertical scrollSwipe reached scroll end: " + foundEnd);
389 foundEnd = event.getScrollX() == 0 ||
391 Log.d(LOG_TAG, "Horizontal scrollSwipe reached scroll end: " + foundEnd);
395 return !foundEnd;
  /frameworks/av/services/camera/libcameraservice/api1/client2/
JpegProcessor.cpp 422 bool foundEnd = false;
425 foundEnd = true;
430 if (!foundEnd) {
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
Elf32Convert.c 320 bool foundEnd = false;
322 for (i = Sym->st_name; (i < StrtabShdr->sh_size) && !foundEnd; i++) {
323 foundEnd = StrtabContents[i] == 0;
325 assert(foundEnd);
    [all...]
Elf64Convert.c 312 bool foundEnd = false;
314 for (i= Sym->st_name; (i < StrtabShdr->sh_size) && !foundEnd; i++) {
315 foundEnd = StrtabContents[i] == 0;
317 assert(foundEnd);
    [all...]
  /external/skia/tools/bookmaker/
bookmaker.cpp     [all...]
  /external/skqp/tools/bookmaker/
bookmaker.cpp     [all...]
  /external/skia/src/pathops/
SkOpCoincidence.cpp 531 const SkOpPtT* foundEnd = nullptr;
548 foundEnd = work->ptT();
557 double denom = foundEnd->fT - foundStart->fT;
    [all...]
SkPathOpsTSect.h 721 bool foundEnd = false;
727 foundEnd |= between(test->fStartT, fCoinEnd.perpT(), test->fEndT);
731 if (!foundStart || !foundEnd) {
    [all...]
  /external/skqp/src/pathops/
SkOpCoincidence.cpp 531 const SkOpPtT* foundEnd = nullptr;
548 foundEnd = work->ptT();
557 double denom = foundEnd->fT - foundStart->fT;
    [all...]
SkPathOpsTSect.h 721 bool foundEnd = false;
727 foundEnd |= between(test->fStartT, fCoinEnd.perpT(), test->fEndT);
731 if (!foundStart || !foundEnd) {
    [all...]
  /prebuilts/misc/common/ub-uiautomator/
ub-uiautomator.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.3.6/
groovy-all-2.3.6.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.4.7/
groovy-all-2.4.7.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 
  /prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/
testng-6.9.10.jar 

Completed in 2406 milliseconds