HomeSort by relevance Sort by last modified time
    Searched defs:lastRun (Results 1 - 16 of 16) sorted by null

  /external/vogar/src/vogar/
AnnotatedOutcome.java 105 public Long lastRun(Long defaultValue) {
Console.java 220 Long lastRun = annotatedOutcome.lastRun(null);
222 if (lastRun == null) {
225 timestamp = formatElapsedTime(new Date().getTime() - lastRun);
  /cts/libs/vogar-expect/src/vogar/
AnnotatedOutcome.java 140 public Long lastRun(Long defaultValue) {
  /external/skia/src/gpu/text/
GrTextBlob.cpp 227 int lastRun = SkTMin(fRunCountLimit, (1 << 16)) - 1;
230 for (int runIndex = 0; runIndex <= lastRun; runIndex++) {
GrTextBlob.h 145 SubRun& lastRun = fRuns[fRunCount - 1].fSubRunInfo.back();
146 newRun.setAsSuccessor(lastRun);
  /external/skqp/src/gpu/text/
GrTextBlob.cpp 227 int lastRun = SkTMin(fRunCountLimit, (1 << 16)) - 1;
230 for (int runIndex = 0; runIndex <= lastRun; runIndex++) {
GrTextBlob.h 142 SubRun& lastRun = fRuns[fRunCount - 1].fSubRunInfo.back();
143 newRun.setAsSuccessor(lastRun);
  /external/icu/icu4c/source/layoutex/
ParagraphLayout.cpp 1036 le_int32 lastRun = getCharRun(runEnd);
1037 le_int32 startRun = (runDirection == UBIDI_LTR)? firstRun : lastRun;
1038 le_int32 stopRun = (runDirection == UBIDI_LTR)? lastRun + 1 : firstRun - 1;
1043 le_int32 lastChar = (run == lastRun)? runEnd : fStyleRunInfo[run].runLimit - 1;
    [all...]
  /external/skia/src/core/
SkTextBlob.cpp 591 auto* lastRun = reinterpret_cast<SkTextBlob::RunRecord*>(fStorage.get() + fLastRun);
592 lastRun->fFlags |= SkTextBlob::RunRecord::kLast_Flag;
    [all...]
  /external/skqp/src/core/
SkTextBlob.cpp 591 auto* lastRun = reinterpret_cast<SkTextBlob::RunRecord*>(fStorage.get() + fLastRun);
592 lastRun->fFlags |= SkTextBlob::RunRecord::kLast_Flag;
    [all...]
  /external/lz4/lib/
lz4.c     [all...]
  /external/guice/extensions/persist/lib/
dom4j-1.6.1.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
dom4j-1.6.1.jar 
  /external/antlr/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /external/conscrypt/benchmark-android/
vogar.jar 
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 

Completed in 1594 milliseconds