OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_outMode
(Results
1 - 5
of
5
) sorted by null
/external/emma/ant/ant14/com/vladium/emma/instr/
instrTask.java
48
m_outMode
= InstrProcessor.OutMode.OUT_MODE_COPY; // default
60
if ((
m_outMode
!= InstrProcessor.OutMode.OUT_MODE_OVERWRITE) && (m_outDir == null))
62
+ ": output directory must be specified for '" +
m_outMode
+ "' output mode", location).fillInStackTrace ();
70
$assert.ASSERT (
m_outMode
!= null, "
m_outMode
not set");
71
processor.setOutMode (
m_outMode
);
164
m_outMode
= outMode;
175
private InstrProcessor.OutMode
m_outMode
;
/external/emma/core/java12/com/vladium/emma/instr/
instrCommand.java
34
m_outMode
= InstrProcessor.OutMode.OUT_MODE_COPY; // default
118
m_outMode
= outMode;
138
if ($assert.ENABLED) $assert.ASSERT (
m_outMode
!= null, "
m_outMode
not set");
140
if ((
m_outMode
!= InstrProcessor.OutMode.OUT_MODE_OVERWRITE) && (m_outDirName == null))
143
"output directory must be specified for '" +
m_outMode
+ "' output mode");
156
$assert.ASSERT (
m_outMode
!= null, "
m_outMode
not set");
157
processor.setOutMode (
m_outMode
);
208
private InstrProcessor.OutMode
m_outMode
;
[
all
...]
InstrProcessor.java
137
m_outMode
= mode;
158
if (
m_outMode
== null)
161
if (
m_outMode
!= OutMode.OUT_MODE_OVERWRITE)
234
if (
m_outMode
== OutMode.OUT_MODE_OVERWRITE)
238
else if (
m_outMode
== OutMode.OUT_MODE_COPY)
242
else if (
m_outMode
== OutMode.OUT_MODE_FULLCOPY)
246
else throw new IllegalStateException ("invalid out mode state: " +
m_outMode
);
261
protected OutMode
m_outMode
; // required to be set for run()
/external/emma/lib/
emma_ant.jar
emma.jar
Completed in 67 milliseconds