Home
last modified time | relevance | path

Searched refs:EnableLogging (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/common/extensions/docs/server2/
Dtest_util.py29 def EnableLogging(name): function
Dintegration_test.py28 from test_util import EnableLogging, DisableLogging, ChromiumPath
56 @EnableLogging('info')
Dcron_servlet_test.py22 from test_util import EnableLogging, ReadFile
60 @EnableLogging('info')
/external/clang/tools/libclang/
DCIndexCodeCompletion.cpp681 bool EnableLogging = getenv("LIBCLANG_CODE_COMPLETION_LOGGING") != 0; in clang_codeCompleteAt_Impl() local
703 if (EnableLogging) { in clang_codeCompleteAt_Impl()