HomeSort by relevance Sort by last modified time
    Searched refs:Continuation (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/v8/test/mjsunit/
regexp-capture-3.js 168 NoHang(/(((.*)*)*x)?/); // Continuation after loop is filtered, so is loop.
177 NoHang(/(?!(((.*)*)*x))?/); // Continuation branch of negative lookahead.
179 NoHang(/(?=(((.*)*)*x))?/); // Continuation branch of positive lookahead.
180 NoHang(/(?=?)(((.*)*)*x)/); // Positive lookahead also prunes continuation.
  /external/chromium/net/ftp/
ftp_ctrl_response_buffer_unittest.cc 55 TEST_F(FtpCtrlResponseBufferTest, Continuation) {
123 // as a continuation, and not the last line.
143 EXPECT_EQ(net::OK, PushDataToBuffer("300-Continuation\r\n"));
146 EXPECT_EQ(net::OK, PushDataToBuffer("300 Still continuation\r\n"));
156 EXPECT_EQ("FirstLine300-Continuation300 Still continuation",
  /external/chromium_org/net/ftp/
ftp_ctrl_response_buffer_unittest.cc 59 TEST_F(FtpCtrlResponseBufferTest, Continuation) {
127 // as a continuation, and not the last line.
147 EXPECT_EQ(net::OK, PushDataToBuffer("300-Continuation\r\n"));
150 EXPECT_EQ(net::OK, PushDataToBuffer("300 Still continuation\r\n"));
160 EXPECT_EQ("FirstLine300-Continuation300 Still continuation",
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
ruby.php 76 'ConditionVariable', 'Continuation', 'Data',
rails.php 69 'ConditionVariable', 'Continuation', 'Data',
  /art/compiler/utils/
assembler.h 127 Label* Continuation() { return &continuation_; }
135 // Optional continuation that is branched to at the end of the slow path
  /external/chromium_org/chrome/renderer/safe_browsing/
phishing_term_feature_extractor_unittest.cc 202 TEST_F(PhishingTermFeatureExtractorTest, Continuation) {
230 // time limit, so a continuation task will be posted.
phishing_dom_feature_extractor_browsertest.cc 389 IN_PROC_BROWSER_TEST_F(PhishingDOMFeatureExtractorTest, Continuation) {
416 // time limit, so a continuation task will be posted.
425 // continuation task.
474 // Then, prior to continuation, the iframe is removed from the document.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imaplib.py 84 Continuation = re.compile(r'\+( (?P<data>.*))?')
157 self.continuation_response = '' # Last continuation response
338 It will be called to process server continuation responses.
865 # Wait for continuation response
913 # Returns None for continuation responses,
938 # Only other possibility is '+' (continuation) response...
940 if self._match(Continuation, resp):
942 return None # NB: indicates continuation
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imaplib.py 84 Continuation = re.compile(r'\+( (?P<data>.*))?')
157 self.continuation_response = '' # Last continuation response
338 It will be called to process server continuation responses.
865 # Wait for continuation response
913 # Returns None for continuation responses,
938 # Only other possibility is '+' (continuation) response...
940 if self._match(Continuation, resp):
942 return None # NB: indicates continuation
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.util_6.1.23.v201004211559.jar 
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 414 milliseconds