Searched refs:VERBOSE (Results 1 – 5 of 5) sorted by relevance
25 public static final boolean VERBOSE = false; field in Main42 if (VERBOSE) System.out.println("--- " + ie); in testClassNewInstance()58 if (VERBOSE) System.out.println("--- " + nsfe); in testMissingStuff()65 if (VERBOSE) System.out.println("--- " + nsfe); in testMissingStuff()72 if (VERBOSE) System.out.println("--- " + nsme); in testMissingStuff()79 if (VERBOSE) System.out.println("--- " + nsme); in testMissingStuff()94 if (VERBOSE) System.out.println("--- " + iae); in testBadAccess()102 if (VERBOSE) System.out.println("--- " + iae); in testBadAccess()110 if (VERBOSE) System.out.println("--- " + iae); in testBadAccess()118 if (VERBOSE) System.out.println("--- " + iae); in testBadAccess()[all …]
22 const int VERBOSE = 0, DEBUG = 1, INFO = 2, WARNING = 3, ERROR = 4, FATAL = 5; variable
799 LOG(VERBOSE) << "reading profile file " << fileName; in LoadFile()803 LOG(VERBOSE) << "not found"; in LoadFile()811 LOG(VERBOSE) << "profile file " << fileName << " exists but can't be opened"; in LoadFile()812 LOG(VERBOSE) << "file owner: " << st.st_uid << ":" << st.st_gid; in LoadFile()813 LOG(VERBOSE) << "me: " << getuid() << ":" << getgid(); in LoadFile()814 LOG(VERBOSE) << "file permissions: " << std::oct << st.st_mode; in LoadFile()815 LOG(VERBOSE) << "errno: " << errno; in LoadFile()
95 gMinimumLogSeverity = VERBOSE; in InitLogging()
913 /\*.*\*/)""", re.VERBOSE)