Searched refs:old_pattern (Results 1 – 2 of 2) sorted by relevance
45 struct FillPattern *old_pattern; in asm_fill() local66 old_pattern = asmscn->pattern; in asm_fill()70 if (old_pattern != __libasm_default_pattern) in asm_fill()71 free (old_pattern); in asm_fill()
105 old_pattern = self.request.get('old_pattern')110 if old_pattern and new_pattern:112 _AddTasksForPattern(old_pattern, new_pattern)124 def _AddTasksForPattern(old_pattern, new_pattern): argument138 tests = list_tests.GetTestsMatchingPattern(old_pattern, list_entities=True)