/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/util/ |
D | GsmAlphabetTest.java | 44 byte[] packed; in gsm7BitPackedToString() 47 packed = in gsm7BitPackedToString() 50 assertThat(GsmAlphabet.gsm7BitPackedToString(packed, 1, 0xff & packed[0], 0, 0, 0)) in gsm7BitPackedToString() 55 packed = in gsm7BitPackedToString() 58 assertThat(GsmAlphabet.gsm7BitPackedToString(packed, 1, 0xff & packed[0], 0, 0, 0)) in gsm7BitPackedToString() 64 packed = in gsm7BitPackedToString() 67 assertThat(GsmAlphabet.gsm7BitPackedToString(packed, 1, 0xff & packed[0], 0, 0, 0)) in gsm7BitPackedToString() 75 packed = in gsm7BitPackedToString() 78 assertThat(GsmAlphabet.gsm7BitPackedToString(packed, 1, 0xff & packed[0], 0, 0, 0)) in gsm7BitPackedToString() 82 packed = new byte[] {(byte) (0x1b | 0x80), 0x1b >> 1}; in gsm7BitPackedToString() [all …]
|
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/ |
D | PackedString.java | 80 private static ArrayMap<String, String> explode(String packed) { in explode() argument 81 if (packed == null || packed.length() == 0) { in explode() 86 int length = packed.length(); in explode() 89 int tagEndIndex = packed.indexOf(DELIMITER_TAG); in explode() 92 elementEndIndex = packed.indexOf(DELIMITER_ELEMENT, elementStartIndex); in explode() 101 value = packed.substring(elementStartIndex, elementEndIndex); in explode() 104 value = packed.substring(elementStartIndex, tagEndIndex); in explode() 105 tag = packed.substring(tagEndIndex + 1, elementEndIndex); in explode() 107 tagEndIndex = packed.indexOf(DELIMITER_TAG, elementEndIndex + 1); in explode() 129 public Builder(String packed) { in Builder() argument [all …]
|
/packages/modules/adb/daemon/ |
D | usb_ffs.cpp | 51 } __attribute__((packed)); 59 } __attribute__((packed)); 67 } __attribute__((packed)) header; 69 } __attribute__((packed)); 83 } __attribute__((packed)); 93 } __attribute__((packed)); 112 } __attribute__((packed)); 237 } __attribute__((packed)) lang0; 238 } __attribute__((packed)) strings = {
|
/packages/modules/adb/ |
D | file_sync_protocol.h | 46 } __attribute__((packed)); 48 struct __attribute__((packed)) sync_stat_v1 { 55 struct __attribute__((packed)) sync_stat_v2 { 70 struct __attribute__((packed)) sync_dent_v1 { 78 struct __attribute__((packed)) sync_dent_v2 {
|
/packages/modules/Bluetooth/system/gd/hal/ |
D | mgmt.h | 35 } __attribute__((packed)); 42 } __attribute__((packed)); 49 } __attribute__((packed)); 54 } __attribute__((packed));
|
/packages/modules/StatsD/lib/libkll/encoding/ |
D | encoder_test.cpp | 96 std::string packed; in TEST_P() local 98 Encoder::SerializeToPackedStringAll(params.values.begin(), params.values.end(), &packed); in TEST_P() 100 EXPECT_EQ(packed, expected); in TEST_P() 101 EXPECT_EQ(packed.length(), params.encoding_length); in TEST_P()
|
/packages/modules/StatsD/lib/libkll/proto/ |
D | kll-quantiles.proto | 32 // Used for values which cannot be serialized in a packed format. 39 // Used for values for which can be serialized in a packed format and 41 // one field in a packed representation. 44 // Optionally used for values of integral types stored in a packed 48 // next higher values are stored as (packed) varints.
|
/packages/modules/Connectivity/staticlibs/framework/com/android/net/module/util/ |
D | BitUtils.java | 65 long packed = 0; in packBits() local 67 packed |= (1L << b); in packBits() 69 return packed; in packBits()
|
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_sco_hfp_hal_linux.cc | 59 } __attribute__((packed)); 67 } __attribute__((packed)); 76 } __attribute__((packed)); 83 } __attribute__((packed)); 239 } __attribute__((packed));
|
/packages/modules/Bluetooth/system/embdrv/g722/ |
D | g722_enc_dec.h | 90 int packed; member 113 int packed; member
|
/packages/modules/adb/fastdeploy/deploypatchgenerator/ |
D | apk_archive.cpp | 142 } __attribute__((packed)); in FindCDRecord() 264 } __attribute__((packed)); in ParseCentralDirectoryRecord() 329 } __attribute__((packed)); in CalculateLocalFileEntrySize() 363 } __attribute__((packed)); in CalculateLocalFileEntrySize()
|
/packages/modules/GeoTZ/s2storage/src/write/java/com/android/storage/table/packed/write/ |
D | PackedTableWriter.java | 17 package com.android.storage.table.packed.write; 20 import com.android.storage.table.packed.read.PackedTableReader;
|
/packages/modules/Bluetooth/system/include/hardware/ |
D | bluetooth.h | 66 typedef struct { uint8_t name[249]; } __attribute__((packed)) bt_bdname_t; 166 typedef struct { uint8_t pin[16]; } __attribute__((packed)) bt_pin_code_t; 175 } __attribute__((packed)) bt_activity_energy_info; 181 } __attribute__((packed)) bt_uid_traffic_t;
|
D | bt_sock.h | 59 } __attribute__((packed)) sock_connect_signal_t;
|
/packages/modules/Virtualization/pvmfw/src/ |
D | config.rs | 28 #[repr(C, packed)] 147 #[repr(packed)] 154 #[repr(C, packed)]
|
D | gpt.rs | 161 #[repr(C, packed)] 226 #[repr(C, packed)]
|
/packages/modules/GeoTZ/tzs2storage/ |
D | README.md | 17 most of the blocks are "packed tables". See the README.md associated with the 48 The TZ S2 data file is a type of block file that uses packed tables. It overlays additional rules, 99 When the `{block ID}` block is non-zero length, the block is interpreted as a packed table 173 The suffix table block is a packed table with shared information and one or more entries. 187 As with any packed table, each record in the packed table has a fixed width of `{R}` bits. The first
|
/packages/modules/Bluetooth/system/gd/rust/linux/utils/src/ |
D | uinput.rs | 68 #[repr(C, packed)] 82 #[repr(C, packed)] 118 #[repr(C, packed)]
|
/packages/modules/Bluetooth/system/btcore/include/ |
D | iac.h | 28 } __attribute__((packed)) bt_inquiry_access_code_t;
|
/packages/modules/GeoTZ/s2storage/src/test/java/com/android/storage/table/packed/ |
D | IntValuePackedTableTest.java | 17 package com.android.storage.table.packed; 29 import com.android.storage.table.packed.read.IntValueTypedPackedTable; 30 import com.android.storage.table.packed.write.PackedTableWriter;
|
/packages/modules/Virtualization/authfs/src/fsverity/metadata/ |
D | metadata.hpp | 64 } __attribute__((packed));
|
/packages/modules/Bluetooth/system/gd/discovery/device/ |
D | eir_test_data_packets.h | 35 } __attribute__((packed));
|
/packages/modules/adb/tools/ |
D | check_ms_os_desc.cpp | 115 struct __attribute__((packed)) ms_os_desc_v1_header { in check_ms_os_desc_v1() 134 struct __attribute__((packed)) ms_os_desc_v1_function { in check_ms_os_desc_v1()
|
/packages/modules/Bluetooth/system/btif/co/ |
D | bta_gatts_co.cc | 38 } __attribute__((packed)) btif_gatts_srv_chg_cb_t;
|
/packages/modules/adb/pairing_connection/include/adb/pairing/ |
D | pairing_connection.h | 44 } __attribute__((packed));
|