Searched refs:old_pattern (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/elfutils/libasm/ |
H A D | asm_fill.c | 45 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 D | fairseq2.py | 27 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 D | tlbie_test.c | 499 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 D | model.py | 95 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 D | change_report.py | 92 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 D | utils_unittest.py | 544 old_pattern = throttler_lib.AUTOTEST_LOG_PATTERN 552 throttler_lib.AUTOTEST_LOG_PATTERN = old_pattern
|
/aosp_15_r20/external/pytorch/test/optim/ |
H A D | test_lrscheduler.py | 173 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)
|