Home
last modified time | relevance | path

Searched refs:VERBOSE (Results 1 – 5 of 5) sorted by relevance

/art/test/075-verification-error/src/
DMain.java25 public static final boolean VERBOSE = false; field in Main
42 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 …]
/art/runtime/
Dlog_severity.h22 const int VERBOSE = 0, DEBUG = 1, INFO = 2, WARNING = 3, ERROR = 4, FATAL = 5; variable
Dprofiler.cc799 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()
/art/runtime/base/
Dlogging.cc95 gMinimumLogSeverity = VERBOSE; in InitLogging()
/art/tools/
Dcpplint.py913 /\*.*\*/)""", re.VERBOSE)