Searched refs:WAS_GENERATED_LABEL (Results 1 – 2 of 2) sorted by relevance
20 private static final String WAS_GENERATED_LABEL = field in CleanOutputDirectoryTaskTest24 private static final String WAS_GENERATED_LINE = "// " + WAS_GENERATED_LABEL;29 WAS_GENERATED_LABEL);
61 private static final String WAS_GENERATED_LABEL = field in CleanOutputDirectoryTask77 checkState(Iterables.getLast(headerLines).equals(WAS_GENERATED_LABEL), in CleanOutputDirectoryTask()78 "Expected last line of %s header file to be:\n\t%s", HEADER_FILE, WAS_GENERATED_LABEL); in CleanOutputDirectoryTask() local271 if (matchesToEndOfLine(line, headerStart, WAS_GENERATED_LABEL)) { in wasFileAutoGenerated()