/aosp_15_r20/external/python/mobly/ |
D | CHANGELOG.md | 5 Bumping min Python version requirement to 3.11. 10 * Support am instrument options in snippet client. 12 * Improved mechanism for tracking repeat and retry records in test report. 30 * Make print test case name feature usable. 32 * Missing info in test records are now populated. 51 ## Mobly Release 1.12: New Snippet Base Client and a New `pre_run` Stage 53 This release introduces the new generic Mobly snippet base client and the new 54 Android snippet client built on top. The new snippet base enables us to better 57 The old Android snippet client is now considered deprecated, and will be 59 * `snippet_client` -> `snippet_client_v2` [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/test/old-client-version-compatibility-test/ |
H A D | pom.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- 5 ~ Licensed under the Apache License, Version 2.0 (the "License"). 15 --> 18 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 19 …xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 22 <artifactId>aws-sdk-java-pom</artifactId> 24 <version>2.24.3</version> 28 <artifactId>old-client-version-compatibility-test</artifactId> 29 <name>AWS Java SDK :: Test :: Old Client Version Compatibility Test</name> [all …]
|
/aosp_15_r20/external/libwebsockets/ |
H A D | changelog | 2 --------- 7 - Add full CBOR stream parsing and writing support, with huge 8 amount of test vectors and resumable printf type write apis 9 See ./READMEs/README.cbor-lecp.md 10 - Add COSE key and signing / validation support with huge amount of 11 test vectors 14 See ./READMEs/README.cbor-cose.md 15 - JIT Trust: for constrained devices, provides a way to determine the 17 This allows generic client browsing without the overhead of ~130 19 See ./READMEs/README.jit-trust.md [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/doc/ |
D | godebug.md | 1 --- 2 title: "Go, Backwards Compatibility, and GODEBUG" 4 --- 6 <!-- 10 --> 14 Go's emphasis on backwards compatibility is one of its key strengths. 15 There are, however, times when we cannot maintain complete compatibility. 19 enabling the HTTP/2 use by the HTTP client broke programs 22 [permitted by the Go 1 compatibility rules](/doc/go1compat). 25 using newer toolchains to compile old code. [all …]
|
/aosp_15_r20/external/autotest/client/bin/ |
H A D | site_sysinfo.py | 3 # Use of this source code is governed by a BSD-style license that can be 10 from autotest_lib.client.common_lib import log 11 from autotest_lib.client.common_lib import error, utils, global_config 12 from autotest_lib.client.bin import base_sysinfo, utils 13 from autotest_lib.client.cros import constants 14 from autotest_lib.client.cros import tpm 18 collect_corefiles = get_value('CLIENT', 'collect_corefiles', 41 When client tests are run without SSP, we pickle this object on the 42 server-side (using the version of the class deployed in the lab) and 43 unpickle it on the DUT (using the version of the class from the build). [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/interop_matrix/ |
D | README.md | 6 from specific releases/tag, are used to test version compatibility between gRPC release versions. 8 ## Step-by-step instructions for adding a GCR image for a new release for compatibility test 9 …test setup to test gRPC backward compatibility between old clients and latest server. When a gRPC… 10 - Add (or update) an entry in `./client_matrix.py` file to reference the github tag for the release. 11 - Build new client docker image(s). For example, for C and wrapper languages release `v1.9.9`, do 12 …- `tools/interop_matrix/create_matrix_images.py --git_checkout --release=v1.9.9 --upload_images --… 13 - Verify that the new docker image was built successfully and uploaded to GCR. For example, 14 - `gcloud container images list --repository gcr.io/grpc-testing` lists available images. 15 …- `gcloud container images list-tags gcr.io/grpc-testing/grpc_interop_java` should show an image e… 16 …- images can also be viewed in https://pantheon.corp.google.com/gcr/images/grpc-testing?project=gr… [all …]
|
/aosp_15_r20/external/grpc-grpc/tools/interop_matrix/ |
H A D | README.md | 6 from specific releases/tag, are used to test version compatibility between gRPC release versions. 8 ## Step-by-step instructions for adding a GCR image for a new release for compatibility test 9 …test setup to test gRPC backward compatibility between old clients and latest server. When a gRPC… 10 - Add (or update) an entry in `./client_matrix.py` file to reference the github tag for the release. 11 - Build new client docker image(s). For example, for C and wrapper languages release `v1.9.9`, do 12 …- `tools/interop_matrix/create_matrix_images.py --git_checkout --release=v1.9.9 --upload_images --… 13 - Verify that the new docker image was built successfully and uploaded to GCR. For example, 14 - `gcloud container images list --repository gcr.io/grpc-testing` lists available images. 15 …- `gcloud container images list-tags gcr.io/grpc-testing/grpc_interop_java` should show an image e… 16 …- images can also be viewed in https://pantheon.corp.google.com/gcr/images/grpc-testing?project=gr… [all …]
|
/aosp_15_r20/system/update_engine/ |
H A D | README.md | 6 called A/B updates, over-the-air ([OTA]) updates, seamless updates, or simply 14 non-usable state. And reducing the need for flashing devices manually or at 24 continue on the old version of the system and the system will attempt to 27 to the old partition and the user can still use the system as usual. 41 the previously inactive partition becomes active and the old active partition 60 When the device's updater client initiates an update (either periodically or user 66 Once policies allow for the update check, the updater client sends a request to 68 parameters like its Application ID, hardware ID, version, board, etc. 72 example, the operator might want to deliver a beta version of software to only 78 client continues communicating with the update server after different state [all …]
|
/aosp_15_r20/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
H A D | PropertyUtil.java | 4 * Licensed under the Apache License, Version 2.0 (the "License"); 8 * http://www.apache.org/licenses/LICENSE-2.0 17 package com.android.compatibility.common.util; 21 import androidx.test.InstrumentationRegistry; 31 * Device-side utility class for reading properties and gathering information for testing 32 * Android device compatibility. 37 * Name of read-only property detailing the first API level for which the product was 46 private static final String TAG_DEV_KEYS = "dev-keys"; 47 private static final String TAG_TEST_KEYS = "test-keys"; 49 private static final String VNDK_VERSION = "ro.vndk.version"; [all …]
|
/aosp_15_r20/external/wpa_supplicant_8/hostapd/ |
H A D | ChangeLog | 3 2024-07-20 - v2.11 4 * Wi-Fi Easy Connect 5 - add support for DPP release 3 6 - allow Configurator parameters to be provided during config exchange 7 * HE/IEEE 802.11ax/Wi-Fi 6 8 - various fixes 9 * EHT/IEEE 802.11be/Wi-Fi 7 10 - add preliminary support 15 * support RADIUS ACL/PSK check during 4-way handshake (wpa_psk_radius=3) 16 * EAP-SIM/AKA: support IMSI privacy [all …]
|
/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/ |
H A D | ChangeLog | 3 2024-07-20 - v2.11 4 * Wi-Fi Easy Connect 5 - add support for DPP release 3 6 - allow Configurator parameters to be provided during config exchange 8 - add support for GCM-AES-256 cipher suite 9 - remove incorrect EAP Session-Id length constraint 10 - add hardware offload support for additional drivers 11 * HE/IEEE 802.11ax/Wi-Fi 6 12 - support BSS color updates 13 - various fixes [all …]
|
/aosp_15_r20/external/python/mobly/mobly/controllers/android_device_lib/ |
D | snippet_client.py | 3 # Licensed under the Apache License, Version 2.0 (the "License"); 7 # http://www.apache.org/licenses/LICENSE-2.0 28 ' is deprecated and will be removed in a future version. Use' 37 # Major version of the launch and communication protocol being used by this 38 # client. 39 # Incrementing this means that compatibility with clients using the older 40 # version is broken. Avoid breaking compatibility unless there is no other 44 # Minor version of the launch and communication protocol. 46 # protocol that are backwards compatible with the old protocol and don't break 51 '{shell_cmd} am instrument {user} -w -e action start {snippet_package}/' [all …]
|
/aosp_15_r20/external/mbedtls/ |
H A D | ChangeLog | 3 = Mbed TLS 3.5.2 branch released 2024-01-26 14 could result in an integer overflow, causing a zero-length buffer to be 18 = Mbed TLS 3.5.1 branch released 2023-11-06 21 * Mbed TLS is now released under a dual Apache-2.0 OR GPL-2.0-or-later 28 = Mbed TLS 3.5.0 branch released 2023-10-05 31 * Mbed TLS 3.4 introduced support for omitting the built-in implementation 32 of ECDSA and/or EC J-PAKE when those are provided by a driver. However, 33 there was a flaw in the logic checking if the built-in implementation, in 36 accelerated and still have the built-in implementation compiled out. 39 considered not accelerated, and the built-in implementation of the curves [all …]
|
/aosp_15_r20/external/freetype/docs/ |
H A D | CHANGES | 1 CHANGES BETWEEN 2.13.1 and 2.13.2 (2023-Aug-25) 5 - Better support for CFF2 variation fonts. 7 - TrueType interpreter version 38 (also known as 'Infinality') has 10 - Improved OpenVMS support. 15 CHANGES BETWEEN 2.13.0 and 2.13.1 (2023-Jun-24) 19 - New function `FT_Get_Default_Named_Instance` to get the index of 22 - A new load flag `FT_LOAD_NO_SVG` to make FreeType ignore glyphs in 25 - New function `FT_GlyphSlot_AdjustWeight` to adjust the glyph 30 - TrueType interpreter version 38 (also known as 'Infinality') has 34 - Updated OpenVMS support. [all …]
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/ |
H A D | ChangeLog | 3 = Mbed TLS 3.6.0 branch released 2024-03-28 22 MBEDTLS_SHA256_USE_ARMV8_A_CRYPTO_xxx. The old names may still 25 They are deprecated and will be removed in a future version of the 42 * Support Armv8-A Crypto Extension acceleration for SHA-256 43 when compiling for Thumb (T32) or 32-bit Arm (A32). 44 * AES-NI is now supported in Windows builds with clang and clang-cl. 50 This affects both the low-level modules and the high-level APIs 53 * Support use of Armv8-A Cryptographic Extensions for hardware acclerated 54 AES when compiling for Thumb (T32) or 32-bit Arm (A32). 56 library without the corresponding built-in implementation. Generally [all …]
|
/aosp_15_r20/external/sg3_utils/doc/ |
H A D | sg_turs.8 | 1 .TH SG_TURS "8" "November 2022" "sg3_utils\-1.48" SG3_UTILS 3 sg_turs \- send one or more SCSI TEST UNIT READY commands 6 [\fI\-\-delay=MS\fR] [\fI\-\-help\fR] [\fI\-\-low\fR] [\fI\-\-num=NUM\fR] 7 [\fI\-\-number=NUM\fR] [\fI\-\-progress\fR] [\fI\-\-time\fR] 8 [\fI\-\-verbose\fR] [\fI\-\-version\fR] \fIDEVICE\fR 11 [\fI\-d=MS\fR] [\fI\-n=NUM\fR] [\fI\-p\fR] [\fI\-t\fR] [\fI\-v\fR] [\fI\-V\fR] 16 This utility sends one or more SCSI TEST UNIT READY commands to the 18 Note that TEST UNIT READY has no associated data, just a 6 byte 23 on the old command line syntax outlines the second group of options. 27 \fB\-d\fR, \fB\-\-delay\fR=\fIMS\fR [all …]
|
/aosp_15_r20/external/elfutils/ |
H A D | NEWS | 1 Version 0.191 "Bug fixes in C major" 15 Version 0.190 "Woke!" 26 readelf: Support readelf -Ds, --use-dynamic --symbol. 27 Support .gdb_index version 9 35 -wal management during scanning using the 36 --scan-checkpoint option. 40 Version 0.189 "Don't deflate!" 42 configure: eu-nm, eu-addr2line and eu-stack can provide demangled symbols 43 when linked with libstdc++. Use --disable-demangler to disable. 45 A new option --enable-sanitize-memory has been added for msan [all …]
|
/aosp_15_r20/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/visibilitystore/ |
D | VisibilityStoreMigrationFromV2Test.java | 4 * Licensed under the Apache License, Version 2.0 (the "License"); 8 * http://www.apache.org/licenses/LICENSE-2.0 46 import org.junit.Test; 53 // present. Simulates backwards compatibility situations. 57 * Always trigger optimize in this class. OptimizeStrategy will be tested in its own test class. 59 private static final OptimizeStrategy ALWAYS_OPTIMIZE = optimizeInfo -> true; 73 @Test 75 // As such, we can treat V2 documents as V3 documents when upgrading, but we need to test in testVisibilityMigration_from2() 78 // Values for a "foo" client in testVisibilityMigration_from2() 84 // Values for a "bar" client in testVisibilityMigration_from2() [all …]
|
/aosp_15_r20/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/ |
D | MetadataDbHelper.java | 4 * Licensed under the Apache License, Version 2.0 (the "License"); you may not 8 * http://www.apache.org/licenses/LICENSE-2.0 45 // This was the initial release version of the database. It should never be 48 // This is the first released version of the database that implements CLIENTID. It is 51 // The current database version. 55 private final static long NOT_A_DOWNLOAD_ID = -1; 73 public static final String VERSION_COLUMN = "version"; 154 // List of all client table columns. 158 // private and implementation-dependent. 162 // This class exhibits a singleton-like behavior by client ID, so it is getInstance'd [all …]
|
/aosp_15_r20/external/iperf3/ |
H A D | RELNOTES.md | 4 iperf 3.9 2020-08-17 5 -------------------- 7 * Notable user-visible changes 9 * A --timestamps flag has been added, which prepends a timestamp to 14 * A --server-bitrate-limit flag has been added as a server-side 15 command-line argument. It allows a server to enforce a maximum 16 throughput rate; client connections that specify a higher bitrate 17 or exceed this bitrate during a test will be terminated. The 22 * A bug that caused increased CPU usage with the --bidir option has 25 * Notable developer-visible changes [all …]
|
/aosp_15_r20/packages/modules/Connectivity/framework-t/src/android/net/ |
D | NetworkTemplate.java | 4 * Licensed under the Apache License, Version 2.0 (the "License"); 8 * http://www.apache.org/licenses/LICENSE-2.0 19 import static android.annotation.SystemApi.Client.MODULE_LIBRARIES; 77 @SystemApi(client = MODULE_LIBRARIES) 108 * may offer non-cellular networks like WiFi, which will be matched by this rule. 125 * Wi-Fi Network Key is never supposed to be null (if it is, it is a bug that 127 * non-null. Therefore it's fine to use null as a sentinel for Wifi Network Key. 137 public static final int NETWORK_TYPE_ALL = -1; 153 public static final int OEM_MANAGED_ALL = -1; 161 public static final int OEM_MANAGED_YES = -2; [all …]
|
/aosp_15_r20/external/curl/docs/ |
H A D | KNOWN_BUGS | 19 2.4 Secure Transport does not import PKCS#12 client certificates without a password 20 2.5 Client cert handling with Issuer DN differs between backends 21 2.7 Client cert (MTLS) issues with Schannel 22 2.11 Schannel TLS 1.2 handshake bug in old Windows versions 33 4.1 -T /dev/stdin may upload with an incorrect content length 34 4.2 -T - always uploads chunked 38 5.2 curl-config --libs contains private details 40 5.6 Cygwin: make install installs curl-config.1 twice 41 5.11 configure --with-gssapi with Heimdal is ignored on macOS 50 6.6 libcurl can fail to try alternatives with --proxy-any [all …]
|
/aosp_15_r20/external/python/cpython3/Misc/ |
D | HISTORY | 2 -------------- 13 Release date: 2017-01-17 21 Release date: 2017-01-02 24 ----------------- 26 - Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X 29 - Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug 33 ------- 35 - Issue #28563: Fixed possible DoS and arbitrary code execution when handle 39 - In the curses module, raise an error if window.getstr() or window.instr() is 42 - Issue #27783: Fix possible usage of uninitialized memory in operator.methodcaller. [all …]
|
/aosp_15_r20/external/autotest/server/cros/tradefed/ |
H A D | generate_controlfiles_common.py | 4 # Use of this source code is governed by a BSD-style license that can be 29 # 'DEV' means the preview version build from development branch. 39 # Use of this source code is governed by a BSD-style license that can be 43 {%- if servo_support_needed %} 45 {%- endif %} 46 {%- if wifi_info_needed %} 47 from autotest_lib.client.common_lib import utils, global_config 49 {%- endif %} 60 {%- if sync_count and sync_count > 1 %} 62 {%- endif %} [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/doc/ |
D | history.qbk | 2 / Copyright (c) 2003-2021 Christopher M. Kohlhoff (chris at kohlhoff dot com) 4 / Distributed under the Boost Software License, Version 1.0. (See accompanying 18 * Changed `any_io_executor` to a "strong typedef"-style class. 23 * Fixed work tracking for `io_context` and `thread_pool` executors when move-assigned. 25 * Fixed I/O object move-assignment to ensure the executor is left in a valid state. 37 * Added executor-converting construction and assignment to `ip::basic_resolver`. 38 * Added compatibility between polymorphic executors and the (deprecated) handler 43 with a single parameter, the argument is passed through as-is. For signatures 70 * Reinstated a previously removed null-pointer check, as it had a measurable 72 * Fixed the `executor` concept to test for a const-qualified `execute()`. [all …]
|