Home
last modified time | relevance | path

Searched refs:old_pattern (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/elfutils/libasm/
H A Dasm_fill.c45 struct FillPattern *old_pattern; in asm_fill() local
65 old_pattern = asmscn->pattern; in asm_fill()
69 if (old_pattern != __libasm_default_pattern) in asm_fill()
70 free (old_pattern); in asm_fill()
/aosp_15_r20/external/executorch/examples/models/llama/
H A Dfairseq2.py27 for old_pattern, replacement in key_map.items():
28 if (new_key := re.sub(old_pattern, replacement, old_key)) != old_key:
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/powerpc/mm/
H A Dtlbie_test.c499 unsigned int old_pattern; in rim_fn() local
506 old_pattern = compute_store_pattern(tid, w_ptr, prev_sweep_id); in rim_fn()
521 if (read_data != old_pattern) { in rim_fn()
/aosp_15_r20/external/executorch/examples/models/llava/
H A Dmodel.py95 for old_pattern, replacement in key_map.items():
96 if (new_key := re.sub(old_pattern, replacement, old_key)) != old_key:
/aosp_15_r20/tools/aadevtools/dev/
H A Dchange_report.py92 old_pattern = re.compile(r'\*{3} (.*)')
103 h1m = old_pattern.match(diff_lines[0])
/aosp_15_r20/external/autotest/client/bin/result_tools/
H A Dutils_unittest.py544 old_pattern = throttler_lib.AUTOTEST_LOG_PATTERN
552 throttler_lib.AUTOTEST_LOG_PATTERN = old_pattern
/aosp_15_r20/external/pytorch/test/optim/
H A Dtest_lrscheduler.py173 def old_pattern(): function
178 self.assertWarnsRegex(UserWarning, r"how-to-adjust-learning-rate", old_pattern)
204 def old_pattern(): function
209 self.assertWarnsRegex(UserWarning, r"how-to-adjust-learning-rate", old_pattern)