Home
last modified time | relevance | path

Searched full:current_version (Results 1 – 25 of 645) sorted by relevance

12345678910>>...26

/aosp_15_r20/external/grpc-grpc/tools/bazelify_tests/
H A Ddockerimage_current_versions.bzl17 It makes the info from testing docker image *.current_version files
22 …"third_party/rake-compiler-dock/rake_aarch64-linux.current_version": "docker://us-docker.pkg.dev/g…
23 …"third_party/rake-compiler-dock/rake_arm64-darwin.current_version": "docker://us-docker.pkg.dev/gr…
24 …"third_party/rake-compiler-dock/rake_x64-mingw-ucrt.current_version": "docker://us-docker.pkg.dev/…
25 …"third_party/rake-compiler-dock/rake_x64-mingw32.current_version": "docker://us-docker.pkg.dev/grp…
26 …"third_party/rake-compiler-dock/rake_x86-linux.current_version": "docker://us-docker.pkg.dev/grpc-…
27 …"third_party/rake-compiler-dock/rake_x86-mingw32.current_version": "docker://us-docker.pkg.dev/grp…
28 …"third_party/rake-compiler-dock/rake_x86_64-darwin.current_version": "docker://us-docker.pkg.dev/g…
29 …"third_party/rake-compiler-dock/rake_x86_64-linux.current_version": "docker://us-docker.pkg.dev/gr…
30 …"tools/dockerfile/distribtest/cpp_debian10_aarch64_cross_x64.current_version": "docker://us-docker…
[all …]
/aosp_15_r20/external/grpc-grpc/tools/bazelify_tests/test/
H A DBUILD36 docker_image_version = "tools/dockerfile/test/cxx_debian11_x64.current_version",
45 docker_image_version = "tools/dockerfile/test/cxx_debian11_x64.current_version",
54 docker_image_version = "tools/dockerfile/test/cxx_debian11_x64.current_version",
63 docker_image_version = "tools/dockerfile/test/cxx_debian11_x64.current_version",
73 docker_image_version = "tools/dockerfile/test/ruby_debian11_x64.current_version",
84 docker_image_version = "tools/dockerfile/test/ruby_debian11_x64.current_version",
96 docker_image_version = "tools/dockerfile/test/php7_debian11_x64.current_version",
105 docker_image_version = "tools/dockerfile/test/php7_debian11_x64.current_version",
115 docker_image_version = "tools/dockerfile/test/python_debian11_default_x64.current_version",
125 docker_image_version = "tools/dockerfile/test/csharp_debian11_x64.current_version",
[all …]
H A Dportability_tests.bzl37 docker_image_version = "tools/dockerfile/test/cxx_debian11_x86.current_version",
48 docker_image_version = "tools/dockerfile/test/cxx_debian11_x64.current_version",
56 ["gcc_7", "", "tools/dockerfile/test/cxx_gcc_8_x64.current_version"],
57 …igure_extra_args=-DCMAKE_CXX_STANDARD=20", "tools/dockerfile/test/cxx_gcc_12_x64.current_version"],
58 …-DgRPC_SSL_PROVIDER=package", "tools/dockerfile/test/cxx_debian11_openssl102_x64.current_version"],
59 …-DgRPC_SSL_PROVIDER=package", "tools/dockerfile/test/cxx_debian11_openssl111_x64.current_version"],
60 …-DgRPC_SSL_PROVIDER=package", "tools/dockerfile/test/cxx_debian12_openssl309_x64.current_version"],
61 ["gcc_musl", "", "tools/dockerfile/test/cxx_alpine_x64.current_version"],
62 …extra_args=-DCMAKE_CXX_COMPILER=clang++", "tools/dockerfile/test/cxx_clang_6_x64.current_version"],
63 …xtra_args=-DCMAKE_CXX_COMPILER=clang++", "tools/dockerfile/test/cxx_clang_17_x64.current_version"],
[all …]
/aosp_15_r20/external/grpc-grpc/tools/dockerfile/
H A Dpush_testing_images.sh29 # CHECK_MODE: if set, the script will check that all the .current_version files are up-to-date (us…
72 # Check that there are no stale .current_version files (for which the corresponding
74 for CURRENTVERSION_FILE in $(find tools/ third_party/rake-compiler-dock -name '*.current_version')
76 DOCKERFILE_DIR="$(echo ${CURRENTVERSION_FILE} | sed 's/.current_version$//')"
79 …echo "Found that ${DOCKERFILE_DIR} has '.current_version' file but there is no corresponding Docke…
114 …{DOCKER_IMAGE_TAG}@${DOCKER_IMAGE_DIGEST_REMOTE}$" ${DOCKERFILE_DIR}.current_version >/dev/null ||…
124 …echo "CHECK FAILED: Version file ${DOCKERFILE_DIR}.current_version is not in sync with info from a…
131 …R_IMAGE_NAME}:${DOCKER_IMAGE_TAG}@${DOCKER_IMAGE_DIGEST_REMOTE}" >${DOCKERFILE_DIR}.current_version
147 # if the .current_version file doesn't exist or it doesn't contain the right SHA checksum,
150 …DOCKER_IMAGE_NAME}:${DOCKER_IMAGE_TAG}@sha256:.*$" ${DOCKERFILE_DIR}.current_version >/dev/null ||…
[all …]
/aosp_15_r20/external/cronet/base/version_info/
H A Dversion_string.cc12 std::string current_version; in GetVersionStringWithModifier() local
13 current_version += GetVersionNumber(); in GetVersionStringWithModifier()
15 current_version += " (Developer Build "; in GetVersionStringWithModifier()
16 current_version += GetLastChange(); in GetVersionStringWithModifier()
17 current_version += " "; in GetVersionStringWithModifier()
18 current_version += GetOSType(); in GetVersionStringWithModifier()
19 current_version += ")"; in GetVersionStringWithModifier()
22 current_version += " " + modifier; in GetVersionStringWithModifier()
24 return current_version; in GetVersionStringWithModifier()
/aosp_15_r20/external/skia/bin/
H A Dfetch-fonts-testdata47 current_version = { variable
53 current_version = json.load(f) variable
57 if desired_version != current_version['version']:
59 desired_version, current_version['version']))
60 elif current_sha256 != current_version['sha256']:
62 current_sha256, current_version['sha256']))
78 current_version['version'] = desired_version
79 current_version['sha256'] = sha256sum(zip_archive_path)
81 json.dump(current_version, f, sort_keys=True, indent=2)
H A Dfetch-sk55 current_version = { variable
61 current_version = json.load(f) variable
65 if desired_version != current_version['version']:
67 desired_version, current_version['version']))
68 elif current_sha256 != current_version['sha256']:
70 current_sha256, current_version['sha256']))
96 current_version['version'] = desired_version
97 current_version['sha256'] = sha256sum(sk_path)
99 json.dump(current_version, f, sort_keys=True, indent=2)
H A Dfetch-ninja59 current_version = { variable
65 current_version = json.load(f) variable
69 if desired_version != current_version['version']:
71 desired_version, current_version['version']))
72 elif current_sha256 != current_version['sha256']:
74 current_sha256, current_version['sha256']))
100 current_version['version'] = desired_version
101 current_version['sha256'] = sha256sum(ninja_path)
103 json.dump(current_version, f, sort_keys=True, indent=2)
/aosp_15_r20/external/pytorch/torch/csrc/jit/operator_upgraders/
H A Dutils.cpp15 size_t current_version) { in findUpgrader() argument
17 // 1. the version entry must be greater than current_version in findUpgrader()
23 [current_version](const UpgraderEntry& entry) { in findUpgrader()
24 return entry.bumped_at_version > static_cast<int>(current_version); in findUpgrader()
35 size_t current_version) { in isOpCurrentBasedOnUpgraderEntries() argument
38 if (latest_update > static_cast<int>(current_version)) { in isOpCurrentBasedOnUpgraderEntries()
44 bool isOpSymbolCurrent(const std::string& name, size_t current_version) { in isOpSymbolCurrent() argument
47 return isOpCurrentBasedOnUpgraderEntries(it->second, current_version); in isOpSymbolCurrent()
/aosp_15_r20/external/toolchain-utils/rust_tools/
H A Drust_uprev_test.py623 self.current_version = rust_uprev.RustVersion(1, 2, 3)
632 f"dev-lang/rust-{self.current_version}"
636 f"dev-lang/rust-{self.current_version}\n"
651 f"dev-lang/rust-{self.current_version}\n"
655 f"dev-lang/rust-{self.current_version}\n"
673 self.current_version = rust_uprev.RustVersion(1, 2, 3)
684 / f"dev-lang/rust/rust-{self.current_version}.ebuild"
691 "dev-lang", "rust", self.current_version, self.new_version
707 / f"dev-lang/rust-host/rust-host-{self.current_version}.ebuild"
714 "dev-lang", "rust-host", self.current_version, self.new_version
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/dockerfile/
Dpush_testing_images.sh29 # CHECK_MODE: if set, the script will check that all the .current_version files are up-to-date (us…
97 …{DOCKER_IMAGE_TAG}@${DOCKER_IMAGE_DIGEST_REMOTE}$" ${DOCKERFILE_DIR}.current_version >/dev/null ||…
107 …echo "CHECK FAILED: Version file ${DOCKERFILE_DIR}.current_version is not in sync with info from a…
114 …R_IMAGE_NAME}:${DOCKER_IMAGE_TAG}@${DOCKER_IMAGE_DIGEST_REMOTE}" >${DOCKERFILE_DIR}.current_version
130 # if the .current_version file doesn't exist or it doesn't contain the right SHA checksum,
133 …{DOCKER_IMAGE_NAME}:${DOCKER_IMAGE_TAG}@sha256:.*" ${DOCKERFILE_DIR}.current_version >/dev/null ||…
143 …file for ${DOCKER_IMAGE_NAME} has changed, but the ${DOCKERFILE_DIR}.current_version is not up to …
168 …ER_IMAGE_NAME}:${DOCKER_IMAGE_TAG}@${DOCKER_IMAGE_DIGEST_LOCAL}" >${DOCKERFILE_DIR}.current_version
178 …# TODO(jtattermusch): check there are no extra current_version files (for which there isn't a corr…
/aosp_15_r20/external/python/cpython2/Doc/tools/static/
Dswitchers.js26 function build_version_select(current_version, current_release) { argument
31 if (version == current_version)
77 var current_version = version_segment_in_url(url);
78 var new_url = url.replace('.org/' + current_language + current_version,
83 url.replace('.org/' + current_language + current_version,
96 var current_version = version_segment_in_url(url);
99 var new_url = url.replace('.org/' + current_language + current_version,
100 '.org/' + selected_language + current_version);
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveNoQXDMLogTest.py609 current_version = get_carrier_config_version(ad)
610 if current_version == cc_version_mapping[self.dut_operator]:
612 current_version, time_var)
667 current_version = get_carrier_id_version(ad)
668 if current_version == CARRIER_ID_VERSION:
670 current_version, time_var)
729 current_version = get_carrier_id_version(ad)
730 if current_version == CARRIER_ID_VERSION:
732 current_version, time_var)
749 current_version = get_carrier_id_version(ad)
[all …]
/aosp_15_r20/external/wayland/
H A Dimport_official_snapshot.py110 def determine_files_to_preserve(current_version): argument
113 current_official_files = get_git_files(current_version)
258 current_version = metadata_read_current_version()
263 preserve_files = determine_files_to_preserve(current_version)
270 new_files = get_git_files(args.version or current_version)
298 print(f'Importing {current_version} to validate all current fixups')
299 import_sources(current_version, preserve_files, update_metdata=False)
300 patch_hashes = apply_and_reexport_patches(current_version, patch_files)
308 {current_version} and applying the Android fixups.
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/tools/ci_build/
H A Dupdate_version.py56 def update_version(path, current_version, new_version): argument
60 "_VERSION = '%s'" % current_version,
106 current_version = get_current_version(path)
107 if not current_version:
109 new_version = args.version if args.version else current_version
115 print("Updating version from %s to %s" % (current_version, new_version))
116 update_version(path, current_version, new_version)
/aosp_15_r20/tools/external_updater/
H A Dexternal_updater.py139 if updater.latest_version is not None and updater.current_version != updater.latest_version:
147 current_version = updater.current_version
151 print(f'Current version: {current_version}')
165 def find_ver_types(current_version: str) -> Tuple[str, str]:
166 if git_utils.is_commit(current_version):
178 latest_ver_type, alternative_ver_type = find_ver_types(updater.current_version)
282 res['current'] = updater.current_version
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dsaved_variable.cpp29 // don't have to check here since it'll fail when querying `current_version` in SavedVariable()
158 auto current_version = impl::version_counter(data_).current_version(); in unpack() local
160 if (saved_version_ != current_version) { in unpack()
175 message << " is at version " << current_version << "; expected version " in unpack()
239 const auto version = impl::version_counter(data).current_version(); in set_hooks_and_pack_data()
242 version == impl::version_counter(data).current_version(), in set_hooks_and_pack_data()
/aosp_15_r20/packages/modules/HealthFitness/tests/unittests/src/com/android/server/healthconnect/storage/
DDevelopmentDatabaseHelperTest.java142 // version CURRENT_VERSION should be created. in testDropAndCreateDevelopmentSettings_existent_overwrites()
163 db, DevelopmentDatabaseHelper.CURRENT_VERSION); in testOnOpen_notDevelopment_deletesDevelopmentTables()
180 db, DevelopmentDatabaseHelper.CURRENT_VERSION); in testOnOpen_isDevelopmentHasDevelopmentTables_noChange()
187 .isEqualTo(DevelopmentDatabaseHelper.CURRENT_VERSION); in testOnOpen_isDevelopmentHasDevelopmentTables_noChange()
196 db, DevelopmentDatabaseHelper.CURRENT_VERSION - 1); in testOnOpen_oldDevelopmentSettingsTable_createsNew()
201 .isEqualTo(DevelopmentDatabaseHelper.CURRENT_VERSION); in testOnOpen_oldDevelopmentSettingsTable_createsNew()
/aosp_15_r20/external/aws-sdk-java-v2/buildspecs/
H A Darchetype-native-image-test.yml9 - CURRENT_VERSION=$(cat pom.xml | grep "<version>" | head -1 | cut -d\> -f 2 | cut -d\< -f 1)
10 - echo "Current version is $CURRENT_VERSION"
17 -DarchetypeVersion=$CURRENT_VERSION \
36 -DarchetypeVersion=$CURRENT_VERSION \
55 -DarchetypeVersion=$CURRENT_VERSION \
/aosp_15_r20/external/nanohttpd/
H A DREADME.md155 <version>CURRENT_VERSION</version>
159 (Replace `CURRENT_VERSION` with whatever is reported latest at <http://nanohttpd.org/>.)
171 [group: 'org.nanohttpd', name: 'nanohttpd', version: 'CURRENT_VERSION'],
175 (Replace `CURRENT_VERSION` with whatever is reported latest at <http://nanohttpd.org/>.)
186 <version>CURRENT_VERSION</version>
198 <version>CURRENT_VERSION</version>
210 <version>CURRENT_VERSION</version>
/aosp_15_r20/external/python/cpython3/android/
Dupdate-major-version.sh27 CURRENT_VERSION=upstream-$(grep 'version:' METADATA | grep -E -o 'v[0-9][^"]+')
29 echo "Updating from $CURRENT_VERSION to $NEW_VERSION"
31 ADDED_FILES=$(git diff --name-only --diff-filter=A $CURRENT_VERSION HEAD | sort)
32 CHANGED_FILES=$(git diff --name-only --diff-filter=a $CURRENT_VERSION HEAD | sort)
37 git diff --patch $CURRENT_VERSION HEAD -- $CHANGED_FILES > $PATCHFILE
/aosp_15_r20/tools/external_updater/tests/endtoend/
H A Dtest_check.py55 current_version = a.upstream.head()
58 f"Current version: {current_version}\n"
59 f"Latest version: {current_version}\n"
77 current_version = a.upstream.head()
87 f"Current version: {current_version}\n"
/aosp_15_r20/external/chromium-trace/catapult/third_party/polymer/components/shadycss/src/
H A Dapply-shim-utils.js23 const CURRENT_VERSION = '_applyShimCurrentVersion'; constant
57 template[CURRENT_VERSION] = template[CURRENT_VERSION] || 0;
81 return template[CURRENT_VERSION] === template[NEXT_VERSION];
132 template[CURRENT_VERSION] = template[NEXT_VERSION];
/aosp_15_r20/external/OpenCL-CTS/test_common/harness/
H A DkernelHelpers.cpp1675 Version current_version{ in get_device_latest_cl_c_version() local
1680 (current_version > max_supported_cl_c_version) in get_device_latest_cl_c_version()
1681 ? current_version in get_device_latest_cl_c_version()
1703 auto current_version = get_device_latest_cl_c_version(devices[0]); in get_max_OpenCL_C_for_context() local
1705 [&current_version](cl_device_id device) { in get_max_OpenCL_C_for_context()
1713 && current_version >= Version(3, 0)) in get_max_OpenCL_C_for_context()
1715 && (current_version >= Version(2, 0) in get_max_OpenCL_C_for_context()
1716 && current_version < Version(3, 0)))) in get_max_OpenCL_C_for_context()
1718 current_version = Version(1, 2); in get_max_OpenCL_C_for_context()
1722 current_version = in get_max_OpenCL_C_for_context()
[all …]
/aosp_15_r20/external/google-cloud-java/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/
H A DStoredInfoType.java132 * <code>.google.privacy.dlp.v2.StoredInfoTypeVersion current_version = 2;</code>
147 * <code>.google.privacy.dlp.v2.StoredInfoTypeVersion current_version = 2;</code>
164 * <code>.google.privacy.dlp.v2.StoredInfoTypeVersion current_version = 2;</code>
814 * <code>.google.privacy.dlp.v2.StoredInfoTypeVersion current_version = 2;</code>
828 * <code>.google.privacy.dlp.v2.StoredInfoTypeVersion current_version = 2;</code>
848 * <code>.google.privacy.dlp.v2.StoredInfoTypeVersion current_version = 2;</code>
870 * <code>.google.privacy.dlp.v2.StoredInfoTypeVersion current_version = 2;</code>
890 * <code>.google.privacy.dlp.v2.StoredInfoTypeVersion current_version = 2;</code>
916 * <code>.google.privacy.dlp.v2.StoredInfoTypeVersion current_version = 2;</code>
935 * <code>.google.privacy.dlp.v2.StoredInfoTypeVersion current_version = 2;</code>
[all …]

12345678910>>...26