Home
last modified time | relevance | path

Searched refs:mycmp (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/python/
Dgenerator.py806 def cmp_to_key(mycmp): argument
812 return mycmp(self.obj, other.obj) < 0
814 return mycmp(self.obj, other.obj) > 0
816 return mycmp(self.obj, other.obj) == 0
818 return mycmp(self.obj, other.obj) <= 0
820 return mycmp(self.obj, other.obj) >= 0
822 return mycmp(self.obj, other.obj) != 0
/external/lldb/test/unittest2/
Dloader.py22 def _CmpToKey(mycmp): argument
28 return mycmp(self.obj, other.obj) == -1
/external/valgrind/cachegrind/
Dcg_annotate.in491 sub mycmp ($$)
601 mycmp($fn_totals{$a}, $fn_totals{$b})
/external/valgrind/callgrind/
Dcallgrind_annotate.in763 sub mycmp ($$)
876 mycmp($fn_totals{$a}, $fn_totals{$b})