Searched refs:article (Results 1 – 25 of 149) sorted by relevance
123456
/external/mockito/src/test/java/org/mockitousage/examples/use/ |
D | ArticleManager.java | 31 for (Article article : articles) { in updateRelatedArticlesCounters() 32 int numberOfRelatedArticles = calculator.countNumberOfRelatedArticles(article); in updateRelatedArticlesCounters() 33 article.setNumberOfRelatedArticles(numberOfRelatedArticles); in updateRelatedArticlesCounters() 34 database.save(article); in updateRelatedArticlesCounters()
|
D | ArticleCalculator.java | 11 int countNumberOfRelatedArticles(Article article); in countNumberOfRelatedArticles() argument
|
D | ArticleDatabase.java | 25 public void save(Article article) { in save() argument
|
/external/libxml2/result/ |
D | nsclean.xml.rde | 1 0 1 article 0 0 10 0 15 article 0 0
|
D | nsclean.xml.rdr | 1 0 1 article 0 0 10 0 15 article 0 0
|
D | nsclean.xml.sax | 3 SAX.startElement(article, xmlns='tag:foofoofoofoofoofoofoofoo', xmlns:dc='http://purl.org/dc/elemen… 12 SAX.endElement(article)
|
D | nsclean.xml.sax2 | 3 SAX.startElementNs(article, NULL, 'tag:foofoofoofoofoofoofoofoo', 3, xmlns='tag:foofoofoofoofoofoof… 12 SAX.endElementNs(article, NULL, 'tag:foofoofoofoofoofoofoofoo')
|
/external/python/cpython2/Doc/library/ |
D | nntplib.rst | 45 To post an article from a file (this assumes that the article has valid 174 *group* is a group name, *last* and *first* are the last and first article 211 of articles in the group, *first* is the first article number in the group, 212 *last* is the last article number in the group, and *name* is the group name. 230 ``'>'``) or an article number (as a string). Return a triple ``(response, 231 number, id)`` where *number* is the article number (as a string) and *id* is the 249 same as for :meth:`.stat`, and *list* is a list of the article's headers (an 263 .. method:: NNTP.article(id) 279 where *first* and *last* are the first and last article numbers to search. 281 text)``, where *id* is an article number (as a string) and *text* is the text of [all …]
|
/external/libxml2/result/noent/ |
D | nsclean.xml.sax2 | 3 SAX.startElementNs(article, NULL, 'tag:foofoofoofoofoofoofoofoo', 3, xmlns='tag:foofoofoofoofoofoof… 12 SAX.endElementNs(article, NULL, 'tag:foofoofoofoofoofoofoofoo')
|
/external/iproute2/doc/ |
D | rtstat.sgml | 3 <article> 52 </article>
|
D | nstat.sgml | 3 <article> 110 </article>
|
D | arpd.sgml | 3 <article> 129 </article>
|
/external/devlib/devlib/bin/ |
D | LICENSE.trace-cmd | 35 http://article.gmane.org/gmane.linux.kernel/1869111 36 http://article.gmane.org/gmane.linux.kernel/1869112
|
/external/owasp/sanitizer/lib/commons-codec-1.4/ |
D | NOTICE.txt | 12 and distribution of this entire article is permitted in any medium,
|
/external/libunwind/doc/ |
D | unw_strerror.tex | 1 \documentclass{article}
|
D | unw_destroy_addr_space.tex | 1 \documentclass{article}
|
D | unw_regname.tex | 1 \documentclass{article}
|
D | _U_dyn_cancel.tex | 1 \documentclass{article}
|
D | unw_is_fpreg.tex | 1 \documentclass{article}
|
D | _U_dyn_register.tex | 1 \documentclass{article}
|
D | unw_get_accessors.tex | 1 \documentclass{article}
|
D | unw_backtrace.tex | 1 \documentclass{article}
|
/external/libjpeg-turbo/ |
D | README.ijg | 51 FAQ (Frequently Asked Questions) article. See ARCHIVE LOCATIONS below to find 52 out where to obtain the FAQ article. 192 handy, a PDF file containing a revised version of Wallace's article is 194 a preprint for an article that appeared in IEEE Trans. Consumer Electronics) 196 and some added material. Note: the Wallace article is copyright ACM and IEEE, 251 The JPEG FAQ (Frequently Asked Questions) article is a source of some
|
D | README | 51 FAQ (Frequently Asked Questions) article. See ARCHIVE LOCATIONS below to find 52 out where to obtain the FAQ article. 192 handy, a PostScript file containing a revised version of Wallace's article is 194 a preprint for an article that appeared in IEEE Trans. Consumer Electronics) 196 and some added material. Note: the Wallace article is copyright ACM and IEEE, 253 The JPEG FAQ (Frequently Asked Questions) article is a source of some
|
/external/parameter-framework/upstream/doc/requirements/ |
D | APIs.md | 1 <article class="markdown-body"> 240 </article>
|
123456