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

  /external/python/cpython2/Lib/ctypes/test/
test_macholib.py 11 from macholib.dyld import dyld_find
18 return os.path.realpath(dyld_find(dylib))
36 from ctypes.macholib.dyld import dyld_find
42 return os.path.realpath(dyld_find(dylib))
  /external/python/cpython3/Lib/ctypes/test/
test_macholib.py 11 # from macholib.dyld import dyld_find
18 # return os.path.realpath(dyld_find(dylib))
34 from ctypes.macholib.dyld import dyld_find
40 return os.path.realpath(dyld_find(dylib))
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_macholib.py 11 from macholib.dyld import dyld_find
18 return os.path.realpath(dyld_find(dylib))
36 from ctypes.macholib.dyld import dyld_find
42 return os.path.realpath(dyld_find(dylib))
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_macholib.py 11 from macholib.dyld import dyld_find
18 return os.path.realpath(dyld_find(dylib))
36 from ctypes.macholib.dyld import dyld_find
42 return os.path.realpath(dyld_find(dylib))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_macholib.py 11 from macholib.dyld import dyld_find
18 return os.path.realpath(dyld_find(dylib))
36 from ctypes.macholib.dyld import dyld_find
42 return os.path.realpath(dyld_find(dylib))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_macholib.py 11 from macholib.dyld import dyld_find
18 return os.path.realpath(dyld_find(dylib))
36 from ctypes.macholib.dyld import dyld_find
42 return os.path.realpath(dyld_find(dylib))
  /external/python/cpython2/Lib/ctypes/macholib/
dyld.py 11 'dyld_find', 'framework_find',
122 def dyld_find(name, executable_path=None, env=None): function
147 return dyld_find(fn, executable_path=executable_path, env=env)
156 return dyld_find(fn, executable_path=executable_path, env=env)
162 assert dyld_find('libSystem.dylib') == '/usr/lib/libSystem.dylib'
163 assert dyld_find('System.framework/System') == '/System/Library/Frameworks/System.framework/System'
  /external/python/cpython3/Lib/ctypes/macholib/
dyld.py 11 'dyld_find', 'framework_find',
116 def dyld_find(name, executable_path=None, env=None): function
140 return dyld_find(fn, executable_path=executable_path, env=env)
149 return dyld_find(fn, executable_path=executable_path, env=env)
155 assert dyld_find('libSystem.dylib') == '/usr/lib/libSystem.dylib'
156 assert dyld_find('System.framework/System') == '/System/Library/Frameworks/System.framework/System'
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/macholib/
dyld.py 14 'dyld_find', 'framework_find',
125 def dyld_find(name, executable_path=None, env=None): function
150 return dyld_find(fn, executable_path=executable_path, env=env)
159 return dyld_find(fn, executable_path=executable_path, env=env)
165 assert dyld_find('libSystem.dylib') == '/usr/lib/libSystem.dylib'
166 assert dyld_find('System.framework/System') == '/System/Library/Frameworks/System.framework/System'
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/macholib/
dyld.py 14 'dyld_find', 'framework_find',
125 def dyld_find(name, executable_path=None, env=None): function
150 return dyld_find(fn, executable_path=executable_path, env=env)
159 return dyld_find(fn, executable_path=executable_path, env=env)
165 assert dyld_find('libSystem.dylib') == '/usr/lib/libSystem.dylib'
166 assert dyld_find('System.framework/System') == '/System/Library/Frameworks/System.framework/System'
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/macholib/
dyld.py 14 'dyld_find', 'framework_find',
125 def dyld_find(name, executable_path=None, env=None): function
150 return dyld_find(fn, executable_path=executable_path, env=env)
159 return dyld_find(fn, executable_path=executable_path, env=env)
165 assert dyld_find('libSystem.dylib') == '/usr/lib/libSystem.dylib'
166 assert dyld_find('System.framework/System') == '/System/Library/Frameworks/System.framework/System'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/macholib/
dyld.py 14 'dyld_find', 'framework_find',
125 def dyld_find(name, executable_path=None, env=None): function
150 return dyld_find(fn, executable_path=executable_path, env=env)
159 return dyld_find(fn, executable_path=executable_path, env=env)
165 assert dyld_find('libSystem.dylib') == '/usr/lib/libSystem.dylib'
166 assert dyld_find('System.framework/System') == '/System/Library/Frameworks/System.framework/System'
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/
util.py 89 from ctypes.macholib.dyld import dyld_find as _dyld_find
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/
util.py 89 from ctypes.macholib.dyld import dyld_find as _dyld_find
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
util.py 89 from ctypes.macholib.dyld import dyld_find as _dyld_find
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
util.py 89 from ctypes.macholib.dyld import dyld_find as _dyld_find
  /external/python/cpython2/Lib/ctypes/
util.py 74 from ctypes.macholib.dyld import dyld_find as _dyld_find
  /external/python/cpython3/Lib/ctypes/
util.py 71 from ctypes.macholib.dyld import dyld_find as _dyld_find

Completed in 228 milliseconds