Searched refs:getControlFile (Results 1 – 6 of 6) sorted by relevance
495 public com.google.protobuf.ByteString getControlFile() { in getControlFile() method in AptArtifact583 if (!getControlFile().equals(other.getControlFile())) return false; in equals()606 hash = (53 * hash) + getControlFile().hashCode(); in hashCode()879 if (other.getControlFile() != com.google.protobuf.ByteString.EMPTY) { in mergeFrom()880 setControlFile(other.getControlFile()); in mergeFrom()1503 public com.google.protobuf.ByteString getControlFile() { in getControlFile() method in AptArtifact.Builder1540 controlFile_ = getDefaultInstance().getControlFile(); in clearControlFile()
166 com.google.protobuf.ByteString getControlFile(); in getControlFile() method
496 public com.google.protobuf.ByteString getControlFile() { in getControlFile() method in AptArtifact586 if (!getControlFile().equals(other.getControlFile())) return false; in equals()609 hash = (53 * hash) + getControlFile().hashCode(); in hashCode()883 if (other.getControlFile() != com.google.protobuf.ByteString.EMPTY) { in mergeFrom()884 setControlFile(other.getControlFile()); in mergeFrom()1508 public com.google.protobuf.ByteString getControlFile() { in getControlFile() method in AptArtifact.Builder1545 controlFile_ = getDefaultInstance().getControlFile(); in clearControlFile()
85 public ITextArea getControlFile(); in getControlFile() method254 display.getControlFile().setText( in cloneJob()390 display.getControlFile().setText(controlFileText); in generateControlFile()665 display.getControlFile().setText(""); in reset()666 display.getControlFile().setReadOnly(true); in reset()709 args.put("control_file", new JSONString(display.getControlFile().getText())); in submitJob()
370 public ITextArea getControlFile() { in getControlFile() method in CreateJobViewDisplay