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

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
TaskQueue.h 110 std::function<void()> Continuation;
118 Continuation = std::move(Tasks.front());
121 Scheduler.async(std::move(Continuation));
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
ContinuationRecordBuilder.cpp 102 // continuation. So if we are over that, inject a continuation between the
104 // segment after the continuation and begin a new one with the just-written
134 // We need to make space for the continuation record. For now we can't fill
170 auto Continuation = Data.take_back(ContinuationLength);
172 reinterpret_cast<ContinuationRecord *>(Continuation.data());
192 // 2) Each continuation record has an IndexRef field which we set to the
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/
TypeIndexDiscoveryTest.cpp 285 static ListContinuationRecord Continuation(TypeIndex(59));
520 writeFieldList(Continuation);
521 checkTypeReferences(0, Continuation.ContinuationIndex);
529 Continuation);
535 VirtualBaseClass.VBPtrType, VFPtr.Type, Continuation.ContinuationIndex);
  /art/compiler/utils/
assembler.h 73 Label* Continuation() { return &continuation_; }
81 // Optional continuation that is branched to at the end of the slow path
  /external/nanohttpd/websocket/src/main/java/fi/iki/elonen/
NanoWSD.java 191 if (frame.getOpCode() != OpCode.Continuation) {
224 } else if (!frame.isFin() || frame.getOpCode() == OpCode.Continuation) {
385 Continuation(0),
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
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/python/cpython2/Lib/
imaplib.py 95 Continuation = re.compile(r'\+( (?P<data>.*))?')
168 self.continuation_response = '' # Last continuation response
354 It will be called to process server continuation responses.
881 # Wait for continuation response
929 # Returns None for continuation responses,
954 # Only other possibility is '+' (continuation) response...
956 if self._match(Continuation, resp):
958 return None # NB: indicates continuation
    [all...]
  /external/python/cpython3/Lib/
imaplib.py 105 Continuation = re.compile(br'\+( (?P<data>.*))?')
190 self.continuation_response = '' # Last continuation response
417 It will be called to process server continuation responses; the
    [all...]
  /external/syzkaller/vendor/golang.org/x/net/http2/
frame.go 52 FrameContinuation: "CONTINUATION",
89 // Continuation Frame
271 // unfinished HEADERS/CONTINUATION.
304 // HEADERS and CONTINUATION frames together and return
317 // non-Continuation or Continuation on a different stream is
533 // CONTINUATION frames are contiguous.
545 fmt.Sprintf("got %s for stream %d; expected CONTINUATION following %s for stream %d",
551 fmt.Sprintf("got CONTINUATION for stream %d; expected stream %d",
555 return fr.connError(ErrCodeProtocol, fmt.Sprintf("unexpected CONTINUATION for stream %d", fh.StreamID)
    [all...]
  /external/guice/extensions/struts2/lib/
jetty-util-6.1.0.jar 
jetty-6.1.0.jar 
  /external/kotlinc/lib/
kotlin-stdlib.jar 
kotlin-main-kts.jar 
  /build/soong/cmd/dep_fixer/
deps_test.go 56 name: "Continuation",
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 

Completed in 755 milliseconds