OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:feed
(Results
126 - 150
of
1092
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/reftests/
extract_reference_link.py
60
parser.
feed
(html_string)
/external/chromium_org/v8/test/mjsunit/regress/
regress-166379.js
32
//
Feed
integer type info and optimize.
/external/llvm/include/llvm/ProfileData/
InstrProf.h
12
// frontend to
feed
PGO.
/external/llvm/test/Transforms/DeadArgElim/
keepalive.ll
5
; Check if the pass doesn't modify anything that doesn't need changing. We
feed
/external/chromium_org/third_party/mozilla/
NSWorkspace+Utils.m
59
NSArray* apps = [(NSArray*)LSCopyAllHandlersForURLScheme(CFSTR("
feed
")) autorelease];
81
return [(NSString*)LSCopyDefaultHandlerForURLScheme(CFSTR("
feed
")) autorelease];
110
LSSetDefaultHandlerForURLScheme(CFSTR("
feed
"), (CFStringRef)bundleID);
/frameworks/base/sax/java/android/sax/
RootElement.java
32
* <
feed
xmlns='http://www.w3.org/2005/Atom'>
36
* </
feed
>
46
* RootElement root = new RootElement(ATOM_NAMESPACE, "
feed
");
/developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/
SyncAdapter.java
154
Log.e(TAG, "
Feed
URL is malformed", e);
162
Log.e(TAG, "Error parsing
feed
: " + e.toString());
166
Log.e(TAG, "Error parsing
feed
: " + e.toString());
193
* 1. Get cursor to all items in
feed
<br/>
207
Log.i(TAG, "Parsing stream as Atom
feed
");
/developers/samples/android/connectivity/sync/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/
SyncAdapter.java
154
Log.e(TAG, "
Feed
URL is malformed", e);
162
Log.e(TAG, "Error parsing
feed
: " + e.toString());
166
Log.e(TAG, "Error parsing
feed
: " + e.toString());
193
* 1. Get cursor to all items in
feed
<br/>
207
Log.i(TAG, "Parsing stream as Atom
feed
");
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/
SyncAdapter.java
154
Log.e(TAG, "
Feed
URL is malformed", e);
162
Log.e(TAG, "Error parsing
feed
: " + e.toString());
166
Log.e(TAG, "Error parsing
feed
: " + e.toString());
193
* 1. Get cursor to all items in
feed
<br/>
207
Log.i(TAG, "Parsing stream as Atom
feed
");
/development/samples/training/network-usage/src/com/example/android/networkusage/
NetworkActivity.java
57
* o Parses the StackOverflow XML
feed
using XMLPullParser.
59
* o Uses AsyncTask to download and process the XML
feed
.
142
// Uses AsyncTask subclass to download the XML
feed
from stackoverflow.com.
190
// Implementation of AsyncTask used to download XML
feed
from stackoverflow.com.
246
// Each Entry object represents a single post in the XML
feed
.
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/news/javascript/
options.js
39
* else sets country retrieved from
feed
.
47
// XMLHttpRequest object that tries to load the
feed
for the purpose of
48
// retrieving the country value out of
feed
.
60
// Handles parsing the
feed
data got back from XMLHttpRequest.
62
//
Feed
document retrieved from URL.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/services/rss/
RSSFeedWatcherTask.java
34
* feedURL - URL of the
feed
where it will be published - eg., http://servername/path/to/
feed
.xml
38
* eg., to watch for ANY change in the
feed
and respond by sending email
39
* /*[name() = '
feed
']/*[name() = 'updated']/text(); sendEmailAlert.sh; null
110
// if there's no local copy of the
feed
, get a copy, then exit with instructions
/frameworks/base/samples/training/network-usage/src/com/example/android/networkusage/
NetworkActivity.java
57
* o Parses the StackOverflow XML
feed
using XMLPullParser.
59
* o Uses AsyncTask to download and process the XML
feed
.
142
// Uses AsyncTask subclass to download the XML
feed
from stackoverflow.com.
190
// Implementation of AsyncTask used to download XML
feed
from stackoverflow.com.
246
// Each Entry object represents a single post in the XML
feed
.
/external/chromium_org/components/cloud_devices/common/
printer_description_unittest.cc
141
" 'custom_display_name': '
Feed
',"
142
" 'vendor_id': '
FEED
'"
368
media.AddOption(Media("
Feed
", "
FEED
", 1111, 0));
467
EXPECT_TRUE(media.Contains(Media("
Feed
", "
FEED
", 1111, 0)));
/external/jsilver/src/com/google/streamhtmlparser/util/
HtmlUtils.java
163
'\n', /* Line-
Feed
0x0A */
165
'\u000C', /* Form
Feed
\f */
238
* <li>A <code>Line
feed
</code> character
261
* <code>Form
Feed
</code>, <code>Space</code>,
263
* <li>A line terminator character (<code>Line
Feed
</code>,
326
* are returned as-is. Carriage Return, Line
Feed
, Horizontal Tab,
/development/samples/training/threadsample/src/com/example/android/threadsample/
RSSPullService.java
163
// Reports that the service is about to connect to the RSS
feed
181
* Instantiates a pull parser and uses it to parse XML from the RSS
feed
.
240
// Reports that the
feed
retrieval is complete.
/external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
event_page.js
55
* Fetches the cached rss
feed
from local storage in the event of being unable
56
* to download the online
feed
.
105
// No surprise wallpaper for today at current locale or fetching rss
feed
/external/chromium_org/content/renderer/media/
webrtc_local_audio_track.cc
72
//
Feed
the data to the sinks.
74
// disabled. This is currently done so to
feed
input to WebRTC typing
91
//
Feed
the new volume to WebRtc while changing the volume on the
/external/lldb/utils/test/
disasm.py
4
Run gdb to disassemble a function,
feed
the bytes to 'llvm-mc -disassemble' command,
89
#
Feed
the examining memory command to gdb.
131
Run gdb to disassemble a function,
feed
the bytes to 'llvm-mc -disassemble' command,
/development/samples/MySampleRss/src/com/example/codelab/rssexample/
AddRssItem.java
28
/*** Form to add a new RSS
feed
.
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
RewriteRuleNodeStream.cs
57
/// <summary>Create a stream, but
feed
off an existing list</summary>
RewriteRuleTokenStream.cs
59
/// <summary>Create a stream, but
feed
off an existing list</summary>
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
RewriteRuleNodeStream.cs
58
/** <summary>Create a stream, but
feed
off an existing list</summary> */
RewriteRuleTokenStream.cs
53
/** <summary>Create a stream, but
feed
off an existing list</summary> */
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
RewriteRuleNodeStream.java
49
/** Create a stream, but
feed
off an existing list */
Completed in 1345 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>