/aosp_15_r20/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/ |
H A D | KeySetHostTest.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 43 /* package with device-side tests */ 47 /* 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 */ 99 private static final String INSTALL_ARG_FORCE_QUERYABLE = "--force-queryable"; 121 StringBuilder errorBuilder = new StringBuilder("on-device tests failed:\n"); in assertDeviceTestsPass() 194 * Helper method which installs a package and an upgrade to it. 196 * @param pkgName - package name of apk. 197 * @param firstApk - first apk to install 198 * @param secondApk - apk to which we attempt to upgrade [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/tools/ci_build/install/ |
H A D | install_centos_pip_packages.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 17 set -e 19 pip2 install -U pip==18.1 20 pip3 install -U pip==18.1 26 # absl-py, which uses install_requires notation introduced in setuptools 20.5. 27 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 37 # Install absl-py. [all …]
|
H A D | install_pip_packages.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 17 set -e 20 wget https://bootstrap.pypa.io/get-pip.py 21 python3.6 get-pip.py 22 rm -f get-pip.py 24 # Install pip packages from whl files to avoid the time-consuming process of 32 # absl-py, which uses install_requires notation introduced in setuptools 20.5. 33 pip3 install --upgrade setuptools==39.1.0 38 pip3 install --upgrade six==1.12.0 41 # Install absl-py. [all …]
|
H A D | install_python3.6_pip_packages.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 18 # TODO(amitpatankar): Remove this file once we upgrade to ubuntu:16.04 22 add-apt-repository -y ppa:fkrull/deadsnakes 24 apt-get update 25 apt-get upgrade 28 apt-get install python-dev 30 apt-get install libbz2-dev 32 apt-get install libncurses5 libncurses5-dev 33 apt-get install libncursesw5 libncursesw5-dev 35 apt-get install libreadline6 libreadline6-dev [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/pthread/ |
D | shared_mutex.hpp | 4 // (C) Copyright 2006-8 Anthony Williams 38 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() 116 --shared_count; in unlock_shared() 122 upgrade=true; in lock_upgrade() 126 return ! (exclusive || exclusive_waiting_blocked || upgrade); in can_lock_upgrade() [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/testdata/script/ |
D | mod_get_update_unrelated_sum.txt | 8 # go list -deps -e -f $fmt . 18 # 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 26 go list -deps -e -f $fmt 36 go mod edit -replace rsc.io/[email protected]=./dummy 37 go get example.com/upgrade@v0.0.2 45 go mod edit -replace rsc.io/[email protected]=./dummy 46 go get example.com/upgrade@v0.0.2 54 go mod edit -replace rsc.io/[email protected]=rsc.io/[email protected] [all …]
|
D | mod_import_toolchain.txt | 2 # if needed to process newly-reolved imports. 16 cmp stderr tidy-stderr.want 21 ! go get -v . 24 go get -v . 25 cmp stderr get-v-stderr.want 30 ! go get -u -v . 33 go get -u -v . 34 cmp stderr get-u-v-stderr.want 37 -- tidy-stderr.want -- 42 -- get-v-stderr.want -- [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/mvs/ |
D | mvs_test.go | 2 // Use of this source code is governed by a BSD-style 32 upgrade* A: A B1 C4 D5 E2 F1 G1 33 upgrade A C4: A B1 C4 D4 E2 F1 G1 44 # Cross-dependency between D and E. 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 [all …]
|
/aosp_15_r20/external/elfutils/m4/ |
H A D | ChangeLog | 1 2022-03-20 Mark Wielaard <[email protected]> 3 * biarch.m4: Don't check whether -m64 works for 32bit host. 5 2022-03-14 Mark Wielaard <[email protected]> 10 2020-12-15 Dmitry V. Levin <[email protected]> 16 2019-10-28 Aaron Merey <[email protected]> 20 2015-05-01 Mark Wielaard <[email protected]> 24 2014-07-14 Mark Wielaard <[email protected]> 26 * biarch.m4 (utrace_BIARCH): Set biarch-no for cross-compile using 29 2013-12-02 Jan Kratochvil <[email protected]> 33 2013-11-07 Roland McGrath <[email protected]> [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/ |
D | upgrade.rs | 8 //! - HTTP/1.1 Upgrades 9 //! - HTTP `CONNECT` 11 //! You are responsible for any other pre-requisites to establish an upgrade, 14 //! connection object, or an error if the upgrade fails. 16 //! [mdn]: https://developer.mozilla.org/en-US/docs/Web/HTTP/Protocol_upgrade_mechanism 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 [all …]
|
/aosp_15_r20/external/google-cloud-java/java-grafeas/src/main/java/io/grafeas/v1/ |
H A D | UpgradeDistribution.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 18 // 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() 82 * Required - The specific operating system this metadata applies to. See 106 * Required - The specific operating system this metadata applies to. See 135 * The operating system classification of this Upgrade, as specified by the 136 * upstream operating system upgrade feed. For Windows the classification is 138 * https://docs.microsoft.com/en-us/previous-versions/windows/desktop/ff357803(v=vs.85) [all …]
|
H A D | UpgradeNote.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 18 // 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. 129 * Required for non-Windows OS. The version of the package in machine + human 145 * Required for non-Windows OS. The version of the package in machine + human [all …]
|
/aosp_15_r20/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/ |
D | TelephonyDatabaseHelperTest.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 54 * runtest --path tests/src/com/android/providers/telephony/TelephonyDatabaseHelperTest.java 63 private SQLiteOpenHelper mInMemoryDbHelper; // used to give us an in-memory db 71 Log.d(TAG, "setUp() -"); in setUp() 77 // (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() [all …]
|
/aosp_15_r20/external/google-cloud-java/java-grafeas/src/main/proto/grafeas/v1/ |
H A D | upgrade.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 27 // 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. 34 // Required for non-Windows OS. The version of the package in machine + human 37 // Metadata about the upgrade for each specific operating system. 43 // The Upgrade Distribution represents metadata about the Upgrade for each 47 // Required - The specific operating system this metadata applies to. See 50 // The operating system classification of this Upgrade, as specified by the 51 // upstream operating system upgrade feed. For Windows the classification is [all …]
|
/aosp_15_r20/external/googleapis/grafeas/v1/ |
H A D | upgrade.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 27 // 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. 34 // Required for non-Windows OS. The version of the package in machine + human 37 // Metadata about the upgrade for each specific operating system. 43 // The Upgrade Distribution represents metadata about the Upgrade for each 47 // Required - The specific operating system this metadata applies to. See 50 // The operating system classification of this Upgrade, as specified by the 51 // upstream operating system upgrade feed. For Windows the classification is [all …]
|
/aosp_15_r20/external/cronet/net/disk_cache/simple/ |
H A D | simple_version_upgrade.cc | 2 // Use of this source code is governed by a BSD-style license that can be 23 // It is not possible to upgrade cache structures on disk that are of version 28 const char kIndexDirName[] = "index-dir"; 29 const char kIndexFileName[] = "the-real-index"; 32 LOG(ERROR) << "Failed to upgrade Simple Cache from version: " << version; in LogMessageFailedUpgradeFromVersion() 37 base::File file = file_operations->OpenFile( in WriteFakeIndexFile() 72 // subdirectory) and in the file format (directory last-modified time observed 75 // To keep complexity small this specific upgrade code *deletes* the old index 84 // V5: $cachedir/the-real-index 85 // V6: $cachedir/index-dir/the-real-index [all …]
|
/aosp_15_r20/external/googleapis/google/cloud/notebooks/v2/ |
H A D | instance.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 32 // 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. [all …]
|
/aosp_15_r20/packages/apps/Camera2/src/com/android/camera/settings/ |
D | SettingsUpgrader.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 24 * 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. 34 // SettingsManager, to represent string-based booleans via typed string 36 // these constants only within SettingsUpgraders to convert to new string- 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 [all …]
|
/aosp_15_r20/external/cronet/net/websockets/ |
H A D | websocket_handshake_stream_base.h | 2 // Use of this source code is governed by a BSD-style license that can be 10 // this file must not introduce any link-time dependencies on websockets. 44 // 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 [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/tests/ |
D | sync_mpsc_weak.rs | 27 .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() 76 ) -> Self { in actor_weak_sender() 108 if let Some(sender) = sender.upgrade() { in actor_weak_sender() 136 pub fn new() -> (Self, MyActor) { in actor_weak_sender() 143 pub async fn get_unique_id(&self) -> u32 { 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() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/venv/ |
D | __init__.py | 4 Copyright (C) 2011-2014 Vinay Sajip. 26 By default, the builder makes the system (global) site-packages dir 29 If invoked using the Python -m option, the default is to use copying 33 :param system_site_packages: If True, the system (global) site-packages 39 :param upgrade: If True, upgrade an existing virtual environment. 47 symlinks=False, upgrade=False, with_pip=False, prompt=None, argument 52 self.upgrade = upgrade 55 if prompt == '.': # see bpo-38901 77 if not self.upgrade: 131 if not executable: # see gh-96861 [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/venv/ |
D | __init__.py | 4 Copyright (C) 2011-2014 Vinay Sajip. 26 By default, the builder makes the system (global) site-packages dir 29 If invoked using the Python -m option, the default is to use copying 33 :param system_site_packages: If True, the system (global) site-packages 39 :param upgrade: If True, upgrade an existing virtual environment. 47 symlinks=False, upgrade=False, with_pip=False, prompt=None, argument 52 self.upgrade = upgrade 55 if prompt == '.': # see bpo-38901 77 if not self.upgrade: 131 if not executable: # see gh-96861 [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/venv/ |
D | __init__.py | 4 Copyright (C) 2011-2014 Vinay Sajip. 26 By default, the builder makes the system (global) site-packages dir 29 If invoked using the Python -m option, the default is to use copying 33 :param system_site_packages: If True, the system (global) site-packages 39 :param upgrade: If True, upgrade an existing virtual environment. 47 symlinks=False, upgrade=False, with_pip=False, prompt=None, argument 52 self.upgrade = upgrade 55 if prompt == '.': # see bpo-38901 77 if not self.upgrade: 131 if not executable: # see gh-96861 [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/venv/ |
D | __init__.py | 4 Copyright (C) 2011-2014 Vinay Sajip. 26 By default, the builder makes the system (global) site-packages dir 29 If invoked using the Python -m option, the default is to use copying 33 :param system_site_packages: If True, the system (global) site-packages 39 :param upgrade: If True, upgrade an existing virtual environment. 47 symlinks=False, upgrade=False, with_pip=False, prompt=None, argument 52 self.upgrade = upgrade 55 if prompt == '.': # see bpo-38901 77 if not self.upgrade: 131 if not executable: # see gh-96861 [all …]
|
/aosp_15_r20/external/python/cpython3/Lib/venv/ |
D | __init__.py | 4 Copyright (C) 2011-2014 Vinay Sajip. 26 By default, the builder makes the system (global) site-packages dir 29 If invoked using the Python -m option, the default is to use copying 33 :param system_site_packages: If True, the system (global) site-packages 39 :param upgrade: If True, upgrade an existing virtual environment. 47 symlinks=False, upgrade=False, with_pip=False, prompt=None, argument 52 self.upgrade = upgrade 55 if prompt == '.': # see bpo-38901 77 if not self.upgrade: 131 if not executable: # see gh-96861 [all …]
|