OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:header_format
(Results
1 - 3
of
3
) sorted by null
/external/autotest/client/cros/faft/utils/
os_interface.py
308
header_format
= '<8s8sQ'
310
magic, _, kb_size = struct.unpack_from(
header_format
, blob)
324
header_format
= '<8s96sQ'
325
magic, _, version = struct.unpack_from(
header_format
, blob)
336
header_format
= '<8s8sQ'
338
magic, _, kb_size = struct.unpack_from(
header_format
, blob)
352
header_format
= '<8s8sQ'
354
magic, _, kb_size = struct.unpack_from(
header_format
, blob)
/external/skia/bench/
bench_compare.py
67
header_format
= ""
160
header_format
+= header_formats[column_char]
166
print
header_format
.format(
/external/google-breakpad/src/third_party/libdisasm/swig/
libdisasm.i
70
%rename(
header_format
) x86_format_header;
Completed in 79 milliseconds