Searched refs:reset (Results 1 - 25 of 153) sorted by relevance

1234567

/haiku-fatelf/headers/tools/cppunit/cppunit/
H A DTestSucessListener.h25 virtual void reset();
H A DTestResult.h54 virtual void reset();
H A DTestResultCollector.h55 virtual void reset();
/haiku-fatelf/src/bin/gdb/gdb/mi/
H A Dmi-cmd-env.c118 int reset = 0; local
151 reset = 1;
159 if (reset)
192 int reset = 0; local
223 reset = 1;
230 if (reset)
252 /* We want original execution path to reset to, if desired later. */
/haiku-fatelf/src/libs/print/libgutenprint/src/main/
H A Dimage.c40 if (image->reset)
41 image->reset(image);
/haiku-fatelf/headers/libs/agg/
H A Dagg_vpgen_segmentator.h40 void reset() { m_cmd = path_cmd_stop; } function in class:agg::vpgen_segmentator
H A Dagg_rasterizer_scanline_aa.h80 // 3. reset()
153 void reset();
195 if(m_outline.sorted()) reset();
325 void rasterizer_scanline_aa<Clip>::reset() function in class:agg::rasterizer_scanline_aa
327 m_outline.reset();
343 reset();
352 reset();
371 if(m_outline.sorted()) reset();
392 if(m_outline.sorted()) reset();
433 if(m_outline.sorted()) reset();
[all...]
H A Dagg_trans_single_path.h51 void reset();
H A Dagg_vpgen_clip_polygon.h60 void reset();
H A Dagg_vpgen_clip_polyline.h58 void reset();
H A Dagg_curves.h49 void reset() { m_num_steps = 0; m_step = -1; } function in class:agg::curve3_inc
113 void reset() { m_points.remove_all(); m_count = 0; } function in class:agg::curve3_div
215 void reset() { m_num_steps = 0; m_step = -1; } function in class:agg::curve4_inc
404 void reset() { m_points.remove_all(); m_count = 0; } function in class:agg::curve4_div
486 void reset() function in class:agg::curve3
488 m_curve_inc.reset();
489 m_curve_div.reset();
598 void reset() function in class:agg::curve4
600 m_curve_inc.reset();
601 m_curve_div.reset();
[all...]
H A Dagg_conv_curve.h134 m_curve3.reset();
135 m_curve4.reset();
/haiku-fatelf/src/tools/cppunit/cppunit/
H A DTestSucessListener.cpp22 TestSucessListener::reset() function in class:CppUnit::TestSucessListener
H A DTestResultCollector.cpp12 reset();
25 TestResultCollector::reset() function in class:CppUnit::TestResultCollector
27 TestSucessListener::reset();
H A DTestResult.cpp12 reset();
27 TestResult::reset() function in class:CppUnit::TestResult
/haiku-fatelf/src/add-ons/input_server/filters/shortcut_catcher/
H A DShortcutsServerFilter.h50 #pragma export reset
/haiku-fatelf/src/bin/gdb/gdb/rdi-share/
H A Ddbg_hif.h52 Hif_RDIResetProc *reset; member in struct:Dbg_HostosInterface
/haiku-fatelf/src/apps/soundrecorder/
H A DTrackSlider.h41 void SetMainTime(bigtime_t timestamp, bool reset);
42 void SetTotalTime(bigtime_t timestamp, bool reset);
/haiku-fatelf/src/apps/cortex/Persistence/
H A DImportContext.h94 void reset();
H A DImportContext.cpp127 void ImportContext::reset() { function in class:ImportContext
130 // +++++ potential for memory leaks; reset() is currently
/haiku-fatelf/src/libs/agg/src/
H A Dagg_vpgen_clip_polyline.cpp22 void vpgen_clip_polyline::reset() function in class:agg::vpgen_clip_polyline
/haiku-fatelf/src/libs/print/libgutenprint/include/gutenprint/
H A Dimage.h74 * This callback is called to reset the image to the beginning. It
77 * @warning The reset() call may be removed in the future.
80 void (*reset)(struct stp_image *image); member in struct:stp_image
/haiku-fatelf/src/add-ons/kernel/drivers/audio/ac97/ichaudio/
H A Dichaudio.c144 /* We don't do a cold reset here, because this would reset general purpose
148 * If a cold reset is still in progress, we need to finish it by writing
149 * a 1 to the cold reset bit (CNT_COLD). We do not preserve others bits,
152 * Doing a warm reset it required to leave certain power down modes. Warm
153 * reset does also reset GPIO pins, but the ICH hardware does only execute
154 * the reset request if BIT_CLOCK is not running and if it's really required.
156 LOG(("reset starting, ICH_REG_GLOB_CNT = 0x%08lx\n", ich_reg_read_32(cookie, ICH_REG_GLOB_CNT)));
158 // finish cold reset b
219 uint16 reset; local
[all...]
/haiku-fatelf/src/servers/app/drawing/Painter/
H A Dagg_rasterizer_scanline_aa_subpix.h73 void reset();
115 if(m_outline.sorted()) reset();
363 void rasterizer_scanline_aa_subpix<Clip>::reset() function in class:agg::rasterizer_scanline_aa_subpix
365 m_outline.reset();
381 reset();
390 reset();
409 if(m_outline.sorted()) reset();
430 if(m_outline.sorted()) reset();
471 if(m_outline.sorted()) reset();
484 if(m_outline.sorted()) reset();
[all...]
/haiku-fatelf/src/bin/network/wget/tests/
H A DTest-ftp-pasv-fail.px20 reset the start position before starting the RETR command. I'm

Completed in 217 milliseconds

1234567