HomeSort by relevance Sort by last modified time
    Searched refs:raiseExceptions (Results 1 - 10 of 10) sorted by null

  /external/autotest/client/
setup_modules_unittest.py 21 logging.raiseExceptions = 1
55 self.assertFalse(logging.raiseExceptions)
setup_modules.py 80 if logging.raiseExceptions:
83 logging.raiseExceptions = 0
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/
__init__.py 97 #raiseExceptions is used to see if exceptions during handling should be
100 raiseExceptions = 1
786 encountered during an emit() call. If raiseExceptions is false,
793 if raiseExceptions:
    [all...]
  /external/python/cpython2/Lib/logging/
__init__.py 92 #raiseExceptions is used to see if exceptions during handling should be
95 raiseExceptions = 1
801 encountered during an emit() call. If raiseExceptions is false,
808 if raiseExceptions and sys.stderr: # see issue 13807
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/logging/
__init__.py 97 #raiseExceptions is used to see if exceptions during handling should be
100 raiseExceptions = 1
791 encountered during an emit() call. If raiseExceptions is false,
798 if raiseExceptions and sys.stderr: # see issue 13807
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/logging/
__init__.py 97 #raiseExceptions is used to see if exceptions during handling should be
100 raiseExceptions = 1
791 encountered during an emit() call. If raiseExceptions is false,
798 if raiseExceptions and sys.stderr: # see issue 13807
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
__init__.py 97 #raiseExceptions is used to see if exceptions during handling should be
100 raiseExceptions = 1
791 encountered during an emit() call. If raiseExceptions is false,
798 if raiseExceptions and sys.stderr: # see issue 13807
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
__init__.py 97 #raiseExceptions is used to see if exceptions during handling should be
100 raiseExceptions = 1
791 encountered during an emit() call. If raiseExceptions is false,
798 if raiseExceptions and sys.stderr: # see issue 13807
    [all...]
  /external/python/cpython3/Lib/logging/
__init__.py 38 'lastResort', 'raiseExceptions']
61 #raiseExceptions is used to see if exceptions during handling should be
64 raiseExceptions = True
905 encountered during an emit() call. If raiseExceptions is false,
912 if raiseExceptions and sys.stderr: # see issue 13807
    [all...]
  /external/python/cpython3/Lib/test/
test_logging.py 673 old_raise = logging.raiseExceptions
685 logging.raiseExceptions = False
690 logging.raiseExceptions = old_raise
    [all...]

Completed in 389 milliseconds