HomeSort by relevance Sort by last modified time
    Searched full:feed (Results 226 - 250 of 1092) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/misc/common/swig/include/2.0.11/lua/
_std_common.i 10 The basic idea here, is instead of trying to feed SWIG all the
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
parser.py 72 feedparser.feed(data)
feedparser.py 5 """FeedParser - An email feed parser.
7 The feed parser implements an interface for incrementally parsing an email
11 FeedParser.feed() is the primary interface for pushing new data into the
140 """A feed-style parser of email."""
156 def feed(self, data):
154 def feed(self, data): member in class:FeedParser
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
parser.py 72 feedparser.feed(data)
feedparser.py 5 """FeedParser - An email feed parser.
7 The feed parser implements an interface for incrementally parsing an email
11 FeedParser.feed() is the primary interface for pushing new data into the
140 """A feed-style parser of email."""
156 def feed(self, data):
154 def feed(self, data): member in class:FeedParser
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
_md5.so 
  /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/chromeos/drive/
change_list_loader.h 136 // Resource feed fetcher from the server.
225 // Running feed fetcher.
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
angular_framework.html 462 var totalEntries = resp.feed.entry.length;
464 resp.feed.entry.forEach(function(entry, i) {
498 to retrieve the main feed over XHR.
506 creates a new doc object for each entry in the feed.
561 var totalEntries = resp.feed.entry.length;
563 resp.feed.entry.forEach(function(entry, i) {
627 var totalEntries = resp.feed.entry.length;
629 resp.feed.entry.forEach(function(entry, i) {
app_intents.html 76 "title" : "RSS Feed Reader",
91 // obtain the ATOM feed data.
  /external/chromium_org/content/child/
blink_platform_impl_unittest.cc 99 EXPECT_TRUE(platform_impl.isReservedIPAddress(GURL("http://[FEED::BEEF]/")));
169 blink::WebSecurityOrigin::createFromString("http://[FEED::BEEF]/")));
  /external/chromium_org/media/cast/receiver/
audio_decoder_unittest.cc 80 // Prepare a simulated EncodedFrame to feed into the AudioDecoder.
135 // Blocks the caller until all audio that has been feed in has been decoded.
  /external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
Desktop.java 33 /** The surface that displays the remote host's desktop feed. */
247 // For Enter getUnicodeChar() returns 10 (line feed), but we still
  /external/deqp/executor/
xeContainerFormatParser.cpp 65 void ContainerFormatParser::feed (const deUint8* bytes, int numBytes) function in class:xe::ContainerFormatParser
74 // If we haven't parsed complete element, re-try after data feed.
xeXMLParser.hpp 91 void feed (const deUint8* bytes, int numBytes);
147 void feed (const deUint8* bytes, int numBytes);
  /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 39 * the graph, use the SurfaceTexture object passed to the callback to feed
63 * 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
  /external/svox/pico/lib/
picospho.c 67 * - 'feedFollowState' : the state to be processed after the feed state (the feed state is treated like a primitive "subroutine")
118 * - "side-bounds" (in the headx extension) are output by "calling" FEED
120 * - other items are output unchanged "calling" FEED
123 * - FEED : feeds one item and returns to spho->feedFollowState
225 picoos_uint8 feedFollowState; /* where to return after feed */
    [all...]
  /development/samples/devbytes/graphics/FoldingLayout/src/com/example/android/foldinglayout/
FoldingLayoutActivity.java 59 * This application shows folding of a TextureView containing a live camera feed,
76 * of a TextureView hosting a live camera feed which continuously updates.
183 * which displays a live, and continuously updated, feed from the Camera.
  /external/qemu/distrib/sdl-1.2.15/test/
utf8.txt 46 feed). In addition, all lines end with "|", except for the two test
205 instance, a 2-byte encoded line feed (LF) would not be caught by a |
207 processed as a line feed by an unsafe UTF-8 decoder later in the |
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
cp424.py 60 u'\x0c' # 0x0C -> FORM FEED
85 u'\n' # 0x25 -> LINE FEED
106 u'\x9a' # 0x3A -> REVERSE FORM FEED
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sgmllib.py 107 parser.feed(s)
129 parser.feed(source)
364 fp.feed(data)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
cp424.py 60 u'\x0c' # 0x0C -> FORM FEED
85 u'\n' # 0x25 -> LINE FEED
106 u'\x9a' # 0x3A -> REVERSE FORM FEED

Completed in 2038 milliseconds

1 2 3 4 5 6 7 8 91011>>