Home
last modified time | relevance | path

Searched refs:Continuation (Results 1 – 25 of 26) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DTaskQueue.h110 std::function<void()> Continuation; in completeTask() local
118 Continuation = std::move(Tasks.front()); in completeTask()
121 Scheduler.async(std::move(Continuation)); in completeTask()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/
DTypeIndexDiscoveryTest.cpp285 static ListContinuationRecord Continuation(TypeIndex(59)); variable
520 writeFieldList(Continuation); in TEST_F()
521 checkTypeReferences(0, Continuation.ContinuationIndex); in TEST_F()
529 Continuation); in TEST_F()
535 VirtualBaseClass.VBPtrType, VFPtr.Type, Continuation.ContinuationIndex); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DContinuationRecordBuilder.cpp170 auto Continuation = Data.take_back(ContinuationLength); in createSegmentRecord() local
172 reinterpret_cast<ContinuationRecord *>(Continuation.data()); in createSegmentRecord()
/external/deqp/external/openglcts/data/gl44/
Dpreprocessor.test21 group line_continuation "Line Continuation Tests"
/external/nanohttpd/websocket/src/main/java/fi/iki/elonen/
DNanoWSD.java191 if (frame.getOpCode() != OpCode.Continuation) { in handleFrameFragment()
224 } else if (!frame.isFin() || frame.getOpCode() == OpCode.Continuation) { in handleWebsocketFrame()
385 Continuation(0), enumConstant
/external/python/cpython2/Lib/
Dimaplib.py95 Continuation = re.compile(r'\+( (?P<data>.*))?') variable
956 if self._match(Continuation, resp):
/external/walt/ios/WALT/
DMIDIClient.m146 // Continuation or end of a SysEx message.
/external/python/cpython2/Doc/tutorial/
Dinterpreter.rst105 Continuation lines are needed when entering a multi-line construct. As an
/external/llvm/docs/tutorial/
DOCamlLangImpl8.rst264 `Continuation Passing
265 Style <http://en.wikipedia.org/wiki/Continuation-passing_style>`_ and
DLangImpl10.rst256 `Continuation Passing
257 Style <http://en.wikipedia.org/wiki/Continuation-passing_style>`_ and
/external/python/cpython3/Lib/
Dimaplib.py105 Continuation = re.compile(br'\+( (?P<data>.*))?') variable
1072 if self._match(Continuation, resp):
/external/swiftshader/third_party/llvm-7.0/llvm/docs/tutorial/
DLangImpl10.rst256 `Continuation Passing
257 Style <http://en.wikipedia.org/wiki/Continuation-passing_style>`_ and
DOCamlLangImpl8.rst264 `Continuation Passing
265 Style <http://en.wikipedia.org/wiki/Continuation-passing_style>`_ and
/external/python/cpython3/Doc/tutorial/
Dinterpreter.rst109 Continuation lines are needed when entering a multi-line construct. As an
/external/scapy/scapy/contrib/
Dhttp2.uts4 # except Continuation Frames, Priority Frames and Push Promise Frames that we generated
1319 + HTTP/2 Continuation Frame Test Suite
1321 = HTTP/2 Dissect Continuation Frame: no flag & headers with compression and hdr_name
1348 = HTTP/2 Build Continuation Frame: no flag & headers with compression and hdr_name
1361 = HTTP/2 Dissect Continuation Frame: flag END_Header & headers with compression, sensitive flag and…
1391 = HTTP/2 Build Continuation Frame: flag END_Header & headers with compression, sensitive flag and h…
/external/deqp/external/openglcts/data/gl33/
Dpreprocessor.test787 # NOTE group line_continuation "Line Continuation Tests" have been moved to
/external/deqp/external/openglcts/data/gles3/
Dpreprocessor.test767 group line_continuation "Line Continuation Tests"
/external/google-styleguide/
Dobjcguide.md394 Continuation lines for function parameters may be indented to align with the
/external/deqp/data/gles3/shaders/
Dpreprocessor.test838 group line_continuation "Line Continuation Tests"
/external/scapy/doc/notebooks/
DHTTP_2_Tuto.ipynb1376 " # that the header block is not large enough to require a Continuation frame\n",
1676Continuation frames after this frame. Continuation frames can be used to add more headers than on…
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
Drbbitst.txt26 # \ at end of line -> Line Continuation. Remove both the backslash and the new line
/external/icu/icu4c/source/test/testdata/
Drbbitst.txt26 # \ at end of line -> Line Continuation. Remove both the backslash and the new line
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
Drbbitst.txt26 # \ at end of line -> Line Continuation. Remove both the backslash and the new line
/external/e2fsprogs/po/
Dcs.po6122 # Continuation of "Calling BLKDISCARD from %llu to %llu "
8808 # Continuation of "Calling BLKDISCARD from %llu to %llu "
/external/python/cpython2/Misc/
DHISTORY16166 * Continuation lines can now *sometimes* be written without a

12