Home
last modified time | relevance | path

Searched refs:parse_file (Results 1 – 14 of 14) sorted by relevance

/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/tests/
H A Dparser_test.py31 state = parsing.parse_file(writer, trace, self.mk_fname('header'))
37 state = parsing.parse_file(writer, trace, self.mk_fname('proc_diskstats.log'))
42 state = parsing.parse_file(writer, trace, self.mk_fname('proc_ps.log'))
64 state_with_headers = parsing.parse_file(writer, trace, self.mk_fname('header'))
66 …samples = parsing.parse_file(writer, state_with_headers, self.mk_fname('proc_diskstats.log')).disk…
86 samples = parsing.parse_file(writer, trace, self.mk_fname('proc_stat.log')).cpu_stats
H A Dprocess_tree_test.py25 parsing.parse_file(writer, trace, self.mk_fname('proc_ps.log'))
/openbmc/linux/tools/testing/kunit/
H A Dkunit_kernel.py141 kconfig = kunit_config.parse_file(UML_KCONFIG_PATH)
170 return kunit_config.parse_file(path)
180 partial = kunit_config.parse_file(path)
267 validated_kconfig = kunit_config.parse_file(kconfig_path)
305 old_kconfig = kunit_config.parse_file(old_path)
315 existing_kconfig = kunit_config.parse_file(kconfig_path)
H A Dkunit_config.py81 def parse_file(path: str) -> Kconfig: function
H A Dkunit_tool_test.py56 kconfig = kunit_config.parse_file(kconfig_path)
79 actual_kconfig = kunit_config.parse_file(kconfig_path)
/openbmc/bmcweb/scripts/
H A Dgenerate_schema_enums.py47 def parse_file(filename): function
152 out = parse_file(filepath)
/openbmc/linux/scripts/
H A Dleaking_addresses.pl435 parse_file($file);
445 sub parse_file subroutine
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/
H A D0007-qemu-Determinism-fixes.patch30 parse_file(f, toppat)
/openbmc/linux/scripts/mod/
H A Dsumversion.c256 static int parse_file(const char *fname, struct md4_ctx *md) in parse_file() function
343 if (!parse_file(p, md)) { in parse_source_files()
371 if (!parse_file(line, md)) { in parse_source_files()
/openbmc/u-boot/tools/
H A Dgenboardscfg.py321 def parse_file(self, file): member in MaintainersDatabase
369 database.parse_file(os.path.join(dirpath, 'MAINTAINERS'))
/openbmc/qemu/scripts/
H A Dminikconf.py345 parser.parse_file(fp)
351 def parse_file(self, fp): member in KconfigParser
413 KconfigParser(self.data).parse_file(fp)
700 parser.parse_file(fp)
H A Ddecodetree.py1227 def parse_file(f, parent_pat): function
1563 parse_file(f, toppat)
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/
H A Dparsing.py783 def parse_file(writer, state, filename): function
820 state = parse_file(writer, state, path)
/openbmc/linux/tools/mm/
H A Dpage-types.c1104 static void parse_file(const char *name) in parse_file() function
1287 parse_file(optarg); in main()