Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/devil/devil/utils/
Ddecorators_test.py25 def raiseExceptions(): function
26 if raiseExceptions.count == 0:
27 raiseExceptions.count += 1
30 if raiseExceptions.count == 1:
32 raiseExceptions.count = 0
35 raiseExceptions()
37 raiseExceptions()
/external/cronet/stable/build/android/pylib/utils/
Ddecorators_test.py54 def raiseExceptions(): function
55 if raiseExceptions.count == 0:
56 raiseExceptions.count += 1
59 if raiseExceptions.count == 1:
61 raiseExceptions.count = 0
64 raiseExceptions()
66 raiseExceptions()
/external/angle/build/android/pylib/utils/
Ddecorators_test.py54 def raiseExceptions(): function
55 if raiseExceptions.count == 0:
56 raiseExceptions.count += 1
59 if raiseExceptions.count == 1:
61 raiseExceptions.count = 0
64 raiseExceptions()
66 raiseExceptions()
/external/cronet/tot/build/android/pylib/utils/
Ddecorators_test.py54 def raiseExceptions(): function
55 if raiseExceptions.count == 0:
56 raiseExceptions.count += 1
59 if raiseExceptions.count == 1:
61 raiseExceptions.count = 0
64 raiseExceptions()
66 raiseExceptions()
/external/python/cpython3/Tools/c-analyzer/c_common/
Dlogging.py49 orig = logging.raiseExceptions
50 logging.raiseExceptions = False
52 logging.raiseExceptions = orig
/external/autotest/client/
Dsetup_modules_unittest.py24 logging.raiseExceptions = 1
55 self.assertFalse(logging.raiseExceptions)
Dsetup_modules.py87 if logging.raiseExceptions:
90 logging.raiseExceptions = 0
/external/python/cpython3/Lib/logging/
D__init__.py65 raiseExceptions = True variable
1071 if raiseExceptions and sys.stderr: # see issue 13807
1584 if raiseExceptions:
1745 elif raiseExceptions and not self.manager.emittedNoHandlerWarning:
2254 if raiseExceptions:
/external/python/cpython3/Lib/test/
Dtest_logging.py820 old_raise = logging.raiseExceptions
832 logging.raiseExceptions = False
837 logging.raiseExceptions = old_raise
4900 old_raise_exceptions = logging.raiseExceptions
4923 logging.raiseExceptions = False
4930 logging.raiseExceptions = old_raise_exceptions
4964 raise_exceptions = logging.raiseExceptions
5016 logging.raiseExceptions = False
5020 logging.raiseExceptions = False
5024 logging.raiseExceptions = False
[all …]
/external/python/cpython3/Doc/howto/
Dlogging.rst802 * If :data:`raiseExceptions` is ``False`` (production mode), the event is
805 * If :data:`raiseExceptions` is ``True`` (development mode), a message
1043 checks to see if a module-level variable, :data:`raiseExceptions`, is set. If
1048 The default value of :data:`raiseExceptions` is ``True``. This is
1050 exceptions that occur. It's advised that you set :data:`raiseExceptions` to
Dlogging-cookbook.rst3197 if logging.raiseExceptions:
/external/python/cpython3/Doc/library/
Dlogging.rst612 :data:`raiseExceptions` is ``False``, exceptions get silently ignored. This is
617 occurred. (The default value of :data:`raiseExceptions` is ``True``, as that is
1510 .. attribute:: raiseExceptions
1516 If :data:`raiseExceptions` is ``False``,
Dlogging.handlers.rst1053 :data:`logging.raiseExceptions` is ``False``) or a message printed to
1054 ``sys.stderr`` (if :data:`logging.raiseExceptions` is ``True``).
/external/python/cpython3/Doc/whatsnew/
D3.2.rst1201 :data:`logging.raiseExceptions`. The new default handler is stored in