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

/external/guava/guava-tests/test/com/google/common/io/
H A DMultiInputStreamTest.java69 private void joinHelper(Integer... spans) throws Exception { argument
72 for (Integer span : spans) {
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowSpannableString.java16 private HashMap<Object, SpanHolder> spans = new HashMap<Object, SpanHolder>(); field in class:ShadowSpannableString
29 spans.put(what, new SpanHolder(start, end, flags) );
34 spans.remove(what);
41 for (Object s : spans.keySet()) {
43 SpanHolder h = spans.get(s);
57 SpanHolder spanHolder = spans.get(what);
67 SpanHolder spanHolder = spans.get(what);
/external/webrtc/webrtc/modules/desktop_capture/
H A Ddesktop_region.h56 RowSpanSet spans; member in struct:webrtc::DesktopRegion::Row
81 // |row_span_| matches spans on consecutive rows then they are also merged
140 // Adds a new span to the row, coalescing spans if necessary.
146 // Calculates the intersection of two sets of spans.
155 // Merges |row| with the row above it if they contain the same spans. Doesn't
H A Ddesktop_region_unittest.cc557 } spans[3]; member in struct:webrtc::SpanSet
583 int span_set_end = span_set.spans[span_set.count - 1].end;
594 std::fill_n(x + expected_map + span_set.spans[span].start,
595 span_set.spans[span].end - span_set.spans[span].start,
597 region2.AddRect(DesktopRect::MakeLTRB(x + span_set.spans[span].start, 0,
598 x + span_set.spans[span].end, 1));
628 } spans[3]; member in struct:webrtc::SpanSet
654 int span_set_end = span_set.spans[span_set.count - 1].end;
665 std::fill_n(y + expected_map + span_set.spans[spa
[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 207 milliseconds