Home
last modified time | relevance | path

Searched refs:Continue (Results 1 – 25 of 221) sorted by relevance

123456789

/external/e2fsprogs/tests/m_error_behavior/
Dexpect2 Errors behavior: Continue
4 Errors behavior: Continue
11 Errors behavior: Continue
18 Errors behavior: Continue
/external/pdfium/core/fpdfapi/render/
Dcpdf_imageloader.cpp46 bool CPDF_ImageLoader::Continue(IFX_PauseIndicator* pPause, in Continue() function in CPDF_ImageLoader
48 bool ret = m_pCache ? m_pCache->Continue(pPause, pRenderStatus) in Continue()
49 : m_pImageObject->GetImage()->Continue(pPause); in Continue()
Dcpdf_imagerenderer.cpp241 image_render.Continue(nullptr); in CalculateDrawImage()
345 image_render.Continue(nullptr); in DrawMaskedImage()
519 bool CPDF_ImageRenderer::Continue(IFX_PauseIndicator* pPause) { in Continue() function in CPDF_ImageRenderer
521 if (m_pTransformer->Continue(pPause)) in Continue()
549 if (m_Loader.Continue(pPause, m_pRenderStatus.Get())) in Continue()
553 return Continue(pPause); in Continue()
Dcpdf_progressiverenderer.cpp44 Continue(pPause); in Start()
47 void CPDF_ProgressiveRenderer::Continue(IFX_PauseIndicator* pPause) { in Continue() function in CPDF_ProgressiveRenderer
Dcpdf_pagerendercache.cpp113 bool CPDF_PageRenderCache::Continue(IFX_PauseIndicator* pPause, in Continue() function in CPDF_PageRenderCache
115 int ret = m_pCurImageCacheEntry->Continue(pPause, pRenderStatus); in Continue()
/external/swiftshader/third_party/LLVM/test/Feature/
Dindirectcall.ll26 br i1 %1, label %HasArg, label %Continue
30 br label %Continue
32 Continue: ; preds = %HasArg, %0
/external/llvm/test/Feature/
Dindirectcall.ll26 br i1 %1, label %HasArg, label %Continue
30 br label %Continue
32 Continue: ; preds = %HasArg, %0
/external/swiftshader/third_party/llvm-7.0/llvm/test/Feature/
Dindirectcall.ll26 br i1 %1, label %HasArg, label %Continue
30 br label %Continue
32 Continue: ; preds = %HasArg, %0
/external/pdfium/core/fxge/dib/
Dcfx_imagerenderer.cpp90 bool CFX_ImageRenderer::Continue(IFX_PauseIndicator* pPause) { in Continue() function in CFX_ImageRenderer
92 return m_Stretcher->Continue(pPause); in Continue()
95 if (m_pTransformer->Continue(pPause)) in Continue()
Dcfx_imagestretcher.cpp127 bool CFX_ImageStretcher::Continue(IFX_PauseIndicator* pPause) { in Continue() function in CFX_ImageStretcher
139 m_pStretchEngine->Continue(nullptr); in StartStretch()
146 return m_pStretchEngine && m_pStretchEngine->Continue(pPause); in ContinueStretch()
/external/pdfium/xfa/fxfa/
Dcxfa_imagerenderer.cpp94 bool CXFA_ImageRenderer::Continue() { in Continue() function in CXFA_ImageRenderer
96 if (m_pTransformer->Continue(nullptr)) in Continue()
156 while (imageRender.Continue()) in CompositeDIBitmap()
/external/curl/tests/data/
Dtest28111 HTTP/1.1 100 Continue
19 HTTP/1.1 100 Continue
Dtest57913 HTTP/1.1 100 Continue
34 HTTP/1.1 100 Continue
Dtest56514 HTTP/1.1 100 Continue
35 HTTP/1.1 100 Continue
Dtest24613 HTTP/1.1 100 Continue
35 HTTP/1.1 100 Continue
Dtest100117 HTTP/1.1 100 Continue
39 HTTP/1.1 100 Continue
Dtest205817 HTTP/1.1 100 Continue
39 HTTP/1.1 100 Continue
Dtest105122 HTTP/1.1 100 Continue
39 HTTP/1.1 100 Continue
Dtest206017 HTTP/1.1 100 Continue
39 HTTP/1.1 100 Continue
Dtest205917 HTTP/1.1 100 Continue
39 HTTP/1.1 100 Continue
Dtest100216 HTTP/1.1 100 Continue
38 HTTP/1.1 100 Continue
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonVectorLoopCarriedReuse.cpp544 bool Continue; in doVLCR() local
550 Continue = false; in doVLCR()
557 Continue = true; in doVLCR()
560 } while (Continue); in doVLCR()
/external/clang/lib/Frontend/
DMultiplexConsumer.cpp276 bool Continue = true; in HandleTopLevelDecl() local
278 Continue = Continue && Consumer->HandleTopLevelDecl(D); in HandleTopLevelDecl()
279 return Continue; in HandleTopLevelDecl()
/external/lz4/examples/
DblockStreaming_doubleBuffer.md86 Continue these procedure to the end of the file.
100 Continue these procedure to the end of the compressed file.
/external/icu/icu4c/source/data/
Dicu4j-readme.txt40 Continue with step 3 below, in Java:
56 Continue with step 3, in Java:

123456789