Searched refs:first_diff (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/clang/utils/check_cfc/ |
H A D | obj_diff.py | 39 def first_diff(a, b, fromfile, tofile): function 74 return first_diff(disa, disb, objfilea, objfileb) 84 return first_diff(dbga, dbgb, objfilea, objfileb)
|
/aosp_15_r20/external/mksh/src/ |
H A D | check.pl | 840 $why .= "\tunexpected $what - " . &first_diff($expect, $got) . "\n"; 869 first_diff subroutine
|
/aosp_15_r20/art/libprofile/profile/ |
H A D | profile_compilation_info.cc | 2918 bool first_diff = true; in ReadMethods() local 2925 if (diff_with_last_method_index == 0u && !first_diff) { in ReadMethods() 2929 first_diff = false; in ReadMethods()
|