Home
last modified time | relevance | path

Searched defs:new_version (Results 1 – 25 of 37) sorted by relevance

12

/aosp_15_r20/external/tensorflow/tensorflow/tools/ci_build/
H A Dupdate_version.py186 def update_version_h(old_version, new_version): argument
203 def update_setup_dot_py(old_version, new_version): argument
209 def update_setup_partner_builds_dot_py(old_version, new_version): argument
216 def update_readme(old_version, new_version): argument
224 def update_tensorflow_bzl(old_version, new_version): argument
234 def major_minor_change(old_version, new_version): argument
265 def check_for_old_version(old_version, new_version): argument
/aosp_15_r20/external/pytorch/scripts/release_notes/
H A Dcommitlist.py74 def create_new(path, base_version, new_version): argument
375 def get_commits_between(base_version, new_version): argument
398 def update_to(self, new_version): argument
410 def create_new(path, base_version, new_version): argument
415 def update_existing(path, new_version): argument
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/sync/
Dwatch.rs583 let new_version = self.shared.state.load().version(); in borrow() localVariable
630 let new_version = self.shared.state.load().version(); in borrow_and_update() localVariable
676 let new_version = state.version(); in has_changed() localVariable
826 let new_version = self.shared.state.load().version(); in wait_for_inner() localVariable
888 let new_version = state.version(); in maybe_changed() localVariable
/aosp_15_r20/external/python/parse_type/tasks/
Drelease.py89 def bump_version(ctx, new_version, version_part=None, dry_run=False): argument
106 def prepare(ctx, new_version=None, version_part=None, hide=True, argument
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/
H A Dmaster_test.cc81 int64_t current_version, int64_t* new_version) { in ExtendSession()
267 int64_t new_version; in TEST_F() local
/aosp_15_r20/external/flatbuffers/python/
H A Dsetup.py23 def _update_version_attr(new_version): argument
/aosp_15_r20/external/python/asn1crypto/dev/
Dversion.py19 def run(new_version): argument
/aosp_15_r20/external/icing/icing/legacy/index/
H A Dicing-storage-file.h39 bool UpgradeTo(int new_version) override { return true; } in UpgradeTo()
H A Dicing-storage-collection.cc48 bool IcingStorageCollection::UpgradeTo(int new_version) { in UpgradeTo()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/profiling/bloat/
Dbloat_diff.py106 new_version = glob.glob('bloat_diff_new/%s' % lib) variable
/aosp_15_r20/external/grpc-grpc/tools/profiling/bloat/
H A Dbloat_diff.py122 new_version = glob.glob("bloat_diff_new/%s" % lib) variable
/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
/aosp_15_r20/trusty/user/base/app/apploader/
Dapp_version.cpp112 static int update_app_version(const uuid_t* app_uuid, uint32_t new_version) { in update_app_version()
/aosp_15_r20/build/soong/scripts/
H A Dmanifest_fixer.py276 def override_placeholder_version(doc, new_version): argument
/aosp_15_r20/system/update_engine/client_library/include/update_engine/
H A Dupdate_status.h86 std::string new_version; member
/aosp_15_r20/external/pigweed/pw_transfer/public/pw_transfer/
H A Dclient.h189 constexpr void set_protocol_version(ProtocolVersion new_version) { in set_protocol_version()
/aosp_15_r20/external/icing/icing/schema/
H A Dschema-store.cc363 version_util::StateChange version_state_change, int32_t new_version, in MigrateSchema()
402 version_util::StateChange version_state_change, int32_t new_version) { in HandleOverlaySchemaForVersionChange()
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/metadata/cc/
H A Dmetadata_version.cc129 inline void UpdateMinimumVersion(const Version& new_version, in UpdateMinimumVersion()
/aosp_15_r20/external/cronet/components/cronet/
H A Dcronet_prefs_manager.cc90 uint32_t new_version = kStorageVersion; in InitializeStorageDirectory() local
/aosp_15_r20/system/update_engine/common/
H A Dfake_hardware.h212 const std::string& new_version) const override { in IsPartitionUpdateValid()
/aosp_15_r20/system/update_engine/aosp/
H A Dhardware_android.cc67 const std::string& new_version) { in IsTimestampNewerLogged()
/aosp_15_r20/external/autotest/site_utils/stable_images/
H A Dstable_version.py137 def set_mapping(self, key, new_version): argument
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Drun_handler.h276 uint64 new_version; member
/aosp_15_r20/frameworks/base/tools/aapt2/optimize/
H A DMultiApkGenerator.cpp318 uint64_t new_version = (major | version_code_value->value.data) + artifact.version; in UpdateManifest() local
/aosp_15_r20/external/mbedtls/scripts/
H A Dabi_check.py110 def __init__(self, old_version, new_version, configuration): argument

12