/external/bluetooth/bluedroid/bta/include/ |
bta_gatt_api.h | 57 } __attribute__((packed)) tBTA_GATT_ID; [all...] |
/external/bluetooth/bluedroid/btif/src/ |
btif_gatt_server.c | 106 } __attribute__((packed)) btif_gatts_cb_t;
|
/external/ipsec-tools/ |
setup.c | 215 struct __attribute__((packed)) {
|
/external/libmtp/src/ |
ptp-pack.c | 211 uint8_t packed[PTP_MAXSTRLEN*2+3], len; local 216 ptp_pack_string(params, "", (unsigned char*) packed, 0, &len); 218 ptp_pack_string(params, string, (unsigned char*) packed, 0, &len); 228 memcpy(retcopy, packed, plen); 500 #if 0 /* seems now we don't need any data packed in OI dataset... for now ;)*/ 1009 /* Allocate memory for the packed property list */ 1015 /* Copy into a nice packed list */ [all...] |
/external/oprofile/events/i386/nehalem/ |
events | 84 event:0xC7 counters:0,1,2,3 um:ssex_uops_retired minimum:6000 name:SSEX_UOPS_RETIRED : Counts SIMD packed single-precision floating point Uops retired. 107 event:0xFD counters:0,1,2,3 um:simd_int_64 minimum:6000 name:SIMD_INT_64 : Counts number of SID integer 64 bit packed multiply operations.
|
/external/protobuf/src/google/protobuf/ |
extension_set_heavy.cc | 188 output->is_packed = extension->options().packed(); 363 GOOGLE_LOG(FATAL) << "Non-primitive types can't be packed.";
|
generated_message_reflection.cc | 728 field->number(), field->type(), field->options().packed(), value, \ [all...] |
/frameworks/native/cmds/servicemanager/ |
binder.c | 170 } __attribute__((packed)) data;
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
CatService.java | 713 input.ucs2, input.packed);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/gp_hash_table_map_/ |
gp_ht_map_.hpp | 132 } __attribute__ ((packed));
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/gp_hash_table_map_/ |
gp_ht_map_.hpp | 132 } __attribute__ ((packed));
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/gp_hash_table_map_/ |
gp_ht_map_.hpp | 132 } __attribute__ ((packed));
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/ |
gp_ht_map_.hpp | 132 } __attribute__ ((packed));
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/ |
gp_ht_map_.hpp | 132 } __attribute__ ((packed));
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/ |
gp_ht_map_.hpp | 132 } __attribute__ ((packed));
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/gp_hash_table_map_/ |
gp_ht_map_.hpp | 132 } __attribute__ ((packed));
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/gp_hash_table_map_/ |
gp_ht_map_.hpp | 132 } __attribute__ ((packed));
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/gp_hash_table_map_/ |
gp_ht_map_.hpp | 166 } __attribute__ ((packed));
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/gp_hash_table_map_/ |
gp_ht_map_.hpp | 132 } __attribute__ ((packed));
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/gp_hash_table_map_/ |
gp_ht_map_.hpp | 166 } __attribute__ ((packed));
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/gp_hash_table_map_/ |
gp_ht_map_.hpp | 165 } __attribute__ ((packed));
|
/system/core/libpixelflinger/codeflinger/ |
GGLAssembler.h | 292 uint32_t packed : 1; member in struct:android::GGLAssembler::fragment_parts_t
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
generated_message_reflection.cc | 730 field->number(), field->type(), field->options().packed(), value, \ [all...] |
/external/qemu/block/ |
vvfat.c | 203 * For this reason we need to use __attribute__((packed)). */ 227 } __attribute__((packed)) fat16; 236 } __attribute__((packed)) fat32; 241 } __attribute__((packed)) bootsector_t; 256 } __attribute__((packed)) partition_t; 264 } __attribute__((packed)) mbr_t; 279 } __attribute__((packed)) direntry_t; [all...] |
/external/chromium_org/v8/test/mjsunit/ |
allocation-site-info.js | 184 // Case: make sure transitions from packed to holey are tracked
|