/external/chromium_org/chrome/common/extensions/docs/server2/ |
document_parser.py | 65 parser.feed(document)
|
patch_servlet_test.py | 37 LinkChecker().feed(content)
|
link_error_detector.py | 42 parser.feed(str(response.content))
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/ |
test_converter.py | 50 converter.feed(contents)
|
/external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/ |
api_util.cc | 322 scoped_ptr<google_apis::ResourceList> feed) { 343 feed->entries(), title, resource_id, parent_type); 498 DVLOG(2) << "Continue listing on feed: " << next_link.spec(); [all...] |
drive_file_sync_service.cc | 883 scoped_ptr<google_apis::ResourceList> feed) { 891 for (iterator itr = feed->entries().begin(); 892 itr != feed->entries().end(); ++itr) { [all...] |
drive_file_sync_service.h | 256 scoped_ptr<google_apis::ResourceList> feed);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
HTMLParser.py | 77 p.feed(data) 107 def feed(self, data): member in class:HTMLParser 108 r"""Feed data to the parser.
|
xmllib.py | 84 # Usage: p = XMLParser(); p.feed(data); ...; p.close(). 166 # Interface -- feed some data to the parser. Call this as 170 def feed(self, data): member in class:XMLParser [all...] |
xmlrpclib.py | 556 def feed(self, data): member in class:.ExpatParser [all...] |
htmllib.py | 486 p.feed(data)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
HTMLParser.py | 77 p.feed(data) 107 def feed(self, data): member in class:HTMLParser 108 r"""Feed data to the parser.
|
xmllib.py | 84 # Usage: p = XMLParser(); p.feed(data); ...; p.close(). 166 # Interface -- feed some data to the parser. Call this as 170 def feed(self, data): member in class:XMLParser [all...] |
xmlrpclib.py | 556 def feed(self, data): member in class:.ExpatParser [all...] |
htmllib.py | 486 p.feed(data)
|
/external/chromium_org/google_apis/drive/ |
gdata_wapi_parser.cc | 44 const char kFeedField[] = "feed"; 142 "http://schemas.google.com/g/2005#feed"}, 318 DVLOG(1) << "Unknown feed link type for rel " << rel; 346 DVLOG(1) << "Unknown feed link type for scheme " << scheme; 506 // that's no problem because those feed must not have these fields 721 scoped_ptr<ResourceList> feed(new ResourceList()); 722 if (!feed->Parse(value)) { 727 return feed.Pass(); 867 LOG(ERROR) << "Unable to create: Invalid account metadata feed!"; 877 LOG(ERROR) << "Unable to parse: Invalid account metadata feed!"; [all...] |
/external/chromium_org/chrome/browser/resources/file_manager/background/js/ |
volume_manager.js | 131 // entry at first. This triggers full feed fetch on background. 134 // a fast-fetch and it re-triggers full-feed fetch. 139 'Triggering full feed fetch is failed: ' +
|
/external/chromium_org/chrome/browser/drive/ |
fake_drive_service.cc | 204 scoped_ptr<base::Value> feed; local 207 // Extract the "feed" from the raw value and take the ownership. 208 // Note that Remove() transfers the ownership to |feed|. 210 as_dict->Remove("feed", &feed) && 211 feed->GetAsDictionary(&feed_as_dict)) { 212 ignore_result(feed.release()); [all...] |
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
CalendarDatabaseHelper.java | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
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/ |
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/darwin-x86/2.7.5/lib/python2.7/xml/dom/ |
pulldom.py | 215 if not hasattr(self.parser, 'feed'): 265 self.parser.feed(buf)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/ |
pulldom.py | 215 if not hasattr(self.parser, 'feed'): 265 self.parser.feed(buf)
|
/external/chromium/chrome/common/extensions/docs/js/ |
api_page_generator.js | 37 // Data to feed as context into the template.
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ |
file_tasks.js | 732 * @return {Array} created array can be used to feed combobox, menus and so on.
|