Searched defs:level (Results 1 – 10 of 10) sorted by relevance
/art/runtime/base/ |
D | mutex-inl.h | 57 static inline void CheckUnattachedThread(LockLevel level) NO_THREAD_SAFETY_ANALYSIS { in CheckUnattachedThread()
|
D | mutex.cc | 143 BaseMutex::BaseMutex(const char* name, LockLevel level) : level_(level), name_(name) { in BaseMutex() 312 Mutex::Mutex(const char* name, LockLevel level, bool recursive) in Mutex() 513 ReaderWriterMutex::ReaderWriterMutex(const char* name, LockLevel level) in ReaderWriterMutex()
|
D | logging.cc | 306 ScopedLogSeverity::ScopedLogSeverity(LogSeverity level) { in ScopedLogSeverity()
|
D | logging.h | 95 #define UNIMPLEMENTED(level) LOG(level) << __PRETTY_FUNCTION__ << " unimplemented " argument
|
/art/tools/ |
D | cpplint.py | 571 def SetVerboseLevel(self, level): argument 646 def _SetVerboseLevel(level): argument 651 def _SetCountingStyle(level): argument
|
D | checker.py | 108 def log(text, level=Level.Info, color=Color.Default, newLine=True, out=sys.stdout): argument
|
/art/runtime/ |
D | thread.h | 839 BaseMutex* GetHeldMutex(LockLevel level) const { in GetHeldMutex() 843 void SetHeldMutex(LockLevel level, BaseMutex* mutex) { in SetHeldMutex()
|
D | instrumentation_test.cc | 138 void CheckConfigureStubs(const char* key, Instrumentation::InstrumentationLevel level) { in CheckConfigureStubs()
|
D | instrumentation.cc | 831 InstrumentationLevel level; in EnableMethodTracing() local
|
D | utils.cc | 153 bool PrintFileToLog(const std::string& file_name, LogSeverity level) { in PrintFileToLog()
|