OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Mar 02 05:31:46 UTC 2026