OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:feed
(Results
226 - 250
of
1029
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/net/http/
http_vary_data.cc
29
//
Feed
the MD5 context in the order of the Vary header enumeration. If the
/external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
Desktop.java
23
/** The surface that displays the remote host's desktop
feed
. */
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/
concatenate_css_files.py
48
self.
feed
(order_html)
concatenate_js_files.py
50
self.
feed
(order_html)
/external/chromium_org/third_party/tlslite/tlslite/utils/
hmac.py
100
You can now
feed
arbitrary strings into the object using its update()
/external/chromium_org/ui/base/keycodes/
keyboard_code_conversion.cc
49
// ctrl-Enter maps to \x0A (Line
feed
)
/external/dropbear/libtomcrypt/src/prngs/
rng_get_bytes.c
15
portable way to get secure random bits to
feed
a PRNG (Tom St Denis)
/external/guava/guava/src/com/google/common/io/
LineBuffer.java
24
* java.io.BufferedReader}: line
feed
, carriage return, or carriage
LineReader.java
62
* one of a line
feed
({@code '\n'}), a carriage return
/external/llvm/lib/Support/
regcname.h
61
{ "form-
feed
", '\f' },
/external/qemu/distrib/sdl-1.2.15/src/audio/
SDL_sysaudio.h
84
/* A thread to
feed
the audio device */
/frameworks/base/docs/html/channels/
io2013.jd
262
var
feed
= data.
feed
;
263
var entries =
feed
.entry || [];
264
var playlistId =
feed
.yt$playlistId.$t;
/frameworks/base/docs/html/training/cloudsync/
gcm.jd
195
help your application be smart about it. For instance, if you have a
feed
202
every
feed
it follows. Your app would either need to send
feed
requests to 100 different servers, or
207
a specific
feed
for updates.</li>
/ndk/sources/host-tools/ndk-stack/regex/
cname.h
61
{ "form-
feed
", '\f' },
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
parser.py
72
feedparser.
feed
(data)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
parser.py
72
feedparser.
feed
(data)
/system/core/sh/bltin/
echo.1
80
Output a form
feed
.
/development/samples/MySampleRss/src/com/example/codelab/rssexample/
RssContentProvider.java
33
// Content Provider for RSS
feed
information. Each row describes a single
34
// RSS
feed
. See the public static constants at the end of this class
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
api_util.h
137
scoped_ptr<google_apis::ResourceList>
feed
);
230
scoped_ptr<google_apis::ResourceList>
feed
);
/external/chromium_org/chrome/common/extensions/docs/templates/articles/
angular_framework.html
476
var totalEntries = resp.
feed
.entry.length;
478
resp.
feed
.entry.forEach(function(entry, i) {
512
to retrieve the main
feed
over XHR.
520
creates a new doc object for each entry in the
feed
.
575
var totalEntries = resp.
feed
.entry.length;
577
resp.
feed
.entry.forEach(function(entry, i) {
641
var totalEntries = resp.
feed
.entry.length;
643
resp.
feed
.entry.forEach(function(entry, i) {
app_intents.html
76
"title" : "RSS
Feed
Reader",
91
// obtain the ATOM
feed
data.
/external/smack/src/org/jivesoftware/smackx/bookmark/
BookmarkManager.java
33
* that marks a url as a news
feed
and also a sub-element can be added to either a URL or conference
170
* @param isRSS whether or not the url is an rss
feed
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
SurfaceTextureSource.java
50
* the graph, use the SurfaceTexture object passed to the callback to
feed
74
* to
feed
this filter. When the filter graph is shutting down, this
/external/clang/www/
libstdc++4.4-clang0x.patch
126
* std::swap(d1,d2) will
feed
to this function.
231
* that std::swap(m1,m2) will
feed
to this function.
246
* std::swap(m1,m2) will
feed
to this function.
261
* std::swap(s1,s2) will
feed
to this function.
354
* std::swap(s1,s2) will
feed
to this function.
408
* std::swap(v1,v2) will
feed
to this function.
/frameworks/base/docs/html/training/basics/network-ops/
managing.jd
180
decide when to download a
feed
.</li>
222
<li>Whether to display summaries for each XML
feed
entry, or just a link for
225
<li>Whether to download the XML
feed
if any network connection is available,
290
device has a Wi-Fi connection), the app downloads the
feed
and refreshes the
368
// Uses AsyncTask subclass to download the XML
feed
from stackoverflow.com.
391
app will only download the latest
feed
and update the display if
Completed in 850 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>