Home
last modified time | relevance | path

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

1234567

/external/lldb/tools/lldb-perf/darwin/formatters/
Dformatters.cpp152 next_action.Continue(); in TestStep()
156 next_action.Continue(); in TestStep()
160 next_action.Continue(); in TestStep()
164 next_action.Continue(); in TestStep()
168 next_action.Continue(); in TestStep()
172 next_action.Continue(); in TestStep()
176 next_action.Continue(); in TestStep()
180 next_action.Continue(); in TestStep()
184 next_action.Continue(); in TestStep()
188 next_action.Continue(); in TestStep()
[all …]
/external/chromium_org/content/browser/indexed_db/
Dindexed_db_cursor.cc36 void IndexedDBCursor::Continue(scoped_ptr<IndexedDBKey> key, in Continue() function in content::IndexedDBCursor
88 if (!cursor_ || !cursor_->Continue(key.get(), in CursorIterationOperation()
132 if (!cursor_ || !cursor_->Continue(&s)) { in CursorPrefetchIterationOperation()
189 bool ok = cursor_->Continue(&s); in PrefetchReset()
Dindexed_db_backing_store.h254 bool Continue(leveldb::Status* s) { return Continue(NULL, NULL, SEEK, s); } in Continue() function
255 bool Continue(const IndexedDBKey* key, in Continue() function
258 return Continue(key, NULL, state, s); in Continue()
260 bool Continue(const IndexedDBKey* key,
/external/lldb/test/python_api/watchpoint/
DTestSetWatchpoint.py78 process.Continue()
88 process.Continue()
98 process.Continue()
DTestWatchpointIter.py82 process.Continue()
112 process.Continue()
/external/llvm/test/Feature/
Dindirectcall.ll26 br i1 %1, label %HasArg, label %Continue
30 br label %Continue
32 Continue: ; preds = %HasArg, %0
/external/chromium_org/content/public/test/
Djavascript_test_observer.cc77 Continue(); in Observe()
81 void JavascriptTestObserver::Continue() { in Continue() function in content::JavascriptTestObserver
/external/pdfium/core/include/reflow/
Dreflowengine.h48 virtual void Continue(IFX_Pause* pPause) = 0;
67 virtual void Continue(IFX_Pause* pPause) = 0;
Dfpdf_layout.h230 virtual LayoutStatus Continue() = 0;
274 virtual LayoutStatus Continue() = 0;
/external/lldb/test/lang/c/stepping/
DTestStepAndBreakpoints.py148 process.Continue()
154 process.Continue()
181 process.Continue ()
239 process.Continue()
/external/lldb/tools/lldb-perf/darwin/sketch/
Dsketch.cpp212 next_action.Continue(); in TestStep()
224 next_action.Continue(); in TestStep()
231 next_action.Continue(); in TestStep()
/external/chromium_org/v8/src/compiler/
Dcontrol-builders.h29 virtual void Continue() { UNREACHABLE(); } in Continue() function
78 virtual void Continue();
/external/lldb/test/functionalities/exec/
DTestExec.py82 process.Continue()
98 process.Continue()
/external/lldb/test/functionalities/return-value/
DTestReturnValue.py39 self.process.Continue ()
132 self.process.Continue()
163 self.process.Continue()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Drender_int.h87 virtual FX_BOOL Continue(IFX_Pause* pPause) = 0;
195 FX_BOOL Continue(FX_LPVOID LoadHandle, IFX_Pause* pPause);
212 FX_BOOL Continue(IFX_Pause* pPause);
229 FX_BOOL Continue(IFX_Pause* pPause);
289 FX_BOOL Continue(IFX_Pause* pPause);
355 int Continue(IFX_Pause* pPause);
Dfpdf_render_image.cpp18 render.Continue(NULL); in ProcessImage()
61 renderer.Continue(NULL); in ProcessInlines()
586 image_render.Continue(NULL); in DrawPatternImage()
659 image_render.Continue(NULL); in DrawMaskedImage()
673 image_render.Continue(NULL); in DrawMaskedImage()
836 FX_BOOL CPDF_ImageRenderer::Continue(IFX_Pause* pPause) in Continue() function in CPDF_ImageRenderer
840 if (m_pQuickStretcher->Continue(pPause)) { in Continue()
853 if (m_pTransformer->Continue(pPause)) { in Continue()
879 if (m_Loader.Continue(m_LoadHandle, pPause)) { in Continue()
883 return Continue(pPause); in Continue()
[all …]
/external/clang/lib/Frontend/
DMultiplexConsumer.cpp223 bool Continue = true; in HandleTopLevelDecl() local
225 Continue = Continue && Consumers[i]->HandleTopLevelDecl(D); in HandleTopLevelDecl()
226 return Continue; in HandleTopLevelDecl()
/external/chromium_org/v8/test/mjsunit/regress/
Dregress-109195.js35 exec_state.prepareStep(Debug.StepAction.Continue, 1);
/external/lldb/test/functionalities/conditional_break/
Dconditional_break.py25 process.Continue()
/external/lldb/test/api/multithreaded/
Dtest_listener_resume.cpp38 SBError error = process.Continue(); in listener_func()
/external/lldb/tools/lldb-perf/lib/
DXcode.cpp131 Xcode::Continue (SBProcess process) in Continue() function in Xcode
133 process.Continue(); in Continue()
DXcode.h51 Continue (SBProcess process);
/external/icu/icu4c/source/data/
Dicu4j-readme.txt37 Continue with step 3 below, in Java:
53 Continue with step 3, in Java:
/external/chromium_org/third_party/icu/source/data/
Dicu4j-readme.txt37 Continue with step 3 below, in Java:
53 Continue with step 3, in Java:
/external/lldb/test/python_api/value/change_values/
DTestChangeValueAPI.py128 process.Continue();
153 process.Continue()

1234567