Home
last modified time | relevance | path

Searched refs:packed (Results 1 – 25 of 53) sorted by relevance

123

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/util/
DGsmAlphabetTest.java44 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/
DPackedString.java80 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/
Dusb_ffs.cpp51 } __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/
Dfile_sync_protocol.h46 } __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/
Dmgmt.h35 } __attribute__((packed));
42 } __attribute__((packed));
49 } __attribute__((packed));
54 } __attribute__((packed));
/packages/modules/StatsD/lib/libkll/encoding/
Dencoder_test.cpp96 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/
Dkll-quantiles.proto32 // 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/
DBitUtils.java65 long packed = 0; in packBits() local
67 packed |= (1L << b); in packBits()
69 return packed; in packBits()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sco_hfp_hal_linux.cc59 } __attribute__((packed));
67 } __attribute__((packed));
76 } __attribute__((packed));
83 } __attribute__((packed));
239 } __attribute__((packed));
/packages/modules/Bluetooth/system/embdrv/g722/
Dg722_enc_dec.h90 int packed; member
113 int packed; member
/packages/modules/adb/fastdeploy/deploypatchgenerator/
Dapk_archive.cpp142 } __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/
DPackedTableWriter.java17 package com.android.storage.table.packed.write;
20 import com.android.storage.table.packed.read.PackedTableReader;
/packages/modules/Bluetooth/system/include/hardware/
Dbluetooth.h66 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;
Dbt_sock.h59 } __attribute__((packed)) sock_connect_signal_t;
/packages/modules/Virtualization/pvmfw/src/
Dconfig.rs28 #[repr(C, packed)]
147 #[repr(packed)]
154 #[repr(C, packed)]
Dgpt.rs161 #[repr(C, packed)]
226 #[repr(C, packed)]
/packages/modules/GeoTZ/tzs2storage/
DREADME.md17 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/
Duinput.rs68 #[repr(C, packed)]
82 #[repr(C, packed)]
118 #[repr(C, packed)]
/packages/modules/Bluetooth/system/btcore/include/
Diac.h28 } __attribute__((packed)) bt_inquiry_access_code_t;
/packages/modules/GeoTZ/s2storage/src/test/java/com/android/storage/table/packed/
DIntValuePackedTableTest.java17 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/
Dmetadata.hpp64 } __attribute__((packed));
/packages/modules/Bluetooth/system/gd/discovery/device/
Deir_test_data_packets.h35 } __attribute__((packed));
/packages/modules/adb/tools/
Dcheck_ms_os_desc.cpp115 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/
Dbta_gatts_co.cc38 } __attribute__((packed)) btif_gatts_srv_chg_cb_t;
/packages/modules/adb/pairing_connection/include/adb/pairing/
Dpairing_connection.h44 } __attribute__((packed));

123