HomeSort by relevance Sort by last modified time
    Searched full:feed (Results 51 - 75 of 597) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/markdown/docs/extensions/
RSS.txt 28 * **CREATOR** : The Feed creator's name.
29 * **TITLE** : The title for the feed.
  /frameworks/base/docs/html/develop/
index.jd 125 <!-- news and feature feed -->
126 <div class="feed col-8" style="margin-left:0">
127 <ul class="feed-nav">
131 <div class="feed-container">
132 <div class="feed-frame">
136 <div class="feed-image" style="background:url('//2.bp.blogspot.com/-HfoO6KNFBKA/UeiyRoELb7I/AAAAAAAAAFs/bHR-5viktU4/s1000/icons.png') no-repeat 0 0;background-size:500px;background-position:center center;"></div>
141 <div class="feed-image" style="background:url('//1.bp.blogspot.com/-k8DZYu0daT4/UdRt1AzstvI/AAAAAAAAAFM/CvEkb2yh-i0/s965/beautifulapps_4.png') no-repeat 0 0"></div>
146 <div class="feed-image" style="background:url('//4.bp.blogspot.com/-LeK74UYY1eM/UbD8L-2DpFI/AAAAAAAACZA/YMjwndr-ZgM/s400/DoctorDroidV2.png') no-repeat 0 0;background-size:130px;background-position:8px -4px;"></div>
151 <div class="feed-image" style="background:url('//4.bp.blogspot.com/-VmHMT66JjxU/UZZdfPUaJsI/AAAAAAAACQc/kDx5-Ep5YRo/s1600/framed_designed-tablets.png') no-repeat 0 0;background-size:180px"></div>
177 </div> <!-- /news and feature feed --
    [all...]
  /frameworks/base/docs/html/training/basics/network-ops/
xml.jd 20 <li><a href="#analyze">Analyze the Feed</a></li>
22 <li><a href="#read">Read the Feed</a></li>
47 often provide an XML feed so that external programs can keep abreast of content
70 <h2 id="analyze">Analyze the Feed</h2>
72 <p>The first step in parsing a feed is to decide which fields you're interested in.
75 <p>Here is an excerpt from the feed that's being parsed in the sample app. Each
77 feed as an <code>entry</code> tag that contains several nested tags:</p>
80 &lt;feed xmlns=&quot;http://www.w3.org/2005/Atom&quot; xmlns:creativeCommons=&quot;http://backend.userland.com/creativeCommonsRssModule&quot; ...&quot;&gt;
108 &lt;/feed&gt;</pre>
143 <h2 id="read">Read the Feed</h2
    [all...]
  /frameworks/base/samples/training/network-usage/res/xml/
preferences.xml 21 android:title="Download Feed"
22 android:summary="Network connectivity required to download the feed."
  /cts/tests/tests/sax/src/android/sax/cts/
ElementTest.java 40 private static final String FEED = "feed";
41 private static final String XMLFILE = "<feed xmlns='http://www.w3.org/2005/Atom'>"
46 + "<name><id>brett</id></name></feed>";
72 RootElement root = new RootElement(ATOM_NAMESPACE, FEED);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_rss/
feedManipulation.xml 3 <project name="Create Feed, Add Entry, Update Entry, Read Entry" default="doAll">
27 <!-- 2. Create feed (overwrite existing) -->
38 <!-- 3. Add an entry (and create the feed if it doesn't already exist) -->
82 <!-- on the feed itself, display modified date -->
86 xpath="/*[name() = 'feed']/*[name() = 'updated']/text()"
  /development/samples/training/network-usage/src/com/example/android/networkusage/
StackOverflowXmlParser.java 29 * Given an InputStream representation of a feed, it returns a List of entries,
30 * where each list element represents a single entry (post) in the XML feed.
52 parser.require(XmlPullParser.START_TAG, ns, "feed");
68 // This class represents a single entry (post) in the XML feed.
108 // Processes title tags in the feed.
116 // Processes link tags in the feed.
132 // Processes summary tags in the feed.
  /frameworks/base/samples/training/network-usage/src/com/example/android/networkusage/
StackOverflowXmlParser.java 29 * Given an InputStream representation of a feed, it returns a List of entries,
30 * where each list element represents a single entry (post) in the XML feed.
52 parser.require(XmlPullParser.START_TAG, ns, "feed");
68 // This class represents a single entry (post) in the XML feed.
108 // Processes title tags in the feed.
116 // Processes link tags in the feed.
132 // Processes summary tags in the feed.
  /external/chromium/chrome/common/extensions/docs/examples/extensions/news/javascript/
util.js 13 * Default feed news URL.
  /external/chromium/chrome/common/extensions/docs/examples/extensions/news/views/
feed.html 18 <link rel = "stylesheet" href = "/css/feed.css"/>
62 * Checks language in image url retrieved from feed and sets style of
119 <script src = "/javascript/feed.js"></script>
140 <div id = "feed">
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/generators/rss/
RSSFeedCreateFeedTask.java 34 * project - project's name, used to label the feed - eg., Eclipse, EMF, UML2
35 * feedURL - URL of the feed where it will be published - eg., http://servername/path/to/feed.xml
90 sb.append("<feed xmlns=\"http://www.w3.org/2005/Atom\">" + NL); //$NON-NLS-1$
98 sb.append("</feed>" + NL + NL); //$NON-NLS-1$
  /developers/samples/android/connectivity/sync/BasicSyncAdapter/BasicSyncAdapterTests/src/com/example/android/network/sync/basicsyncadapter/
SyncAdapterTest.java 29 "<feed xmlns=\"http://www.w3.org/2005/Atom\">\n" +
33 " <link type=\"application/atom+xml\" rel=\"self\" href=\"http://example.xom/feed.xml\"/>\n" +
54 "</feed>\n";
  /external/webkit/Tools/Scripts/webkitpy/tool/bot/
feeders.py 38 def feed(self): member in class:AbstractFeeder
55 def feed(self): member in class:CommitQueueFeeder
89 def feed(self): member in class:EWSFeeder
  /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/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>
  /developers/samples/android/connectivity/sync/BasicSyncAdapter/BasicSyncAdapter/src/main/
AndroidManifest.xml 12 <!-- Required for fetching feed data. -->
28 <!-- Main activity, responsible for showing a list of feed entries. -->
39 <!-- ContentProvider to store feed data.
68 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/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/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
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/
lexical-001.js 13 \u000A line feed <LF> \n

Completed in 1207 milliseconds

1 23 4 5 6 7 8 91011>>