Searched defs:abort (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/trace/
H A Dtrace.h144 virtual void abort() function in class:Inkscape::Trace::TracingEngine
206 void abort();
223 * This is true during execution. Setting it to false (like abort()
H A Dtrace.cpp589 void Tracer::abort() function in class:Inkscape::Trace::Tracer
597 engine->abort();
/inkscape/src/trace/potrace/
H A Dinkscape-potrace.cpp628 void PotraceTracingEngine::abort() function in class:Inkscape::Trace::Potrace::PotraceTracingEngine
630 //g_message("PotraceTracingEngine::abort()\n");
/inkscape/cxxtest/
H A Dcxxtestgen.py10 --abort-on-fail Abort tests on failed asserts (like xUnit)
64 abort( problem )
70 def abort( problem ): function
82 'error-printer', 'abort-on-fail', 'have-std', 'no-std',
112 elif o == '--abort-on-fail':
137 abort( '--no-static-init cannot be used with --root/--part' )
173 abort( 'No tests defined' )
324 abort( '%s:%s: %sSuite() already declared' % ( suite['file'], str(line), which ) )
339 abort( '%s:%s: Suite %s has createSuite() but no destroySuite()' %
342 abort( '
[all...]
/inkscape/src/ui/dialog/
H A Dtracedialog.cpp86 void abort();
373 void TraceDialogImpl::abort() function in class:Inkscape::UI::Dialog::TraceDialogImpl
384 //### Make the abort() call to the tracer
385 tracer.abort();
473 abort();

Completed in 33 milliseconds