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

  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/
util.py 234 mach_map = {
241 abi_type = mach_map.get(machine, 'libc6')
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/
util.py 234 mach_map = {
241 abi_type = mach_map.get(machine, 'libc6')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
util.py 234 mach_map = {
241 abi_type = mach_map.get(machine, 'libc6')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
util.py 234 mach_map = {
241 abi_type = mach_map.get(machine, 'libc6')
  /external/python/cpython2/Lib/ctypes/
util.py 243 mach_map = {
250 abi_type = mach_map.get(machine, 'libc6')
  /external/python/cpython3/Lib/ctypes/
util.py 254 mach_map = {
261 abi_type = mach_map.get(machine, 'libc6')

Completed in 830 milliseconds