Searched defs:lastEnd (Results 1 - 10 of 10) sorted by relevance

/external/glide/library/src/main/java/com/bumptech/glide/
H A DListPreloader.java29 private int lastEnd; field in class:ListPreloader
104 start = Math.max(lastEnd, from);
128 lastEnd = end;
/external/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp525 CharUnits lastEnd = CharUnits::Zero(); local
529 if (entry.Begin != lastEnd) {
530 auto paddingSize = entry.Begin - lastEnd;
545 lastEnd = entry.End;
/external/skqp/tools/bookmaker/
H A DincludeWriter.cpp305 const char* lastEnd = nullptr; local
357 TextParser enumLine(token->fFileName, lastEnd,
366 lastEnd = token->fContentEnd;
367 this->writeBlock((int) (lastEnd - token->fContentStart),
373 TextParser valueEnd(token->fFileName, lastEnd,
377 if (' ' == lastEnd[0]) {
380 this->writeBlock((int) (token->fContentEnd - lastEnd), lastEnd);
468 lastEnd = token->fContentEnd;
473 this->writeBlock((int) (lastEnd
490 const char* lastEnd = nullptr; local
[all...]
H A Ddefinition.cpp914 const char* lastEnd = methodParser.fChar; local
920 indent = (size_t) (lastEnd - lastStart);
927 const char* nextStart = lastEnd;
942 if (lastEnd > lastStart) {
943 maxLine = SkTMax(maxLine, lastEnd - lastStart);
949 lastEnd = nextEnd;
950 } while (lastStart < lastEnd);
953 lastEnd = methodParser.fChar;
959 const char* nextStart = lastEnd;
975 if (lastEnd > lastStar
1069 const char* lastEnd = methodParser->fChar; local
[all...]
/external/skia/tools/bookmaker/
H A Ddefinition.cpp915 const char* lastEnd = methodParser.fChar; local
917 lastStart = lastEnd;
924 indent = (size_t) (lastEnd - lastStart);
931 const char* nextStart = lastEnd;
946 if (lastEnd > lastStart) {
947 maxLine = SkTMax(maxLine, lastEnd - lastStart);
953 lastEnd = nextEnd;
954 } while (lastStart < lastEnd);
957 lastEnd = methodParser.fChar;
963 const char* nextStart = lastEnd;
1091 const char* lastEnd = methodParser->fChar; local
[all...]
H A DincludeWriter.cpp339 const char* lastEnd = nullptr; local
391 TextParser enumLine(token->fFileName, lastEnd,
400 lastEnd = token->fContentEnd;
401 this->writeBlock((int) (lastEnd - token->fContentStart),
407 TextParser valueEnd(token->fFileName, lastEnd,
411 if (' ' == lastEnd[0]) {
414 this->writeBlock((int) (token->fContentEnd - lastEnd), lastEnd);
521 lastEnd = token->fContentEnd;
526 this->writeBlock((int) (lastEnd
543 const char* lastEnd = nullptr; local
[all...]
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.text_3.5.400.v20150505-1044.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dexmaker/lib/
H A Ddalvik-dx-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/dx/ com/android/dx/cf/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 1358 milliseconds