OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:feed
(Results
51 - 75
of
1092
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/development/samples/browseable/BasicSyncAdapter/res/values/
base-strings.xml
26
\n\nThis sample periodically downloads the
feed
from the Android Developer Blog and
27
caches the data in a content provider. At runtime, the cached
feed
data is displayed
/development/samples/training/network-usage/res/xml/
preferences.xml
21
android:title="Download
Feed
"
22
android:summary="Network connectivity required to download the
feed
."
/external/chromium_org/chrome/utility/
web_resource_unpacker.h
6
// to unpack data retrieved from a web resource
feed
. Right now, it
10
// just parsing a JSON
feed
.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_rss/
feedValidate.xml
3
<project name="Validate a
Feed
" default="validateFeed" basedir="../">
22
<target name="validateFeed" description="verify if the
feed
is valid with respect to the schema">
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()"
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/util/rss/
messages.properties
11
RSSFeedCommon.FileError=Error: no output file specified for
feed
, eg., ./
feed
.xml\!
16
RSSFeedCommon.FeedURLError=Error: no feedURL specified, eg., http://server/path/to/
feed
.xml\!
17
RSSFeedCommon.RSSFeedFile=RSS
Feed
file
54
RSSFeedPublisherTask.ErrorInvalidFile=Error: invalid
feed
file specified
64
RSSFeedPublisherTask.ErrorNothingToDo=Error\! Must specify SCP and/or CVS options to publish a
feed
file. Nothing to do\!
68
RSSFeedWatcherTask.ErrorNoWatchActions=Error\! Must specify for which
feed
changes to watch and what actions as response. Nothing to do\!
72
RSSFeedWatcherTask.ToTheLatestVersion=to latest version of
feed
in
/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
131
<!-- news and feature
feed
-->
132
<div class="
feed
col-8" style="margin-left:0">
133
<ul class="
feed
-nav">
137
<div class="
feed
-container">
138
<div class="
feed
-frame">
142
<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>
147
<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>
152
<div class="
feed
-image" style="background:url('//3.bp.blogspot.com/-k33rf398Lqw/UlRUMQQRUNI/AAAAAAAAClM/pSwz2YgQpmY/s1600/gps-play_games_logo.png') no-repeat 0 0;background-size:130px;background-position:8px -4px;"></div>
157
<div class="
feed
-image" style="background:url('//3.bp.blogspot.com/-_8WvpdTVGsE/UkxxxrVoNNI/AAAAAAAACj8/FrQyA-BO11c/s1600/gp-referral-ga.png') no-repeat 0 0;background-size:180px"></div>
183
</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
<
feed
xmlns="http://www.w3.org/2005/Atom" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" ...">
108
</
feed
></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
."
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_htmllib.py
35
parser.
feed
(
50
parser.
feed
(
test_xmllib.py
28
parser.
feed
(c)
36
h.
feed
(nsdoc)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_htmllib.py
35
parser.
feed
(
50
parser.
feed
(
test_xmllib.py
28
parser.
feed
(c)
36
h.
feed
(nsdoc)
/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
);
/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_org/chrome/common/extensions/docs/examples/extensions/news/javascript/
util.js
13
* Default
feed
news URL.
/external/chromium_org/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/chromium_org/google_apis/drive/
gdata_wapi_url_generator.h
30
// show folders in the
feed
are added to document
feed
URLs.
/external/chromium_org/chrome/browser/drive/
drive_api_util.cc
234
scoped_ptr<google_apis::ResourceList>
feed
(new google_apis::ResourceList);
240
feed
->set_entries(entries.Pass());
249
feed
->set_links(links.Pass());
251
return
feed
.Pass();
256
scoped_ptr<google_apis::ResourceList>
feed
(new google_apis::ResourceList);
264
feed
->set_entries(entries.Pass());
266
feed
->set_largest_changestamp(change_list.largest_change_id());
275
feed
->set_links(links.Pass());
277
return
feed
.Pass();
/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/
README.md
8
This sample periodically downloads the
feed
from the Android Developer Blog and
9
caches the data in a content provider. At runtime, the cached
feed
data is displayed
/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/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/
LogWriter.java
86
* Prints string to this log w/o line
feed
.
93
* Prints a string to this log with line
feed
.
Completed in 2252 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>