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()
107 old_pattern = self.request.get('old_pattern')112 if old_pattern and new_pattern:114 _AddTasksForPattern(old_pattern, new_pattern)126 def _AddTasksForPattern(old_pattern, new_pattern): argument140 tests = list_tests.GetTestsMatchingPattern(old_pattern, list_entities=True)