/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_struct.py | 393 packed = struct.pack("<f", smaller) 394 unpacked = struct.unpack("<f", packed)[0] 399 self.assertEqual(bigpacked, string_reverse(packed)) 406 packed = struct.pack(">f", big) 407 unpacked = struct.unpack(">f", packed)[0] 531 packed = struct.pack(prefix+'?', 1) variable in class:StructTest.test_bool.ExplodingBool 533 self.assertEqual(len(packed), struct.calcsize(prefix+'?')) 535 if len(packed) != 1: 537 %packed)
|
/external/chromium_org/chrome/browser/resources/apps_debugger/css/ |
items.css | 189 #no-packed-extensions, 191 #no-packed-apps, 197 .packed-list:not(.empty-item-list) #no-packed-extensions, 199 .packed-list:not(.empty-item-list) #no-packed-apps, 201 .loading #no-packed-extensions, 203 .loading #no-packed-apps, 223 .packed-list,
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/ |
platforminfo.py | 116 packed = fcntl.ioctl(sys.stderr.fileno(), termios.TIOCGWINSZ, '\0' * 8) 117 _, columns, _, _ = struct.unpack('HHHH', packed)
|
/external/chromium_org/v8/test/mjsunit/ |
array-store-and-grow.js | 221 f(a, 1, "hi"); // DOUBLE packed array -> tagged packed grow 243 f(a, 0, "hi"); // DOUBLE packed array -> tagged packed grow
|
/external/eigen/blas/ |
dspr.f | 19 * n by n symmetric matrix, supplied in packed form. 26 * triangular part of the matrix A is supplied in the packed 61 * packed sequentially, column by column, so that AP( 1 ) 68 * packed sequentially, column by column, so that AP( 1 )
|
sspr.f | 19 * n by n symmetric matrix, supplied in packed form. 26 * triangular part of the matrix A is supplied in the packed 61 * packed sequentially, column by column, so that AP( 1 ) 68 * packed sequentially, column by column, so that AP( 1 )
|
/external/kernel-headers/original/linux/netfilter/ |
nfnetlink.h | 46 } __attribute__ ((packed)); 82 } __attribute__ ((packed));
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
iso_fs.h | 140 } __attribute__((packed)); 157 } __attribute__((packed));
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
iso_fs.h | 140 } __attribute__((packed)); 157 } __attribute__((packed));
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
iso_fs.h | 140 } __attribute__((packed)); 157 } __attribute__((packed));
|
/bionic/libc/kernel/common/linux/ |
if_ether.h | 114 } __attribute__((packed));
|
/external/bluetooth/bluedroid/btif/src/ |
btif_profile_queue.c | 50 } __attribute__((packed))connect_node_t;
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
ast_type.cpp | 88 ubo_layout_mask.flags.q.packed = 1;
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/ |
java_enum_field.cc | 336 if (descriptor_->options().packed() && 527 if (descriptor_->options().packed()) { 558 if (descriptor_->options().packed()) { 570 // cache the data size for packed fields. 571 if (descriptor_->options().packed()) {
|
java_string_field.cc | 457 if (descriptor_->options().packed() && 648 if (descriptor_->options().packed()) { 681 if (descriptor_->options().packed()) { 693 // cache the data size for packed fields. 694 if (descriptor_->options().packed()) {
|
/external/chromium_org/third_party/skia/src/gpu/ |
GrTextStrike.h | 71 GrGlyph* generateGlyph(GrGlyph::PackedID packed, GrFontScaler* scaler);
|
/external/clang/test/CodeGenCXX/ |
bitfield.cpp | 12 struct __attribute__((packed)) S {
|
/external/iproute2/include/linux/ |
if_ether.h | 131 } __attribute__((packed));
|
/external/mesa3d/src/glsl/ |
ast_type.cpp | 88 ubo_layout_mask.flags.q.packed = 1;
|
/external/skia/src/gpu/ |
GrTextStrike.h | 71 GrGlyph* generateGlyph(GrGlyph::PackedID packed, GrFontScaler* scaler);
|
/system/core/fastbootd/ |
usb_linux_client.c | 79 } __attribute__((packed)) fs_descs, hs_descs; 80 } __attribute__((packed)) descriptors = { 148 } __attribute__((packed)) lang0; 149 } __attribute__((packed)) strings = {
|
/external/clang/test/SemaCXX/ |
class-layout.cpp | 35 struct __attribute__((packed)) E { 42 struct __attribute__((packed)) F : E { 56 } __attribute__((packed));
|
/external/grub/stage2/ |
bios.c | 65 } __attribute__ ((packed)) dap; 147 } __attribute__ ((packed)) cdrp; 236 } __attribute__ ((packed)) drp;
|
/external/chromium_org/third_party/mesa/src/docs/OLD/ |
MESA_packed_depth_stencil.spec | 36 packed pixel formats and types which pack both stencil and depth 106 Add to the description of packed pixel formats: 171 The assignment of elements to fields in the packed pixel is as
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/ |
xorg_composite.c | 59 uint8_t packed[4]; local 62 packed[0] = pixel; 63 packed[1] = pixel >> 8; 64 packed[2] = pixel >> 16; 65 packed[3] = pixel >> 24; 66 format_desc->unpack_rgba_float(color, 0, packed, 0, 1, 1);
|