Home
last modified time | relevance | path

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

/external/curl/docs/libcurl/
DCMakeLists.txt9 set(_srcfile "${CMAKE_CURRENT_BINARY_DIR}/${_file}") variable
11 set(_srcfile "${CMAKE_CURRENT_SOURCE_DIR}/${_file}") variable
16 COMMAND roffit "--mandir=${CMAKE_CURRENT_SOURCE_DIR}" "${_srcfile}" > "${_htmlfile}"
17 DEPENDS "${_srcfile}"
25 COMMAND groff -Tps -man "${_srcfile}" > "${_psfile}"
28 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__.py175 _srcfile = os.path.normcase(addLevelName.__code__.co_filename) variable
1465 if filename == _srcfile:
1502 if _srcfile:
/external/autotest/client/common_lib/
Dlogging_manager.py111 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.rst1075 | Information about where calls were made from. | Set ``logging._srcfile`` to ``None``. |