/aosp_15_r20/external/autotest/server/site_tests/bluetooth_AdapterLLTHealth/ |
H A D | bluetooth_AdapterLLTHealth.py | 62 """Connects DUT as central to a peripheral device. 66 # Pair the central device first - 79 @test_wrapper('LLT: 1 Central 1 Peripheral. Order of connection CP', 86 Connects DUT as central to first device 92 required_roles=['central-peripheral']) 94 central = self.devices['BLE_MOUSE'][0] 96 # Establish connection from DUT as LE Central 97 self.discover_and_pair(central) 99 self.test_hid_device_created(central.address) 100 # Verify data transfer over the DUT LE central Connection [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region/ |
H A D | endpoints.json | 59 "ca-central-1" : { 60 "description" : "Canada (Central)" 65 "eu-central-1" : { 68 "eu-central-2" : { 89 "il-central-1" : { 92 "me-central-1" : { 133 "ca-central-1" : { 135 "hostname" : "access-analyzer-fips.ca-central-1.amazonaws.com", 140 "eu-central-1" : { }, 141 "eu-central-2" : { }, [all …]
|
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/fuchsia/bt/ |
D | GapSecSemTest.py | 77 def _orchestrate_gatt_connection(self, central, peripheral): argument 78 """ Orchestrate a GATT connetion from the input Central 81 central: The central Fuchsia device 103 central.sl4f.gattc_lib.bleStartBleScan(scan_filter) 104 device = le_scan_for_device_by_name(central, 112 connect_result = central.sl4f.gattc_lib.bleConnectToPeripheral( 122 def _orchestrate_gap_sec_sem_37_to_44_test(self, test_name, central, argument 132 central: The central role Fuchsia device 134 is_central_pairing_initiator: True if Central should initiate 138 1. Perform GATT connection from Central to Peripheral [all …]
|
/aosp_15_r20/tools/tradefederation/core/common_util/com/android/tradefed/util/zip/ |
D | EndCentralDirectoryInfo.java | 32 * [Central directory]* [End of central directory record] 38 // End central directory of a zip file is at the end of the file, and its size shouldn't be 44 // Central directory signature is always 4 bytes. 64 * Constructor to collect end central directory information of a zip file. 66 * @param zipFile a {@link File} contains the end central directory information. It's likely the 75 * Constructor to collect end central directory information of a zip file. 77 * @param zipFile a {@link File} contains the end central directory information. It's likely the 83 // End of central directory record: in EndCentralDirectoryInfo() 85 // 0 4 bytes End of central dir signature (0x06054b50) in EndCentralDirectoryInfo() 87 // 6 2 bytes Number of the disk with the start of the central directory in EndCentralDirectoryInfo() [all …]
|
/aosp_15_r20/external/google-cloud-java/ |
H A D | README.md | 9 Libraries are available on GitHub and Maven Central for developing Java applications that interact … 15 …stability]][stable-description] | [" 53 "eu-central-1" : { 106 "ca-central-1" : { 108 "hostname" : "access-analyzer-fips.ca-central-1.amazonaws.com", 112 "eu-central-1" : { }, 118 "fips-ca-central-1" : { 120 "region" : "ca-central-1" 123 "hostname" : "access-analyzer-fips.ca-central-1.amazonaws.com" 203 "ca-central-1" : { [all …]
|
/aosp_15_r20/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/ |
H A D | CentralDirectory.java | 38 * Representation of the central directory of a zip archive. 43 * Field in the central directory with the central directory signature. 48 * Field in the central directory with the "made by" code. 54 * Field in the central directory with the minimum version required to extract the entry. 61 * Field in the central directory with the GP bit flag. 67 * Field in the central directory with the code of the compression method. See 73 * Field in the central directory with the last modification time in MS-DOS format (see 80 * Field in the central directory with the last modification date in MS-DOS format. See 87 * Field in the central directory with the CRC32 checksum of the entry. This will be zero for 94 * Field in the central directory with the entry's compressed size, <em>i.e.</em>, the file on [all …]
|
/aosp_15_r20/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/ |
H A D | ZipFile.java | 99 * List of entries in the order they appear inside the central 342 * within the archive's central directory.</p> 371 * in the archive's central directory by that name is 385 * the archive's central directory. 451 * <p>This method transfers entries based on the central directory of the zip file.</p> 581 * Length of a "central directory" entry structure without file 606 * Reads the central directory of the given archive and populates 610 * the central directory alone, but not the data that requires the 628 throw new IOException("central directory is empty, can't expand" 642 * Reads an individual entry of the central directory, creats an [all …]
|
/aosp_15_r20/external/cldr/common/supplemental/ |
H A D | windowsZones.xml | 86 <!-- (UTC-06:00) Central America --> 87 <mapZone other="Central America Standard Time" territory="001" type="America/Guatemala"/> 88 <mapZone other="Central America Standard Time" territory="BZ" type="America/Belize"/> 89 <mapZone other="Central America Standard Time" territory="CR" type="America/Costa_Rica"/> 90 <mapZone other="Central America Standard Time" territory="EC" type="Pacific/Galapagos"/> 91 <mapZone other="Central America Standard Time" territory="GT" type="America/Guatemala"/> 92 <mapZone other="Central America Standard Time" territory="HN" type="America/Tegucigalpa"/> 93 <mapZone other="Central America Standard Time" territory="NI" type="America/Managua"/> 94 <mapZone other="Central America Standard Time" territory="SV" type="America/El_Salvador"/> 95 <mapZone other="Central America Standard Time" territory="ZZ" type="Etc/GMT+6"/> [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/zip/ |
D | ZipConstants.java | 48 * Central directory (CEN) header signature. 53 * End of central directory (END) header signature. 68 * Central directory (CEN) header size in bytes (including signature). 73 * End of central directory (END) header size in bytes (including signature). 138 * Central directory (CEN) header version made by field offset. 143 * Central directory (CEN) header version needed to extract field offset. 148 * Central directory (CEN) header encrypt, decrypt flags field offset. 153 * Central directory (CEN) header compression method field offset. 158 * Central directory (CEN) header modification time field offset. 163 * Central directory (CEN) header uncompressed file crc-32 value field offset. [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/25/libcore/ojluni/src/main/java/java/util/zip/ |
D | ZipConstants.java | 48 * Central directory (CEN) header signature. 53 * End of central directory (END) header signature. 68 * Central directory (CEN) header size in bytes (including signature). 73 * End of central directory (END) header size in bytes (including signature). 138 * Central directory (CEN) header version made by field offset. 143 * Central directory (CEN) header version needed to extract field offset. 148 * Central directory (CEN) header encrypt, decrypt flags field offset. 153 * Central directory (CEN) header compression method field offset. 158 * Central directory (CEN) header modification time field offset. 163 * Central directory (CEN) header uncompressed file crc-32 value field offset. [all …]
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/zip/ |
H A D | ZipConstants.java | 48 * Central directory (CEN) header signature. 53 * End of central directory (END) header signature. 68 * Central directory (CEN) header size in bytes (including signature). 73 * End of central directory (END) header size in bytes (including signature). 138 * Central directory (CEN) header version made by field offset. 143 * Central directory (CEN) header version needed to extract field offset. 148 * Central directory (CEN) header encrypt, decrypt flags field offset. 153 * Central directory (CEN) header compression method field offset. 158 * Central directory (CEN) header modification time field offset. 163 * Central directory (CEN) header uncompressed file crc-32 value field offset. [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/core/regions/target/generated-sources/sdk/software/amazon/awssdk/regions/servicemetadata/ |
H A D | Wafv2ServiceMetadata.java | 42 …p-southeast-3"), Region.of("ap-southeast-4"), Region.of("ca-central-1"), Region.of("eu-central-1"), 43 …Region.of("eu-central-2"), Region.of("eu-north-1"), Region.of("eu-south-1"), Region.of("eu-south-2… 47 … Region.of("fips-ap-southeast-2"), Region.of("fips-ca-central-1"), Region.of("fips-eu-central-1"), 50 …s-us-east-2"), Region.of("fips-us-west-1"), Region.of("fips-us-west-2"), Region.of("il-central-1"), 51 …Region.of("me-central-1"), Region.of("me-south-1"), Region.of("sa-east-1"), Region.of("us-east-1"), 92 … .put(ServiceEndpointKey.builder().region(Region.of("ca-central-1")).build(), "ca-central-1") 93 ….put(ServiceEndpointKey.builder().region(Region.of("ca-central-1")).tags(EndpointTag.of("fips")).b… 94 "ca-central-1") 95 … .put(ServiceEndpointKey.builder().region(Region.of("eu-central-1")).build(), "eu-central-1") 96 ….put(ServiceEndpointKey.builder().region(Region.of("eu-central-1")).tags(EndpointTag.of("fips")).b… [all …]
|
H A D | WafRegionalServiceMetadata.java | 42 …p-southeast-3"), Region.of("ap-southeast-4"), Region.of("ca-central-1"), Region.of("eu-central-1"), 43 …Region.of("eu-central-2"), Region.of("eu-north-1"), Region.of("eu-south-1"), Region.of("eu-south-2… 47 … Region.of("fips-ap-southeast-2"), Region.of("fips-ca-central-1"), Region.of("fips-eu-central-1"), 50 …s-us-east-2"), Region.of("fips-us-west-1"), Region.of("fips-us-west-2"), Region.of("il-central-1"), 51 …Region.of("me-central-1"), Region.of("me-south-1"), Region.of("sa-east-1"), Region.of("us-east-1"), 92 … .put(ServiceEndpointKey.builder().region(Region.of("ca-central-1")).build(), "ca-central-1") 93 ….put(ServiceEndpointKey.builder().region(Region.of("ca-central-1")).tags(EndpointTag.of("fips")).b… 94 "ca-central-1") 95 … .put(ServiceEndpointKey.builder().region(Region.of("eu-central-1")).build(), "eu-central-1") 96 ….put(ServiceEndpointKey.builder().region(Region.of("eu-central-1")).tags(EndpointTag.of("fips")).b… [all …]
|
H A D | PortalSsoServiceMetadata.java | 41 …Region.of("ca-central-1"), Region.of("eu-central-1"), Region.of("eu-central-2"), Region.of("eu-nor… 43 …Region.of("il-central-1"), Region.of("me-central-1"), Region.of("me-south-1"), Region.of("sa-east-… 62 … .put(ServiceEndpointKey.builder().region(Region.of("ca-central-1")).build(), "ca-central-1") 63 … .put(ServiceEndpointKey.builder().region(Region.of("eu-central-1")).build(), "eu-central-1") 64 … .put(ServiceEndpointKey.builder().region(Region.of("eu-central-2")).build(), "eu-central-2") 70 … .put(ServiceEndpointKey.builder().region(Region.of("il-central-1")).build(), "il-central-1") 71 … .put(ServiceEndpointKey.builder().region(Region.of("me-central-1")).build(), "me-central-1") 109 …put(ServiceEndpointKey.builder().region(Region.of("ca-central-1")).build(), "portal.sso.ca-central… 110 …put(ServiceEndpointKey.builder().region(Region.of("eu-central-1")).build(), "portal.sso.eu-central… 111 …put(ServiceEndpointKey.builder().region(Region.of("eu-central-2")).build(), "portal.sso.eu-central… [all …]
|
H A D | OidcServiceMetadata.java | 41 …Region.of("ca-central-1"), Region.of("eu-central-1"), Region.of("eu-central-2"), Region.of("eu-nor… 43 …Region.of("il-central-1"), Region.of("me-central-1"), Region.of("me-south-1"), Region.of("sa-east-… 62 … .put(ServiceEndpointKey.builder().region(Region.of("ca-central-1")).build(), "ca-central-1") 63 … .put(ServiceEndpointKey.builder().region(Region.of("eu-central-1")).build(), "eu-central-1") 64 … .put(ServiceEndpointKey.builder().region(Region.of("eu-central-2")).build(), "eu-central-2") 70 … .put(ServiceEndpointKey.builder().region(Region.of("il-central-1")).build(), "il-central-1") 71 … .put(ServiceEndpointKey.builder().region(Region.of("me-central-1")).build(), "me-central-1") 103 ….put(ServiceEndpointKey.builder().region(Region.of("ca-central-1")).build(), "oidc.ca-central-1.am… 104 ….put(ServiceEndpointKey.builder().region(Region.of("eu-central-1")).build(), "oidc.eu-central-1.am… 105 ….put(ServiceEndpointKey.builder().region(Region.of("eu-central-2")).build(), "oidc.eu-central-2.am… [all …]
|
H A D | ComputeOptimizerServiceMetadata.java | 41 …p-southeast-3"), Region.of("ap-southeast-4"), Region.of("ca-central-1"), Region.of("eu-central-1"), 42 …Region.of("eu-central-2"), Region.of("eu-north-1"), Region.of("eu-south-1"), Region.of("eu-south-2… 43 … Region.of("eu-west-1"), Region.of("eu-west-2"), Region.of("eu-west-3"), Region.of("il-central-1"), 44 …Region.of("me-central-1"), Region.of("me-south-1"), Region.of("sa-east-1"), Region.of("us-east-1"), 65 … .put(ServiceEndpointKey.builder().region(Region.of("ca-central-1")).build(), "ca-central-1") 66 … .put(ServiceEndpointKey.builder().region(Region.of("eu-central-1")).build(), "eu-central-1") 67 … .put(ServiceEndpointKey.builder().region(Region.of("eu-central-2")).build(), "eu-central-2") 74 … .put(ServiceEndpointKey.builder().region(Region.of("il-central-1")).build(), "il-central-1") 75 … .put(ServiceEndpointKey.builder().region(Region.of("me-central-1")).build(), "me-central-1") 119 .put(ServiceEndpointKey.builder().region(Region.of("ca-central-1")).build(), [all …]
|
H A D | ServicediscoveryServiceMetadata.java | 42 …-southeast-3"), Region.of("ap-southeast-4"), Region.of("ca-central-1"), Region.of("ca-central-1-fi… 43 …Region.of("eu-central-1"), Region.of("eu-central-2"), Region.of("eu-north-1"), Region.of("eu-south… 45 …Region.of("il-central-1"), Region.of("me-central-1"), Region.of("me-south-1"), Region.of("sa-east-… 57 … .put(ServiceEndpointKey.builder().region(Region.of("ca-central-1-fips")).build(), "ca-central-1") 98 ….put(ServiceEndpointKey.builder().region(Region.of("ca-central-1")).tags(EndpointTag.of("fips")).b… 99 "servicediscovery-fips.ca-central-1.amazonaws.com") 100 .put(ServiceEndpointKey.builder().region(Region.of("ca-central-1")) 102 "servicediscovery-fips.ca-central-1.api.aws") 103 ….put(ServiceEndpointKey.builder().region(Region.of("ca-central-1")).tags(EndpointTag.of("dualstack… 104 "servicediscovery.ca-central-1.api.aws") [all …]
|
H A D | S3ControlServiceMetadata.java | 41 …Region.of("ap-southeast-2"), Region.of("ca-central-1"), Region.of("ca-central-1-fips"), Region.of(… 72 … .put(ServiceEndpointKey.builder().region(Region.of("ca-central-1")).build(), "ca-central-1") 73 ….put(ServiceEndpointKey.builder().region(Region.of("ca-central-1")).tags(EndpointTag.of("fips")).b… 74 "ca-central-1") 75 .put(ServiceEndpointKey.builder().region(Region.of("ca-central-1")) 76 … .tags(EndpointTag.of("dualstack"), EndpointTag.of("fips")).build(), "ca-central-1") 77 ….put(ServiceEndpointKey.builder().region(Region.of("ca-central-1")).tags(EndpointTag.of("dualstack… 78 "ca-central-1") 79 … .put(ServiceEndpointKey.builder().region(Region.of("ca-central-1-fips")).build(), "ca-central-1") 80 … .put(ServiceEndpointKey.builder().region(Region.of("eu-central-1")).build(), "eu-central-1") [all …]
|
/aosp_15_r20/packages/modules/Bluetooth/system/blueberry/utils/ |
D | bt_gatt_utils.py | 46 def setup_gatt_connection(central: AndroidDevice, 52 gatt_callback = central.sl4a.gattCreateGattCallback() 54 …bluetooth_gatt = central.sl4a.gattClientConnectGatt(gatt_callback, mac_address, autoconnect, trans… 58 event = central.ed.pop_event(expected_event, timeout_seconds) 60 close_gatt_client(central, bluetooth_gatt) 65 close_gatt_client(central, bluetooth_gatt) 71 def wait_for_gatt_connection(central: AndroidDevice, gatt_callback, bluetooth_gatt, timeout): 74 event = central.ed.pop_event(expected_event, timeout=timeout) 76 close_gatt_client(central, bluetooth_gatt) 80 close_gatt_client(central, bluetooth_gatt) [all …]
|
/aosp_15_r20/system/libziparchive/ |
H A D | zip_archive_common.h | 26 // The "end of central directory" (EOCD) record. Each archive 29 // number of entries in the archive and the offset to the central 34 // End of central directory signature, should always be 38 // central directory is on. 43 // The disk where the central directory starts. 48 // The number of central directory records on this disk. 53 // The total number of central directory records. 55 // The size of the central directory (in bytes). 57 // The offset of the start of the central directory, relative 60 // Length of the central directory comment. [all …]
|
/aosp_15_r20/external/cldr/tools/cldr-rdf/external/ |
H A D | skippingCodes.tsv | 4 …Central Asia) (ar-143) (ar-143, Q5094844), Q142242 (Q142242), Arabic (ar) (ar, Q1395), Semitic [Ot… 5 …Central Asia) (ar-143) (ar-143, Q5094844), Q142242 (Q142242), Arabic (ar) (ar, Q1395), Semitic [Ot… 19 …Central Philippine (Q311965), Greater Central Philippine (Q383299), Philippine [Other] (phi) (phi,… 20 …Central Indo-Aryan (Q1097918), Indic [Other] (inc) (inc, Q3357), Q1560938 (Q1560938); Ahirani (ahr… 25 …rom [alq] oj from Algonquin (alq) (alq, Q2809), Ojibwa (oj) (oj, Q3387), Central Algonquian (Q2153… 27 …Central Indo-Aryan (Q1097918), Indic [Other] (inc) (inc, Q3357), Q1560938 (Q1560938); Angika (anp)… 30 …Central Malayo-Polynesian languages (plf) (plf, Q252667), Central-Eastern Malayo-Polynesian (Q2269… 35 …Central Philippine (Q311965), Greater Central Philippine (Q383299), Philippine [Other] (phi) (phi,… 36 …Central Asia) (ar-143) (ar-143, Q5094844), Q142242 (Q142242), Arabic (ar) (ar, Q1395), Semitic [Ot… 37 …Central Asia) (ar-143) (ar-143, Q5094844), Q142242 (Q142242), Arabic (ar) (ar, Q1395), Semitic [Ot… [all …]
|
H A D | childToParentWithCodes.tsv | 30 Abron (abr) (abr, Q3483) Central Tano (Q165848) 33 Abua (abn) (abn, Q3483) Central Delta (Q381319) 34 Abua-Odual (Q1262650) Central Delta (Q381319) 37 Abureni (mgj) (mgj, Q344125) Central Delta (Q381319) 113 Ahanta (aha) (aha, Q3472) Central Tano (Q165848) 141 Aja [South Sudan] (aja) (aja, Q323749) Central Sudanic languages (csu) (csu, Q19082) 156 Akan (ak) (ak, Q2802) Central Tano (Q165848) 158 Akan (ak) (ak, Q3557) Central Tano (Q165848) 159 Akan (ak) (ak, Q3685) Central Tano (Q165848) 164 Akei (tsr) (tsr, Q282896) North and Central Vanuatu (Q307030) [all …]
|
/aosp_15_r20/external/python/bumble/docs/mkdocs/src/apps_and_tools/ |
D | bench.md | 43 central Run as a central (initiates the connection) 47 ## Options for the ``central`` Command 49 Usage: bumble-bench central [OPTIONS] TRANSPORT 51 Run as a central (initiates the connection) 64 the ``peripheral`` command and the other the ``central`` command. The device 66 running the ``central`` command. 69 Bluetooth Classic, the address of the Peripheral must be specified on the Central 73 Independently of whether the device is the Central or Peripheral, each device selects a 74 ``mode`` and and ``role`` to run as. The ``mode`` and ``role`` of the Central and Peripheral 95 Using the default mode and role for the Central and Peripheral. [all …]
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/ |
H A D | iso-639-3_Name_Index.tab | 146 agt Central Cagayan Agta Agta, Central Cagayan 483 awu Central Awyu Awyu, Central 491 axk Yaka (Central African Republic) Yaka (Central African Republic) 510 ayr Central Aymara Aymara, Central 563 bbp West Central Banda Banda, West Central 573 bca Central Bai Bai, Central 584 bcl Central Bikol Bikol, Central 901 boy Bodo (Central African Republic) Bodo (Central African Republic) 1325 ckb Central Kurdish Kurdish, Central 1363 cmo Central Mnong Mnong, Central [all …]
|