Home
last modified time | relevance | path

Searched refs:_srcfile (Results 1 – 6 of 6) sorted by relevance

/external/curl/docs/libcurl/
DCMakeLists.txt30 set(_srcfile "${CMAKE_CURRENT_BINARY_DIR}/${_file}") variable
32 set(_srcfile "${CMAKE_CURRENT_SOURCE_DIR}/${_file}") variable
37 COMMAND roffit "--mandir=${CMAKE_CURRENT_SOURCE_DIR}" "${_srcfile}" > "${_htmlfile}"
38 DEPENDS "${_srcfile}"
46 COMMAND groff -Tps -man "${_srcfile}" > "${_psfile}"
49 DEPENDS "${_srcfile}"
/external/python/cpython2/Lib/logging/
D__init__.py77 _srcfile = os.path.normcase(currentframe.__code__.co_filename) variable
1254 if filename == _srcfile:
1279 if _srcfile:
/external/python/cpython3/Lib/logging/
D__init__.py177 _srcfile = os.path.normcase(addLevelName.__code__.co_filename) variable
1522 if filename == _srcfile:
1560 if _srcfile:
/external/autotest/client/common_lib/
Dlogging_manager.py119 if filename == logging._srcfile:
/external/python/cpython2/Doc/howto/
Dlogging.rst1024 | Information about where calls were made from. | Set ``logging._srcfile`` to ``None``. |
/external/python/cpython3/Doc/howto/
Dlogging.rst1084 | Information about where calls were made from. | Set ``logging._srcfile`` to ``None``. |