Home
last modified time | relevance | path

Searched refs:expected_version (Results 1 – 25 of 365) sorted by relevance

12345678910>>...15

/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/sparc64/drivers/
H A Dadi-test.c327 expected_version = version[0]; in test0_prpw_aligned_1byte()
357 expected_version[TEST1_VERSION_SZ]; in test1_prpw_aligned_4096bytes() local
363 expected_version[i] = version[i]; in test1_prpw_aligned_4096bytes()
380 expected_version, version[0]); in test1_prpw_aligned_4096bytes()
397 expected_version[TEST2_VERSION_SZ]; in test2_prpw_aligned_10327bytes() local
403 expected_version[i] = version[i]; in test2_prpw_aligned_10327bytes()
420 expected_version, version[0]); in test2_prpw_aligned_10327bytes()
443 expected_version[i] = version[i]; in test3_prpw_unaligned_12541bytes()
460 expected_version, version[0]); in test3_prpw_unaligned_12541bytes()
552 if (expected_version != version) { in test5_rw_aligned_1byte()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/sparc64/drivers/
H A Dadi-test.c327 expected_version = version[0]; in test0_prpw_aligned_1byte()
357 expected_version[TEST1_VERSION_SZ]; in test1_prpw_aligned_4096bytes() local
363 expected_version[i] = version[i]; in test1_prpw_aligned_4096bytes()
380 expected_version, version[0]); in test1_prpw_aligned_4096bytes()
397 expected_version[TEST2_VERSION_SZ]; in test2_prpw_aligned_10327bytes() local
403 expected_version[i] = version[i]; in test2_prpw_aligned_10327bytes()
420 expected_version, version[0]); in test2_prpw_aligned_10327bytes()
443 expected_version[i] = version[i]; in test3_prpw_unaligned_12541bytes()
460 expected_version, version[0]); in test3_prpw_unaligned_12541bytes()
552 if (expected_version != version) { in test5_rw_aligned_1byte()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/sparc64/drivers/
H A Dadi-test.c327 expected_version = version[0]; in test0_prpw_aligned_1byte()
357 expected_version[TEST1_VERSION_SZ]; in test1_prpw_aligned_4096bytes() local
363 expected_version[i] = version[i]; in test1_prpw_aligned_4096bytes()
380 expected_version, version[0]); in test1_prpw_aligned_4096bytes()
397 expected_version[TEST2_VERSION_SZ]; in test2_prpw_aligned_10327bytes() local
403 expected_version[i] = version[i]; in test2_prpw_aligned_10327bytes()
420 expected_version, version[0]); in test2_prpw_aligned_10327bytes()
443 expected_version[i] = version[i]; in test3_prpw_unaligned_12541bytes()
460 expected_version, version[0]); in test3_prpw_unaligned_12541bytes()
552 if (expected_version != version) { in test5_rw_aligned_1byte()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/upgrade_detector/
H A Dbuild_state_unittest.cc59 const base::Version expected_version("1.2.3.4"); in TEST_F() local
67 Eq(base::Optional<base::Version>(expected_version))), in TEST_F()
70 expected_version, base::nullopt); in TEST_F()
77 const base::Version expected_version("1.2.3.4"); in TEST_F() local
87 Eq(base::Optional<base::Version>(expected_version))), in TEST_F()
92 expected_version, expected_critical); in TEST_F()
98 const base::Version expected_version("1.2.3.4"); in TEST_F() local
101 expected_version, base::nullopt); in TEST_F()
103 expected_version, base::nullopt); in TEST_F()
/dports/misc/openmvg/openMVG-2.0/src/third_party/ceres-solver/jni/
H A Dassert_ndk_version.sh61 declare -a expected_version
62 expected_version=( $(get_major_minor "$1") )
63 if [[ ${expected_version[0]} -le 4 ]]; then
89 if [[ ${actual_version[0]} -lt ${expected_version[0]} ]]; then
91 elif [[ ${actual_version[0]} -eq ${expected_version[0]} ]]; then
/dports/net-im/dino/dino-0.2.2/qlite/src/
H A Ddatabase.vala8 private long expected_version;
18 public Database(string file_name, long expected_version) {
20 this.expected_version = expected_version;
46 meta_table.create_table_at_version(expected_version);
51 t.create_table_at_version(expected_version);
53 … meta_table.insert().value(meta_name, "version").value(meta_int_val, expected_version).perform();
54 } else if (expected_version != old_version) {
59 t.add_columns_for_version(old_version, expected_version);
63 t.delete_columns_for_version(old_version, expected_version);
66 … meta_table.insert().value(meta_name, "version").value(meta_int_val, expected_version).perform();
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/component_updater/
H A Dsmart_dim_component_installer.cc93 std::string expected_version) in SmartDimComponentInstallerPolicy() argument
94 : expected_version_(expected_version) {} in SmartDimComponentInstallerPolicy()
152 const base::Version expected_version(expected_version_); in VerifyInstallation() local
153 if (component_version != expected_version) { in VerifyInstallation()
155 << " doesn't match expected_version " << expected_version; in VerifyInstallation()
199 const std::string expected_version = kVersion.Get(); in RegisterSmartDimComponent() local
201 if (expected_version.empty()) { in RegisterSmartDimComponent()
207 if (expected_version == kDefaultVersion) in RegisterSmartDimComponent()
213 std::make_unique<SmartDimComponentInstallerPolicy>(expected_version)); in RegisterSmartDimComponent()
/dports/databases/galera26/galera-release_26.4.10/wsrep/tests/
H A Dwsrep_loader_test.c37 char expected_version[128] = {0}; in wsrep_load_unload() local
45 snprintf(expected_version, sizeof(expected_version) - 1, in wsrep_load_unload()
47 if (strcmp(wsrep->provider_version, expected_version)) in wsrep_load_unload()
50 wsrep->provider_version, expected_version); in wsrep_load_unload()
/dports/databases/galera/galera-release_25.3.35/wsrep/tests/
H A Dwsrep_loader_test.c37 char expected_version[128] = {0}; in wsrep_load_unload() local
45 snprintf(expected_version, sizeof(expected_version) - 1, in wsrep_load_unload()
47 if (strcmp(wsrep->provider_version, expected_version)) in wsrep_load_unload()
50 wsrep->provider_version, expected_version); in wsrep_load_unload()
/dports/sysutils/yadm/yadm-3.1.1/test/
H A Dtest_version.py8 def expected_version(yadm): function
22 def test_semantic_version(expected_version): argument
25 assert re.search(r'^\d+\.\d+\.\d+$', expected_version), (
31 runner, yadm_cmd, cmd, expected_version): argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/browser/
H A Dcrx_file_info.cc26 expected_version(other.expected_version) { in CRXFileInfo()
36 expected_version == that.expected_version; in operator ==()
/dports/devel/py-microversion-parse/microversion_parse-1.0.1/microversion_parse/tests/
H A Dtest_headers_from_wsgi_environ.py47 expected_version = '2.1'
50 self.assertEqual(expected_version, version)
56 expected_version = '2.1'
61 self.assertEqual(expected_version, version)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/support/helpers/
H A Dtest_env.rb561 def component_needs_update?(component_folder, expected_version) argument
565 return false if component_matches_git_sha?(component_folder, expected_version)
567 return false if component_ahead_of_target?(component_folder, expected_version)
574 version != expected_version
579 def component_ahead_of_target?(component_folder, expected_version) argument
587 #{expected_version} HEAD
593 def component_matches_git_sha?(component_folder, expected_version) argument
595 return false unless expected_version =~ ::Gitlab::Git::COMMIT_ID
602 expected_version == sha.chomp
/dports/audio/praat/praat-6.2.03/external/espeak/
H A Derror.cpp49 (*context)->expected_version = 0; in create_file_error_context()
58 int expected_version) in create_version_mismatch_error_context() argument
71 (*context)->expected_version = expected_version; in create_version_mismatch_error_context()
165 …t \"", Melder_peek8to32 (context->name), U"\" (expected ", context->expected_version, U", got ", c… in espeak_ng_PrintStatusCodeMessage()
/dports/devel/py-ddtrace/ddtrace-0.56.1/scripts/
H A Dvalidate-version9 def main(root, expected_version):
12 if version != expected_version:
13 …sys.stderr.write("Version {!r} does not match expected {!r}\r\n".format(version, expected_version))
/dports/devel/py-prompt-toolkit2/prompt_toolkit-2.0.10/prompt_toolkit/key_binding/
H A Dkey_bindings.py429 expected_version = self.key_bindings._version
431 if self._last_version != expected_version:
447 self._last_version = expected_version
469 expected_version = tuple(r._version for r in self.registries)
471 if self._last_version != expected_version:
478 self._last_version = expected_version
529 expected_version = self.key_bindings._version
531 if self._last_version != expected_version:
539 self._last_version = expected_version
/dports/devel/py-lineedit/lineedit-0.1.6/lineedit/deps/prompt_toolkit/key_binding/
H A Dkey_bindings.py429 expected_version = self.key_bindings._version
431 if self._last_version != expected_version:
447 self._last_version = expected_version
469 expected_version = tuple(r._version for r in self.registries)
471 if self._last_version != expected_version:
478 self._last_version = expected_version
529 expected_version = self.key_bindings._version
531 if self._last_version != expected_version:
539 self._last_version = expected_version
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/webdatabase/
H A Ddatabase_manager.cc136 const String& expected_version, in OpenDatabaseInternal() argument
148 backend_context, name, expected_version, display_name, estimated_size); in OpenDatabaseInternal()
172 const String& expected_version, in OpenDatabase() argument
182 context, name, expected_version, display_name, estimated_size, in OpenDatabase()
189 database, context->GetSecurityOrigin()->Host(), name, expected_version); in OpenDatabase()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/webdatabase/
H A Ddatabase_manager.cc136 const String& expected_version, in OpenDatabaseInternal() argument
148 backend_context, name, expected_version, display_name, estimated_size); in OpenDatabaseInternal()
172 const String& expected_version, in OpenDatabase() argument
182 context, name, expected_version, display_name, estimated_size, in OpenDatabase()
189 database, context->GetSecurityOrigin()->Host(), name, expected_version); in OpenDatabase()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/tests/acceptance/
H A Dtesseract_utils.py14 def tesseract_available(expected_version):
24 return int(version.split('.')[0]) == expected_version
30 return int(match.groups()[0]) == expected_version
/dports/emulators/qemu/qemu-6.2.0/tests/avocado/
H A Dtesseract_utils.py14 def tesseract_available(expected_version): argument
24 return int(version.split('.')[0]) == expected_version
30 return int(match.groups()[0]) == expected_version
/dports/emulators/qemu60/qemu-6.0.0/tests/acceptance/
H A Dtesseract_utils.py14 def tesseract_available(expected_version): argument
24 return int(version.split('.')[0]) == expected_version
30 return int(match.groups()[0]) == expected_version
/dports/www/py-quilt3/quilt3-3.6.0/tests/
H A Dtest_workflows.py86 for version_string, expected_version in self.versions.items():
87 expected_version = workflows.ConfigDataVersion._make(expected_version)
88 with self.subTest(version_string=version_string, expected_version=expected_version):
89 assert workflows.ConfigDataVersion.parse(version_string) == expected_version
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/bindgen/src/
H A Dmain.rs27 let expected_version = if cfg!(feature = "testing_only_libclang_4") { in main() localVariable
40 Some(version) if version != expected_version => { in main()
41 warn!("Using clang {:?}, expected {:?}", version, expected_version); in main()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/bindgen-0.51.1/src/
H A Dmain.rs27 let expected_version = if cfg!(feature = "testing_only_libclang_4") { in main() localVariable
40 Some(version) if version != expected_version => { in main()
41 warn!("Using clang {:?}, expected {:?}", version, expected_version); in main()

12345678910>>...15