HomeSort by relevance Sort by last modified time
    Searched refs:_findLib_crle (Results 1 - 6 of 6) sorted by null

  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/
util.py 199 def _findLib_crle(name, is64):
224 return _get_soname(_findLib_crle(name, is64) or _findLib_gcc(name))
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/
util.py 199 def _findLib_crle(name, is64):
224 return _get_soname(_findLib_crle(name, is64) or _findLib_gcc(name))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
util.py 199 def _findLib_crle(name, is64):
224 return _get_soname(_findLib_crle(name, is64) or _findLib_gcc(name))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
util.py 199 def _findLib_crle(name, is64):
224 return _get_soname(_findLib_crle(name, is64) or _findLib_gcc(name))
  /external/python/cpython2/Lib/ctypes/
util.py 191 def _findLib_crle(name, is64):
233 return _get_soname(_findLib_crle(name, is64) or _findLib_gcc(name))
  /external/python/cpython3/Lib/ctypes/
util.py 207 def _findLib_crle(name, is64):
244 return _get_soname(_findLib_crle(name, is64) or _findLib_gcc(name))

Completed in 129 milliseconds