Searched defs:ExecutionData (Results 1 - 1 of 1) sorted by relevance

/external/jacoco/org.jacoco.core/src/org/jacoco/core/data/
H A DExecutionData.java23 public final class ExecutionData { class
32 * Creates a new {@link ExecutionData} object with the given probe data.
41 public ExecutionData(final long id, final String name, method in class:ExecutionData
49 * Creates a new {@link ExecutionData} object with the given probe data
59 public ExecutionData(final long id, final String name, final int probeCount) { method in class:ExecutionData
116 public void merge(final ExecutionData other) {
143 public void merge(final ExecutionData other, final boolean flag) {
189 return String.format("ExecutionData[name=%s, id=%016x]", name,

Completed in 91 milliseconds