Searched defs:struct (Results 1 - 12 of 12) sorted by relevance

/build/make/tools/releasetools/
H A Dtest_utils.py23 import struct namespace
55 typedef struct sparse_header {
69 typedef struct chunk_header {
91 fp.write(struct.pack(
107 fp.write(struct.pack(
H A Dsparse_img.py17 import struct namespace
40 header = struct.unpack("<I4H4I", header_bin)
76 header = struct.unpack("<2H2I", header_bin)
142 f.write(struct.pack("<2H3I", 0xCAC2, 0, blocks, 16, data))
149 f.write(struct.pack("<2I", self.total_blocks, self.total_chunks))
H A Dota_from_target_files167 import struct namespace
1172 represented by this struct pseudocode:
1174 struct delta_update_file {
1192 struct {
1212 header = struct.unpack("!IQQL", header_bin)
H A Dota_from_target_files.py167 import struct namespace
1172 represented by this struct pseudocode:
1174 struct delta_update_file {
1192 struct {
1212 header = struct.unpack("!IQQL", header_bin)
/build/tools/releasetools/
H A Dtest_utils.py23 import struct namespace
55 typedef struct sparse_header {
69 typedef struct chunk_header {
91 fp.write(struct.pack(
107 fp.write(struct.pack(
H A Dsparse_img.py17 import struct namespace
40 header = struct.unpack("<I4H4I", header_bin)
76 header = struct.unpack("<2H2I", header_bin)
142 f.write(struct.pack("<2H3I", 0xCAC2, 0, blocks, 16, data))
149 f.write(struct.pack("<2I", self.total_blocks, self.total_chunks))
H A Dota_from_target_files167 import struct namespace
1172 represented by this struct pseudocode:
1174 struct delta_update_file {
1192 struct {
1212 header = struct.unpack("!IQQL", header_bin)
H A Dota_from_target_files.py167 import struct namespace
1172 represented by this struct pseudocode:
1174 struct delta_update_file {
1192 struct {
1212 header = struct.unpack("!IQQL", header_bin)
/build/make/tools/
H A Dmerge-event-log-tags.py33 import struct namespace
148 return struct.unpack("!I", d)[0]
H A Dfat16copy.py19 import struct namespace
38 LFN_ATTRIBUTES_BYTE = struct.pack("B", LFN_ATTRIBUTES)
44 return struct.unpack("<H", f.read(2))[0]
48 return struct.unpack("<L", f.read(4))[0]
52 return struct.unpack("B", f.read(1))[0]
270 name_data = struct.unpack("B" * 11, name_data)
280 return struct.pack("B", result)
355 sequence_byte = struct.pack("B", sequence_number)
362 last_seq = struct.unpack("B", last[0])[0]
364 last = struct
[all...]
/build/tools/
H A Dmerge-event-log-tags.py33 import struct namespace
148 return struct.unpack("!I", d)[0]
H A Dfat16copy.py19 import struct namespace
38 LFN_ATTRIBUTES_BYTE = struct.pack("B", LFN_ATTRIBUTES)
44 return struct.unpack("<H", f.read(2))[0]
48 return struct.unpack("<L", f.read(4))[0]
52 return struct.unpack("B", f.read(1))[0]
270 name_data = struct.unpack("B" * 11, name_data)
280 return struct.pack("B", result)
355 sequence_byte = struct.pack("B", sequence_number)
362 last_seq = struct.unpack("B", last[0])[0]
364 last = struct
[all...]

Completed in 77 milliseconds