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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_build_ext.py 298 so_dir = os.path.dirname(so_file)
299 self.assertEqual(so_dir, other_tmp_dir)
307 so_dir = os.path.dirname(so_file)
308 self.assertEqual(so_dir, cmd.build_lib)
  /external/python/cpython2/Lib/distutils/tests/
test_build_ext.py 299 so_dir = os.path.dirname(so_file)
300 self.assertEqual(so_dir, other_tmp_dir)
308 so_dir = os.path.dirname(so_file)
309 self.assertEqual(so_dir, cmd.build_lib)
  /external/python/cpython3/Lib/distutils/tests/
test_build_ext.py 332 so_dir = os.path.dirname(so_file)
333 self.assertEqual(so_dir, other_tmp_dir)
341 so_dir = os.path.dirname(so_file)
342 self.assertEqual(so_dir, cmd.build_lib)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_build_ext.py 305 so_dir = os.path.dirname(so_file)
306 self.assertEqual(so_dir, other_tmp_dir)
314 so_dir = os.path.dirname(so_file)
315 self.assertEqual(so_dir, cmd.build_lib)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_build_ext.py 305 so_dir = os.path.dirname(so_file)
306 self.assertEqual(so_dir, other_tmp_dir)
314 so_dir = os.path.dirname(so_file)
315 self.assertEqual(so_dir, cmd.build_lib)

Completed in 347 milliseconds