OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_sdataOutFile
(Results
1 - 3
of
3
) sorted by null
/external/emma/core/java12/com/vladium/emma/data/
MergeProcessor.java
66
m_sdataOutFile
= null;
74
m_sdataOutFile
= _file;
88
// [
m_sdataOutFile
can be null]
121
File sdataOutFile =
m_sdataOutFile
;
349
private File
m_sdataOutFile
; // user override; can be null for run()
/external/emma/core/java12/com/vladium/emma/rt/
AppRunner.java
191
m_sdataOutFile
= null;
199
m_sdataOutFile
= _file;
253
// [
m_sdataOutFile
can be null]
306
File sdataOutFile =
m_sdataOutFile
;
710
if (m_dumpRawData && (
m_sdataOutFile
!= null))
718
DataFactory.persist (sdata,
m_sdataOutFile
, m_sdataOutMerge);
724
m_log.info ("raw session data " + (m_sdataOutMerge ? "merged into" : "written to") + " [" +
m_sdataOutFile
.getAbsolutePath () + "] {in " + (end - start) + " ms}");
790
m_sdataOutFile
= sdataOutFile;
814
private final File
m_sdataOutFile
;
[
all
...]
/external/emma/lib/
emma.jar
Completed in 29 milliseconds