Home
last modified time | relevance | path

Searched refs:MSG_WARN (Results 1 – 6 of 6) sorted by relevance

/external/autotest/client/tests/monotonic_time/src/
Dlogging.h13 MSG_WARN, enumerator
22 #define WARN(err, fmt, args...) msg(MSG_WARN, err, fmt, ##args)
Dlogging.c56 case MSG_WARN: in msg()
/external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/antlr3-src/org/apache/tools/ant/antlr/
DANTLR3.java446 …dline(), new LogOutputStream(this, Project.MSG_INFO), new LogOutputStream(this, Project.MSG_WARN)); in execute()
488 log("Option 'glib' is not supported by ANTLR v3. Option ignored!", Project.MSG_WARN); in populateAttributes()
495 …'depend' is implicitely always used by ANTLR v3. Option can safely be omitted!", Project.MSG_WARN); in populateAttributes()
498 log("Option 'trace' is not supported by ANTLR v3. Option ignored!", Project.MSG_WARN); in populateAttributes()
501 … log("Option 'traceParser' is not supported by ANTLR v3. Option ignored!", Project.MSG_WARN); in populateAttributes()
504 … log("Option 'traceLexer' is not supported by ANTLR v3. Option ignored!", Project.MSG_WARN); in populateAttributes()
/external/emma/ant/ant14/com/vladium/emma/
DemmajavaTask.java68 …me () + ": 'fork=\"false\"' attribute setting ignored (this task always forks)", Project.MSG_WARN); in execute()
122 … () + ": output file attribute ignored ('fullmetadata=\"true\"' not specified)", Project.MSG_WARN); in execute()
125 …) + ": merge attribute setting ignored ('fullmetadata=\"true\"' not specified)", Project.MSG_WARN); in execute()
/external/jacoco/org.jacoco.ant/src/org/jacoco/ant/
DReportTask.java587 bundle.getName()), Project.MSG_WARN); in logBundleInfo()
590 c.getName()), Project.MSG_WARN); in logBundleInfo()
600 node.getName()), Project.MSG_WARN); in checkForMissingDebugInformation()
/external/testng/src/main/java/org/testng/
DTestNGAntTask.java809 …Execute execute= new Execute(new TestNGLogSH(this, Project.MSG_INFO, Project.MSG_WARN, (m_verbose … in executeAsForked()
818 log("Ignoring invalid working directory : " + m_workingDir, Project.MSG_WARN); in executeAsForked()
1060 log("Classpath entry not found: " + file, Project.MSG_WARN); in createPathString()
1131 log("Ignoring non-String property " + propKey, Project.MSG_WARN); in addConfiguredPropertySet()