Searched defs:module (Results 1 – 3 of 3) sorted by relevance
102 #define VLOG_IS_ON(module) UNLIKELY(::art::gLogVerbosity.module) argument106 #define VLOG(module) if (VLOG_IS_ON(module)) LOG(INFO) argument109 #define VLOG_STREAM(module) LOG_STREAM(INFO) argument
361 for (const std::string& module : modules) { in GetLibCoreDexFileNames() local
34 explicit ModuleExclusionTest(const std::string& module) in ModuleExclusionTest()