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

  /external/brotli/
setup.py 65 ext_path = self.get_ext_fullpath(ext.name)
67 if not (self.force or dep_util.newer_group(depends, ext_path, 'newer')):
118 ext_path = self.get_ext_fullpath(ext.name)
124 ext_path,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
build_ext.py 460 ext_path = self.get_ext_fullpath(ext.name)
462 if not (self.force or newer_group(depends, ext_path, 'newer')):
523 objects, ext_path,
672 ext_path = string.split(ext_name, '.')
675 ext_path[len(ext_path) - 1] = ext_path[len(ext_path) - 1][:8]
679 return os.path.join(*ext_path) + '_d' + so_ext
680 return os.path.join(*ext_path) + so_ext
    [all...]
  /external/python/cpython2/Lib/distutils/command/
build_ext.py 460 ext_path = self.get_ext_fullpath(ext.name)
462 if not (self.force or newer_group(depends, ext_path, 'newer')):
523 objects, ext_path,
672 ext_path = string.split(ext_name, '.')
675 ext_path[len(ext_path) - 1] = ext_path[len(ext_path) - 1][:8]
679 return os.path.join(*ext_path) + '_d' + so_ext
680 return os.path.join(*ext_path) + so_ex
    [all...]
  /external/autotest/server/site_tests/firmware_Cr50ConsoleCommands/
firmware_Cr50ConsoleCommands.py 86 ext_path = path + '.' + self.brdprop
88 if os.path.isfile(ext_path):
89 path = ext_path
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
build_ext.py 462 ext_path = self.get_ext_fullpath(ext.name)
464 if not (self.force or newer_group(depends, ext_path, 'newer')):
525 objects, ext_path,
674 ext_path = string.split(ext_name, '.')
677 ext_path[len(ext_path) - 1] = ext_path[len(ext_path) - 1][:8]
681 return os.path.join(*ext_path) + '_d' + so_ext
682 return os.path.join(*ext_path) + so_ex
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
build_ext.py 462 ext_path = self.get_ext_fullpath(ext.name)
464 if not (self.force or newer_group(depends, ext_path, 'newer')):
525 objects, ext_path,
674 ext_path = string.split(ext_name, '.')
677 ext_path[len(ext_path) - 1] = ext_path[len(ext_path) - 1][:8]
681 return os.path.join(*ext_path) + '_d' + so_ext
682 return os.path.join(*ext_path) + so_ex
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
build_ext.py 462 ext_path = self.get_ext_fullpath(ext.name)
464 if not (self.force or newer_group(depends, ext_path, 'newer')):
525 objects, ext_path,
674 ext_path = string.split(ext_name, '.')
677 ext_path[len(ext_path) - 1] = ext_path[len(ext_path) - 1][:8]
681 return os.path.join(*ext_path) + '_d' + so_ext
682 return os.path.join(*ext_path) + so_ex
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
build_ext.py 462 ext_path = self.get_ext_fullpath(ext.name)
464 if not (self.force or newer_group(depends, ext_path, 'newer')):
525 objects, ext_path,
674 ext_path = string.split(ext_name, '.')
677 ext_path[len(ext_path) - 1] = ext_path[len(ext_path) - 1][:8]
681 return os.path.join(*ext_path) + '_d' + so_ext
682 return os.path.join(*ext_path) + so_ex
    [all...]
  /external/python/cpython3/Lib/distutils/command/
build_ext.py 494 ext_path = self.get_ext_fullpath(ext.name)
496 if not (self.force or newer_group(depends, ext_path, 'newer')):
550 objects, ext_path,
680 ext_path = ext_name.split('.')
682 return os.path.join(*ext_path) + ext_suffix
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_build_ext.py 417 ext_path = cmd.get_ext_fullpath(ext_name)
419 self.assertEqual(ext_path, wanted)
430 ext_path = cmd.get_ext_fullpath(ext_name)
432 self.assertEqual(ext_path, wanted)
  /external/python/cpython2/Lib/distutils/tests/
test_build_ext.py 418 ext_path = cmd.get_ext_fullpath(ext_name)
420 self.assertEqual(ext_path, wanted)
430 ext_path = cmd.get_ext_fullpath(ext_name)
432 self.assertEqual(ext_path, wanted)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_build_ext.py 424 ext_path = cmd.get_ext_fullpath(ext_name)
426 self.assertEqual(ext_path, wanted)
437 ext_path = cmd.get_ext_fullpath(ext_name)
439 self.assertEqual(ext_path, wanted)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_build_ext.py 424 ext_path = cmd.get_ext_fullpath(ext_name)
426 self.assertEqual(ext_path, wanted)
437 ext_path = cmd.get_ext_fullpath(ext_name)
439 self.assertEqual(ext_path, wanted)
  /external/autotest/client/site_tests/power_LoadTest/
power_LoadTest.py 264 ext_path = os.path.join(os.path.dirname(__file__), 'extension')
272 self._browser = chrome.Chrome(extension_paths=[ext_path],
284 self._browser = chrome.Chrome(extension_paths=[ext_path],
289 extension = self._browser.get_extension(ext_path)
  /external/annotation-tools/asmx/test/lib/
bcel-5.1.jar 
xalan-2.6.0.jar 
  /external/annotation-tools/asmx/
bcel.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
bcel.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/bcel-findbugs/6.0/
bcel-findbugs-6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 580 milliseconds