HomeSort by relevance Sort by last modified time
    Searched refs:spans (Results 101 - 125 of 223) sorted by null

1 2 3 45 6 7 8 9

  /frameworks/base/tools/aapt2/
StringPool_test.cpp 154 ASSERT_THAT(ref->spans.size(), Eq(1u));
156 const StringPool::Span& span = ref->spans.front();
ResourceParser.cpp 158 // The stack elements refer to the indices in out_style_string->spans.
159 // By first adding to the out_style_string->spans vector, and then using the stack to refer
165 out_style_string->spans.clear();
198 out_style_string->spans.push_back(
200 span_stack.push_back(out_style_string->spans.size() - 1);
241 Span& top_span = out_style_string->spans[span_stack.back()];
257 CHECK(span_stack.empty()) << "spans haven't been fully processed";
584 if (!style_string.spans.empty()) {
    [all...]
  /packages/apps/Dialer/java/com/android/voicemail/impl/protocol/
Vvm3Subscriber.java 337 URLSpan[] spans = doc.getSpans(0, doc.length(), URLSpan.class); local
340 for (URLSpan span : spans) {
  /external/owasp/sanitizer/src/main/org/owasp/html/
HtmlLexer.java 479 // text spans, and are significant in all CDATA and RCDATA
481 // See "Escaping text spans" in section 8.1.2.6 of HTML5.
  /frameworks/base/core/java/com/android/internal/util/
NotificationColorUtil.java 186 Object[] spans = ss.getSpans(0, ss.length(), Object.class); local
188 for (Object span : spans) {
199 // we need to still take the orgininal for wrapped spans
245 * Clears all color spans of a text
247 * @return the same text but without color spans
252 Object[] spans = ss.getSpans(0, ss.length(), Object.class); local
254 for (Object span : spans) {
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
mgcmark.go 24 // rootBlockSpans is the number of spans to scan per span
26 rootBlockSpans = 8 * 1024 // 64MB worth of spans
94 // We're only interested in scanning the in-use spans,
95 // which will all be swept at this point. More spans
97 // we only care about spans that were allocated before
327 // markrootSpans marks roots for one shard of work.spans.
349 spans := mheap_.sweepSpans[mheap_.sweepgen/2%2].block(shard)
350 // Note that work.spans may not include spans that were
352 // okay because any objects with finalizers in those spans
    [all...]
mgc.go 28 // b. Sweep any unswept spans. There will only be unswept spans if
84 // are white, and allocating sweeps spans before use if necessary.
97 // At the end of STW mark termination all spans are marked as "needs sweeping".
99 // The background sweeper goroutine simply sweeps spans one-by-one.
101 // To avoid requesting more OS memory while there are unswept spans, when a
104 // sweeps small-object spans for the same object size until it frees at least
106 // it sweeps spans until it frees at least that many pages into heap. There is
108 // nonadjacent one-page spans to the heap, it will allocate a new two-page
109 // span, but there can still be other one-page unswept spans which could b
    [all...]
mcache.go 36 alloc [_NumSizeClasses]*mspan // spans to allocate from
  /prebuilts/go/linux-x86/src/runtime/
mgcmark.go 24 // rootBlockSpans is the number of spans to scan per span
26 rootBlockSpans = 8 * 1024 // 64MB worth of spans
94 // We're only interested in scanning the in-use spans,
95 // which will all be swept at this point. More spans
97 // we only care about spans that were allocated before
327 // markrootSpans marks roots for one shard of work.spans.
349 spans := mheap_.sweepSpans[mheap_.sweepgen/2%2].block(shard)
350 // Note that work.spans may not include spans that were
352 // okay because any objects with finalizers in those spans
    [all...]
mgc.go 28 // b. Sweep any unswept spans. There will only be unswept spans if
84 // are white, and allocating sweeps spans before use if necessary.
97 // At the end of STW mark termination all spans are marked as "needs sweeping".
99 // The background sweeper goroutine simply sweeps spans one-by-one.
101 // To avoid requesting more OS memory while there are unswept spans, when a
104 // sweeps small-object spans for the same object size until it frees at least
106 // it sweeps spans until it frees at least that many pages into heap. There is
108 // nonadjacent one-page spans to the heap, it will allocate a new two-page
109 // span, but there can still be other one-page unswept spans which could b
    [all...]
mcache.go 36 alloc [_NumSizeClasses]*mspan // spans to allocate from
  /frameworks/ex/common/java/com/android/ex/editstyledtext/
EditStyledText.java 878 ForegroundColorSpan[] spans = local
880 if (spans.length > 0) {
881 return spans[0].getForegroundColor();
2743 ForegroundColorSpan[] spans = local
    [all...]
  /prebuilts/sdk/current/support/emoji/libs/
android-support-emoji.jar 
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
text_file.py 24 spans multiple physical lines. Also provides 'unreadline()' for
153 file spans multiple physical lines, the warning refers to the
  /external/python/cpython2/Lib/distutils/
text_file.py 24 spans multiple physical lines. Also provides 'unreadline()' for
153 file spans multiple physical lines, the warning refers to the
  /external/skia/experimental/docs/
exampleSlides.js 202 "string":"Line spans are contained by a single sector.", "x":400, "y":200
253 "string":"All spans are contained by a wedge", "x":400, "y":200
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
text_file.py 24 spans multiple physical lines. Also provides 'unreadline()' for
153 file spans multiple physical lines, the warning refers to the
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
text_file.py 24 spans multiple physical lines. Also provides 'unreadline()' for
153 file spans multiple physical lines, the warning refers to the
  /prebuilts/go/darwin-x86/src/cmd/vet/
types.go 60 pkg.spans = make(map[types.Object]Span)
78 // update spans
  /prebuilts/go/linux-x86/src/cmd/vet/
types.go 60 pkg.spans = make(map[types.Object]Span)
78 // update spans
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
text_file.py 24 spans multiple physical lines. Also provides 'unreadline()' for
153 file spans multiple physical lines, the warning refers to the
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
text_file.py 24 spans multiple physical lines. Also provides 'unreadline()' for
153 file spans multiple physical lines, the warning refers to the
  /frameworks/base/core/java/android/text/
DynamicLayout.java 189 ChangeWatcher[] spans = sp.getSpans(0, sp.length(), ChangeWatcher.class); local
190 for (int i = 0; i < spans.length; i++)
191 sp.removeSpan(spans[i]);
401 // Spans other than ReplacementSpan can be ignored because line top and bottom are
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
NotificationUtils.java 1395 CharacterStyle[] spans = sender.getSpans(0, sender.length(), CharacterStyle.class); local
    [all...]
  /frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/wifi/
AccessPointTest.java 109 TtsSpan[] spans = ((SpannableString) ssid).getSpans(0, TEST_SSID.length(), TtsSpan.class); local
111 assertThat(spans.length).isEqualTo(1);
112 assertThat(spans[0].getType()).isEqualTo(TtsSpan.TYPE_TELEPHONE);
    [all...]

Completed in 788 milliseconds

1 2 3 45 6 7 8 9