/external/chromium_org/chrome/browser/chromeos/contacts/ |
gdata_contacts_service.cc | 61 // Top-level field in a contact groups feed containing the list of entries. 62 const char kGroupEntryField[] = "feed.entry"; 70 // Field in the top-level object containing the contacts feed. 71 const char kFeedField[] = "feed"; 73 // Field in the contacts feed containing a list of category information, along 83 // Field in the contacts feed containing a list of contact entries. 257 // Fills a Contact's fields using an entry from a GData feed. 367 // Structure into which we parse the contact groups feed using 392 // Given |value| corresponding to a dictionary in a contact group feed's 420 // First, the feed containing the user's contact groups is downloaded vi [all...] |
/external/chromium_org/chrome/browser/google_apis/ |
gdata_wapi_parser.h | 46 // Defines link (URL) of an entity (document, file, feed...). Each entity could 124 // Feed links define links (URLs) to special list of entries (i.e. list of 140 // MIME type of the feed. 143 // URL of the feed. 262 // installed applications section of the account metadata feed. There can be 315 // Base class for feed entries. This class defines fields commonly used by 594 // such as the root upload URL. The feed is paginated and the rest of the 595 // feed can be fetched by retrieving the remaining parts of the feed from 602 // Extracts "feed" dictionary from the JSON value, and parse the contents [all...] |
/development/samples/MySampleRss/src/com/example/codelab/rssexample/ |
RssService.java | 104 // Typically called after adding a new RSS feed to the list. 138 // Query all feeds. If the new feed has a newer pubDate than the previous, 148 // Get the URL for the feed from the cursor. 161 // Query an individual RSS feed. Returns true if successful, false otherwise. 166 mLogger.info("RSS Feed " + url + ":\n " + rssFeed); 171 // Parse out the feed update date, and compare to the current version. 172 // If feed update time is newer, or zero (if never updated, for new 200 // Get the <pubDate> content from a feed and return a
|
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/ |
unilib.cc | 34 // Horizontal Tab (HT, U+0009), Line-Feed (LF, U+000A), 35 // Form Feed (FF, U+000C) and Carriage-Return (CR, U+000D)
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/data/ |
builds-emf-2.3.xml | 4 <feed xmlns="http://www.w3.org/2005/Atom"> 39 </feed>
|
/external/chromium_org/third_party/icu/source/test/testdata/ |
WordBreakTest.txt | 27 ÷ 0001 ÷ 000A ÷ # ÷ [0.2] <START OF HEADING> (Other) ÷ [3.11] <LINE FEED (LF)> (LF) ÷ [0.3] 28 ÷ 0001 × 0308 ÷ 000A ÷ # ÷ [0.2] <START OF HEADING> (Other) × [4.0] COMBINING DIAERESIS (Extend_FE) ÷ [3.11] <LINE FEED (LF)> (LF) ÷ [0.3] 71 ÷ 000D × 000A ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) × [3.0] <LINE FEED (LF)> (LF) ÷ [0.3] 72 ÷ 000D ÷ 0308 ÷ 000A ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [3.1] COMBINING DIAERESIS (Extend_FE) ÷ [3.11] <LINE FEED (LF)> (LF) ÷ [0.3] 111 ÷ 000A ÷ 0001 ÷ # ÷ [0.2] <LINE FEED (LF)> (LF) ÷ [3.1] <START OF HEADING> (Other) ÷ [0.3] 112 ÷ 000A ÷ 0308 ÷ 0001 ÷ # ÷ [0.2] <LINE FEED (LF)> (LF) ÷ [3.1] COMBINING DIAERESIS (Extend_FE) ÷ [999.0] <START OF HEADING> (Other) ÷ [0.3] 113 ÷ 000A ÷ 000D ÷ # ÷ [0.2] <LINE FEED (LF)> (LF) ÷ [3.1] <CARRIAGE RETURN (CR)> (CR) ÷ [0.3] 114 ÷ 000A ÷ 0308 ÷ 000D ÷ # ÷ [0.2] <LINE FEED (LF)> (LF) ÷ [3.1] COMBINING DIAERESIS (Extend_FE) ÷ [3.11] <CARRIAGE RETURN (CR)> (CR) ÷ [0.3] 115 ÷ 000A ÷ 000A ÷ # ÷ [0.2] <LINE FEED (LF)> (LF) ÷ [3.1] <LINE FEED (LF)> (LF) ÷ [0.3 [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_sax.py | 508 parser.feed('<!DOCTYPE doc [\n') 509 parser.feed(' <!ENTITY img SYSTEM "expat.gif" NDATA GIF>\n') 510 parser.feed(' <!NOTATION GIF PUBLIC "-//CompuServe//NOTATION Graphics Interchange Format 89a//EN">\n') 511 parser.feed(']>\n') 512 parser.feed('<doc></doc>') 534 parser.feed('<!DOCTYPE doc [\n') 535 parser.feed(' <!ENTITY test SYSTEM "whatever">\n') 536 parser.feed(']>\n') 537 parser.feed('<doc>&test;</doc>') 558 parser.feed("<doc/>" [all...] |
test_xml_etree_c.py | 29 self.assertRaises(OverflowError, parser.feed, data)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_sax.py | 508 parser.feed('<!DOCTYPE doc [\n') 509 parser.feed(' <!ENTITY img SYSTEM "expat.gif" NDATA GIF>\n') 510 parser.feed(' <!NOTATION GIF PUBLIC "-//CompuServe//NOTATION Graphics Interchange Format 89a//EN">\n') 511 parser.feed(']>\n') 512 parser.feed('<doc></doc>') 534 parser.feed('<!DOCTYPE doc [\n') 535 parser.feed(' <!ENTITY test SYSTEM "whatever">\n') 536 parser.feed(']>\n') 537 parser.feed('<doc>&test;</doc>') 558 parser.feed("<doc/>" [all...] |
test_xml_etree_c.py | 29 self.assertRaises(OverflowError, parser.feed, data)
|
/developers/samples/android/connectivity/sync/BasicSyncAdapter/BasicSyncAdapterSample/src/main/ |
AndroidManifest.xml | 30 <!-- Required for fetching feed data. --> 46 <!-- Main activity, responsible for showing a list of feed entries. --> 57 <!-- ContentProvider to store feed data. 86 feed), this account's implementation is largely empty.
|
/development/samples/XmlAdapters/res/values/ |
strings.xml | 24 <string name="no_rss_feed">Loading RSS feed...</string>
|
/development/samples/XmlAdapters/res/xml/ |
photos.xml | 19 app:selection="/feed/entry"
|
/development/samples/browseable/BasicSyncAdapter/ |
AndroidManifest.xml | 30 <!-- Required for fetching feed data. --> 46 <!-- Main activity, responsible for showing a list of feed entries. --> 57 <!-- ContentProvider to store feed data. 86 feed), this account's implementation is largely empty.
|
/development/samples/devbytes/graphics/FoldingLayout/res/values/ |
strings.xml | 26 <string name="camera_feed">Camera Feed</string>
|
/development/samples/training/threadsample/src/com/example/android/threadsample/ |
RSSPullParser.java | 32 * RSSPullParser reads an RSS feed from the Picasa featured pictures site. It uses 67 * @param inputStream a stream of data containing XML elements, usually a RSS feed 117 // At the end of the feed, exits the loop 121 // At the beginning of the feed, skips the event and continues
|
/external/chromium/chrome/browser/policy/ |
asynchronous_policy_test_base.h | 19 // A delegate for testing that can feed arbitrary information to the loader.
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/news/_locales/en/ |
messages.json | 97 "message": "Error: Not a valid feed."
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/news/_locales/en/ |
messages.json | 97 "message": "Error: Not a valid feed."
|
/external/llvm/test/Transforms/DeadArgElim/ |
keepalive.ll | 5 ; Check if the pass doesn't modify anything that doesn't need changing. We feed
|
/external/qemu/distrib/sdl-1.2.15/ |
README.HG | 21 There is an RSS feed available at that URL, for those that want to
|
/external/stlport/test/unit/ |
fadapter.h | 24 // to feed composers
|
/ndk/tests/device/test-gnustl-full/unit/ |
fadapter.h | 24 // to feed composers
|
/ndk/tests/device/test-stlport/unit/ |
fadapter.h | 24 // to feed composers
|
/frameworks/base/sax/tests/saxtests/src/android/sax/ |
SafeSaxTest.java | 82 String xml = "<feed xmlns='http://www.w3.org/2005/Atom'>\n" 89 + "</feed>\n"; 91 RootElement root = new RootElement(ATOM_NAMESPACE, "feed"); 115 String xml = "<feed></feed>"; 116 RootElement root = new RootElement("feed"); 129 String xml = "<feed><entry></entry></feed>"; 131 RootElement root = new RootElement("feed"); 209 RootElement root = new RootElement(ATOM_NAMESPACE, "feed"); [all...] |