Home
last modified time | relevance | path

Searched refs:build (Results 126 - 150 of 2149) sorted by relevance

12345678910>>...86

/third_party/python/Tools/ssl/
H A Dmultissltests.py14 The script must be run with Python's build directory as current working
138 help="Force build and installation."
174 # build directory (removed after install)
282 # force extraction into build dir
294 """Now build openssl"""
295 log.info("Running build in {}".format(self.build_dir))
345 log.warning("Using build from {}".format(self.build_dir))
349 # remove all build artefacts
350 for root, dirs, files in os.walk('build'):
363 cmd = [sys.executable, os.path.join(PYTHONROOT, "setup.py"), "build"]
[all...]
/third_party/protobuf/conformance/
H A DConformanceJava.java252 return Conformance.ConformanceResponse.newBuilder().setParseError(e.getMessage()).build(); in doTest()
260 return Conformance.ConformanceResponse.newBuilder().setParseError(e.getMessage()).build(); in doTest()
278 testMessage = builder.build(); in doTest()
283 testMessage = builder.build(); in doTest()
288 return Conformance.ConformanceResponse.newBuilder().setParseError(e.getMessage()).build(); in doTest()
298 testMessage = builder.build(); in doTest()
302 .build(); in doTest()
309 testMessage = builder.build(); in doTest()
313 .build(); in doTest()
335 return Conformance.ConformanceResponse.newBuilder().setProtobufPayload(MessageString).build(); in doTest()
[all...]
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DDescriptorsTest.java433 .build()) in testDescriptorValidatorException()
434 .build()) in testDescriptorValidatorException()
435 .build(); in testDescriptorValidatorException()
466 .build()) in testDescriptorComplexCrosslink()
467 .build()) in testDescriptorComplexCrosslink()
477 .build()) in testDescriptorComplexCrosslink()
478 .build()) in testDescriptorComplexCrosslink()
479 .build(); in testDescriptorComplexCrosslink()
504 FileDescriptorProto fooProto = FileDescriptorProto.newBuilder().setName("foo.proto").build(); in testDependencyOrder()
506 FileDescriptorProto.newBuilder().setName("bar.proto").addDependency("foo.proto").build(); in testDependencyOrder()
[all...]
H A DLazyFieldLiteTest.java142 TestAllTypes message1 = TestAllTypes.newBuilder().setOptionalInt32(1).build(); in testMergeBeforeParsing()
144 TestAllTypes message2 = TestAllTypes.newBuilder().setOptionalInt64(2).build(); in testMergeBeforeParsing()
149 TestAllTypes.newBuilder().setOptionalInt32(1).setOptionalInt64(2).build(); in testMergeBeforeParsing()
155 TestAllTypes message1 = TestAllTypes.newBuilder().setOptionalInt32(1).build(); in testMergeOneNotParsed()
156 TestAllTypes message2 = TestAllTypes.newBuilder().setOptionalInt64(2).build(); in testMergeOneNotParsed()
158 TestAllTypes.newBuilder().setOptionalInt32(1).setOptionalInt64(2).build(); in testMergeOneNotParsed()
176 TestAllTypes message = TestAllTypes.newBuilder().setOptionalInt32(1).build(); in testMergeInvalid()
192 TestAllExtensions.newBuilder().setExtension(optionalInt32Extension, 42).build(); in testMergeKeepsExtensionsWhenPossible()
193 TestAllExtensions emptyMessage = TestAllExtensions.newBuilder().build(); in testMergeKeepsExtensionsWhenPossible()
237 MessageLite newMessage = builder.build(); in changeValue()
[all...]
H A DServiceTest.java76 FooRequest fooRequest = FooRequest.newBuilder().build(); in testCallMethod()
77 BarRequest barRequest = BarRequest.newBuilder().build(); in testCallMethod()
113 FooRequest fooRequest = FooRequest.newBuilder().build(); in testStub()
114 BarRequest barRequest = BarRequest.newBuilder().build(); in testStub()
141 FooRequest fooRequest = FooRequest.newBuilder().build(); in testBlockingStub()
142 BarRequest barRequest = BarRequest.newBuilder().build(); in testBlockingStub()
146 FooResponse fooResponse = FooResponse.newBuilder().build(); in testBlockingStub()
147 BarResponse barResponse = BarResponse.newBuilder().build(); in testBlockingStub()
224 .build(); in testNoGenericServices()
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/
H A Drebuild.js57 process.emit('time', 'build')
64 // build regular deps
65 await this.#build(depNodes, {})
67 // build link deps
70 await this.#build(linkNodes, { type: 'links' })
73 process.emit('timeEnd', 'build')
149 async #build (nodes, { type = 'deps' }) {
150 process.emit('time', `build:${type}`)
171 process.emit('timeEnd', `build:${type}`)
175 process.emit('time', 'build
[all...]
/third_party/unity/test/
H A DMakefile25 SRC1 = ../src/unity.c tests/test_unity_arrays.c build/test_unity_arraysRunner.c
26 SRC2 = ../src/unity.c tests/test_unity_core.c build/test_unity_coreRunner.c
27 SRC3 = ../src/unity.c tests/test_unity_doubles.c build/test_unity_doublesRunner.c
28 SRC4 = ../src/unity.c tests/test_unity_floats.c build/test_unity_floatsRunner.c
29 SRC5 = ../src/unity.c tests/test_unity_integers.c build/test_unity_integersRunner.c
30 SRC6 = ../src/unity.c tests/test_unity_integers_64.c build/test_unity_integers_64Runner.c
31 SRC7 = ../src/unity.c tests/test_unity_memory.c build/test_unity_memoryRunner.c
32 SRC8 = ../src/unity.c tests/test_unity_strings.c build/test_unity_stringsRunner.c
35 BUILD_DIR = build
36 TARGET = build/testunit
[all...]
/third_party/protobuf/java/util/src/test/java/com/google/protobuf/util/
H A DFieldMaskUtilTest.java81 FieldMask mask = FieldMask.newBuilder().addPaths("foo").build(); in testToString()
83 mask = FieldMask.newBuilder().addPaths("foo").addPaths("bar").build(); in testToString()
94 .build(); in testToString()
154 mask = FieldMask.newBuilder().addPaths("foo").build(); in testToJsonString()
156 mask = FieldMask.newBuilder().addPaths("foo.bar_baz").addPaths("").build(); in testToJsonString()
158 mask = FieldMask.newBuilder().addPaths("foo").addPaths("bar_baz").build(); in testToJsonString()
186 .build()); in testFromStringList()
197 .build()); in testFromStringList()
206 .build()); in testFromStringList()
260 .build(); in testMerge()
[all...]
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/table/
H A DRangeTableTest.java62 Schema.builder().add(TYPE).add(AREA_CODE_LENGTH).add(REGIONS).build();
74 RangeTable table = RangeTable.builder(SCHEMA).build(); in testEmptyMap()
129 .build(); in testApplyChanges()
148 .build(); in testBareRangeAddition()
166 .build(); in testAssignAndUnassign()
182 .build(); in testAssignAndRemove()
199 .build(); in testTableImportExport()
224 .build(); in testColumnGroupMapping()
247 .build(); in testSubTable()
264 .build(); in testGetPrefixMap()
[all...]
/third_party/curl/projects/
H A Dbuild-wolfssl.bat197 set OUTDIR=build\Win64\%VC_DESC%
205 call :build Debug x64
208 call :build "DLL Debug" x64
216 call :build Release x64
219 call :build "DLL Release" x64
226 set OUTDIR=build\Win32\%VC_DESC%
234 call :build Debug Win32
237 call :build "DLL Debug" Win32
245 call :build Release Win32
248 call :build "DL
253 :build global() label
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dlocalematchertest.cpp99 LocaleMatcher matcher = LocaleMatcher::Builder().build(errorCode); in testEmpty()
129 setSupportedLocales(ARRAY_RANGE(locales)).build(errorCode); in testBasics()
143 setSupportedLocales(locales.begin(), locales.end()).build(errorCode); in testBasics()
156 setSupportedLocales(iter).build(errorCode); in testBasics()
173 build(errorCode); in testBasics()
188 build(errorCode); in testBasics()
202 build(errorCode); in testBasics()
220 build(errorCode); in testBasics()
269 build(errorCode); in testSupportedDefault()
293 build(errorCod in testUnsupportedDefault()
[all...]
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c62 nir_builder build; member
218 nir_builder *b = &c->build; in ttn_emit_declaration()
479 nir_builder *b = &c->build; in ttn_emit_immediate()
504 nir_deref_instr *deref = nir_build_deref_var(&c->build, var); in ttn_array_deref()
505 nir_ssa_def *index = nir_imm_int(&c->build, offset); in ttn_array_deref()
507 index = nir_iadd(&c->build, index, ttn_src_for_indirect(c, indirect)); in ttn_array_deref()
508 return nir_build_deref_array(&c->build, deref, index); in ttn_array_deref()
524 nir_ssa_def *frontface = nir_load_front_face(&c->build, 1); in ttn_emulate_tgsi_front_face()
526 tgsi_frontface[0] = nir_bcsel(&c->build, in ttn_emulate_tgsi_front_face()
528 nir_imm_int(&c->build, in ttn_emulate_tgsi_front_face()
[all...]
/third_party/node/
H A DMakefile63 # V8 build and test toolchains are not currently compatible with Python 3.
107 # just the debug build, run `make -C out BUILDTYPE=Debug` instead.
128 # and recreated which can break the addons build when running test-ci
129 # See comments on the build-addons target for some more info
148 $(NODE_EXE): config.gypi out/Release/build.ninja
152 $(NODE_G_EXE): config.gypi out/Debug/build.ninja
198 clean: ## Remove build artifacts.
249 .PHONY: coverage-build
250 coverage-build: all
251 -$(MAKE) coverage-build
[all...]
/kernel/linux/linux-6.6/init/
H A DMakefile31 build-version = $(or $(KBUILD_BUILD_VERSION), $(build-version-auto))
32 build-timestamp = $(or $(KBUILD_BUILD_TIMESTAMP), $(build-timestamp-auto))
36 utsver=$$(echo '$(pound)'"$(build-version)" $(smp-flag-y) $(preempt-flag-y) "$(build-timestamp)" | cut -b -64); \
55 include/generated/utsversion.h: build-version-auto = $(shell $(srctree)/$(src)/build-version)
56 include/generated/utsversion.h: build-timestamp-auto = $(shell LC_ALL=C date)
/third_party/skia/third_party/externals/brotli/python/
H A DMakefile10 .PHONY: build
31 all: build
33 build: $(EXTENSIONS)
44 test: build
/kernel/linux/linux-6.6/net/mac80211/
H A Dmesh_pathtbl.c463 struct ieee80211_mesh_fast_tx build = {}; in mesh_fast_tx_cache() local
475 build.fast_tx.hdr_len = ieee80211_hdrlen(hdr->frame_control); in mesh_fast_tx_cache()
476 meshhdr = (struct ieee80211s_hdr *)(skb->data + build.fast_tx.hdr_len); in mesh_fast_tx_cache()
477 build.hdrlen = ieee80211_get_mesh_hdrlen(meshhdr); in mesh_fast_tx_cache()
492 build.mppath = mppath; in mesh_fast_tx_cache()
513 build.fast_tx.key = key; in mesh_fast_tx_cache()
529 build.fast_tx.pn_offs = build.fast_tx.hdr_len; in mesh_fast_tx_cache()
531 build.fast_tx.hdr_len += IEEE80211_CCMP_HDR_LEN; in mesh_fast_tx_cache()
536 build in mesh_fast_tx_cache()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DLocaleMatcherTest.java48 private LocaleMatcher newLocaleMatcher(LocalePriorityList build) { in newLocaleMatcher() argument
49 return new LocaleMatcher(build); in newLocaleMatcher()
53 return new LocaleMatcher(LocalePriorityList.add(string).build()); in newLocaleMatcher()
110 LocalePriorityList lpl = LocalePriorityList.add("en, hi").build(); in testFallbacks()
120 build()); in testBasics()
134 setDefaultLocale(Locale.GERMAN).build(); in testBasics()
149 LocalePriorityList list = LocalePriorityList.add(ULocale.JAPAN, ULocale.US).build(); in testBasics()
184 build(); in testSupportedDefault()
208 build(); in testUnsupportedDefault()
232 build(); in testNoDefault()
[all...]
/third_party/rust/crates/env_logger/src/filter/
H A Dmod.rs36 //! filter: builder.build()
106 /// let filter = builder.build();
136 /// let filter = builder.build();
228 pub fn build(&mut self) -> Filter { in build() functions
380 let mut logger = Builder::new().build(); in make_logger_filter()
387 let logger = Builder::new().filter(None, LevelFilter::Info).build(); in filter_info()
398 .build(); in filter_beginning_longest_match()
425 let logger = Builder::new().parse("info,crate1::mod1=warn").build(); in parse_default()
432 let logger = Builder::new().parse("off").build(); in parse_default_bare_level_off_lc()
442 let logger = Builder::new().parse("OFF").build(); in parse_default_bare_level_off_uc()
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/
H A DMf2Serializer.java145 Mf2DataModel build() { in build() method in Mf2Serializer
178 return result.build(); in parseMessage()
223 return new ParseResult<>(i, result.build()); in parseVariant()
328 return new ParseResult<>(i, result.build()); in parsePattern()
353 this.selectorKeys = builder.selectorKeys.build(); in Variant()
376 private Pattern pattern = Pattern.builder().build();
397 public Variant build() { in build() method in Mf2Serializer.Variant.Builder
424 return new ParseResult<>(i, result.build()); in parseExpression()
433 .build()); in parseExpression()
438 .build()); in parseExpression()
[all...]
/kernel/linux/linux-6.6/
H A DMakefile12 # expect to learn how to build the kernel reading this file.
25 # We are using a recursive build, so we need to do a little thinking
63 # Most of build commands in Kbuild start with "cmd_". You can optionally define
74 # $(Q)$(MAKE) $(build)=scripts/basic
140 # directory of external module to build. Setting M= takes precedence.
267 # mixing *config targets and build targets.
281 # is an exception where build artifacts may be updated. This must be fixed.
288 config-build :=
289 mixed-build :=
293 single-build
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/message2/
H A DCustomFormatterMessageRefTest.java60 .build(); in format()
75 .build();
90 .build(); in testSimpleGrammarSelection()
96 .build(); in testSimpleGrammarSelection()
111 .build(); in test()
115 .build(); in test()
H A DMf2IcuTest.java33 .build(); in testSample()
47 .build() in testStaticFormat()
61 .build(); in testSimpleFormat()
82 .build(); in testSelectFormatToPattern()
99 .build(); in doTheRealDateTimeSkeletonTesting()
133 .build(); in checkMf1Behavior()
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
H A DServiceTest.java80 FooRequest fooRequest = FooRequest.newBuilder().build(); in testCallMethod()
81 BarRequest barRequest = BarRequest.newBuilder().build(); in testCallMethod()
115 FooRequest fooRequest = FooRequest.newBuilder().build(); in testStub()
116 BarRequest barRequest = BarRequest.newBuilder().build(); in testStub()
143 FooRequest fooRequest = FooRequest.newBuilder().build(); in testBlockingStub()
144 BarRequest barRequest = BarRequest.newBuilder().build(); in testBlockingStub()
150 FooResponse fooResponse = FooResponse.newBuilder().build(); in testBlockingStub()
151 BarResponse barResponse = BarResponse.newBuilder().build(); in testBlockingStub()
229 .build(); in testNoGenericServices()
/kernel/linux/linux-5.10/arch/arm64/
H A DMakefile111 # Prefer the baremetal ELF build target, but not all toolchains include
159 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
162 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
165 $(Q)$(MAKE) $(build)=$(boot) $@
169 $(Q)$(MAKE) $(build)=arch/arm64/kernel/vdso $@
171 $(Q)$(MAKE) $(build)=arch/arm64/kernel/vdso32 $@)
186 $(Q)$(MAKE) $(build)=arch/arm64/kernel/vdso include/generated/vdso-offsets.h
188 $(build)=arch/arm64/kernel/vdso32 \
/kernel/linux/linux-5.10/
H A DMakefile12 # expect to learn how to build the kernel reading this file.
21 # We are using a recursive build, so we need to do a little thinking
223 # directory of external module to build. Setting M= takes precedence.
261 # mixing *config targets and build targets.
279 config-build :=
280 mixed-build :=
283 single-build :=
303 config-build := 1
305 mixed-build := 1
310 # We cannot build singl
[all...]

Completed in 17 milliseconds

12345678910>>...86