Searched defs:cmp_to_key (Results 1 - 9 of 9) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dfunctools.py80 def cmp_to_key(mycmp): function
H A Dpstats.py28 from functools import cmp_to_key namespace
234 stats_list.sort(key=cmp_to_key(TupleComp(sort_tuple).compare))
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dfunctools.py80 def cmp_to_key(mycmp): function
H A Dpstats.py28 from functools import cmp_to_key namespace
234 stats_list.sort(key=cmp_to_key(TupleComp(sort_tuple).compare))
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dfunctools.py80 def cmp_to_key(mycmp): function
H A Dpstats.py28 from functools import cmp_to_key namespace
234 stats_list.sort(key=cmp_to_key(TupleComp(sort_tuple).compare))
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dfunctools.py80 def cmp_to_key(mycmp): function
H A Dpstats.py28 from functools import cmp_to_key namespace
234 stats_list.sort(key=cmp_to_key(TupleComp(sort_tuple).compare))
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
H A Dutil.py149 # cmp_to_key function is missing in python2.6
150 def cmp_to_key(mycmp): function
169 from functools import cmp_to_key namespace

Completed in 261 milliseconds