Home | History | Annotate | Download | only in bestflags

Lines Matching refs:checksum

11 the image and the checksum field of a Task. The executor module will put the
129 The flag set uniquely identifies a task in the build stage. The checksum of
135 Return the flag set in build stage and return the checksum in test stage.
229 """Get the compilation image checksum of this task.
232 The compilation image checksum of this task.
235 # The checksum should be computed before this method is called.
267 # Each build results contains the checksum of the result image, the
270 (checksum, cost, image, file_length, text_length) = out.split()
287 self._checksum = checksum
339 def __SetBuildResult(self, (checksum, build_cost, image, file_length,
341 self._checksum = checksum
381 image, the checksum, the file length and the text length of the image.