Home
last modified time | relevance | path

Searched defs:cmp_to_key (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/python/cpython2/Lib/
Dfunctools.py85 def cmp_to_key(mycmp): function
/aosp_15_r20/external/XNNPACK/scripts/
H A Dsort-filenames.py65 def cmp_to_key(mycmp): function
/aosp_15_r20/external/scapy/scapy/
H A Dcompat.py21 def cmp_to_key(mycmp): function
/aosp_15_r20/external/selinux/python/sepolgen/src/sepolgen/
H A Dutil.py148 def cmp_to_key(mycmp): function
/aosp_15_r20/external/libxml2/python/
H A Dgenerator.py955 def cmp_to_key(mycmp): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dfunctools.py206 def cmp_to_key(mycmp): function
/aosp_15_r20/external/python/cpython3/Lib/
Dfunctools.py206 def cmp_to_key(mycmp): function
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dfunctools.py206 def cmp_to_key(mycmp): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dfunctools.py206 def cmp_to_key(mycmp): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dfunctools.py206 def cmp_to_key(mycmp): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dfunctools.py206 def cmp_to_key(mycmp): function
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_functools.py950 cmp_to_key = c_functools.cmp_to_key variable in TestCmpToKeyC
961 cmp_to_key = staticmethod(py_functools.cmp_to_key) variable in TestCmpToKeyPy