Home
last modified time | relevance | path

Searched refs:build_scripts (Results 1 – 14 of 14) sorted by relevance

/external/python/cpython2/Lib/distutils/tests/
Dtest_build_scripts.py6 from distutils.command.build_scripts import build_scripts
48 build_scripts=target,
52 return build_scripts(dist)
Dtest_install_scripts.py20 build_scripts="/foo/bar")
63 dist.command_obj["build"] = support.DummyCommand(build_scripts=source)
Dtest_build.py46 self.assertEqual(cmd.build_scripts, wanted)
/external/python/cpython2/Lib/distutils/command/
Dbuild.py63 self.build_scripts = None
113 if self.build_scripts is None:
114 self.build_scripts = os.path.join(self.build_base,
Dclean.py38 self.build_scripts = None
64 self.build_scripts):
Dsdist.py297 build_scripts = self.get_finalized_command('build_scripts')
298 self.filelist.extend(build_scripts.get_source_files())
Dbuild_scripts.py17 class build_scripts (Command): class
/external/ltp/tools/pounder21/doc/
DSCHEDULER45 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
DCONFIGURATION24 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/
Dlibpounder.sh25 export BUILDS=`/bin/ls build_scripts/`
DCHANGELOG50 -$POUNDER_HOME/build_scripts/memtest.
51 -$POUNDER_HOME/build_scripts/build_kernel.
58 -Added file $POUNDER_HOME/build_scripts/bash-memory
DREADME54 build_scripts folder. It will prompt you for the test scheduler
136 build_scripts/
/external/python/cpython2/Doc/distutils/
Dapiref.rst1894 :mod:`distutils.command.build_scripts` --- Build the scripts of a package
1897 .. module:: distutils.command.build_scripts
/external/python/cpython2/Misc/
DHISTORY2575 - distutils build/build_scripts now has an -e option to specify the