Home
last modified time | relevance | path

Searched refs:sync_to_disk (Results 1 – 6 of 6) sorted by relevance

/dports/audio/lollypop/lollypop-5b2d95f4f8509d80fa86ab7d65b118326dc82a95/lollypop/
H A Dplaylists.py172 self.sync_to_disk(playlist_id)
197 self.sync_to_disk(playlist_id)
208 self.sync_to_disk(playlist_id)
234 self.sync_to_disk(playlist_id)
245 self.sync_to_disk(playlist_id)
599 def sync_to_disk(self, playlist_id, create=False): member in Playlists
H A Dmenu_playlist.py137 App().playlists.sync_to_disk(self.__playlist_id, True)
/dports/science/py-dlib/dlib-19.22/dlib/dnn/
H A Dtrainer.h148 sync_to_disk(force_flush == force_flush_to_disk::yes);
220 sync_to_disk(); in train_one_step()
243 sync_to_disk(); in train_one_step()
271 sync_to_disk(); in test_one_step()
294 sync_to_disk(); in test_one_step()
332 sync_to_disk(); in train()
351 sync_to_disk(true); in train()
390 sync_to_disk(); in train()
408 sync_to_disk(true); in train()
1025 void sync_to_disk (
/dports/science/dlib-cpp/dlib-19.22/dlib/dnn/
H A Dtrainer.h148 sync_to_disk(force_flush == force_flush_to_disk::yes);
220 sync_to_disk(); in train_one_step()
243 sync_to_disk(); in train_one_step()
271 sync_to_disk(); in test_one_step()
294 sync_to_disk(); in test_one_step()
332 sync_to_disk(); in train()
351 sync_to_disk(true); in train()
390 sync_to_disk(); in train()
408 sync_to_disk(true); in train()
1025 void sync_to_disk (
/dports/www/trafficserver/trafficserver-9.1.1/lib/records/
H A DP_RecCore.cc582 bool sync_to_disk; in RecSyncStatsFile() local
594 sync_to_disk = false; in RecSyncStatsFile()
601 sync_to_disk = true; in RecSyncStatsFile()
606 if (sync_to_disk) { in RecSyncStatsFile()
/dports/databases/mdbx/mdbx-0.11.2/
H A Dmdbx.h++3206 /// but only by the \ref txn_managed::commit() and \ref env::sync_to_disk()
3227 /// but only by the \ref txn_managed::commit() and \ref env::sync_to_disk()
3246 inline bool sync_to_disk(bool force = true, bool nonblock = false);
3251 bool poll_sync_to_disk() { return sync_to_disk(false, true); }
4801 inline bool env::sync_to_disk(bool force, bool nonblock) { function in mdbx::env