OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:feed
(Results
176 - 200
of
1029
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
background.html
35
for (var i = 0, entry; entry = data.
feed
.entry[i]; i++) {
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/news/css/
feed.css
93
body.rtl #
feed
{
/external/chromium_org/components/browser_context_keyed_service/
refcounted_browser_context_keyed_service_factory.h
36
// to
feed
a specific mock into the BCKSF system.
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
NavigationEntry.java
54
* URLs, but actually
feed
the renderer a data URL that results in
/external/chromium_org/media/video/capture/
video_capture.h
96
//
Feed
buffer to video capture when done with it.
/external/clang/include/clang/Driver/
Tool.h
70
/// \param LinkingOutput - If this output will eventually
feed
the
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/schema/
atom10_build.xsd
4
<xsd:element name="
feed
">
/external/guava/
README
18
Subscribe to project updates in your
feed
reader:
/external/linux-tools-perf/util/
callchain.h
61
* let one
feed
a callchain progressively.
/external/valgrind/main/none/tests/
mmap_fcntl_bug.c
3
* mmap.
Feed
it a r/w file, such as its own source code. */
/frameworks/base/tools/aapt/tests/
CrunchCache_test.cpp
32
// Create data for MockFileFinder to
feed
to the cache
/development/samples/MySampleRss/src/com/example/codelab/rssexample/
MyRssReader2.java
101
menu.add(0, 2, "Add New
Feed
", null);
102
menu.add(0, 3, "Delete
Feed
", null);
/development/testrunner/
run_command.py
47
stdin_input: data to
feed
to stdin
73
stdin_input: data to
feed
to stdin
/external/chromium/chrome/browser/chromeos/login/
user_image_downloader.cc
105
// root >
feed
> entry > dictionary > link > dictionary > href.
113
if (!root_dictionary->GetDictionary("
feed
", &feed_dictionary))
/external/chromium/chrome/common/extensions/docs/examples/extensions/gmail/
background.html
27
return getGmailUrl() + "
feed
/atom";
159
var fullCountSet = xmlDoc.evaluate("/gmail:
feed
/gmail:fullcount",
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
htmlutil.py
121
extractor.
feed
(contents)
144
strip.
feed
(str)
/external/chromium_org/chrome/browser/browsing_data/
browsing_data_helper_unittest.cc
65
EXPECT_TRUE(IsWebScheme("
feed
"));
89
EXPECT_FALSE(IsExtensionScheme("
feed
"));
/external/chromium_org/third_party/WebKit/Source/core/html/track/
WebVTTParser.h
91
// WebVTT space characters are U+0020 SPACE, U+0009 CHARACTER TABULATION (tab), U+000A LINE
FEED
(LF), U+000C FORM
FEED
(FF), and U+000D CARRIAGE RETURN (CR).
/external/chromium_org/third_party/android_testrunner/
run_command.py
48
stdin_input: data to
feed
to stdin
74
stdin_input: data to
feed
to stdin
/external/chromium_org/third_party/closure_linter/closure_linter/common/
htmlutil.py
121
extractor.
feed
(contents)
144
strip.
feed
(str)
/external/dropbear/
random.c
45
* and a counter. We
feed
more data in by hashing the current pool and new
49
*
feed
in new entropy.
/external/grub/stage2/
terminfo.c
47
newline, line-
feed
, return, tab, backspace, form-
feed
, and space.
/development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoThumbnailFragment.java
66
// Intent for starting the IntentService that downloads the Picasa featured picture RSS
feed
72
// The URL of the Picasa featured picture RSS
feed
, in String format
74
"http://picasaweb.google.com/data/
feed
/base/featured?" +
192
* URL of the Picasa feature picture RSS
feed
202
// Starts the IntentService to download the RSS
feed
data
/external/chromium_org/third_party/WebKit/Source/weborigin/
SecurityOrigin.cpp
339
//
feed
(|s|search): is considered a 'nesting' scheme by embedders that support it, so it can be
347
if (!urlString.startsWith("
feed
", false))
350
return urlString.startsWith("
feed
://", false)
351
|| urlString.startsWith("
feed
:http:", false) || urlString.startsWith("
feed
:https:", false)
/external/svox/pico/lib/
picowa.c
363
collect into internal buffer, process, and then
feed
to output buffer
370
PROCESS | procOneItem -> 0 -1 +1 0 | (ATOMIC) ->
FEED
(proc'ed item)
373
FEED
| putOneItem -> 0 0 -1 +1 | BUSY -> COLLECT (put item)
374
FEED
| putOneItem -> 0 0 1 0 | OUT_FULL (put no item)
535
/*
feed
state: copy item in internal outBuf to output charBuf */
Completed in 1622 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>