/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/background/ |
H A D | background_mode_optimizer_unittest.cc | 17 MOCK_METHOD0(DoRestart, void()); 28 EXPECT_CALL(optimizer, DoRestart()).RetiresOnSaturation(); in TEST() 39 EXPECT_CALL(optimizer, DoRestart()).RetiresOnSaturation(); in TEST()
|
H A D | background_mode_optimizer.cc | 88 DoRestart(); in TryBrowserRestart() 91 void BackgroundModeOptimizer::DoRestart() { in DoRestart() function in BackgroundModeOptimizer
|
H A D | background_mode_optimizer.h | 47 virtual void DoRestart();
|
/dports/audio/zmusic/ZMusic-1.1.8/source/midisources/ |
H A D | midisource.h | 52 virtual void DoRestart() = 0; 92 void DoRestart() override; 115 void DoRestart() override; 167 void DoRestart() override; 205 void DoRestart() override; 238 void DoRestart() override;
|
H A D | midisource.cpp | 135 DoRestart(); in PrecacheData() 189 DoRestart(); in PrecacheData() 307 DoRestart(); in CreateSMF()
|
H A D | midisource_mids.cpp | 145 void MIDSSong::DoRestart() in DoRestart() function in MIDSSong
|
H A D | midisource_mus.cpp | 150 void MUSSong2::DoRestart() in DoRestart() function in MUSSong2
|
H A D | midisource_xmi.cpp | 251 void XMISong::DoRestart() in DoRestart() function in XMISong
|
H A D | midisource_smf.cpp | 223 void MIDISong2 :: DoRestart() in DoRestart() function in MIDISong2
|
/dports/x11-wm/ctwm/ctwm-4.0.3/ |
H A D | event_core.c | 225 DoRestart(CurrentTime); in CtwmNextEvent() 237 DoRestart(CurrentTime); in CtwmNextEvent() 257 DoRestart(CurrentTime); in CtwmNextEvent() 274 DoRestart(CurrentTime); in CtwmNextEvent()
|
H A D | ctwm.h | 364 void DoRestart(Time t); /* Function to perform a restart */
|
H A D | functions_misc.c | 197 DoRestart(eventp->xbutton.time); in DFHANDLER()
|
/dports/games/powder-toy/The-Powder-Toy-95.0/src/ |
H A D | Platform.h | 9 void DoRestart();
|
H A D | Platform.cpp | 77 void DoRestart() in ExecutableName() function
|
/dports/games/zdoom/zdoom-2.8.1/src/sound/ |
H A D | i_musicinterns.h | 475 virtual void DoRestart() = 0; 538 void DoRestart(); 565 void DoRestart(); 625 void DoRestart(); 670 void DoRestart();
|
H A D | music_midistream.cpp | 988 DoRestart(); in FillBuffer() 1077 DoRestart(); in Precache() 1131 DoRestart(); in Precache() 1178 DoRestart(); in CreateSMF()
|
H A D | music_mus_midiout.cpp | 188 void MUSSong2::DoRestart() in DoRestart() function in MUSSong2
|
H A D | music_xmi_midiout.cpp | 282 void XMISong::DoRestart() in DoRestart() function in XMISong
|
H A D | music_smf_midiout.cpp | 255 void MIDISong2 :: DoRestart() in DoRestart() function in MIDISong2
|
/dports/games/uqm/uqm-0.8.0/doc/devel/ |
H A D | input | 32 restart.c: DoRestart 66 StartGame: DoRestart
|
/dports/games/uqm/uqm-0.8.0/src/uqm/ |
H A D | restart.c | 100 DoRestart (MENU_STATE *pMS) in DoRestart() function 348 MenuState.InputFunc = DoRestart; in TryStartGame()
|
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/MBSKernelLib/ |
H A D | optimization.h | 149 void DoRestart(TArray<Vector*>& allparameters, int& gen);
|
H A D | optimization.cpp | 578 void Optimization::DoRestart(TArray<Vector*>& allparameters, int& gen) in DoRestart() function in Optimization 788 …DoRestart(allparameters, tmp); // read generation number and initialize parameters from already co… in PerformGeneticOptimization() 889 …DoRestart(allparameters, gen); // read generation number and initialize parameters from already co… in PerformNewtonOptimization()
|
/dports/x11/xsnow/xsnow-3.4.2/src/ |
H A D | main.c | 116 static int DoRestart = 0; variable 517 if (DoRestart) in main_c() 872 DoRestart = 1; in do_displaychanged()
|
/dports/audio/zmusic/ZMusic-1.1.8/source/musicformats/ |
H A D | music_midi.cpp | 871 source->DoRestart(); in FillBuffer()
|