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()
67 postfix = ")" in <lambda>()
2812 def build_id_override(ad, new_build_id=None, postfix=None): argument2821 if postfix is not None and postfix in build_id:2822 ad.log.info("Build id already contains %s", postfix)2823 if postfix == 'STATIONARY_TEST':2827 if postfix and build_id:2828 new_build_id = "%s.%s" % (build_id, postfix)
283 postfix=build_postfix)