Home
last modified time | relevance | path

Searched defs:collector (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
DCodeFragmentCollector.py622 collector = CodeFragmentCollector(sys.argv[1]) variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_htmlparser.py75 def _run_check(self, source, expected_events, collector=EventCollector): argument
Dtest_sgmllib.py101 collector = EventCollector variable in SGMLParserTestCase
Dtest_pyexpat.py272 def collector(name, *args): function