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

1 2 3 45 6 7 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/
xmlreader.py 98 data from the feed method immediately. After parsing has been
100 make the parser ready to accept new data, either from feed or
107 interface using the feed, close and reset methods of the
123 self.feed(buffer)
127 def feed(self, data): member in class:IncrementalParser
131 split across several calls to feed.
133 feed may raise SAXException."""
143 passed to the parser through the feed method, to notify the
157 results of calling parse or feed after close without calling
  /external/chromium_org/google_apis/drive/
gdata_wapi_parser.h 38 // Defines link (URL) of an entity (document, file, feed...). Each entity could
116 // Feed links define links (URLs) to special list of entries (i.e. list of
132 // MIME type of the feed.
135 // URL of the feed.
253 // Base class for feed entries. This class defines fields commonly used by
514 // such as the root upload URL. The feed is paginated and the rest of the
515 // feed can be fetched by retrieving the remaining parts of the feed from
522 // Extracts "feed" dictionary from the JSON value, and parse the contents,
528 // "feed": { ... }, // This function will extract this and parse
    [all...]
gdata_wapi_parser.cc 44 const char kFeedField[] = "feed";
98 "http://schemas.google.com/g/2005#feed"},
252 DVLOG(1) << "Unknown feed link type for rel " << rel;
280 DVLOG(1) << "Unknown feed link type for scheme " << scheme;
397 // that's no problem because those feed must not have these fields
539 scoped_ptr<ResourceList> feed(new ResourceList());
540 if (!feed->Parse(value)) {
545 return feed.Pass();
  /external/owasp/sanitizer/lib/htmlparser-1.3/doc/
tokenization.txt 193 * U+000A LINE FEED (LF)
194 * U+000C FORM FEED (FF)
237 U+000A LINE FEED (LF)
238 U+000C FORM FEED (FF)
266 U+000A LINE FEED (LF)
267 U+000C FORM FEED (FF)
302 U+000A LINE FEED (LF)
303 U+000C FORM FEED (FF)
345 U+000A LINE FEED (LF)
346 U+000C FORM FEED (FF
    [all...]
  /build/tools/droiddoc/templates-ds/assets/css/
default.css     [all...]
  /build/tools/droiddoc/templates-sac/assets/css/
default.css     [all...]
  /developers/samples/android/connectivity/sync/BasicSyncAdapter/
template-params.xml 32 \n\nThis sample periodically downloads the feed from the Android Developer Blog and
33 caches the data in a content provider. At runtime, the cached feed data is displayed
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
MyRssReader.java 67 menu.add(0, 2, "Add New Feed", null);
68 menu.add(0, 3, "Delete Feed", null);
  /development/samples/training/threadsample/src/com/example/android/threadsample/
Constants.java 75 // The background thread is connecting to the RSS feed
78 // The background thread is parsing the RSS feed
  /external/chromium_org/chrome/common/extensions/docs/templates/intros/
pageAction.html 5 <li> Subscribe to this page's RSS feed </li>
13 the RSS feed for the current page.
  /external/chromium_org/remoting/protocol/
message_decoder_unittest.cc 61 // Then feed the protocol decoder using the above generated data and the
67 // First generate the amount to feed the decoder.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
test_converter_unittest.py 84 converter.feed(test_html)
102 converter.feed(test_html)
135 converter.feed(test_content[1])
172 converter.feed(test_content[1])
197 converter.feed(test_html)
217 converter.feed(test_html)
303 converter.feed(test_content[1])
334 converter.feed(test_html)
  /external/chromium_org/v8/test/mjsunit/
whitespaces.js 9 0x000C, // Form Feed FF
15 0x000A, // Line Feed LF
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/data/
builds-eclipse-3.3.xml 4 <feed xmlns="http://www.w3.org/2005/Atom">
50 </feed>
builds-uml2-uml-2.1.xml 4 <feed xmlns="http://www.w3.org/2005/Atom">
40 </feed>
  /external/kernel-headers/original/uapi/linux/
pps.h 91 #define PPS_ECHOASSERT 0x40 /* feed back assert event to output */
92 #define PPS_ECHOCLEAR 0x80 /* feed back clear event to output */
  /external/markdown/markdown/extensions/
rss.py 49 'CREATOR' : [DEFAULT_CREATOR, "Feed creator's name"],
50 'TITLE' : [DEFAULT_TITLE, "Feed title"] }
  /external/vixl/test/
test-fuzz-a64.cc 40 // Feed noise into the decoder to check that it doesn't crash.
58 // Feed noise into the disassembler to check that it doesn't crash.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
pps.h 91 #define PPS_ECHOASSERT 0x40 /* feed back assert event to output */
92 #define PPS_ECHOCLEAR 0x80 /* feed back clear event to output */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
pps.h 91 #define PPS_ECHOASSERT 0x40 /* feed back assert event to output */
92 #define PPS_ECHOCLEAR 0x80 /* feed back clear event to output */
  /external/chromium_org/chrome/browser/extensions/
page_action_browsertest.cc 23 const std::string kFeedPage = "files/feeds/feed.html";
46 // Navigate to the feed page.
62 // Navigate to the feed page.
68 // Navigate to a page with no feed.
  /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
constants.js 44 * URL to get latest wallpaper RSS feed.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
background.js 28 for (var i = 0, entry; entry = data.feed.entry[i]; i++) {
  /external/chromium_org/chrome/common/extensions/docs/server2/
converter_html_parser.py 57 parser.feed(html)
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/model/
ct-step-failure.html 57 // FIXME: This should just be provided as part of the alerts feed.

Completed in 1370 milliseconds

1 2 3 45 6 7 8 91011>>