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

1 2

  /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/gdb/darwin-x86/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/gdb/linux-x86/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/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/gradle-plugin/com/android/tools/lint/lint-checks/25.0.0/
lint-checks-25.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/25.0.0-alpha5/
lint-checks-25.0.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/25.0.0-alpha7/
lint-checks-25.0.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/25.0.0-alpha9/
lint-checks-25.0.0-alpha9.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/25.0.0-beta2/
lint-checks-25.0.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/25.0.0-beta5/
lint-checks-25.0.0-beta5.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/25.0.0-beta6/
lint-checks-25.0.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/25.0.0-beta7/
lint-checks-25.0.0-beta7.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/25.0.0-rc3/
lint-checks-25.0.0-rc3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/25.1.0/
lint-checks-25.1.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/25.1.0-alpha3/
lint-checks-25.1.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/25.1.0-alpha4/
lint-checks-25.1.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/25.1.0-beta1/
lint-checks-25.1.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/25.1.0-beta3/
lint-checks-25.1.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/25.1.0-rc1/
lint-checks-25.1.0-rc1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/25.1.2/
lint-checks-25.1.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/25.1.3/
lint-checks-25.1.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/25.2.0/
lint-checks-25.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/25.2.0-alpha1/
lint-checks-25.2.0-alpha1.jar 

Completed in 308 milliseconds

1 2