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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/
__init__.py 62 # _srcfile is used when walking the stack to check when we've got the first
66 _srcfile = "logging%s__init__%s" % (os.sep, __file__[-4:]) variable
68 _srcfile = __file__[:-4] + '.py' variable
70 _srcfile = __file__ variable
71 _srcfile = os.path.normcase(_srcfile) variable
84 # _srcfile is only used in conjunction with sys._getframe().
85 # To provide compatibility with older versions of Python, set _srcfile
89 # _srcfile = None
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/logging/
__init__.py 62 # _srcfile is used when walking the stack to check when we've got the first
66 _srcfile = "logging%s__init__%s" % (os.sep, __file__[-4:]) variable
68 _srcfile = __file__[:-4] + '.py' variable
70 _srcfile = __file__ variable
71 _srcfile = os.path.normcase(_srcfile) variable
84 # _srcfile is only used in conjunction with sys._getframe().
85 # To provide compatibility with older versions of Python, set _srcfile
89 # _srcfile = None
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/logging/
__init__.py 62 # _srcfile is used when walking the stack to check when we've got the first
66 _srcfile = "logging%s__init__%s" % (os.sep, __file__[-4:]) variable
68 _srcfile = __file__[:-4] + '.py' variable
70 _srcfile = __file__ variable
71 _srcfile = os.path.normcase(_srcfile) variable
84 # _srcfile is only used in conjunction with sys._getframe().
85 # To provide compatibility with older versions of Python, set _srcfile
89 # _srcfile = None
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
__init__.py 62 # _srcfile is used when walking the stack to check when we've got the first
66 _srcfile = "logging%s__init__%s" % (os.sep, __file__[-4:]) variable
68 _srcfile = __file__[:-4] + '.py' variable
70 _srcfile = __file__ variable
71 _srcfile = os.path.normcase(_srcfile) variable
84 # _srcfile is only used in conjunction with sys._getframe().
85 # To provide compatibility with older versions of Python, set _srcfile
89 # _srcfile = None
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
__init__.py 62 # _srcfile is used when walking the stack to check when we've got the first
66 _srcfile = "logging%s__init__%s" % (os.sep, __file__[-4:]) variable
68 _srcfile = __file__[:-4] + '.py' variable
70 _srcfile = __file__ variable
71 _srcfile = os.path.normcase(_srcfile) variable
84 # _srcfile is only used in conjunction with sys._getframe().
85 # To provide compatibility with older versions of Python, set _srcfile
89 # _srcfile = None
    [all...]
  /external/python/cpython2/Lib/logging/
__init__.py 74 # _srcfile is used when walking the stack to check when we've got the first
77 _srcfile = os.path.normcase(currentframe.__code__.co_filename) variable
79 # _srcfile is only used in conjunction with sys._getframe().
80 # To provide compatibility with older versions of Python, set _srcfile
84 # _srcfile = None
    [all...]
  /external/autotest/client/common_lib/
logging_manager.py 111 if filename == logging._srcfile:
  /external/python/cpython3/Lib/logging/
__init__.py 167 # _srcfile is used when walking the stack to check when we've got the first
178 _srcfile = os.path.normcase(addLevelName.__code__.co_filename) variable
180 # _srcfile is only used in conjunction with sys._getframe().
181 # To provide compatibility with older versions of Python, set _srcfile
187 # _srcfile = None
    [all...]

Completed in 339 milliseconds