/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/ |
lexical-002.js | 13 \u000A line feed <LF> \n
|
/ndk/tests/device/test-gnustl-full/unit/ |
fadapter.h | 24 // to feed composers
|
/ndk/tests/device/test-stlport/unit/ |
fadapter.h | 24 // to feed composers
|
/frameworks/base/sax/tests/saxtests/src/android/sax/ |
SafeSaxTest.java | 82 String xml = "<feed xmlns='http://www.w3.org/2005/Atom'>\n" 89 + "</feed>\n"; 91 RootElement root = new RootElement(ATOM_NAMESPACE, "feed"); 115 String xml = "<feed></feed>"; 116 RootElement root = new RootElement("feed"); 129 String xml = "<feed><entry></entry></feed>"; 131 RootElement root = new RootElement("feed"); 209 RootElement root = new RootElement(ATOM_NAMESPACE, "feed"); [all...] |
/build/tools/droiddoc/templates-ds/assets/css/ |
default.css | [all...] |
/build/tools/droiddoc/templates-sac/assets/css/ |
default.css | [all...] |
/development/samples/MySampleRss/src/com/example/codelab/rssexample/ |
MyRssReader.java | 67 menu.add(0, 2, "Add New Feed", null); 68 menu.add(0, 3, "Delete Feed", null);
|
AddRssItem.java | 28 /*** Form to add a new RSS feed.
|
/development/samples/training/threadsample/src/com/example/android/threadsample/ |
Constants.java | 75 // The background thread is connecting to the RSS feed 78 // The background thread is parsing the RSS feed
|
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/chrome/common/extensions/docs/static/ |
pageAction.html | 12 <li> Subscribe to this page's RSS feed </li> 20 the RSS feed for the current page.
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/data/ |
builds-eclipse-3.3.xml | 4 <feed xmlns="http://www.w3.org/2005/Atom"> 50 </feed>
|
builds-uml2-uml-2.1.xml | 4 <feed xmlns="http://www.w3.org/2005/Atom"> 40 </feed>
|
/external/markdown/markdown/extensions/ |
rss.py | 49 'CREATOR' : [DEFAULT_CREATOR, "Feed creator's name"], 50 'TITLE' : [DEFAULT_TITLE, "Feed title"] }
|
/external/dropbear/libtomcrypt/src/prngs/ |
rng_make_prng.c | 15 portable way to get secure random bits to feed a PRNG (Tom St Denis)
|
/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/samples/android/connectivity/sync/BasicSyncAdapter/BasicSyncAdapter/src/main/java/com/example/android/network/sync/basicsyncadapter/ |
SyncAdapter.java | 151 Log.wtf(TAG, "Feed URL is malformed", e); 159 Log.e(TAG, "Error parsing feed: " + e.toString()); 163 Log.e(TAG, "Error parsing feed: " + e.toString()); 190 * 1. Get cursor to all items in feed<br/> 204 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/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.
|
/build/tools/droiddoc/templates-sdk/assets/css/ |
default.css | [all...] |
/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,
|
/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>
|