Home
last modified time | relevance | path

Searched refs:algorithmVersion (Results 1 – 13 of 13) sorted by relevance

/dports/biology/ugene/ugene-40.1/src/plugins/smith_waterman/src/
H A DPairwiseAlignmentSmithWatermanGUIExtension.cpp62 algorithmVersion->addItems(alg_lst); in initParameters()
64algorithmVersion->setCurrentIndex(algorithmVersion->findText(externSettings->value(PairwiseAlignme… in initParameters()
110 …innerSettings.insert(PairwiseAlignmentTaskSettings::REALIZATION_NAME, algorithmVersion->currentTex… in fillInnerSettings()
113 …PairwiseAlignmentSmithWatermanTaskSettings::PA_SW_REALIZATION_NAME, algorithmVersion->currentText(… in fillInnerSettings()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/lib/output/
H A DFileOutputCommitter.java69 private final int algorithmVersion; field in FileOutputCommitter
97 algorithmVersion = in FileOutputCommitter()
100 LOG.info("File Output Committer Algorithm version is " + algorithmVersion); in FileOutputCommitter()
101 if (algorithmVersion != 1 && algorithmVersion != 2) { in FileOutputCommitter()
324 if (algorithmVersion == 1) { in commitJob()
395 if (algorithmVersion == 1) { in renameOrMerge()
471 if (algorithmVersion == 1) { in commitTask()
569 if (algorithmVersion == 1) { in recoverTask()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/SqlClient/
H A DSqlAes256CbcFactory.cs52 const byte algorithmVersion = 0x1; in Create()
63 algorithmKeyBuilder.Append(algorithmVersion); in Create()
75 … aesAlgorithm = new SqlAes256CbcAlgorithm(encryptedKey, encryptionType, algorithmVersion); in Create()
H A DSqlAeadAes256CbcHmac256Factory.cs48 const byte algorithmVersion = 0x1; in Create()
59 algorithmKeyBuilder.Append(algorithmVersion); in Create()
70 …esAlgorithm = new SqlAeadAes256CbcHmac256Algorithm(encryptedKey, encryptionType, algorithmVersion); in Create()
H A DSqlAes256CbcAlgorithm.cs41 …cHmac256EncryptionKey encryptionKey, SqlClientEncryptionType encryptionType, byte algorithmVersion) in SqlAes256CbcAlgorithm() argument
42 :base(encryptionKey, encryptionType, algorithmVersion) in SqlAes256CbcAlgorithm()
H A DSqlAeadAes256CbcHmac256Algorithm.cs106 …mac256EncryptionKey encryptionKey, SqlClientEncryptionType encryptionType, byte algorithmVersion) { in SqlAeadAes256CbcHmac256Algorithm() argument
108 _algorithmVersion = algorithmVersion; in SqlAeadAes256CbcHmac256Algorithm()
109 _version[0] = algorithmVersion; in SqlAeadAes256CbcHmac256Algorithm()
112 …Debug.Assert (0x01 == algorithmVersion, "Unknown algorithm version passed to AeadAes256CbcHmac256"… in SqlAeadAes256CbcHmac256Algorithm()
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmsr/libcmr/
H A Dtid4019.cc44 const OFString &algorithmVersion, in setIdentification() argument
56 CHECK_RESULT(subTree.getCurrentContentItem().setStringValue(algorithmVersion, check)); in setIdentification()
H A Dtid1419m.cc366 … const OFString &algorithmVersion, in setAlgorithmIdentification() argument
371 if (!algorithmName.empty() && !algorithmVersion.empty()) in setAlgorithmIdentification()
377 … result = getAlgorithmIdentification().setIdentification(algorithmName, algorithmVersion, check); in setAlgorithmIdentification()
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmsr/include/dcmtk/dcmsr/cmr/
H A Dtid4019.h49 const OFString &algorithmVersion,
H A Dtid1419m.h222 const OFString &algorithmVersion,
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/GDCM/src/gdcm/Source/MediaStorageAndFileFormat/
H A DgdcmSurfaceWriter.cxx756 const char * algorithmVersion = surface->GetAlgorithmVersion(); in PrepareWrite() local
757 if (strcmp(algorithmVersion, "") != 0) in PrepareWrite()
762 algorithmVersionAt.SetValue( algorithmVersion ); in PrepareWrite()
/dports/devel/gdcm/gdcm-3.0.10/Source/MediaStorageAndFileFormat/
H A DgdcmSurfaceWriter.cxx753 const char * algorithmVersion = surface->GetAlgorithmVersion(); in PrepareWrite() local
754 if (strcmp(algorithmVersion, "") != 0) in PrepareWrite()
759 algorithmVersionAt.SetValue( algorithmVersion ); in PrepareWrite()
/dports/biology/ugene/ugene-40.1/src/plugins/GUITestBase/src/tests/common_scenarios/options_panel/msa/
H A DGTTestsOptionPanelMSA.cpp2361 QComboBox *algorithmVersion = GTWidget::findExactWidget<QComboBox *>(os, "algorithmVersion"); in GUI_TEST_CLASS_DEFINITION() local
2367 GTComboBox::selectItemByText(os, algorithmVersion, "SW_classic"); in GUI_TEST_CLASS_DEFINITION()
2380 algorithmVersion = GTWidget::findExactWidget<QComboBox *>(os, "algorithmVersion"); in GUI_TEST_CLASS_DEFINITION()
2388 …CHECK_SET_ERR(algorithmVersion->currentText() == "SW_classic", QString("unexpected algorithm: %1")… in GUI_TEST_CLASS_DEFINITION()