HomeSort by relevance Sort by last modified time
    Searched refs:Continue (Results 1 - 25 of 107) sorted by null

1 2 3 4 5

  /external/llvm/lib/Target/WebAssembly/
Relooper.h 43 // means, no need for continue or break
45 Continue = 2,
53 // of getting to the target block. We break or continue on it
56 // continue
57 bool Labeled; // If a break or continue, whether we need to use a label
157 /// be entered is among them, we run it and continue to
158 /// the next shape, otherwise we continue immediately to the
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_cache.cpp 137 FX_BOOL CPDF_PageRenderCache::Continue(IFX_Pause* pPause) {
138 int ret = m_pCurImageCacheEntry->Continue(pPause);
317 int CPDF_ImageCacheEntry::Continue(IFX_Pause* pPause) {
render_int.h 111 virtual FX_BOOL Continue(IFX_Pause* pPause) = 0;
289 FX_BOOL Continue(CPDF_ImageLoaderHandle* LoadHandle, IFX_Pause* pPause);
314 FX_BOOL Continue(IFX_Pause* pPause);
335 FX_BOOL Continue(IFX_Pause* pPause) override;
452 int Continue(IFX_Pause* pPause);
fpdf_render_image.cpp 24 render.Continue(NULL);
548 image_render.Continue(NULL);
625 image_render.Continue(NULL);
641 image_render.Continue(NULL);
817 FX_BOOL CPDF_ImageRenderer::Continue(IFX_Pause* pPause) {
819 if (m_pTransformer->Continue(pPause)) {
848 if (m_Loader.Continue(m_LoadHandle, pPause)) {
852 return Continue(pPause);
    [all...]
  /external/clang/lib/Frontend/
MultiplexConsumer.cpp 263 bool Continue = true;
265 Continue = Continue && Consumer->HandleTopLevelDecl(D);
266 return Continue;
  /external/pdfium/core/include/fpdfapi/
fpdf_serial.h 28 int32_t Continue(IFX_Pause* pPause = NULL);
fpdf_render.h 144 void Continue(IFX_Pause* pPause);
259 FX_BOOL Continue(IFX_Pause* pPause);
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_jbig.cpp 108 int ret = m_pJbig2Context->m_pContext->Continue(pPause);
  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_Context.h 56 int32_t Continue(IFX_Pause* pPause);
  /external/pdfium/core/src/fxge/dib/
dib_int.h 73 FX_BOOL Continue(IFX_Pause* pPause);
fx_dib_transform.cpp 306 transformer.Continue(NULL);
330 stretcher.Continue(NULL);
404 FX_BOOL CFX_ImageTransformer::Continue(IFX_Pause* pPause) {
406 if (m_Stretcher.Continue(pPause)) {
416 return m_Stretcher.Continue(pPause);
421 if (m_Stretcher.Continue(pPause)) {
    [all...]
  /external/pdfium/fpdfsdk/src/
fpdf_progressive.cpp 81 pContext->m_pRenderer->Continue(&IPauseAdapter);
  /external/v8/src/interpreter/
control-flow-builders.h 81 // A class to help with co-ordinating break and continue statements with
97 // This method is called when visiting continue statements in the AST.
100 void Continue() { EmitJump(&continue_sites_); }
113 // Unbound labels that identify jumps for continue statements in the code.
  /external/libvpx/libvpx/test/
encode_test_driver.cc 75 continue;
267 if (!Continue())
277 if (!Continue())
  /external/llvm/utils/vim/indent/
llvm.vim 12 " - Continue comments on next line
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
encode_test_driver.cc 31 continue;
210 if (!Continue())
220 if (!Continue())
encode_test_driver.h 207 // Hook to determine whether the encode loop should continue.
208 virtual bool Continue() const {
  /external/v8/src/compiler/
control-builders.h 70 void Continue();
  /packages/apps/Settings/src/com/android/settings/
ChooseLockPattern.java 273 Continue(R.string.lockpattern_continue_button_text, true),
310 LeftButtonMode.Retry, RightButtonMode.Continue, ID_EMPTY_MESSAGE, false),
500 if (mUiStage.rightMode == RightButtonMode.Continue) {
504 + RightButtonMode.Continue);
  /external/v8/test/mjsunit/
debug-stepnext-do-while.js 49 // Continue stepping until returned to bottom frame.
debug-liveedit-double-call.js 92 // Continue.
debug-step-stub-callfunction.js 37 // Continue stepping until returned to bottom frame.
debug-stepin-constructor.js 37 // Continue stepping until returned to bottom frame.
  /external/pdfium/core/include/fxge/
fx_dib.h 615 FX_BOOL Continue(IFX_Pause* pPause);
646 FX_BOOL Continue(IFX_Pause* pPause);
677 FX_BOOL Continue(IFX_Pause* pPause);
  /external/libvorbis/doc/
02-bitpacking.tex 121 Continue by coding the 3 bit integer value '-1' [b111]:
137 Continue by coding the 7 bit integer value '17' [b0010001]:
154 Continue by coding the 13 bit integer value '6969' [b110 11001110 01]:

Completed in 385 milliseconds

1 2 3 4 5