Home
last modified time | relevance | path

Searched refs:syncMode (Results 1 – 25 of 132) sorted by relevance

123456

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/
H A Dwrite_concern_options_test.cpp69 ASSERT_TRUE(WriteConcernOptions::SyncMode::JOURNAL == options.syncMode); in TEST()
78 ASSERT_TRUE(WriteConcernOptions::SyncMode::FSYNC == options.syncMode); in TEST()
87 ASSERT_TRUE(WriteConcernOptions::SyncMode::NONE == options.syncMode); in TEST()
96 ASSERT_TRUE(WriteConcernOptions::SyncMode::UNSET == options.syncMode); in TEST()
111 ASSERT_TRUE(WriteConcernOptions::SyncMode::UNSET == options.syncMode); in TEST()
121 ASSERT_TRUE(WriteConcernOptions::SyncMode::UNSET == options.syncMode); in TEST()
130 ASSERT_TRUE(WriteConcernOptions::SyncMode::UNSET == options.syncMode); in TEST()
145 ASSERT_TRUE(WriteConcernOptions::SyncMode::UNSET == options.syncMode); in _testIgnoreWriteConcernField()
H A Dwrite_concern_options.cpp88 : syncMode(sync), wNumNodes(numNodes), wTimeout(durationCount<Milliseconds>(timeout)) {} in WriteConcernOptions()
93 : syncMode(sync), wNumNodes(0), wMode(mode), wTimeout(durationCount<Milliseconds>(timeout)) {} in WriteConcernOptions()
141 syncMode = SyncMode::JOURNAL; in parse()
143 syncMode = SyncMode::FSYNC; in parse()
145 syncMode = SyncMode::NONE; in parse()
210 if (syncMode == SyncMode::FSYNC) { in toBSON()
212 } else if (syncMode == SyncMode::JOURNAL) { in toBSON()
214 } else if (syncMode == SyncMode::NONE) { in toBSON()
H A Dwrite_concern.cpp105 if (writeConcern.syncMode == WriteConcernOptions::SyncMode::JOURNAL && in validateWriteConcern()
160 invariant(writeConcern.syncMode != WriteConcernOptions::SyncMode::FSYNC || in appendTo()
184 switch (writeConcernWithPopulatedSyncMode.syncMode) { in waitForWriteConcern()
240 writeConcernWithPopulatedSyncMode.syncMode == in waitForWriteConcern()
H A Dwrite_concern_options.h91 syncMode = SyncMode::UNSET; in reset()
101 SyncMode syncMode; member
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/Widevine/Type/
H A DWidevineRepositorySyncJobData.php53 if(count($xml->syncMode))
54 $this->syncMode = (int)$xml->syncMode;
66 public $syncMode = null; variable in Kaltura\\Client\\Plugin\\Widevine\\Type\\WidevineRepositorySyncJobData
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/javax/sound/midi/Sequencer/
H A DToString.java33 Sequencer.SyncMode syncMode = new Sequencer.SyncMode("nameToTest"){}; in main() local
34 if (!syncMode.toString().equals("nameToTest")) { in main()
35 throw new RuntimeException("wrong string: " + syncMode); in main()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/javax/sound/midi/Sequencer/
H A DToString.java33 Sequencer.SyncMode syncMode = new Sequencer.SyncMode("nameToTest"){}; in main() local
34 if (!syncMode.toString().equals("nameToTest")) { in main()
35 throw new RuntimeException("wrong string: " + syncMode); in main()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/javax/sound/midi/Sequencer/
H A DToString.java33 Sequencer.SyncMode syncMode = new Sequencer.SyncMode("nameToTest"){}; in main() local
34 if (!syncMode.toString().equals("nameToTest")) { in main()
35 throw new RuntimeException("wrong string: " + syncMode); in main()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/tests/integration/targets/keycloak_identity_provider/tasks/
H A Dmain.yml31 syncMode: FORCE
39 syncMode: "INHERIT"
46 syncMode: "INHERIT"
80 syncMode: FORCE
88 syncMode: "INHERIT"
95 syncMode: "INHERIT"
/dports/audio/mixxx/mixxx-2.3.0/src/engine/sync/
H A Dsynccontrol.cpp350 SyncMode syncMode = getSyncMode(); in trackBeatsUpdated() local
351 if (syncMode == SYNC_MASTER_SOFT || syncMode == SYNC_FOLLOWER) { in trackBeatsUpdated()
425 SyncMode syncMode = getSyncMode(); in setLocalBpm() local
426 if (syncMode <= SYNC_NONE) { in setLocalBpm()
432 if (syncMode == SYNC_FOLLOWER) { in setLocalBpm()
439 DEBUG_ASSERT(isMaster(syncMode)); in setLocalBpm()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/s/
H A Dmigration_secondary_throttle_options_test.cpp95 static_cast<int>(writeConcern.syncMode)); in TEST()
110 static_cast<int>(writeConcern.syncMode)); in TEST()
147 static_cast<int>(writeConcern.syncMode)); in TEST()
161 static_cast<int>(writeConcern.syncMode)); in TEST()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/declarative/util/
H A Dqdeclarativetimeline.cpp129 QDeclarativeTimeLine::SyncMode syncMode; member
135 : length(0), syncPoint(0), q(parent), clockRunning(false), prevTime(0), order(0), syncMode(QDeclara… in QDeclarativeTimeLinePrivate()
172 if (syncMode == QDeclarativeTimeLine::LocalSync) { in add()
340 QDeclarativeTimeLine::SyncMode QDeclarativeTimeLine::syncMode() const in syncMode() function in QDeclarativeTimeLine
342 return d->syncMode; in syncMode()
348 void QDeclarativeTimeLine::setSyncMode(SyncMode syncMode) in setSyncMode() argument
350 d->syncMode = syncMode; in setSyncMode()
853 if (d->syncMode == QDeclarativeTimeLine::LocalSync) { in remove()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/quick/util/
H A Dqquicktimeline.cpp130 QQuickTimeLine::SyncMode syncMode; member
136 : length(0), syncPoint(0), q(parent), clockRunning(false), prevTime(0), order(0), syncMode(QQuickTi… in QQuickTimeLinePrivate()
173 if (syncMode == QQuickTimeLine::LocalSync) { in add()
341 QQuickTimeLine::SyncMode QQuickTimeLine::syncMode() const in syncMode() function in QQuickTimeLine
343 return d->syncMode; in syncMode()
349 void QQuickTimeLine::setSyncMode(SyncMode syncMode) in setSyncMode() argument
351 d->syncMode = syncMode; in setSyncMode()
862 if (d->syncMode == QQuickTimeLine::LocalSync) { in remove()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/quick/util/
H A Dqquicktimeline.cpp130 QQuickTimeLine::SyncMode syncMode; member
136 : length(0), syncPoint(0), q(parent), clockRunning(false), prevTime(0), order(0), syncMode(QQuickTi… in QQuickTimeLinePrivate()
173 if (syncMode == QQuickTimeLine::LocalSync) { in add()
341 QQuickTimeLine::SyncMode QQuickTimeLine::syncMode() const in syncMode() function in QQuickTimeLine
343 return d->syncMode; in syncMode()
349 void QQuickTimeLine::setSyncMode(SyncMode syncMode) in setSyncMode() argument
351 d->syncMode = syncMode; in setSyncMode()
862 if (d->syncMode == QQuickTimeLine::LocalSync) { in remove()
/dports/net/rclone/rclone-1.57.0/vfs/
H A Dmake_open_tests.go230 for _, syncMode := range []int{0, os.O_SYNC} {
231 flags4 := flags3 | syncMode
233 if syncMode != 0 {
/dports/ftp/sftpgo/sftpgo-2.2.0/vendor/github.com/eikenb/pipeat/
H A Dpipeat.go38 syncMode bool // if true the writer is only allowed to write until the reader requested member
116 if !f.syncMode {
160 if !f.syncMode {
215 fp.syncMode = !asyncWriter
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/les/
H A Dsync_test.go44 func testCheckpointSyncing(t *testing.T, protocol int, syncMode int) {
70 if syncMode == 1 || syncMode == 2 {
79 if syncMode == 1 {
/dports/emulators/hatari/hatari-2.2.1/src/falcon/
H A Dvidel.c189 Uint8 syncMode = IoMem_ReadByte(0xff820a); in VIDEL_SyncMode_WriteByte() local
190 LOG_TRACE(TRACE_VIDEL, "Videl : $ff820a Sync Mode write: 0x%02x\n", syncMode); in VIDEL_SyncMode_WriteByte()
193 syncMode &= 0xfd; in VIDEL_SyncMode_WriteByte()
195 syncMode |= 0x2; in VIDEL_SyncMode_WriteByte()
197 IoMem_WriteByte(0xff820a, syncMode); in VIDEL_SyncMode_WriteByte()
/dports/astro/stellarium/stellarium-0.21.3/plugins/RemoteSync/src/
H A DRemoteSync.cpp169 QString syncMode = argsGetOptionWithArg(args,"","--syncMode","").toString(); in init() local
173 if(syncMode=="server") in init()
180 else if(syncMode=="client") in init()
/dports/sysutils/rsyslog8/rsyslog-8.2112.0/runtime/
H A Dlib_ksils12.h96 uint8_t syncMode; member
207 #define rsksiSetSyncMode(ctx, val) ((ctx)->syncMode = val)
/dports/science/jmol/jmol-14.32.7/src/org/jmol/viewer/
H A DStatusManager.java598 void setSyncDriver(int syncMode) { in setSyncDriver() argument
605 if (stereoSync && syncMode != SYNC_ENABLE) { in setSyncDriver()
609 switch (syncMode) { in setSyncDriver()
637 vwr.appletName + " sync mode=" + syncMode + in setSyncDriver()
925 int syncMode = getSyncMode(); in syncScript() local
926 if (syncMode == StatusManager.SYNC_OFF) in syncScript()
928 if (syncMode != StatusManager.SYNC_DRIVER) in syncScript()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/repl/
H A Dreplication_coordinator_mock.cpp485 if (wc.syncMode == WriteConcernOptions::SyncMode::UNSET) { in populateUnsetWriteConcernOptionsSyncMode()
487 wc.syncMode = WriteConcernOptions::SyncMode::JOURNAL; in populateUnsetWriteConcernOptionsSyncMode()
489 wc.syncMode = WriteConcernOptions::SyncMode::NONE; in populateUnsetWriteConcernOptionsSyncMode()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/
H A DSynchronizeView.java755 String syncMode = null; in setStatusLineMessage() local
759 syncMode = Utils.getString("action.directionFilterIncoming.tooltip", bundle); //$NON-NLS-1$ in setStatusLineMessage()
762 syncMode = Utils.getString("action.directionFilterOutgoing.tooltip", bundle); //$NON-NLS-1$ in setStatusLineMessage()
765 syncMode = Utils.getString("action.directionFilterBoth.tooltip", bundle); //$NON-NLS-1$ in setStatusLineMessage()
768 syncMode = Utils.getString("action.directionFilterConflicts.tooltip", bundle); //$NON-NLS-1$ in setStatusLineMessage()
773 if (viewSite != null && syncMode != null) { in setStatusLineMessage()
776 new String[] { description, syncMode })); in setStatusLineMessage()
/dports/devel/sope2/SOPE/sope-mime/NGImap4/
H A DNGImap4Context.m86 self->syncMode = NO;
805 if (self->syncMode)
808 [self logWithFormat:@"WARNING: resetSync has no effect if syncMode == NO"];
812 return self->syncMode;
816 self->syncMode = YES;
821 self->syncMode = NO;
949 if (self->syncMode)
/dports/devel/sope/SOPE/sope-mime/NGImap4/
H A DNGImap4Context.m86 self->syncMode = NO;
805 if (self->syncMode)
808 [self logWithFormat:@"WARNING: resetSync has no effect if syncMode == NO"];
812 return self->syncMode;
816 self->syncMode = YES;
821 self->syncMode = NO;
949 if (self->syncMode)

123456