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

  /external/mockito/src/test/java/org/mockitousage/examples/use/
ArticleManager.java 21 int articles = calculator.countArticles(newspaper); local
24 database.updateNumberOfArticles(newspaper, articles);
26 database.updateNumberOfEnglishArticles(newspaper, articles - polishArticles);
30 List<Article> articles = database.getArticlesFor("Guardian"); local
31 for (Article article : articles) {
ArticleDatabase.java 12 public void updateNumberOfArticles(String newspaper, int articles) {
  /external/syzkaller/pkg/kd/
kd.go 7 // http://articles.sysprogs.org/kdvmware/kdcom/
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_codecs.py 124 ' BLOG index page: show recent articles,\r\n',
125 ' today\'s articles, or articles of a specific date.\r\n',
150 ' log.error("Error loading articles: "+str(x))\r\n',
151 ' self.abort("cannot load articles")\r\n',
157 ' #-------------------- TODAY\'S ARTICLES\r\n',
158 ' self.write("<h2>Today\'s articles</h2>")\r\n',
162 ' #-------------------- ACTIVE ARTICLES redirect\r\n',
168 ' #-------------------- ARTICLES OF A SPECIFIC DATE\r\n',
170 ' self.write("<h2>Articles written on %s</h2>"% frog.util.mediumdatestr(showdate))\r\n',
    [all...]
  /external/python/cpython2/Lib/test/
test_codecs.py 187 ' BLOG index page: show recent articles,\r\n',
188 ' today\'s articles, or articles of a specific date.\r\n',
213 ' log.error("Error loading articles: "+str(x))\r\n',
214 ' self.abort("cannot load articles")\r\n',
220 ' #-------------------- TODAY\'S ARTICLES\r\n',
221 ' self.write("<h2>Today\'s articles</h2>")\r\n',
225 ' #-------------------- ACTIVE ARTICLES redirect\r\n',
231 ' #-------------------- ARTICLES OF A SPECIFIC DATE\r\n',
233 ' self.write("<h2>Articles written on %s</h2>"% frog.util.mediumdatestr(showdate))\r\n'
    [all...]
  /external/mesa3d/docs/specs/
MESA_texture_array.spec 82 http://www.delphi3d.net/articles/viewarticle.php?article=terraintex.htm
    [all...]
  /external/python/cpython3/Lib/test/
test_codecs.py 235 ' BLOG index page: show recent articles,\r\n',
236 ' today\'s articles, or articles of a specific date.\r\n',
261 ' log.error("Error loading articles: "+str(x))\r\n',
262 ' self.abort("cannot load articles")\r\n',
268 ' #-------------------- TODAY\'S ARTICLES\r\n',
269 ' self.write("<h2>Today\'s articles</h2>")\r\n',
273 ' #-------------------- ACTIVE ARTICLES redirect\r\n',
279 ' #-------------------- ARTICLES OF A SPECIFIC DATE\r\n',
281 ' self.write("<h2>Articles written on %s</h2>"% frog.util.mediumdatestr(showdate))\r\n'
    [all...]

Completed in 2724 milliseconds