HomeSort by relevance Sort by last modified time
    Searched refs:lastEnd (Results 1 - 25 of 100) sorted by null

1 2 3 4

  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
QuicktimeTextTrackImpl.java 66 long lastEnd = 0;
68 long silentTime = sub.from - lastEnd;
84 lastEnd = sub.to;
95 long lastEnd = 0;
97 long silentTime = sub.from - lastEnd;
104 lastEnd = sub.to;
TextTrackImpl.java 69 long lastEnd = 0;
71 long silentTime = sub.from - lastEnd;
87 lastEnd = sub.to;
98 long lastEnd = 0;
100 long silentTime = sub.from - lastEnd;
107 lastEnd = sub.to;
  /external/glide/library/src/main/java/com/bumptech/glide/
ListPreloader.java 29 private int lastEnd;
104 start = Math.max(lastEnd, from);
128 lastEnd = end;
  /external/skqp/tools/bookmaker/
definition.cpp     [all...]
includeWriter.cpp 305 const char* lastEnd = nullptr;
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 - fStart), fStart); // enum item nam
    [all...]
  /external/skia/tools/bookmaker/
definition.cpp     [all...]
includeWriter.cpp 339 const char* lastEnd = nullptr;
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 - fStart), fStart); // enum item nam
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/util/
ByteArrayAnnotatedOutput.java 385 int lastEnd = (asz == 0) ? 0 : annotations.get(asz - 1).getEnd();
388 if (lastEnd <= cursor) {
391 startAt = lastEnd;
  /dalvik/dx/src/com/android/dx/util/
ByteArrayAnnotatedOutput.java 399 int lastEnd = (asz == 0) ? 0 : annotations.get(asz - 1).getEnd();
402 if (lastEnd <= cursor) {
405 startAt = lastEnd;
  /external/sonivox/jet_tools/JetCreator/
JetSegGraph.py 304 lastEnd = 0
316 if k > lastEnd:
319 lastEnd = k + width
  /external/clang/lib/CodeGen/
SwiftCallingConv.cpp 525 CharUnits lastEnd = CharUnits::Zero();
529 if (entry.Begin != lastEnd) {
530 auto paddingSize = entry.Begin - lastEnd;
545 lastEnd = entry.End;
  /prebuilts/go/darwin-x86/src/encoding/xml/
xml_test.go 282 lastEnd := int64(0)
307 case start < lastEnd:
311 if start == end && end == lastEnd {
323 lastEnd = end
  /prebuilts/go/linux-x86/src/encoding/xml/
xml_test.go 282 lastEnd := int64(0)
307 case start < lastEnd:
311 if start == end && end == lastEnd {
323 lastEnd = end
  /frameworks/av/media/libnblog/
NBLog.cpp 777 const uint8_t *lastEnd = findLastEntryOfTypes(front, back, endingTypes);
778 if (lastEnd == nullptr) {
782 snapshot->mEnd = EntryIterator(lastEnd).next();
790 // firstStart is null if no START_FMT entry was found before lastEnd
    [all...]
  /dalvik/libdex/
DexSwapVerify.cpp     [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.text_3.5.400.v20150505-1044.jar 
  /prebuilts/tools/common/m2/repository/com/github/bumptech/glide/glide/3.6.1/
glide-3.6.1.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/maven_repo/bumptech/com/github/bumptech/glide/glide/SNAPSHOT/
glide-SNAPSHOT.jar 
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.2/
dexmaker-1.2.jar 
  /external/dexmaker/lib/
dalvik-dx-1.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /prebuilts/tools/common/m2/repository/com/jakewharton/android/repackaged/dalvik-dx/1/
dalvik-dx-1.jar 
  /prebuilts/tools/common/m2/repository/com/jakewharton/android/repackaged/dalvik-dx/7.1.0_r7/
dalvik-dx-7.1.0_r7.jar 

Completed in 818 milliseconds

1 2 3 4