HomeSort by relevance Sort by last modified time
    Searched defs:Logging (Results 1 - 4 of 4) sorted by null

  /external/clang/tools/libclang/
ARCMigrate.cpp 39 bool Logging = ::getenv("LIBCLANG_LOGGING");
42 if (Logging)
50 if (Logging) {
64 if (Logging) {
CIndexHigh.cpp 254 bool Logging = ::getenv("LIBCLANG_LOGGING");
257 if (Logging)
262 if (Logging)
267 if (Logging)
284 if (Logging)
CIndex.cpp     [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/
Logging.java 19 public class Logging {
23 * Set this to 'true' to enable as much Email logging as possible.
28 * If this is enabled then logging that normally hides sensitive information
34 * If true, logging regarding UI (such as activity/fragment lifecycle) will be enabled.

Completed in 183 milliseconds