Searched refs:postfix (Results 1 – 4 of 4) sorted by relevance
120 private void setCheckbox(JCheckBox checkbox, String postfix) { in setCheckbox() argument123 testTarget = testTarget.concat(postfix); in setCheckbox()125 testTarget = testTarget.replace(postfix, ""); in setCheckbox()139 private void checkTestTarget(String testTarget, JCheckBox checkbox, String postfix) { in checkTestTarget() argument140 if (testTarget.contains(postfix)) { in checkTestTarget()
... .String) javax.swing.JCheckBox checkbox String postfix String testTarget private void checkTestTarget (java.lang. ...
248 postfix=build_postfix)
7739 def build_id_override(ad, new_build_id=None, postfix=None): argument7748 if postfix is not None and postfix in build_id:7749 ad.log.info("Build id already contains %s", postfix)7752 if postfix and build_id:7753 new_build_id = "%s.%s" % (build_id, postfix)