/external/rust/cxx/syntax/ |
D | trivial.rs | 155 article: "a", in as_what() 162 article: "an", in as_what() 169 article: "a", in as_what() 176 article: "type", in as_what() 183 article: "a", in as_what() 190 article: "a", in as_what() 198 write!(f, "{} ", clause.article())?; in as_what() 213 article: &'a str, in as_what() 218 article: &'a str, in as_what() 225 fn article(&self) -> &'a str { in as_what() method [all …]
|
/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/llvm-project/llvm/docs/ |
D | SphinxQuickstartTemplate.rst | 5 This article is intended to take someone in the state of “I want to write documentation and get it … 21 …article is located in ``docs/SphinxQuickstartTemplate.rst``. To use it as a template, make a copy … 23 To view the restructuredText source file for this article, click **Show Source** on the right sideb… 42 Before creating a new article, consider the following questions: 51 …lready an existing "how to" article for the topic you're documenting. The reason for this is that … 52 someone unfamiliar with the topic to understand a more advanced, conceptual article. 54 When creating a task-oriented article, follow existing LLVM articles by giving it a filename that s… 65 An article can contain one or more sections (i.e., headings). Sections (like ``Example Section`` ab…
|
/external/python/cpython3/Doc/library/ |
D | nntplib.rst | 44 To post an article from a binary file (this assumes that the article has valid 48 >>> f = open('article.txt', 'rb') 309 and *first* are the last and first article numbers, and *flag* usually 359 number of articles in the group, *first* is the first article number in 360 the group, *last* is the last article number in the group, and *name* 370 articles starting from *first* to the last article in the current group, 371 or :const:`None` to select the current article in the current group. 374 ``(article_number, overview)`` tuples, one for each article selected 383 * the ``:bytes`` metadata: the number of bytes in the entire raw article 385 * the ``:lines`` metadata: the number of lines in the article body [all …]
|
/external/libxml2/result/ |
D | nsclean.xml.rdr | 1 0 1 article 0 0 10 0 15 article 0 0
|
D | nsclean.xml.rde | 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/tensorflow/tensorflow/java/src/gen/perl/ |
D | tftypes.pl | 106 sub article { subroutine 132 my $fulldesc = article($desc);
|
/external/llvm-project/polly/lib/External/isl/doc/ |
D | isl.bib | 45 @article{Tarjan1972, 82 @article{Barthou2000MSE, 96 @article{ Feautrier88parametric, 163 @article{Detlefs2005simplify, 186 @article{Woods2003short, 224 @article{ Feautrier92multi, 233 url = "citeseer.nj.nec.com/article/feautrier92some.html", 289 @article{Karr1976affine, 420 @article{Verdoolaege2013PPCG, 455 @article{Grosser2015AST,
|
/external/python/cpython3/Lib/test/ |
D | test_nntplib.py | 167 def check_article_resp(self, resp, article, art_num=None): argument 168 self.assertIsInstance(article, nntplib.ArticleInfo) 170 self.assertEqual(article.number, art_num) 171 for line in article.lines: 174 self.assertNotIn(article.lines[-1], (b".", b".\n", b".\r\n")) 196 resp, article = self.server.article(art_num) 198 self.check_article_resp(resp, article, art_num) 203 filtered_lines = [line for line in article.lines 992 resp, info = self.server.article() 999 resp, info = self.server.article(3000234) [all …]
|
/external/python/google-api-python-client/samples/tasks_appengine/ |
D | README | 1 Sample code for Getting Started with Tasks API on Google App Engine article.
|
/external/owasp/sanitizer/lib/commons-codec-1.4/ |
D | NOTICE.txt | 12 and distribution of this entire article is permitted in any medium,
|
/external/google-fruit/extras/doc/ |
D | common-header.tex | 2 \documentclass{article}
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_EncodeBase64.pbtxt | 23 Refer to the following article for more information on base64 format:
|
D | api_def_RandomPoissonV2.pbtxt | 44 See http://www.sciencedirect.com/science/article/pii/0167668793909974.
|
/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. 173 handy, a PDF file containing a revised version of Wallace's article is 175 a preprint for an article that appeared in IEEE Trans. Consumer Electronics) 177 and some added material. Note: the Wallace article is copyright ACM and IEEE, 232 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>
|
/external/oboe/samples/MegaDrone/ |
D | README.md | 20 The [following article explaining how to debug CPU performance problems](https://medium.com/@dontur…
|
/external/doclava/res/assets/templates-sdk/ |
D | sample.cs | 125 <?cs if:training && !page.article ?>
|
/external/python/cpython2/Modules/zlib/ |
D | README | 30 Mark Nelson <markn@ieee.org> wrote an article about zlib for the Jan. 1997 31 issue of Dr. Dobb's Journal; a copy of the article is available at
|