Home
last modified time | relevance | path

Searched refs:pack (Results 1 – 13 of 13) sorted by relevance

/system/tools/mkbootimg/
Dmkbootimg.py23 from struct import pack
81 sha.update(pack('I', filesize(f)))
83 sha.update(pack('I', 0))
88 f.write(pack(str(pad) + 'x'))
120 args.output.write(pack(f'{BOOT_MAGIC_SIZE}s', BOOT_MAGIC.encode()))
122 args.output.write(pack('I', filesize(args.kernel)))
124 args.output.write(pack('I', filesize(args.ramdisk)))
126 args.output.write(pack('I', (args.os_version << 11) | args.os_patch_level))
127 args.output.write(pack('I', boot_header_size))
129 args.output.write(pack('4I', 0, 0, 0, 0))
[all …]
/system/extras/simpleperf/scripts/
Dreport.py199 frame.pack(fill=BOTH, expand=1)
206 label.pack(anchor=W, padx=PAD_X, pady=PAD_Y)
210 label.pack(anchor=W, padx=PAD_X, pady=PAD_Y)
214 label.pack(anchor=W, padx=PAD_X, pady=PAD_Y)
218 report_frame.pack(fill=BOTH, expand=1)
221 yscrollbar.pack(side=RIGHT, fill=Y)
223 xscrollbar.pack(side=BOTTOM, fill=X)
226 tree.pack(side=LEFT, fill=BOTH, expand=1)
/system/extras/ioshark/
Dioshark.h26 #pragma pack(push, 1)
131 #pragma pack(pop)
/system/chre/chpp/include/chpp/
Dmacros.h153 #define CHPP_PACKED_START __pragma(pack(push, 1))
154 #define CHPP_PACKED_END __pragma(pack(pop))
/system/teeui/tools/framebufferizer/src/com/android/framebufferizer/
DMain.java45 theFrame.pack(); in createAndShowUI()
/system/memory/lmkd/include/
Dlmkd.h60 static inline enum lmk_cmd lmkd_pack_get_cmd(LMKD_CTRL_PACKET pack) { in lmkd_pack_get_cmd() argument
61 return (enum lmk_cmd)ntohl(pack[0]); in lmkd_pack_get_cmd()
/system/extras/verity/
Dbuild_verity_metadata.py44 block = struct.pack("II256sI", magic, VERSION, signature, table_len)
/system/extras/memory_replay/traces/
DTRACES78 for a male character, Spec Requirement set to High, resource pack
/system/chre/apps/nearby/third_party/nanopb/
Dpb.h98 #define PB_PACKED_STRUCT_START __pragma(pack(push, 1))
99 #define PB_PACKED_STRUCT_END __pragma(pack(pop))
/system/update_engine/scripts/update_payload/
Dtest_utils.py73 file_obj.write(struct.pack(common.IntPackingFmtStr(size, is_unsigned), val))
/system/libufdt/utils/
DREADME.md11 You can use `mkdtimg` to pack one or more DTB/DTBO files into an image.
/system/chre/build/sys_support/qcom/
Dchre.scons378 # Clean / pack rules
/system/chre/external/flatbuffers/include/flatbuffers/
Dflatbuffers.h2732 __pragma(pack(1)) \
2735 __pragma(pack()) \