/external/chromium_org/google_apis/drive/ |
gdata_wapi_requests_unittest.cc | 48 // Handles a request for fetching a resource feed. 62 // Process a feed for a single resource ID.
|
/external/chromium_org/media/cast/receiver/ |
video_decoder_unittest.cc | 69 // Prepare a simulated EncodedFrame to feed into the VideoDecoder. 112 // Blocks the caller until all video that has been feed in has been decoded.
|
/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/ |
VTTParser.h | 85 // 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/owasp/sanitizer/src/main/org/owasp/html/ |
HtmlTextEscapingMode.java | 40 * TABULATION, U+000A LINE FEED (LF), U+000B LINE TABULATION, U+000C 41 * FORM FEED (FF), U+0020 SPACE, U+003E GREATER-THAN SIGN (>), or
|
/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/platform/weborigin/ |
SecurityOrigin.cpp | 340 // feed(|s|search): is considered a 'nesting' scheme by embedders that support it, so it can be 348 if (!urlString.startsWith("feed", false)) 351 return urlString.startsWith("feed://", false) 352 || 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 */
|
/external/owasp/sanitizer/lib/htmlparser-1.3/doc/ |
tree-construction.txt | 188 U+000A LINE FEED (LF), U+000C FORM FEED (FF), or U+0020 SPACE 379 U+000A LINE FEED (LF), U+000C FORM FEED (FF), or U+0020 SPACE 421 U+000A LINE FEED (LF), U+000C FORM FEED (FF), or U+0020 SPACE 463 U+000A LINE FEED (LF), U+000C FORM FEED (FF), or U+0020 SPACE 574 U+000A LINE FEED (LF), U+000C FORM FEED (FF), or U+0020 SPAC [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/calendar/javascript/ |
background.js | 46 //URL for getting feed of individual calendar support. 50 //URL for getting feed of multiple calendar support. 319 * Polls the server to get the feed of the user. 400 console.error('Error: feed retrieved, but no event found'); 407 * Retrieves feed for a calendar 434 * for the feed of a specific calendar. 527 console.error('Error: feed retrieved, but no event found');
|
/build/tools/droiddoc/templates-sdk/assets/css/ |
default.css | [all...] |
/build/tools/droiddoc/templates-sdk-dyn/assets/css/ |
default.css | [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
VideoSurfaceView.java | 112 * Create the SurfaceTexture that will feed this textureID,
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
RewriteRuleSubtreeStream.cs | 47 /** <summary>Create a stream, but feed off an existing list</summary> */
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
RewriteRuleSubtreeStream.cs | 51 /** <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/ |
RewriteRuleSubtreeStream.java | 46 /** Create a stream, but feed off an existing list */
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRStringStream.h | 77 // reset the stream's state, but keep the data to feed off
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRStringStream.h | 77 // reset the stream's state, but keep the data to feed off
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRStringStream.h | 77 // reset the stream's state, but keep the data to feed off
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRRewriteRuleTokenStream.m | 56 /** Create a stream, but feed off an existing list */
|
ANTLRStringStream.h | 66 // reset the stream's state, but keep the data to feed off
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/ |
main.m | 46 // Construct a parser and feed it the token stream.
|
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
TestTopologicalSort.java | 91 g.addEdge("Def.g", "Java.tokens"); // walkers feed off generated tokens
|
/external/chromium_org/cc/output/ |
delegating_renderer.cc | 129 // That will allow it to feed us with memory allocations that we can act
|