HomeSort by relevance Sort by last modified time
    Searched refs:BLOCK_SESSIONINFO (Results 1 - 2 of 2) sorted by null

  /external/jacoco/org.jacoco.core/src/org/jacoco/core/data/
ExecutionDataWriter.java 41 public static final byte BLOCK_SESSIONINFO = 0x10;
88 out.writeByte(BLOCK_SESSIONINFO);
ExecutionDataReader.java 111 case ExecutionDataWriter.BLOCK_SESSIONINFO:

Completed in 606 milliseconds