HomeSort by relevance Sort by last modified time
    Searched defs:article (Results 1 - 5 of 5) sorted by null

  /development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/
ArticleActivity.java 24 * Activity that displays a particular news article onscreen.
27 * which case this separate activity is shown in order to display the news article. This activity
29 * in that case the news article will be displayed by the {@link NewsReaderActivity} and this
33 // The news category index and the article index for the article we are to display
39 * Setting up the activity means reading the category/article index from the Intent that
60 // Display the correct news article on the fragment
61 NewsArticle article = NewsSource.getInstance().getCategory(mCatIndex).getArticle(mArtIndex); local
62 f.displayArticle(article);
  /development/samples/training/basic/FragmentBasics/src/com/example/fragments/
ArticleFragment.java 34 // the previous article selection set by onSaveInstanceState().
51 // below that sets the article text.
54 // Set article based on argument passed in
57 // Set article based on saved instance state defined during onCreateView
63 TextView article = (TextView) getActivity().findViewById(R.id.article); local
64 article.setText(Ipsum.Articles[position]);
72 // Save the current article selection in case we need to recreate the fragment
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
nntplib.py 17 To post an article from a file:
18 >>> f = open(filename, 'r') # file containing article, including header
23 Note that all arguments and return values representing article numbers
83 # Response numbers that are followed by additional text (e.g. article)
341 - first: first article number (string)
342 - last: last article number (string)
389 - id: article number or message id
392 - nr: the article number
406 """Internal: process a HEAD, BODY or ARTICLE command."""
413 - id: article number or message i
435 def article(self, id): member in class:NNTP
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
nntplib.py 17 To post an article from a file:
18 >>> f = open(filename, 'r') # file containing article, including header
23 Note that all arguments and return values representing article numbers
83 # Response numbers that are followed by additional text (e.g. article)
341 - first: first article number (string)
342 - last: last article number (string)
389 - id: article number or message id
392 - nr: the article number
406 """Internal: process a HEAD, BODY or ARTICLE command."""
413 - id: article number or message i
435 def article(self, id): member in class:NNTP
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 167 milliseconds