Searched refs:build_scripts (Results 1 – 14 of 14) sorted by relevance
/external/python/cpython2/Lib/distutils/tests/ |
D | test_build_scripts.py | 6 from distutils.command.build_scripts import build_scripts 48 build_scripts=target, 52 return build_scripts(dist)
|
D | test_install_scripts.py | 20 build_scripts="/foo/bar") 63 dist.command_obj["build"] = support.DummyCommand(build_scripts=source)
|
D | test_build.py | 46 self.assertEqual(cmd.build_scripts, wanted)
|
/external/python/cpython2/Lib/distutils/command/ |
D | build.py | 63 self.build_scripts = None 113 if self.build_scripts is None: 114 self.build_scripts = os.path.join(self.build_base,
|
D | clean.py | 38 self.build_scripts = None 64 self.build_scripts):
|
D | sdist.py | 297 build_scripts = self.get_finalized_command('build_scripts') 298 self.filelist.extend(build_scripts.get_source_files())
|
D | build_scripts.py | 17 class build_scripts (Command): class
|
/external/ltp/tools/pounder21/doc/ |
D | SCHEDULER | 45 1) build_scripts/<testname> 46 - The build_scripts/ directory contains scripts that take care of checking for 65 Note: <testname> should be the same in the build_scripts/, test_scripts/, and tests/ folders. 66 (Example: build_scripts/subtest1, test_scripts/subtest1, and tests/D99subtest1 would be valid. 67 build_scripts/subtest1, test_scripts/subtest1_different, and tests/D99subtest1 would not.) 73 As the name implies, a script in build_scripts/ is in charge of downloading 92 The build_scripts/ directory provides some examples. 149 it should be the same as the corresponding name using in build_scripts and 150 test_scripts. (A test with build script "build_scripts/subtest" and
|
D | CONFIGURATION | 24 BUILDS - list of scripts from the build_scripts/ directory 79 linux kernel tarball during build time (see build_scripts/build_kernel).
|
/external/ltp/tools/pounder21/ |
D | libpounder.sh | 25 export BUILDS=`/bin/ls build_scripts/`
|
D | CHANGELOG | 50 -$POUNDER_HOME/build_scripts/memtest. 51 -$POUNDER_HOME/build_scripts/build_kernel. 58 -Added file $POUNDER_HOME/build_scripts/bash-memory
|
D | README | 54 build_scripts folder. It will prompt you for the test scheduler 136 build_scripts/
|
/external/python/cpython2/Doc/distutils/ |
D | apiref.rst | 1894 :mod:`distutils.command.build_scripts` --- Build the scripts of a package 1897 .. module:: distutils.command.build_scripts
|
/external/python/cpython2/Misc/ |
D | HISTORY | 2575 - distutils build/build_scripts now has an -e option to specify the
|