HomeSort by relevance Sort by last modified time
    Searched refs:headlines (Results 1 - 3 of 3) sorted by null

  /external/catch2/scripts/
updateDocumentToC.py 113 Gets headlines from the markdown document and creates anchor tags.
139 headlines = []
172 headlines.append(dashified)
177 return out_contents, headlines
179 def positioningHeadlines(headlines):
184 for row in headlines:
189 for row in headlines:
191 return headlines
193 def createToc(headlines, hyperlink=True, top_link=False, no_toc_header=False):
199 headlines: list of list
    [all...]
  /external/u-boot/drivers/video/fonts/
Kconfig 46 with a hint of handwriting. Perfect for headlines.
  /development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/
NewsReaderActivity.java 32 * Main activity: shows headlines list and articles, if layout permits.
38 * In single-pane mode, this activity shows a list of headlines using a {@link HeadlinesFragment}.
59 // The fragment where the headlines are displayed
80 R.id.headlines);
89 // Register ourselves as the listener for the headlines fragment events.
96 // Set up headlines fragment
169 * This causes the headlines fragment to be repopulated with the appropriate headlines.
217 * news category in the Action Bar. We react by loading and displaying the headlines for

Completed in 492 milliseconds