Home
last modified time | relevance | path

Searched refs:build_base (Results 1 – 23 of 23) sorted by relevance

/external/OpenCL-CTS/test_conformance/compiler/
Dtest_unload_platform_compiler.cpp40 class build_base { class
42 build_base(cl_context context, cl_device_id device) in build_base() function in __anond4a37f130111::build_base
45 virtual ~build_base() { reset(); } in ~build_base()
46 build_base(const build_base &) = delete;
47 build_base &operator=(const build_base &) = delete;
152 using build_list = std::initializer_list<std::reference_wrapper<build_base>>;
154 class build_with_source : public build_base {
156 using build_base::build_base;
175 class build_with_binary : public build_base {
179 : build_base{ context, device }, m_binary{ binary } in build_with_binary()
[all …]
/external/python/cpython2/Lib/distutils/command/
Dbuild.py56 self.build_base = 'build'
94 self.build_purelib = os.path.join(self.build_base, 'lib')
96 self.build_platlib = os.path.join(self.build_base,
111 self.build_temp = os.path.join(self.build_base,
114 self.build_scripts = os.path.join(self.build_base,
Dclean.py35 self.build_base = None
75 os.rmdir(self.build_base)
76 log.info("removing '%s'", self.build_base)
Dbdist.py105 build_base = self.get_finalized_command('build').build_base
106 self.bdist_base = os.path.join(build_base,
Dbdist_wininst.py157 build.build_lib = os.path.join(build.build_base,
Dsdist.py344 self.filelist.exclude_pattern(None, prefix=build.build_base)
Dinstall.py222 self.build_base = None
Dbdist_msi.py207 build.build_lib = os.path.join(build.build_base,
/external/python/cpython3/Lib/distutils/command/
Dbuild.py57 self.build_base = 'build'
96 self.build_purelib = os.path.join(self.build_base, 'lib')
98 self.build_platlib = os.path.join(self.build_base,
113 self.build_temp = os.path.join(self.build_base,
116 self.build_scripts = os.path.join(self.build_base,
Dclean.py33 self.build_base = None
73 os.rmdir(self.build_base)
74 log.info("removing '%s'", self.build_base)
Dbdist.py102 build_base = self.get_finalized_command('build').build_base
103 self.bdist_base = os.path.join(build_base,
Dbdist_wininst.py158 build.build_lib = os.path.join(build.build_base,
Dsdist.py364 self.filelist.exclude_pattern(None, prefix=build.build_base)
Dinstall.py206 self.build_base = None
Dbdist_msi.py213 build.build_lib = os.path.join(build.build_base,
/external/python/cpython2/Lib/distutils/tests/
Dtest_build.py24 wanted = os.path.join(cmd.build_base, 'lib')
34 wanted = os.path.join(cmd.build_base, 'lib' + plat_spec)
41 wanted = os.path.join(cmd.build_base, 'temp' + plat_spec)
45 wanted = os.path.join(cmd.build_base, 'scripts-' + sys.version[0:3])
Dtest_install.py44 build_base=builddir,
/external/python/cpython3/Lib/distutils/tests/
Dtest_build.py24 wanted = os.path.join(cmd.build_base, 'lib')
34 wanted = os.path.join(cmd.build_base, 'lib' + plat_spec)
41 wanted = os.path.join(cmd.build_base, 'temp' + plat_spec)
45 wanted = os.path.join(cmd.build_base,
Dtest_install.py43 build_base=builddir,
/external/grpc-grpc/
Dsetup.cfg7 build_base=python_build
/external/rust/crates/grpcio-sys/grpc/
Dsetup.cfg7 build_base=python_build
/external/python/setuptools/setuptools/command/
Dupload_docs.py67 self.target_dir = os.path.join(build.build_base, 'docs')
Degg_info.py574 self.filelist.prune(build.build_base)