OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:trace2
(Results
1 - 3
of
3
) sorted by null
/external/emma/core/java12/com/vladium/logging/
Logger.java
160
* A convenience method equivalent to isLoggable(
TRACE2
).
164
return (
TRACE2
<= m_level);
222
* A convenience method equivalent to log(
TRACE2
, method, msg).
227
public final void
trace2
(final String method, final String msg)
method in class:Logger
229
_log (
TRACE2
, method, msg, true);
386
return ILogLevels.
TRACE2
;
/external/emma/core/java12/com/vladium/emma/data/
DataFactory.java
398
final boolean
trace2
= log.atTRACE2 ();
445
if (
trace2
) log.
trace2
(method, "[" + file + "]: position " + raf.getFilePointer ());
458
if (
trace2
) log.
trace2
(method, "[" + file + "]: found valid entry of size " + entryLength + " and type " + type);
460
if (
trace2
) entrystart = System.currentTimeMillis ();
462
if (
trace2
) log.
trace2
(method, "entry read in " + (System.currentTimeMillis () - entrystart) + " ms");
507
final boolean
trace2
= log.atTRACE2 ();
623
if (
trace2
) log.trace2 (method, "[" + file + "]: position " + raf.getFilePointer ())
[
all
...]
/external/emma/lib/
emma.jar
Completed in 817 milliseconds