HomeSort by relevance Sort by last modified time
    Searched full:feed (Results 251 - 275 of 1029) sorted by null

<<11121314151617181920>>

  /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...]
  /external/chromium_org/chrome/browser/google_apis/
gdata_wapi_requests.h 28 // the first page of the feed. This parameter is used for fetching 2nd
32 // This parameter specifies the starting point of a delta feed or 0 if a
33 // full feed is necessary.
43 // Called once the feed is fetched. Must not be null.
79 // Called once the feed is fetched. Must not be null.
  /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
  /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/chromium_org/media/tools/bug_hunter/
bug_hunter.py 226 feed = self._client.get_issues(self._options.project_name, query=query)
227 if not feed.entry:
232 for entry in feed.entry:
  /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
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sgmllib.py 107 parser.feed(s)
129 parser.feed(source)
364 fp.feed(data)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/generators/rss/
RSSFeedAddEntryTask.java 49 * project - project's name, used to label the feed - eg., Eclipse, EMF, UML2
52 * feedURL - URL of the feed where it will be published - eg., http://servername/path/to/feed.xml
53 * note that feedURL is not required if the feed already exists, only if a new feed file must be created
54 * buildURL - URL of the build being added to the feed - eg., http://servername/path/to/project/branch/buildID/
  /external/chromium_org/chrome/browser/drive/
fake_drive_service.cc 186 scoped_ptr<base::Value> feed; local
189 // Extract the "feed" from the raw value and take the ownership.
190 // Note that Remove() transfers the ownership to |feed|.
192 as_dict->Remove("feed", &feed) &&
193 feed->GetAsDictionary(&feed_as_dict)) {
194 ignore_result(feed.release());
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/gmail/
background.js 35 return getGmailUrl() + "feed/atom?zx=" + encodeURIComponent(getInstanceId());
177 var fullCountSet = xmlDoc.evaluate("/gmail:feed/gmail:fullcount",
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
FaultHeightMap.java 77 private long seed; // A seed to feed the random
99 * @param seed A seed to feed the Random generator
  /external/llvm/include/llvm/IR/
IntrinsicInst.h 143 /// instructions that feed it, giving the original input. The returned
220 /// instructions that feed it, giving the original input. The returned
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.traits/
lookup_collatename.pass.cpp 41 test("form-feed", std::string("\x0C"));
117 test(L"form-feed", std::wstring(L"\x0C"));
  /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)
  /bionic/libc/upstream-netbsd/libc/regex/
cname.h 97 { "form-feed", '\f' },
  /external/antlr/antlr-3.4/runtime/Perl5/tools/
port.pl 45 # keep standard line feed conversion
  /external/ceres-solver/examples/
circle_fit.cc 35 // The input format is simple text. Feed on standard in:
  /external/chromium/chrome/browser/ui/
input_window_dialog_win.cc 47 // Strings to feed to the on screen window.
  /external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/
popup.html 458 * Callback for processing the JSON feed returned by the DocList API.
472 for (var i = 0, entry; entry = data.feed.entry[i]; ++i) {
476 var nextLink = gdocs.getLink(data.feed.link, 'next');
524 * the main doclist feed uri is used.
  /external/chromium/net/url_request/
url_request_file_dir_job.cc 43 // is trying to feed us data.

Completed in 977 milliseconds

<<11121314151617181920>>