Searched refs:DEFAULT_VERBOSE (Results 1 - 7 of 7) sorted by relevance

/external/kmod/tools/
H A Drmmod.c35 #define DEFAULT_VERBOSE LOG_ERR macro
36 static int verbose = DEFAULT_VERBOSE;
H A Dmodprobe.c45 #define DEFAULT_VERBOSE LOG_WARNING macro
46 static int verbose = DEFAULT_VERBOSE;
151 if (!do_show && verbose <= DEFAULT_VERBOSE)
509 if (do_show || verbose > DEFAULT_VERBOSE)
H A Ddepmod.c47 #define DEFAULT_VERBOSE LOG_WARNING macro
48 static int verbose = DEFAULT_VERBOSE;
116 if (verbose <= DEFAULT_VERBOSE)
/external/testng/src/main/java/org/testng/internal/
H A DYaml.java87 maybeAdd(result, "verbose", suite.getVerbose(), XmlSuite.DEFAULT_VERBOSE);
128 maybeAdd(result, sp2, "verbose", t.getVerbose(), XmlSuite.DEFAULT_VERBOSE);
/external/testng/src/main/java/org/testng/xml/
H A DXmlSuite.java64 public static final Integer DEFAULT_VERBOSE = 1; field in class:XmlSuite
238 return m_verbose != null ? m_verbose : TestNG.DEFAULT_VERBOSE;
466 XmlUtils.setProperty(p, "verbose", getVerbose().toString(), DEFAULT_VERBOSE.toString());
H A DXmlTest.java30 private Integer m_verbose = XmlSuite.DEFAULT_VERBOSE;
241 if (null == result || XmlSuite.DEFAULT_VERBOSE.equals(m_verbose)) {
468 XmlUtils.setProperty(p, "verbose", m_verbose.toString(), XmlSuite.DEFAULT_VERBOSE.toString());
/external/testng/src/main/java/org/testng/
H A DTestNG.java150 public static final Integer DEFAULT_VERBOSE = 1; field in class:TestNG
1224 : (m_verbose != null ? m_verbose : DEFAULT_VERBOSE);

Completed in 292 milliseconds