/external/lz4/lib/ |
D | lz4hc.c | 521 int lastRun = (int)(iend - anchor); in LZ4HC_compress_generic() local 522 …if ((limit) && (((char*)op - dest) + lastRun + 1 + ((lastRun+255-RUN_MASK)/255) > (U32)maxOutputSi… in LZ4HC_compress_generic() 523 …if (lastRun>=(int)RUN_MASK) { *op++=(RUN_MASK<<ML_BITS); lastRun-=RUN_MASK; for(; lastRun > 254 ; … in LZ4HC_compress_generic() 524 else *op++ = (BYTE)(lastRun<<ML_BITS); in LZ4HC_compress_generic()
|
D | lz4.c | 696 int lastRun = (int)(iend - anchor); in LZ4_compress_generic() local 697 …if ((outputLimited) && (((char*)op - dest) + lastRun + 1 + ((lastRun+255-RUN_MASK)/255) > (U32)max… in LZ4_compress_generic() 699 …if (lastRun>=(int)RUN_MASK) { *op++=(RUN_MASK<<ML_BITS); lastRun-=RUN_MASK; for(; lastRun >= 255 ;… in LZ4_compress_generic() 700 else *op++ = (BYTE)(lastRun<<ML_BITS); in LZ4_compress_generic()
|
/external/vogar/src/vogar/ |
D | Console.java | 220 Long lastRun = annotatedOutcome.lastRun(null); in summarizeOutcomes() local 222 if (lastRun == null) { in summarizeOutcomes() 225 timestamp = formatElapsedTime(new Date().getTime() - lastRun); in summarizeOutcomes()
|
D | AnnotatedOutcome.java | 105 public Long lastRun(Long defaultValue) { in lastRun() method in AnnotatedOutcome
|
/external/icu/icu4c/source/layoutex/ |
D | ParagraphLayout.cpp | 1034 le_int32 lastRun = getCharRun(runEnd); in computeVisualRuns() local 1035 le_int32 startRun = (runDirection == UBIDI_LTR)? firstRun : lastRun; in computeVisualRuns() 1036 le_int32 stopRun = (runDirection == UBIDI_LTR)? lastRun + 1 : firstRun - 1; in computeVisualRuns() 1041 le_int32 lastChar = (run == lastRun)? runEnd : fStyleRunInfo[run].runLimit - 1; in computeVisualRuns() 1200 const VisualRun *lastRun = getVisualRun(fRunCount - 1); in getWidth() local 1202 if (lastRun == NULL) { in getWidth() 1206 le_int32 glyphCount = lastRun->getGlyphCount(); in getWidth() 1207 const float *positions = lastRun->getPositions(); in getWidth()
|
/external/skia/src/gpu/text/ |
D | GrAtlasTextBlob.h | 117 Run::SubRunInfo& lastRun = fRuns[currRun - 1].fSubRunInfo.back(); in push_back_run() local 118 newRun.setAsSuccessor(lastRun); in push_back_run()
|
/external/owasp/sanitizer/tools/findbugs/lib/ |
D | dom4j-1.6.1.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/dom4j/
org/ ... |
/external/guice/extensions/persist/lib/ |
D | dom4j-1.6.1.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/dom4j/
org/ ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.jface_3.6.1.M20100825-0800.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/ |
D | FlexAntTasks.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/adobe/
com/ ... |
/external/robolectric/v3/runtime/ |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |