Home
last modified time | relevance | path

Searched refs:Builder (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/go/go-1.18/
H A D0002-cmd-go-make-content-based-hash-generation-less-pedan.patch59 var b work.Builder
79 @@ -229,7 +231,7 @@ func (b *Builder) buildActionID(a *Action) cache.ActionID {
88 @@ -248,9 +250,9 @@ func (b *Builder) buildActionID(a *Action) cache.ActionID {
100 @@ -263,14 +265,14 @@ func (b *Builder) buildActionID(a *Action) cache.ActionID {
120 func (b *Builder) GccCmd(incdir, workdir string) []string {
127 func (b *Builder) GxxCmd(incdir, workdir string) []string {
133 func (b *Builder) gfortranCmd(incdir, workdir string) []string {
139 -func (b *Builder) ccExe() []string {
141 +func (b *Builder) ccExe(filtered bool) []string {
146 -func (b *Builder) cxxExe() []string {
[all …]
H A D0001-exec.go-do-not-write-linker-flags-into-buildids.patch21 @@ -1136,7 +1136,7 @@ func (b *Builder) linkActionID(a *Action) cache.ActionID {
30 @@ -1418,7 +1418,7 @@ func (b *Builder) linkSharedActionID(a *Action) cache.ActionID {
H A D0007-cmd-go-make-GOROOT-precious-by-default.patch32 @@ -670,6 +670,9 @@ func (b *Builder) addTransitiveLinkDeps(
66 @@ -468,6 +468,23 @@ func (b *Builder) build(a *Action) (err
90 @@ -1520,6 +1537,14 @@ func BuildInstallFunc(b *Builder, a *Act
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/serf/serf/
H A D0002-SConstruct-Fix-path-quoting-for-.def-generator.patch23 - Builder(action = sys.executable + ' build/gen_def.py $SOURCES > $TARGET',
24 + Builder(action = '"%s" "%s" $SOURCES > $TARGET' % (sys.executable, gen_def_script,),
H A D0003-gen_def.patch27 Builder(action = '"%s" "%s" $SOURCES > $TARGET' % (sys.executable, gen_def_script,),
/OK3568_Linux_fs/buildroot/support/testing/infra/
H A Dbasetest.py5 from infra.builder import Builder
54 self.b = Builder(self.config, self.builddir, self.logtofile)
H A Dbuilder.py8 class Builder(object): class
/OK3568_Linux_fs/u-boot/tools/buildman/
H A Dtest.py187 build = builder.Builder(self.toolchains, base_dir, None, 1, 2,
372 build = builder.Builder(self.toolchains, BASE_DIR, None, 1, 2,
382 build = builder.Builder(self.toolchains, BASE_DIR, None, 1, 2,
389 build = builder.Builder(self.toolchains, BASE_DIR, None, 1, 2,
H A Dcontrol.py13 from builder import Builder
258 builder = Builder(toolchains, output_dir, options.git_dir,
H A Dbuilder.py131 class Builder: class
677 return Builder.Outcome(rc, err_lines, sizes, func_sizes, config)
679 return Builder.Outcome(OUTCOME_UNKNOWN, [], {}, {}, {})
811 self._base_board_dict[board] = Builder.Outcome(0, [], [], {}, {})
/OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/libtest/
H A Dlibtest-deep-perl_1.130.bb4 preceding. Test::Deep uses the Test::Builder framework. \
/OK3568_Linux_fs/external/xserver/include/
H A Ddix-config.h.in9 /* Builder address */
18 /* Builder string */
H A Ddo-not-use-config.h.in15 /* Builder address */
18 /* Builder string */
/OK3568_Linux_fs/kernel/arch/nios2/platform/
H A DKconfig.platform113 Number of the instruction as configured in QSYS Builder.
/OK3568_Linux_fs/external/xserver/
H A Dmeson_options.txt23 option('builder_addr', type: 'string', description: 'Builder address', value: 'xorg@lists.freedeskt…
H A Dconfigure.ac410 [Builder address (default: xorg@lists.freedesktop.org)]),
1460 AC_DEFINE_UNQUOTED(BUILDERADDR, ["$BUILDERADDR"], [Builder address])
1468 AC_DEFINE_UNQUOTED(BUILDERSTRING, ["$BUILDERSTRING"], [Builder string])
H A DChangeLog740 Fixes black seams when resizing the "Builder" sub-window of
/OK3568_Linux_fs/yocto/poky/scripts/
H A Doe-pkgdata-browser101 builder = Gtk.Builder()