Searched refs:sep (Results 1 – 2 of 2) sorted by relevance
161 val sep = str.indexOf('/') in unflattenFromString() constant162 if (sep < 0 || sep + 1 >= str.length) { in unflattenFromString()165 val pkg = str.substring(0, sep) in unflattenFromString()166 var cls = str.substring(sep + 1) in unflattenFromString()183 val sep = str.indexOf('/') in unflattenFromStringWithJunk() constant184 if (sep < 0 || sep + 1 >= str.length) { in unflattenFromStringWithJunk()188 var pkg = str.substring(0, sep) in unflattenFromStringWithJunk()202 var cls = str.substring(sep + 1) in unflattenFromStringWithJunk()
472 String sep = "--"; in testReportIteration_withIteration_withCustomSeparator() local474 args.putString(LongevityClassRunner.ITERATION_SEP_OPTION, sep); in testReportIteration_withIteration_withCustomSeparator()484 captor.getValue().getClassName().matches(String.join(sep, "^.*", "7$"))); in testReportIteration_withIteration_withCustomSeparator()