Home
last modified time | relevance | path

Searched refs:build (Results 451 - 475 of 2167) sorted by relevance

1...<<11121314151617181920>>...87

/kernel/linux/linux-6.6/arch/mips/
H A DMakefile15 $(Q)$(MAKE) $(build)=arch/mips/tools elf-entry
17 $(Q)$(MAKE) $(build)=arch/mips/tools loongson3-llsc-check
19 $(Q)$(MAKE) $(build)=arch/mips/boot/tools relocs
116 # option during the build, which adds a simple stack-probe at the beginning
229 # similar directives in the kernel will spam the build logs with the following warnings:
294 # Automatically detect the build format. By default we choose
296 # We can always force a build with a 64-bits symbol format by
390 # Other need ECOFF, so we build a 32-bit ELF binary for them which we then
411 $(Q)$(MAKE) $(build)=arch/mips/boot VMLINUX=$(vmlinux-32) \
417 $(Q)$(MAKE) $(build)
[all...]
/third_party/curl/lib/
H A Dconfig-win32.h320 /* Define some minimum and default build targets for Visual Studio */
323 2000 as a supported build target. VS2008 default installations provides
325 valid build target for VS2008. Popular belief is that binaries built with
326 VS2008 using Windows SDK versions v6.X and Windows 2000 as a build target
330 /* The minimum build target for VS2012 is Vista unless Update 1 is installed
338 /* VS2008 default build target is Windows Vista. We override default target
342 /* VS2012 default build target is Windows Vista unless Update 1 is installed
351 /* VS2008 default target settings and minimum build target check. */
360 # error VS2008 does not support Windows build targets prior to Windows 2000
364 /* VS2012 default target settings and minimum build targe
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DLocaleBuilderTest.java185 ULocale loc = bld.build(); in TestLocaleBuilder()
209 ULocale loc1 = bld.build(); in TestSetLocale()
215 ULocale loc2 = bld.build(); in TestSetLocale()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DLocaleBuilderTest.java182 ULocale loc = bld.build(); in TestLocaleBuilder()
206 ULocale loc1 = bld.build(); in TestSetLocale()
212 ULocale loc2 = bld.build(); in TestSetLocale()
/third_party/ninja/misc/
H A Dninja_syntax_test.py50 self.n.comment('Hello /usr/local/build-tools/bin')
51 self.assertEqual('# Hello\n# /usr/local/build-tools/bin\n',
142 self.n.build('out', 'cc', 'in', variables={'name': 'value'})
144 build out: cc in
150 self.n.build('out', 'cc', 'in', variables=[('name', 'value')])
152 build out: cc in
158 self.n.build('o', 'cc', 'i', implicit_outputs='io')
160 build o | io: cc i
/third_party/node/deps/icu-small/source/common/
H A Dulocbuilder.cpp103 icu::Locale l = INTERNAL(builder)->build(*err); in ulocbld_buildULocale()
119 icu::Locale l = INTERNAL(builder)->build(*err); in ulocbld_buildLocaleID()
134 icu::Locale l = INTERNAL(builder)->build(*err); in ulocbld_buildLanguageTag()
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
H A DSchema.java57 public Schema build() { in build() method in Schema.Builder
58 return new AutoValue_Schema(names.build(), columns.buildOrThrow(), groups.buildOrThrow()); in build()
62 private static final Schema EMPTY = builder().build();
/third_party/python/Tools/peg_generator/pegen/
H A D__main__.py15 from pegen.build import Grammar, Parser, ParserGenerator, Tokenizer
22 from pegen.build import build_c_parser_and_generator
51 from pegen.build import build_python_parser_and_generator
/third_party/vk-gl-cts/scripts/
H A Dbuild_caselists.py25 from ctsbuild.build import *
117 "--build-dir",
120 help="Temporary build directory")
122 "--build-type",
130 help="dEQP build target")
156 build(buildCfg, generator, [m.binName for m in modules])
158 build(buildCfg, generator)
/third_party/musl/
H A Dconfigure28 --build=BUILD build system type; used only to infer cross-compiling
32 --enable-debug build with debugging information [disabled]
33 --disable-warnings build with recommended warnings flags [enabled]
34 --enable-wrapper=... build given musl toolchain wrapper [auto]
135 build=
178 --build=*) build=${arg#*=} ;;
189 *) build=$arg ; target=$arg ;;
233 test "$target" != "$build"
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsFboCompletenessTests.cpp627 const IterateResult ret = build(builder); in iterate()
691 IterateResult TestBase::build (FboBuilder& builder) in build() function in deqp::gls::fboc::details::TestBase
830 IterateResult build (FboBuilder& builder);
833 IterateResult RenderableTest::build (FboBuilder& builder) in build() function in deqp::gls::fboc::details::RenderableTest
885 IterateResult build (FboBuilder& builder);
917 IterateResult AttachmentTest::build (FboBuilder& builder) in build() function in deqp::gls::fboc::details::AttachmentTest
950 IterateResult build (FboBuilder& builder);
953 IterateResult EmptyImageTest::build (FboBuilder& builder) in build() function in deqp::gls::fboc::details::EmptyImageTest
968 IterateResult build (FboBuilder& builder);
971 IterateResult DistinctSizeTest::build (FboBuilde function in deqp::gls::fboc::details::DistinctSizeTest
[all...]
/kernel/linux/linux-5.10/net/mac80211/
H A Dtx.c2512 * ieee80211_build_hdr - build 802.11 header in the given frame
2513 * @sdata: virtual interface to build the header for
2514 * @skb: the skb to build the header in
2934 struct ieee80211_fast_tx build = {}, *fast_tx = NULL, *old; in ieee80211_check_fast_xmit() local
2937 struct ieee80211_hdr *hdr = (void *)build.hdr; in ieee80211_check_fast_xmit()
2985 build.band = chanctx_conf->def.chan->band; in ieee80211_check_fast_xmit()
2993 build.da_offs = offsetof(struct ieee80211_hdr, addr1); in ieee80211_check_fast_xmit()
2994 build.sa_offs = offsetof(struct ieee80211_hdr, addr2); in ieee80211_check_fast_xmit()
2996 build.hdr_len = 24; in ieee80211_check_fast_xmit()
3001 build in ieee80211_check_fast_xmit()
[all...]
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dninja.py33 # Gyp expects the following variables to be expandable by the build
113 From a build ordering perspective, a dependent target B could just
148 # Windows only. The import .lib is the output of a build step, but
188 # A small discourse on paths as used within the Ninja build:
189 # All files we produce (both at gyp and at build time) appear in the
190 # build directory (e.g. out/Debug).
199 # All paths as written into the .ninja files are relative to the build
229 build_dir: path from source root to build output
252 # Relative path from build output dir to base dir.
255 # Relative path from base dir to build di
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dninja.py33 # Gyp expects the following variables to be expandable by the build
113 From a build ordering perspective, a dependent target B could just
148 # Windows only. The import .lib is the output of a build step, but
188 # A small discourse on paths as used within the Ninja build:
189 # All files we produce (both at gyp and at build time) appear in the
190 # build directory (e.g. out/Debug).
199 # All paths as written into the .ninja files are relative to the build
229 build_dir: path from source root to build output
252 # Relative path from build output dir to base dir.
255 # Relative path from base dir to build di
[all...]
/kernel/linux/linux-5.10/arch/arm/
H A DMakefile276 # If we have a machine-specific directory, then include it in the build.
313 $(Q)$(MAKE) $(build)=arch/arm/tools uapi
316 $(Q)$(MAKE) $(build)=arch/arm/tools kapi
330 $(Q)$(MAKE) $(build)=$(boot) MACHINE=$(MACHINE) $(boot)/$@
334 $(Q)$(MAKE) $(build)=$(boot) MACHINE=$(MACHINE) $@
339 $(Q)$(MAKE) $(build)=arch/arm/vdso $@
347 bp:; $(Q)$(MAKE) $(build)=$(boot) MACHINE=$(MACHINE) $(boot)/bootpImage
/kernel/linux/linux-6.6/arch/powerpc/
H A DMakefile238 $(Q)$(MAKE) $(build)=$(boot) $(patsubst %,$(boot)/%,$@)
240 $(Q)$(MAKE) $(build)=$(boot) $(patsubst %,$(boot)/%,$@)
245 $(Q)$(MAKE) $(build)=$(boot) $(patsubst %,$(boot)/%,$@)
376 $(build)=arch/powerpc/kernel/vdso include/generated/vdso32-offsets.h)
378 $(build)=arch/powerpc/kernel/vdso include/generated/vdso64-offsets.h)
384 $(Q)$(MAKE) $(build)=arch/powerpc/kernel/syscalls all
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcMultipleContextsTests.cpp607 programs[0]->build(0 /* compute shader source */, fragmenty_shader_code, geometry_shader_code, in prepareProgram()
618 programs[m_fragment_stage_index]->build(0, fragmenty_shader_code, 0, 0, 0, 0, 0, 0, true); in prepareProgram()
619 programs[m_geometry_stage_index]->build(0, 0, geometry_shader_code, 0, 0, 0, 0, 0, true); in prepareProgram()
620 programs[m_tesselation_control_stage_index]->build(0, 0, 0, tesselation_control_shader_code, 0, 0, 0, 0, true); in prepareProgram()
621 programs[m_tesselation_evaluation_stage_index]->build(0, 0, 0, 0, tesselation_evaluation_shader_code, 0, 0, 0, in prepareProgram()
623 programs[m_vertex_stage_index]->build(0, 0, 0, 0, 0, vertex_shader_code, 0, 0, true); in prepareProgram()
/third_party/skia/third_party/externals/libpng/projects/owatcom/
H A Dpngconfig.mak5 # For more information build libpng.wpj under the IDE and then read the
8 # config.inf: Basic configuration information for a standard build.
55 This is a locally configurable build of libpng.lib; for configuration
77 # Thus the default must be changed to build on OpenWatcom and, once changed,
79 # compilers (in fact attempts to build will fail at compile time.)
133 $# If build issues errors after a change to pngconfig.dfa you have entered
/third_party/gn/src/gn/
H A Dvariables.cc52 This value is exposed so that cross-compiles can access the host build
100 "target_cpu: [string] The desired cpu architecture for the build.";
102 R"(target_cpu: The desired cpu architecture for the build.
105 primary objects of the build. It will match the cpu architecture of the
115 whatever value is needed for the build. GN defaults this value to the empty
179 "target_os: [string] The desired operating system for the build.";
181 R"(target_os: The desired operating system for the build.
184 primary object(s) of the build. It will match the OS of the default
204 whatever value is needed for the build. GN defaults this value to the empty
227 The build configuratio
[all...]
/third_party/skia/third_party/externals/icu/source/data/
H A Dmakedata.mak37 !MESSAGE Information: Unable to find Python 3. Data will fail to build from source.
51 ICUBLD=$(ICUOUT)\build
71 # Timestamp files to keep track of current build state
133 # The build directory for test data intermediate files
136 TESTDATABLD=$(ICUP)\source\test\testdata\out\build
164 # Thus ARM and ARM64 need to use another build of the other tools, so make sure to get an usable CFG path.
200 # If this archive exists, build from that
272 # On Windows, however, we run the Python data build script at build time instead.
281 # checking file-changed timestamps in Python to build onl
[all...]
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DTestUtil.java260 TestRequired.newBuilder().setA(1).setB(2).setC(3).build();
281 return builder.build(); in getAllSet()
301 return builder.build(); in getAllExtensionsSet()
307 return builder.build(); in getPackedSet()
313 return builder.build(); in getUnpackedSet()
319 return builder.build(); in getPackedExtensionsSet()
340 message.setOptionalGroup(TestAllTypes.OptionalGroup.newBuilder().setA(117).build()); in setAllFields()
341 message.setOptionalNestedMessage(TestAllTypes.NestedMessage.newBuilder().setBb(118).build()); in setAllFields()
342 message.setOptionalForeignMessage(ForeignMessage.newBuilder().setC(119).build()); in setAllFields()
343 message.setOptionalImportMessage(ImportMessage.newBuilder().setD(120).build()); in setAllFields()
[all...]
/kernel/linux/linux-6.6/arch/arm/boot/
H A DMakefile58 $(Q)$(MAKE) $(build)=$(obj)/compressed $@
79 echo 'Specify LOADADDR on the commandline to build an uImage'; \
88 $(Q)$(MAKE) $(build)=$(obj)/bootp $@
/kernel/linux/linux-5.10/tools/lib/api/
H A DMakefile51 include $(srctree)/tools/build/Makefile.include
56 @$(MAKE) $(build)=libapi
/kernel/linux/linux-5.10/tools/lib/subcmd/
H A DMakefile54 include $(srctree)/tools/build/Makefile.include
59 @$(MAKE) $(build)=libsubcmd
/kernel/linux/linux-5.10/tools/pci/
H A DMakefile25 include $(srctree)/tools/build/Makefile.include
38 $(Q)$(MAKE) $(build)=pcitest

Completed in 18 milliseconds

1...<<11121314151617181920>>...87