HomeSort by relevance Sort by last modified time
    Searched defs:m_log (Results 1 - 7 of 7) sorted by null

  /external/emma/core/java12/com/vladium/emma/
Processor.java 52 m_log = log;
58 if (m_log != null)
60 Logger.pop (m_log);
61 m_log = null;
112 protected Logger m_log; // not null only within run() field in class:Processor
  /external/emma/core/java12/com/vladium/emma/report/
AbstractReportGenerator.java 61 m_log = Logger.getLogger ();
62 m_verbose = m_log.atVERBOSE ();
79 m_log.warning ("not all instrumented classes were compiled with source file");
80 m_log.warning ("debug data: no sources will be embedded in the report.");
107 m_log.warning ("line coverage requested in a report of type [" + getType () + "] but");
108 m_log.warning ("not all instrumented classes were compiled with line number");
109 m_log.warning ("debug data: since this was the only requested column, no report will be generated.");
115 m_log.warning ("line coverage requested in a report of type [" + getType () + "] but");
116 m_log.warning ("not all instrumented classes were compiled with line number");
117 m_log.warning ("debug data: this column will be removed from the report.")
249 protected Logger m_log; \/\/ every report generator is used on a single thread but the logger needs to be run()-scoped field in class:AbstractReportGenerator
    [all...]
  /external/emma/core/java12/com/vladium/emma/rt/
ClassPathProcessorST.java 56 if (m_log.atINFO ())
58 m_log.info ("processing classpath ...");
71 if (m_log.atINFO ())
75 m_log.info ("[" + m_classCount + " class(es) processed in " + (end - start) + " ms]");
88 if (m_log.atTRACE2 ()) m_log.trace2 ("handleArchiveEntry", "[" + entry.getName () + "]");
186 if (m_log.atTRACE2 ()) m_log.trace2 ("handleFile", "[" + pathDir + "] [" + file + "]");
302 m_log = Logger.getLogger ();
384 private final Logger m_log; // this class is instantiated and used on a single threa field in class:ClassPathProcessorST
    [all...]
InstrClassLoader.java 68 m_log = Logger.getLogger ();
80 final boolean trace1 = m_log.atTRACE1 ();
82 if (trace1) m_log.trace1 ("loadClass", "(" + name + ", " + resolve + "): nest level " + m_nestLevel);
105 if (trace1) m_log.trace1 ("loadClass", "using parent's version for [" + name + "]");
140 if (trace1) m_log.trace1 ("loadClass", "[delegation filter] using parent's version for [" + name + "]");
161 final boolean trace1 = m_log.atTRACE1 ();
163 if (trace1) m_log.trace1 ("getResource", "(" + name + "): nest level " + m_nestLevel);
166 if (trace1 && (result != null)) m_log.trace1 ("loadClass", "[" + name + "] found in " + result);
177 final boolean trace1 = m_log.atTRACE1 ();
179 if (trace1) m_log.trace1 ("findClass", "(" + name + "): nest level " + m_nestLevel)
451 private final Logger m_log; \/\/ a loader instance is used concurrently but cached its log config at construction time field in class:InstrClassLoader
    [all...]
AppRunner.java 95 m_log = log;
101 if (m_log != null)
103 Logger.pop (m_log);
104 m_log = null;
267 final Logger log = m_log;
694 m_log.warning ("no metadata collected at runtime [no reports generated]");
701 m_log.warning ("no coverage data collected at runtime [all reports will be empty]");
714 final boolean info = m_log.atINFO ();
724 m_log.info ("raw session data " + (m_sdataOutMerge ? "merged into" : "written to") + " [" + m_sdataOutFile.getAbsolutePath () + "] {in " + (end - start) + " ms}");
787 m_log = log
812 private final Logger m_log; field in class:AppRunner.AppRunnerExitHook
    [all...]
  /external/emma/core/java12/com/vladium/util/
IPathEnumerator.java 94 if (m_verbose) m_log.verbose ("processing dir path entry [" + f.getAbsolutePath () + "] ...");
106 if (m_verbose) m_log.verbose ("processing archive path entry [" + f.getAbsolutePath () + "] ...");
149 m_log = Logger.getLogger (); // each path enumerator caches its logger at creation time
150 m_verbose = m_log.atVERBOSE ();
151 m_trace1 = m_log.atTRACE1 ();
176 if (trace1) m_log.trace1 ("enumeratePathDir", "recursing into [" + child.getName () + "] ...");
192 if (trace1) m_log.trace1 ("enumeratePathDir", "processing file [" + child.getName () + "] ...");
234 if (trace1) m_log.trace1 ("enumeratePathArchive", "processing archive entry [" + entry.getName () + "] ...");
269 if (m_verbose) m_log.verbose (" added manifest Class-Path entry [" + path + "]");
319 private final Logger m_log; field in class:IPathEnumerator.Factory.PathEnumerator
    [all...]
  /external/emma/lib/
emma.jar 

Completed in 37 milliseconds