HomeSort by: relevance | last modified time | path
    Searched refs:QUIET_ALL (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/dtc/dist/tests/
pylibfdt_tests.py 14 from libfdt import Fdt, FdtSw, FdtException, QUIET_NOTFOUND, QUIET_ALL
324 """Check that exceptions can be masked by QUIET_ALL"""
326 self.fdt.path_offset('/missing', QUIET_ALL))
328 self.fdt.get_property_by_offset(13, QUIET_ALL))
330 self.fdt.path_offset('missing', QUIET_ALL))
  /src/external/gpl2/dtc/dist/pylibfdt/
libfdt.i 50 NOPHANDLES) = QUIET_ALL = range(1, 18)
51 # QUIET_ALL can be passed as the 'quiet' parameter to avoid exceptions

Completed in 29 milliseconds