/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
ConversationItemView.java | 1196 CharacterStyle[] spans = messageInfoString.getSpans(0, messageInfoString.length(), local 1218 CharacterStyle[] spans = sender.getSpans(0, sender.length(), CharacterStyle.class); local [all...] |
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
page_heap.cc | 242 // Note that the adjacent spans we merge into "span" may come out of a 244 // is implicitly committed. If the adjacents spans are on the "returned" 245 // (decommitted) list, then we must get both spans into the same state before 248 // include any combination of committed and decommitted spans, at the end of 371 // Round robin through the lists of free spans, releasing the last 414 result->spans = 0; 419 result->spans++; 423 result->spans++;
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
page_heap.cc | 210 // Note that only similar spans are merged together. For example, 211 // we do not coalesce "returned" spans with "normal" spans. 310 // Round robin through the lists of free spans, releasing the last 353 result->spans = 0; 358 result->spans++; 362 result->spans++;
|
/external/chromium_org/ui/gfx/ |
render_text_pango.cc | 126 std::vector<RenderText::FontSpan> spans; local 134 spans.push_back(RenderText::FontSpan(Font(desc.get()), range)); 137 return spans;
|
render_text_unittest.cc | 1417 const std::vector<RenderText::FontSpan> spans = local [all...] |
render_text_win.cc | 558 std::vector<RenderText::FontSpan> spans; local 560 spans.push_back(RenderText::FontSpan(runs_[i]->font, 565 return spans; [all...] |
/frameworks/base/core/java/android/text/ |
DynamicLayout.java | 178 ChangeWatcher[] spans = sp.getSpans(0, sp.length(), ChangeWatcher.class); local 179 for (int i = 0; i < spans.length; i++) 180 sp.removeSpan(spans[i]);
|
/external/chromium_org/third_party/freetype/src/smooth/ |
ftgrays.c | 65 /* spans on any target surface. You can thus do direct composition on */ 345 /* maximum number of gray spans in a call to the span callback */ [all...] |
/external/freetype/src/smooth/ |
ftgrays.c | 65 /* spans on any target surface. You can thus do direct composition on */ 345 /* maximum number of gray spans in a call to the span callback */ [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
NotificationUtils.java | 1043 CharacterStyle[] spans = sender.getSpans(0, sender.length(), CharacterStyle.class); local [all...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
TextViewTest.java | 334 URLSpan[] spans = spanString.getSpans(0, spanString.length(), URLSpan.class); local 335 assertNotNull(spans); 336 assertEquals(2, spans.length); 337 assertEquals("http://www.google.com", spans[0].getURL()); 338 assertEquals("mailto:account@gmail.com", spans[1].getURL()); 352 spans = spanString.getSpans(0, spanString.length(), URLSpan.class); 353 assertNotNull(spans); 354 assertEquals(1, spans.length); 355 assertEquals("tel:+41448008999", spans[0].getURL()); 2270 URLSpan[] spans = mTextView.getUrls(); local [all...] |
/external/chromium_org/chrome/browser/resources/options/ |
options_bundle.js | 19 // Even though the include line spans more than 80 characters,
|
/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/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/widget/ |
SpellChecker.java | 584 // We need to expand by one character because we want to include the spans that 619 // Cancel or merge overlapped spell check spans 675 // edit. The previous spans (that ended on start / started on end) are 687 // Do not create new boundary spans if they already exist 748 private <T> void removeSpansAt(Editable editable, int offset, T[] spans) { 749 final int length = spans.length; 751 final T span = spans[i]; [all...] |
TextView.java | 3964 SuggestionSpan[] spans = spannable.getSpans(0, text.length(), SuggestionSpan.class); local 5770 Object[] spans = spannable.getSpans(start, end, ParcelableSpan.class); local 7372 T[] spans = text.getSpans(start, end, type); local 7386 final SuggestionSpan[] spans = text.getSpans(pos, pos, SuggestionSpan.class); local [all...] |
GridLayout.java | 1341 MutableInt[] spans = links.values; local [all...] |
/packages/apps/Mms/src/com/android/mms/ui/ |
MessageUtils.java | 844 public static ArrayList<String> extractUris(URLSpan[] spans) { 845 int size = spans.length; 849 accumulator.add(spans[i].getURL()); [all...] |
/packages/apps/Calendar/src/com/android/calendar/ |
Utils.java | 1785 URLSpan[] spans = spanText.getSpans(0, spanText.length(), URLSpan.class); local [all...] |
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/ |
GridLayout.java | 1230 MutableInt[] spans = links.values; local [all...] |
/external/chromium_org/third_party/skia/src/pathops/ |
SkOpSegment.h | 169 const SkTDArray<SkOpSpan>& spans() const { function in class:SkOpSegment
|
/external/libvpx/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/ |
markdown.php | 393 # phrase emphasis, and spans. The list of tags we're looking for is 626 # Process character escapes, code spans, and inline HTML [all...] |
/external/skia/src/pathops/ |
SkOpSegment.h | 169 const SkTDArray<SkOpSpan>& spans() const { function in class:SkOpSegment
|
/frameworks/base/core/java/android/view/inputmethod/ |
InputMethodManager.java | 654 public void registerSuggestionSpansForNotification(SuggestionSpan[] spans) { 656 mService.registerSuggestionSpansForNotification(spans); [all...] |