HomeSort by relevance Sort by last modified time
    Searched defs:SPAN (Results 1 - 25 of 30) sorted by null

1 2

  /external/emma/core/java12/com/vladium/emma/report/html/doc/
Tag.java 47 public static final Tag SPAN = new TagImpl ("SPAN");
  /external/zlib/src/examples/
zran.c 14 its entirety, and an index built with access points about every SPAN bytes
16 be read randomly, having to decompress on the average SPAN/2 uncompressed
62 #define SPAN 1048576L /* desired distance between access points */
137 access points about every span bytes of uncompressed output -- span is
144 local int build_index(FILE *in, off_t span, struct access **built)
215 (totout == 0 || totout - last > span)) {
374 len = build_index(in, SPAN, &index);
  /toolchain/binutils/binutils-2.27/zlib/examples/
zran.c 14 its entirety, and an index built with access points about every SPAN bytes
16 be read randomly, having to decompress on the average SPAN/2 uncompressed
62 #define SPAN 1048576L /* desired distance between access points */
137 access points about every span bytes of uncompressed output -- span is
144 local int build_index(FILE *in, off_t span, struct access **built)
215 (totout == 0 || totout - last > span)) {
374 len = build_index(in, SPAN, &index);
  /frameworks/support/compat/src/androidTest/java/androidx/core/text/
PrecomputedTextCompatTest.java 56 private static final TypefaceSpan SPAN = new TypefaceSpan("serif");
60 ssb.setSpan(SPAN, SPAN_START, SPAN_END, Spanned.SPAN_INCLUSIVE_EXCLUSIVE);
225 assertEquals(SPAN, spans[0]);
227 assertEquals(SPAN_START, s.getSpanStart(SPAN));
228 assertEquals(SPAN_END, s.getSpanEnd(SPAN));
229 assertTrue((s.getSpanFlags(SPAN) & Spanned.SPAN_INCLUSIVE_EXCLUSIVE) != 0);
237 final BackgroundColorSpan span = new BackgroundColorSpan(Color.RED); local
242 s.setSpan(span, SPAN_START, SPAN_END, Spanned.SPAN_INCLUSIVE_EXCLUSIVE);
245 assertEquals(SPAN_START, s.getSpanStart(span));
246 assertEquals(SPAN_END, s.getSpanEnd(span));
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
PrecomputedTextTest.java 62 private static final LocaleSpan SPAN = new LocaleSpan(Locale.US);
66 ssb.setSpan(SPAN, SPAN_START, SPAN_END, Spanned.SPAN_INCLUSIVE_EXCLUSIVE);
205 assertEquals(SPAN, spans[0]);
207 assertEquals(SPAN_START, s.getSpanStart(SPAN));
208 assertEquals(SPAN_END, s.getSpanEnd(SPAN));
209 assertTrue((s.getSpanFlags(SPAN) & Spanned.SPAN_INCLUSIVE_EXCLUSIVE) != 0);
217 final BackgroundColorSpan span = new BackgroundColorSpan(Color.RED); local
222 s.setSpan(span, SPAN_START, SPAN_END, Spanned.SPAN_INCLUSIVE_EXCLUSIVE);
225 assertEquals(SPAN_START, s.getSpanStart(span));
226 assertEquals(SPAN_END, s.getSpanEnd(span));
    [all...]
  /external/webp/src/dsp/
lossless_enc_sse2.c 83 #define SPAN 8
100 for (x = 0; x + SPAN <= tile_width; x += SPAN) {
101 uint16_t values[SPAN];
103 const __m128i in1 = _mm_loadu_si128((__m128i*)&src[x + SPAN / 2]);
122 for (i = 0; i < SPAN; ++i) ++histo[values[i]];
126 const int left_over = tile_width & (SPAN - 1);
148 for (x = 0; x + SPAN <= tile_width; x += SPAN) {
149 uint16_t values[SPAN];
    [all...]
  /prebuilts/misc/common/robolectric/3.1.1/lib/
nekohtml-1.9.6.2.jar 
maven-ant-tasks-2.1.3.jar 
  /prebuilts/tools/common/m2/repository/nekohtml/nekohtml/1.9.6.2/
nekohtml-1.9.6.2.jar 
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/nekohtml/nekohtml/1.9.16/
nekohtml-1.9.16.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/nekohtml/nekohtml/1.9.20/
nekohtml-1.9.20.jar 
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 
  /prebuilts/jdk/jdk8/darwin-x86/lib/
tools.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
tools.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9-dev-r3297-4/
javac-9-dev-r3297-4.jar 
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 
  /prebuilts/devtools/tools/lib/
emma.jar 
emma_device.jar 
  /external/error_prone/javac/
javac-9+181-r4173-1.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9+181-r4173-1/
javac-9+181-r4173-1.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9-dev-r4023-3/
javac-9-dev-r4023-3.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-ant-tasks/2.1.3/
maven-ant-tasks-2.1.3.jar 

Completed in 1496 milliseconds

1 2