Home
last modified time | relevance | path

Searched full:upgrade (Results 1 – 25 of 5224) sorted by relevance

12345678910>>...209

/aosp_15_r20/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
H A DKeySetHostTest.java47 /* plain test apks with different signing and upgrade keysets */
86 /* The apks defining and using the permission have both A and B as upgrade keys */
194 * Helper method which installs a package and an upgrade to it.
198 * @param secondApk - apk to which we attempt to upgrade
215 /* attempt to install upgrade */ in testPackageUpgrade()
253 * Check if an apk which does not specify an upgrade-key-set may be upgraded
258 assertNull(String.format("failed to upgrade keyset app from no specified upgrade-key-set" in testNoKSToUpgradeKS()
259 + "to version with specified upgrade-key-set, Reason: %s", installResult), in testNoKSToUpgradeKS()
264 * Check if an apk which does specify an upgrade-key-set may be upgraded
269 assertNull(String.format("failed to upgrade keyset app from specified upgrade-key-set" in testUpgradeKSToNoKS()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/tools/ci_build/install/
H A Dinstall_centos_pip_packages.sh27 pip2 install --upgrade setuptools==39.1.0
28 pip3 install --upgrade setuptools==39.1.0
34 pip2 install --upgrade six==1.12.0
35 pip3 install --upgrade six==1.12.0
38 pip2 install --upgrade absl-py
39 pip3 install --upgrade absl-py
42 pip2 install --upgrade werkzeug==0.11.10
43 pip3 install --upgrade werkzeug==0.11.10
46 pip2 install --upgrade bleach==2.0.0
47 pip3 install --upgrade bleach==2.0.0
[all …]
H A Dinstall_pip_packages.sh33 pip3 install --upgrade setuptools==39.1.0
38 pip3 install --upgrade six==1.12.0
42 pip3 install --upgrade absl-py
45 pip3 install --upgrade werkzeug==0.11.10
48 pip3 install --upgrade bleach==2.0.0
51 pip3 install --upgrade markdown==2.6.8
54 pip3 install --upgrade protobuf==3.16.0
63 pip3 install --upgrade numpy==1.14.5
65 pip3 install --upgrade numpy~=1.19.2
93 pip3 install --upgrade astor
[all …]
H A Dinstall_python3.6_pip_packages.sh18 # TODO(amitpatankar): Remove this file once we upgrade to ubuntu:16.04
25 apt-get upgrade
50 pip3 install --upgrade pip
54 pip3 install --upgrade setuptools==39.1.0
56 pip3 install --upgrade virtualenv
61 pip3 install --upgrade absl-py
62 pip3 install --upgrade six==1.10.0
65 pip3 install --upgrade protobuf==3.16.0
75 pip3 install --upgrade numpy~=1.19.2
98 pip3 install --upgrade astor
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/pthread/
Dshared_mutex.hpp38 upgrade(false), in state_data()
45 BOOST_ASSERT( ! upgrade ); in assert_free()
53 BOOST_ASSERT( ! upgrade ); in assert_locked()
60 //BOOST_ASSERT( (! upgrade) || (shared_count>1)); in assert_lock_shared()
68 BOOST_ASSERT( upgrade ); in assert_lock_upgraded()
74 BOOST_ASSERT( ! upgrade ); in assert_lock_not_upgraded()
122 upgrade=true; in lock_upgrade()
126 return ! (exclusive || exclusive_waiting_blocked || upgrade); in can_lock_upgrade()
131 upgrade=false; in unlock_upgrade()
138 bool upgrade; member in boost::shared_mutex::state_data
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/mvs/
Dmvs_test.go32 upgrade* A: A B1 C4 D5 E2 F1 G1
33 upgrade A C4: A B1 C4 D4 E2 F1 G1
73 upgrade A B2: A B2 C D2 E2
132 # But the upgrade from A1 preserves the E2 dep explicitly.
133 upgrade A1 B2: A1 B2 D2 E2
141 upgrade* A: A D2 E2
142 upgrade A D2: A D2 E2
150 upgrade* A: A D2 E2
151 upgrade A E2: A D2 E2
172 # Upgrade from B1 to B2 should not drop the transitive dep on D.
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/testdata/script/
Dmod_get_update_unrelated_sum.txt18 # Upgrade a module. This also upgrades rsc.io/quote, and though we didn't load
21 go get example.com/upgrade@v0.0.2
24 # The upgrade still breaks the build because the new version of quote imports
37 go get example.com/upgrade@v0.0.2
46 go get example.com/upgrade@v0.0.2
55 go get example.com/upgrade@v0.0.2
66 ! go get example.com/upgrade@v0.0.2
75 example.com/upgrade v0.0.1
80 example.com/upgrade v0.0.1 => ./upgrade1
81 example.com/upgrade v0.0.2 => ./upgrade2
[all …]
Dmod_import_toolchain.txt43 go: trying upgrade to example.net/[email protected]
45 go: trying upgrade to example.net/[email protected]
46 go: accepting indirect upgrade from [email protected] to 1.22.0
47 go: trying upgrade to example.net/[email protected]
54 go: trying upgrade to example.net/[email protected]
55 go: trying upgrade to example.net/[email protected]
57 go: trying upgrade to example.net/[email protected]
58 go: trying upgrade to example.net/[email protected]
59 go: accepting indirect upgrade from [email protected] to 1.22.0
60 go: trying upgrade to example.net/[email protected]
[all …]
/aosp_15_r20/external/google-cloud-java/java-grafeas/src/main/java/io/grafeas/v1/
H A DUpgradeNote.java18 // source: grafeas/v1/upgrade.proto
26 * An Upgrade Note represents a potential upgrade of a package to a given
28 * bash 4.1.2), there will be an Upgrade Note. For Windows, windows_update field
61 return io.grafeas.v1.Upgrade.internal_static_grafeas_v1_UpgradeNote_descriptor; in getDescriptor()
67 return io.grafeas.v1.Upgrade.internal_static_grafeas_v1_UpgradeNote_fieldAccessorTable in internalGetFieldAccessorTable()
80 * Required for non-Windows OS. The package this Upgrade is for.
103 * Required for non-Windows OS. The package this Upgrade is for.
180 * Metadata about the upgrade for each specific operating system.
193 * Metadata about the upgrade for each specific operating system.
207 * Metadata about the upgrade for each specific operating system.
[all …]
H A DUpgradeDistribution.java18 // source: grafeas/v1/upgrade.proto
26 * The Upgrade Distribution represents metadata about the Upgrade for each
62 return io.grafeas.v1.Upgrade.internal_static_grafeas_v1_UpgradeDistribution_descriptor; in getDescriptor()
68 return io.grafeas.v1.Upgrade.internal_static_grafeas_v1_UpgradeDistribution_fieldAccessorTable in internalGetFieldAccessorTable()
135 * The operating system classification of this Upgrade, as specified by the
136 * upstream operating system upgrade feed. For Windows the classification is
161 * The operating system classification of this Upgrade, as specified by the
162 * upstream operating system upgrade feed. For Windows the classification is
243 * The cve tied to this Upgrade.
257 * The cve tied to this Upgrade.
[all …]
/aosp_15_r20/packages/apps/Camera2/src/com/android/camera/settings/
DSettingsUpgrader.java24 * The SettingsUpgrader class can be used to define an upgrade flow that
25 * executes upgrade logic to a target version when a version number has changed.
48 * Execute an upgrade callback if an upgrade version has changed. Third
49 * party modules also use this to upgrade settings local to them.
51 public void upgrade(SettingsManager settingsManager) { in upgrade() method in SettingsUpgrader
54 upgrade(settingsManager, lastVersion, mTargetVersion); in upgrade()
63 * than some known version for a particular setting, and apply upgrade logic
66 protected abstract void upgrade(SettingsManager settingsManager, int lastVersion, in upgrade() method in SettingsUpgrader
72 * Upgrader may need to perform an upgrade analysis on the version
86 * This is used in the upgrade path to change all underlying
[all …]
/aosp_15_r20/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
DTelephonyDatabaseHelperTest.java77 // (5 << 16 | 6) is the first upgrade trigger in onUpgrade in databaseHelperOnUpgrade_hasApnSetIdField()
92 // (5 << 16 | 6) is the first upgrade trigger in onUpgrade in databaseHelperOnUpgrade_hasCarrierIdField()
145 // (5 << 16 | 6) is the first upgrade trigger in onUpgrade in databaseHelperOnUpgrade_hasSkip464XlatField()
159 // (5 << 16 | 6) is the first upgrade trigger in onUpgrade in databaseHelperOnUpgrade_columnsMatchNewlyCreatedDb()
195 // (5 << 16 | 6) is the first upgrade trigger in onUpgrade in databaseHelperOnUpgrade_hasSubscriptionTypeField()
210 // (5 << 16 | 6) is the first upgrade trigger in onUpgrade in databaseHelperOnUpgrade_hasImsRcsUceEnabledField()
226 // (5 << 16 | 6) is the first upgrade trigger in onUpgrade in databaseHelperOnUpgrade_hasRcsConfigField()
242 // (5 << 16 | 6) is the first upgrade trigger in onUpgrade in databaseHelperOnUpgrade_hasD2DStatusSharingField()
258 // (5 << 16) is the first upgrade trigger in onUpgrade in databaseHelperOnUpgrade_hasVoImsOptInStatusField()
274 // (5 << 16 | 6) is the first upgrade trigger in onUpgrade in databaseHelperOnUpgrade_hasD2DSharingContactsField()
[all …]
/aosp_15_r20/external/elfutils/m4/
H A DChangeLog40 * gettext.m4: Upgrade to gettext-0.18.2.
41 * iconv.m4: Upgrade to gettext-0.18.2.
42 * po.m4: Upgrade to gettext-0.18.2.
46 * gettext.m4: Upgrade to gettext-0.17.
47 * iconv.m4: Upgrade to gettext-0.17.
48 * po.m4: Upgrade to gettext-0.17.
91 * codeset.m4: Upgrade to gettext-0.11.
92 * gettext.m4: Upgrade to gettext-0.11.
93 * glibc21.m4: Upgrade to gettext-0.11.
94 * iconv.m4: Upgrade to gettext-0.11.
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/
Dupgrade.rs11 //! You are responsible for any other pre-requisites to establish an upgrade,
14 //! connection object, or an error if the upgrade fails.
20 //! Sending an HTTP upgrade from the [`client`](super::client) involves setting
22 //! `Upgrade` and `Connection`, on the `http::Request`. Once receiving the
24 //! upgrade is agreed upon by the server (such as a `101` status code), and then
29 //! Receiving upgrade requests in a server requires you to check the relevant
30 //! headers in a `Request`, and if an upgrade should be done, you then send the
32 //! upgrade, you call `on()` with the `Request`, and then can spawn a task
62 /// was used to speak HTTP before the upgrade. It can be used directly
71 /// A future for a possible HTTP upgrade.
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/tests/
Dsync_mpsc_weak.rs27 .upgrade() in weak_sender()
28 .expect("expected to be able to upgrade tx_weak"); in weak_sender()
54 let upgraded = tx_weak.upgrade(); in weak_sender()
108 if let Some(sender) = sender.upgrade() { in actor_weak_sender()
217 assert!(weak_tx.upgrade().is_some()); in downgrade_upgrade_sender_success()
220 // Tests that a `WeakSender` fails to upgrade when no other `Sender` exists.
226 assert!(weak_tx.upgrade().is_none()); in downgrade_upgrade_sender_failure()
238 assert!(weak_tx.upgrade().is_none()); in downgrade_drop_upgrade()
241 // Tests that we can upgrade a weak sender with an outstanding permit
248 assert!(weak_tx.upgrade().is_some()); in downgrade_get_permit_upgrade_no_senders()
[all …]
/aosp_15_r20/external/googleapis/google/cloud/notebooks/v2/
H A Dinstance.proto32 // The entry of VM image upgrade history.
34 // The definition of the states of this upgrade history entry.
39 // The instance upgrade is started.
42 // The instance upgrade is succeeded.
45 // The instance upgrade is failed.
49 // The definition of operations of this upgrade history entry.
54 // Upgrade.
55 UPGRADE = 1; enumerator
62 // upgrade.
65 // Optional. The VM image before this instance upgrade.
[all …]
/aosp_15_r20/external/google-cloud-java/java-grafeas/src/main/proto/grafeas/v1/
H A Dupgrade.proto27 // An Upgrade Note represents a potential upgrade of a package to a given
29 // bash 4.1.2), there will be an Upgrade Note. For Windows, windows_update field
32 // Required for non-Windows OS. The package this Upgrade is for.
37 // Metadata about the upgrade for each specific operating system.
43 // The Upgrade Distribution represents metadata about the Upgrade for each
50 // The operating system classification of this Upgrade, as specified by the
51 // upstream operating system upgrade feed. For Windows the classification is
57 // The cve tied to this Upgrade.
97 // An Upgrade Occurrence represents that a specific resource_url could install a
98 // specific upgrade. This presence is supplied via local sources (i.e. it is
[all …]
/aosp_15_r20/external/googleapis/grafeas/v1/
H A Dupgrade.proto27 // An Upgrade Note represents a potential upgrade of a package to a given
29 // bash 4.1.2), there will be an Upgrade Note. For Windows, windows_update field
32 // Required for non-Windows OS. The package this Upgrade is for.
37 // Metadata about the upgrade for each specific operating system.
43 // The Upgrade Distribution represents metadata about the Upgrade for each
50 // The operating system classification of this Upgrade, as specified by the
51 // upstream operating system upgrade feed. For Windows the classification is
57 // The cve tied to this Upgrade.
97 // An Upgrade Occurrence represents that a specific resource_url could install a
98 // specific upgrade. This presence is supplied via local sources (i.e. it is
[all …]
/aosp_15_r20/external/cronet/net/disk_cache/simple/
H A Dsimple_version_upgrade.cc23 // It is not possible to upgrade cache structures on disk that are of version
32 LOG(ERROR) << "Failed to upgrade Simple Cache from version: " << version; in LogMessageFailedUpgradeFromVersion()
75 // To keep complexity small this specific upgrade code *deletes* the old index
117 // Some points about the Upgrade process are still not clear:
118 // 1. if the upgrade path requires dropping cache it would be faster to just
123 // time, the upgrade process may need to deal with a partially completed
124 // previous upgrade. For example, while upgrading A -> A + 2 we are the
127 // upgrade codes need to ensure they can continue after being stopped in the
129 // upgrade steps. Atomicity of this is an interesting research topic. The
131 // upgrade steps.
[all …]
/aosp_15_r20/external/cronet/net/websockets/
H A Dwebsocket_handshake_stream_base.h44 // Handshake not completed via Upgrade over HTTP/1 connection.
46 // Server responded to Upgrade request with invalid status.
48 // Server responded to Upgrade request with empty response.
50 // Server responded to Upgrade request with 101 status but there was some
53 // Server responded to Upgrade request with invalid Upgrade header.
55 // Server responded to Upgrade request with invalid Sec-WebSocket-Accept
58 // Server responded to Upgrade request with invalid Connection header.
60 // Server responded to Upgrade request with invalid Sec-WebSocket-Protocol
63 // Server responded to Upgrade request with invalid Sec-WebSocket-Extensions
66 // Upgrade request failed due to other network error.
[all …]
/aosp_15_r20/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/
DDatabaseUpgradeHelper.java94 * A list of db version -> Upgrader to upgrade the db from the previous version to the version.
112 * <p>To upgrade an existing schema from a version before the {@link MIN_SUPPORTED_DB_VERSION},
128 // Sets version to include local time upgrade as the table create steps includes in onUpgrade()
137 .forEach(entry -> entry.getValue().upgrade(db)); in onUpgrade()
140 UPGRADE_TO_GENERATED_LOCAL_TIME.upgrade(db); in onUpgrade()
143 UPGRADE_TO_SKIN_TEMPERATURE.upgrade(db); in onUpgrade()
146 UPGRADE_TO_PLANNED_EXERCISE_SESSIONS.upgrade(db); in onUpgrade()
149 UPGRADE_TO_MINDFULNESS_SESSION.upgrade(db); in onUpgrade()
152 UPGRADE_TO_PERSONAL_HEALTH_RECORD.upgrade(db); in onUpgrade()
155 UPGRADE_TO_ACTIVITY_INTENSITY.upgrade(db); in onUpgrade()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/venv/
D__init__.py39 :param upgrade: If True, upgrade an existing virtual environment.
47 symlinks=False, upgrade=False, with_pip=False, prompt=None, argument
52 self.upgrade = upgrade
77 if not self.upgrade:
206 if self.upgrade:
207 args.append('--upgrade')
209 args.append('--upgrade-deps')
358 self._call_new_python(context, '-m', 'ensurepip', '--upgrade',
458 self._call_new_python(context, '-m', 'pip', 'install', '--upgrade',
517 parser.add_argument('--upgrade', default=False, action='store_true',
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/venv/
D__init__.py39 :param upgrade: If True, upgrade an existing virtual environment.
47 symlinks=False, upgrade=False, with_pip=False, prompt=None, argument
52 self.upgrade = upgrade
77 if not self.upgrade:
206 if self.upgrade:
207 args.append('--upgrade')
209 args.append('--upgrade-deps')
358 self._call_new_python(context, '-m', 'ensurepip', '--upgrade',
458 self._call_new_python(context, '-m', 'pip', 'install', '--upgrade',
517 parser.add_argument('--upgrade', default=False, action='store_true',
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/venv/
D__init__.py39 :param upgrade: If True, upgrade an existing virtual environment.
47 symlinks=False, upgrade=False, with_pip=False, prompt=None, argument
52 self.upgrade = upgrade
77 if not self.upgrade:
206 if self.upgrade:
207 args.append('--upgrade')
209 args.append('--upgrade-deps')
358 self._call_new_python(context, '-m', 'ensurepip', '--upgrade',
458 self._call_new_python(context, '-m', 'pip', 'install', '--upgrade',
517 parser.add_argument('--upgrade', default=False, action='store_true',
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/venv/
D__init__.py39 :param upgrade: If True, upgrade an existing virtual environment.
47 symlinks=False, upgrade=False, with_pip=False, prompt=None, argument
52 self.upgrade = upgrade
77 if not self.upgrade:
206 if self.upgrade:
207 args.append('--upgrade')
209 args.append('--upgrade-deps')
358 self._call_new_python(context, '-m', 'ensurepip', '--upgrade',
458 self._call_new_python(context, '-m', 'pip', 'install', '--upgrade',
517 parser.add_argument('--upgrade', default=False, action='store_true',
[all …]

12345678910>>...209