HomeSort by relevance Sort by last modified time
    Searched refs:basedir (Results 76 - 100 of 102) sorted by null

1 2 34 5

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
util.py 435 'basedir'. 'prefix' is a string that will be stripped off of each
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
doctest.py 374 basedir = os.path.split(module.__file__)[0]
378 basedir = os.path.split(sys.argv[0])[0]
380 basedir = os.curdir
387 return os.path.join(basedir, *(path.split('/')))
    [all...]
pydoc.py 355 basedir = os.path.join(sys.exec_prefix, "lib",
361 (file.startswith(basedir) and
362 not file.startswith(os.path.join(basedir, 'site-packages')))) and
    [all...]
  /external/python/cpython2/Lib/distutils/
util.py 345 'basedir'. 'prefix' is a string that will be stripped off of each
  /external/python/cpython2/Lib/
doctest.py 400 basedir = os.path.split(module.__file__)[0]
404 basedir = os.path.split(sys.argv[0])[0]
406 basedir = os.curdir
413 return os.path.join(basedir, *(path.split('/')))
    [all...]
pydoc.py 378 basedir=os.path.join(sys.exec_prefix, "lib",
389 basedir = os.path.normcase(basedir)
394 (file.startswith(basedir) and
395 not file.startswith(os.path.join(basedir, 'site-packages')))) and
    [all...]
  /external/python/cpython3/Lib/distutils/
util.py 327 'basedir'. 'prefix' is a string that will be stripped off of each
  /external/python/cpython3/Lib/
doctest.py 395 basedir = os.path.split(module.__file__)[0]
399 basedir = os.path.split(sys.argv[0])[0]
401 basedir = os.curdir
415 return os.path.join(basedir, test_path)
    [all...]
pydoc.py 402 basedir=os.path.join(sys.base_exec_prefix, "lib",
413 basedir = os.path.normcase(basedir)
418 (file.startswith(basedir) and
419 not file.startswith(os.path.join(basedir, 'site-packages')))) and
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/
TestRunner.py 390 def getDirTree(path, basedir=""):
394 for dirname, child_dirs, files in os.walk(os.path.join(basedir, path)):
488 def printOnlyIn(basedir, path, name):
489 stdout.write("Only in %s: %s\n" % (os.path.join(basedir, path), name))
    [all...]
  /external/python/cpython3/Lib/test/
test_pydoc.py 362 basedir = dirname(dirname(abspath(__file__)))
364 loc = doc.getdocloc(module, basedir=basedir)
    [all...]
  /external/python/setuptools/setuptools/command/
easy_install.py     [all...]
  /external/guice/lib/build/
bnd-0.0.384.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
TestBasic.java 140 final File basedir = config.getCldrBaseDirectory(); local
144 checkDtds(new File(basedir, subdir), 0, foundAttributes, data);
    [all...]
  /external/guice/extensions/struts2/lib/
ant-1.6.5.jar 
  /external/ltp/utils/ffsb-6.0-rc2/
parser.c 869 fs->basedir = get_config_str(config, "location");
  /external/e2fsprogs/
configure     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/
msi.py     [all...]
  /external/python/cpython2/Tools/msi/
msi.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
pydoc.py 355 basedir = os.path.join(sys.exec_prefix, "lib",
361 (file.startswith(basedir) and
362 not file.startswith(os.path.join(basedir, 'site-packages')))) and
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
pydoc.py 400 basedir = os.path.join(sys.exec_prefix, "lib",
406 (file.startswith(basedir) and
407 not file.startswith(os.path.join(basedir, 'site-packages')))) and
    [all...]
  /external/testng/ant/
ivy-2.1.0.jar 
  /external/kotlinc/lib/
kotlin-main-kts.jar 

Completed in 1435 milliseconds

1 2 34 5