Searched defs:Continue (Results 1 - 25 of 29) sorted by relevance

12

/external/v8/src/compiler/
H A Dcontrol-builders.cc43 void LoopBuilder::Continue() { function in class:v8::internal::compiler::LoopBuilder
H A Dcontrol-builders.h29 virtual void Continue() { UNREACHABLE(); } function in class:v8::internal::compiler::ControlBuilder
78 virtual void Continue();
/external/lldb/tools/lldb-perf/lib/
H A DTestCase.h48 Continue() function in struct:lldb_perf::TestCase::ActionWanted
H A DXcode.cpp131 Xcode::Continue (SBProcess process) function in class:Xcode
133 process.Continue();
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_cache.cpp144 FX_BOOL CPDF_PageRenderCache::Continue(IFX_Pause* pPause) function in class:CPDF_PageRenderCache
146 int ret = m_pCurImageCache->Continue(pPause);
329 int CPDF_ImageCache::Continue(IFX_Pause* pPause) function in class:CPDF_ImageCache
H A Dfpdf_render.cpp314 if (m_pObjectRenderer->Continue(pPause)) {
1067 Continue(pPause);
1070 void CPDF_ProgressiveRenderer::Continue(IFX_Pause* pPause) function in class:CPDF_ProgressiveRenderer
H A Dfpdf_render_image.cpp19 render.Continue(NULL);
514 image_render.Continue(NULL);
587 image_render.Continue(NULL);
601 image_render.Continue(NULL);
758 FX_BOOL CPDF_ImageRenderer::Continue(IFX_Pause* pPause) function in class:CPDF_ImageRenderer
761 if (m_pQuickStretcher->Continue(pPause)) {
772 if (m_pTransformer->Continue(pPause)) {
797 if (m_Loader.Continue(m_LoadHandle, pPause)) {
801 return Continue(pPause);
903 FX_BOOL CPDF_QuickStretcher::Continue(IFX_Paus function in class:CPDF_QuickStretcher
[all...]
H A Dfpdf_render_loadimage.cpp97 FX_BOOL CPDF_Image::Continue(IFX_Pause* pPause) function in class:CPDF_Image
1458 FX_BOOL CPDF_ProgressiveImageLoaderHandle::Continue(IFX_Pause* pPause) function in class:CPDF_ProgressiveImageLoaderHandle
1462 ret = m_pCache->Continue(pPause);
1470 ret = m_pImage->m_pImage->Continue(pPause);
1503 FX_BOOL CPDF_ImageLoader::Continue(FX_LPVOID LoadHandle, IFX_Pause* pPause) function in class:CPDF_ImageLoader
1505 return ((CPDF_ProgressiveImageLoaderHandle*)LoadHandle)->Continue(pPause);
/external/pdfium/core/src/reflow/
H A Dlayoutprovider_taggedpdf.cpp739 LayoutStatus CPDF_LayoutProvider_TaggedPDF::Continue() function in class:CPDF_LayoutProvider_TaggedPDF
H A Dautoreflow.cpp723 return Continue();
725 LayoutStatus CPDF_AutoReflowLayoutProvider::Continue() function in class:CPDF_AutoReflowLayoutProvider
H A Dlayoutprocessor_reflow.cpp143 LayoutStatus CPDF_LayoutProcessor_Reflow::Continue() function in class:CPDF_LayoutProcessor_Reflow
1075 pImage->Continue(NULL);
/external/clang/lib/Frontend/
H A DMultiplexConsumer.cpp238 bool Continue = true; local
240 Continue = Continue && Consumer->HandleTopLevelDecl(D);
241 return Continue;
/external/libvpx/libvpx/test/
H A Dencode_test_driver.h208 virtual bool Continue() const { function in class:libvpx_test::EncoderTest
/external/lldb/source/API/
H A DSBProcess.cpp664 SBProcess::Continue () function in class:SBProcess
672 log->Printf ("SBProcess(%p)::Continue ()...", process_sp.get());
684 log->Printf ("SBProcess(%p)::Continue () waiting for process to stop...", process_sp.get());
697 log->Printf ("SBProcess(%p)::Continue () => SBError (%p): %s", process_sp.get(), sb_error.get(), sstr.GetData());
/external/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp1066 bool Continue = false; local
1070 Continue = true;
1076 Continue = true;
1078 if (Continue) continue;
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_parser_old.cpp1035 void CPDF_ContentParser::Continue(IFX_Pause* pPause) function in class:CPDF_ContentParser
/external/pdfium/core/src/fxcodec/jbig2/
H A DJBig2_Context.cpp260 int ret = Continue(pPause);
263 FX_INT32 CJBig2_Context::Continue(IFX_Pause* pPause) function in class:CJBig2_Context
329 return Continue(pPause);
360 return Continue(pPause);
/external/pdfium/core/src/fxge/dib/
H A Dfx_dib_engine.cpp283 FX_BOOL CStretchEngine::Continue(IFX_Pause* pPause) function in class:CStretchEngine
754 FX_BOOL CFX_ImageStretcher::Continue(IFX_Pause* pPause) function in class:CFX_ImageStretcher
768 m_pStretchEngine->Continue(NULL);
778 return m_pStretchEngine->Continue(pPause);
H A Dfx_dib_transform.cpp176 transformer.Continue(NULL);
197 stretcher.Continue(NULL);
338 FX_BOOL CFX_ImageTransformer::Continue(IFX_Pause* pPause) function in class:CFX_ImageTransformer
341 if (m_Stretcher.Continue(pPause)) {
349 return m_Stretcher.Continue(pPause);
353 if (m_Stretcher.Continue(pPause)) {
H A Dfx_dib_main.cpp1595 FX_BOOL CFX_ImageRenderer::Continue(IFX_Pause* pPause) function in class:CFX_ImageRenderer
1598 return m_Stretcher.Continue(pPause);
1600 if (m_pTransformer->Continue(pPause)) {
/external/clang/lib/CodeGen/
H A DCGStmt.cpp845 JumpDest Continue = getJumpDestInCurrentScope("for.cond"); local
846 llvm::BasicBlock *CondBlock = Continue.getBlock();
856 Continue = getJumpDestInCurrentScope("for.inc");
859 BreakContinueStack.push_back(BreakContinue(LoopExit, Continue));
911 EmitBlock(Continue.getBlock());
978 JumpDest Continue = getJumpDestInCurrentScope("for.inc"); local
981 BreakContinueStack.push_back(BreakContinue(LoopExit, Continue));
992 EmitBlock(Continue.getBlock());
H A DCGStmtOpenMP.cpp561 auto Continue = getJumpDestInCurrentScope("omp.body.continue"); local
562 BreakContinueStack.push_back(BreakContinue(JumpDest(), Continue));
566 EmitBlock(Continue.getBlock());
607 auto Continue = getJumpDestInCurrentScope("omp.inner.for.inc"); local
608 BreakContinueStack.push_back(BreakContinue(LoopExit, Continue));
613 EmitBlock(Continue.getBlock());
940 auto Continue = getJumpDestInCurrentScope("omp.dispatch.inc"); local
941 BreakContinueStack.push_back(BreakContinue(LoopExit, Continue));
950 EmitBlock(Continue.getBlock());
H A DCodeGenFunction.h883 BreakContinue(JumpDest Break, JumpDest Continue) argument
884 : BreakBlock(Break), ContinueBlock(Continue) {}
/external/pdfium/core/src/fpdfapi/fpdf_edit/
H A Dfpdf_edit_create.cpp2024 return Continue(NULL) > -1;
2079 FX_INT32 CPDF_Creator::Continue(IFX_Pause *pPause) function in class:CPDF_Creator
/external/v8/src/
H A Dhydrogen.h988 void Continue(HBasicBlock** true_branch, function in class:v8::internal::FINAL

Completed in 531 milliseconds

12