Searched
full:feed (Results
251 -
275 of
1092) sorted by null
<<11121314151617181920>>
/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/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/chromium_org/net/proxy/ |
proxy_config_unittest.cc | 416 Apply(GURL("wss://codereview.chromium.org/feed")); 423 Apply(GURL("ws://localhost/feed"));
|
/external/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"));
|
/external/lldb/test/pexpect-2.4/examples/ |
bd_serv.py | 272 :sendline: Run the ARGUMENT followed by a line feed. 273 :send : send the characters in the ARGUMENT without a line feed.
|
/external/llvm/include/llvm/IR/ |
IntrinsicInst.h | 148 /// instructions that feed it, giving the original input. The returned 229 /// 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")); 114 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/lib/libc/regex/ |
cname.h | 97 { "form-feed", '\f' },
|
/developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/leanback/ |
VideoProvider.java | 88 Log.d(TAG, "JSON feed closed", e);
|
/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_org/chrome/browser/sync/glue/ |
search_engine_data_type_controller_unittest.cc | 39 // Feed the DTC the profile so it is reused later.
|
/external/chromium_org/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_org/chrome/common/extensions/docs/server2/ |
patch_servlet_test.py | 37 LinkChecker().feed(content)
|
/external/chromium_org/media/audio/ |
audio_input_device.h | 47 // Responsible for calling the CaptureCallback and feed audio samples from
|
/external/chromium_org/media/audio/win/ |
waveout_output_win.h | 59 PCMA_STOPPING, // Audio is stopping, do not "feed" data to Windows.
|
/external/chromium_org/media/video/ |
video_encode_accelerator.h | 56 // The client should be prepared to feed at least this many frames into the
|
/external/chromium_org/net/base/ |
mime_sniffer_unittest.cc | 305 // An easy feed to identify. 307 SniffMimeType("<?xml?><feed", std::string(), "text/xml")); 310 SniffMimeType("<?xml?><feed", std::string(), "text/plain")); 316 // The top of CNN's RSS feed, which we'd like to recognize as RSS.
|
/external/chromium_org/remoting/webapp/ |
build-html.py | 166 parser.feed(input_html.read())
|
/external/chromium_org/third_party/WebKit/Source/core/html/imports/ |
HTMLImportsController.cpp | 128 // Resource::addClient() immediately calls back to feed the bytes when the resource is cached.
|
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/ |
ConvolverNode.cpp | 89 // Note that we can handle the case where nothing is connected to the input, in which case we'll just feed silence into the convolver.
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/ |
VideoRenderer.java | 116 throw new RuntimeException("Can not feed yuv data to texture frame");
|
Completed in 2905 milliseconds
<<11121314151617181920>>