HomeSort by relevance Sort by last modified time
    Searched full:news (Results 126 - 150 of 662) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium/chrome/common/extensions/docs/
samples.json 547 "description": "Demonstrates a method to make a cross-domain XMLHttpRequest fetch from a content script. This extension fetches the current trending topics from Twitter and inserts them in an overlay at the top of Google News. Visit http://news.google.com to test this extension.",
558 "search_string": "CROSS-DOMAIN XMLHTTPREQUEST FROM A CONTENT SCRIPT DEMONSTRATES A METHOD TO MAKE A CROSS-DOMAIN XMLHTTPREQUEST FETCH FROM A CONTENT SCRIPT. THIS EXTENSION FETCHES THE CURRENT TRENDING TOPICS FROM TWITTER AND INSERTS THEM IN AN OVERLAY AT THE TOP OF GOOGLE NEWS. VISIT HTTP://NEWS.GOOGLE.COM TO TEST THIS EXTENSION. BACKGROUND_PAGE CHROME.EXTENSION.ONREQUEST CHROME.EXTENSION.SENDREQUEST",
    [all...]
  /external/mksh/src/
var.c 1333 struct tbl *prev, *curr, *news; local
1349 news = curr;
1351 news = NULL;
1352 if (!news) {
1355 news = alloc(offsetof(struct tbl, name[0]) + ++len, vp->areap);
1356 memcpy(news->name, vp->name, len);
1358 news->flag = (vp->flag & ~(ALLOC|DEFINED|ISSET|SPECIAL)) | AINDEX;
1359 news->type = vp->type;
1360 news->areap = vp->areap;
1361 news->u2.field = vp->u2.field
    [all...]
  /external/chromium_org/tools/perf/page_sets/data/
key_desktop_sites.json 12 "http://bbc.co.uk/news/",
92 "http://news.cnet.com",
376 "http://news.yahoo.com",
378 "http://news.google.com",
389 "http://news.com.au",
473 "http://bbc.co.uk/news/technology/",
483 "http://news.nationalgeographic.com/index.rss",
484 "http://bbc.co.uk/news/science_and_environment/",
639 "http://news.yahoo.com/",
642 "http://www.bbc.co.uk/news/",
    [all...]
  /external/chromium/chrome/browser/autocomplete/
history_url_provider_unittest.cc 41 {"http://news.google.com/?ned=us&topic=n", "Google News - U.S.", 2, 2},
42 {"http://news.google.com/", "Google News", 1, 1},
241 "http://news.google.com/",
242 "http://news.google.com/?ned=us&topic=n",
244 ASSERT_NO_FATAL_FAILURE(RunTest(ASCIIToUTF16("news"), string16(), true,
248 EXPECT_EQ(ASCIIToUTF16("Google News"), matches_.front().description);
history_quick_provider_unittest.cc 43 {"http://news.google.com/?ned=us&topic=n", "Google News - U.S.", 2, 2, 0},
44 {"http://news.google.com/", "Google News", 1, 1, 0},
  /external/chromium/chrome/browser/importer/
safari_importer_unittest.mm 88 {true, GURL("http://www.cnn.com/"), false, L"News", L"CNN"},
89 {true, GURL("http://www.nytimes.com/"), false, L"News",
  /external/chromium_org/chrome/utility/importer/
safari_importer_unittest.mm 103 ASCIIToUTF16("Toolbar/News"),
109 ASCIIToUTF16("Toolbar/News"),
  /external/chromium_org/third_party/mesa/src/docs/
contents.html 29 <li><a href="news.html" target="MainFrame">News</a>
  /external/mesa3d/docs/
contents.html 29 <li><a href="news.html" target="MainFrame">News</a>
  /libcore/luni/src/test/java/libcore/java/net/
OldURITest.java 32 "news:comp.infosystems.www.servers.unix", // news
  /external/bison/
ChangeLog-2012 73 * NEWS (2.5.1): Document fix.
125 named references are experimental as we've already stated in NEWS.
141 * NEWS (2.5.1): Document.
151 * NEWS (2.5.1): New heading.
156 * NEWS (2.5): Set date.
181 * NEWS (2.5): Document fix.
190 * NEWS (2.5_rc1): Rename back to...
196 * NEWS (2.5): Rename to...
219 * NEWS (2.5): Fix minor typos.
223 doc: clean up quotation style in NEWS
    [all...]
maint.mk 140 # NEWS file.
143 # Select which lines of NEWS are searched for $(news-check-regexp).
145 # lines 1..10 of NEWS for $(news-check-regexp).
147 news-check-lines-spec ?= 1,10
148 news-check-regexp ?= '^\*.* $(VERSION_REGEXP) \($(today)\)'
    [all...]
  /external/chromium_org/chrome/browser/history/
top_sites_impl_unittest.cc 382 // news.google.com (no redirects)
383 GURL news("http://news.google.com/");
389 AppendMostVisitedURL(&most_visited, news);
397 result = GetCanonicalURL(news);
398 EXPECT_EQ(news, result);
627 GURL news("http://news.google.com/");
630 AddPageToHistory(news);
643 EXPECT_EQ(news, querier.urls()[0].url)
    [all...]
shortcuts_database_unittest.cc 48 "Slashdot - News for nerds, stuff that matters", "0,2,5,0", "0,0",
51 { "BD85DBA2-8C29-49F9-84AE-48E1E90880E1", "news", "slashdot.org",
53 "Slashdot - News for nerds, stuff that matters", "0,0,11,2,15,0", "0,0",
  /external/chromium_org/chrome/browser/autocomplete/
history_quick_provider_unittest.cc 56 {"http://news.google.com/?ned=us&topic=n", "Google News - U.S.", 2, 2, 0},
57 {"http://news.google.com/", "Google News", 1, 1, 0},
583 {"http://slashdot.org/", "slashdot: news for nerds, stuff that matters", 3, 3,
590 "gaming news", 26, 25, 3},
595 "gaming news", 8, 5, 9},
shortcuts_provider.h 83 // "Sports and News at sports.somesite.com - visit us!" and |original_class|
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
nntplib.py 1 """An NNTP client class based on RFC 977: Network News Transfer Protocol.
6 >>> s = NNTP('news')
497 - group: group name wildcard (i.e. news.*)
607 # Assumption: if there's a local news server, it's called 'news'.
608 # Assumption: if user queries a remote news server, it's named
613 newshost = 'news' and os.environ["NNTPSERVER"]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
nntplib.py 1 """An NNTP client class based on RFC 977: Network News Transfer Protocol.
6 >>> s = NNTP('news')
497 - group: group name wildcard (i.e. news.*)
607 # Assumption: if there's a local news server, it's called 'news'.
608 # Assumption: if user queries a remote news server, it's named
613 newshost = 'news' and os.environ["NNTPSERVER"]
  /external/chromium/chrome/browser/history/
text_database_unittest.cc 28 "COUNTTAG Web Images Maps News Shopping Gmail more My Account | "
36 "COUNTTAG Web Images Maps News Shopping Gmail more My Account | "
44 const char kTitle3[] = "Slashdot: News for nerds, stuff that matters";
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/news_a11y/
feed.js 6 var feedUrl = 'http://news.google.com/?output=rss';
256 if (url.indexOf('http://news.google.com') == 0) {
258 // that directly. This is necessary because the Google news
  /ndk/sources/host-tools/make-3.81/
README 3 See the file NEWS for the user-visible changes from previous releases.
79 news:gnu.utils.help
80 news:gnu.utils.bug
  /external/chromium/net/data/filter_unittests/
google.txt 7 When you visit www.google.com or one of the dozens of other Google domains, you'll be able to find information in many different languages; check stock quotes, maps, and news headlines; lookup phonebook listings for every city in the United States; search billions of images and peruse the world's largest archive of Usenet messages -- more than 1 billion posts dating back to 1981.
  /external/chromium/net/http/
http_auth_filter_unittest.cc 65 { GURL("http://news.slashdot.org/story/10/02/18/190236/"
  /external/chromium/sdch/open-vcdiff/packages/rpm/
rpm.spec 57 ## dist_doc_DATA = AUTHORS COPYING ChangeLog INSTALL NEWS README
  /external/chromium_org/content/browser/renderer_host/
popup_menu_helper_mac.mm 82 // Bad news, the RenderViewHost got deleted while we were off running the

Completed in 713 milliseconds

1 2 3 4 56 7 8 91011>>