Home
last modified time | relevance | path

Searched refs:build (Results 326 - 350 of 2083) sorted by relevance

1...<<11121314151617181920>>...84

/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/message2/
H A DCustomFormatterGrammarCaseTest.java88 .build();
96 .build(); in test()
107 .build(); in test()
H A DCustomFormatterListTest.java76 .build();
90 .build()); in test()
96 .build()); in test()
/third_party/mbedtls/scripts/
H A Dlcov.sh11 This can be an out-of-tree build.
15 mkdir build-coverage && cd build-coverage &&
38 # Collect stats and build a HTML report.
/third_party/mesa3d/src/compiler/glsl/
H A Dgl_nir_lower_atomics.c155 nir_builder build; in gl_nir_lower_atomics() local
156 nir_builder_init(&build, function->impl); in gl_nir_lower_atomics()
163 impl_progress |= lower_deref_instr(&build, in gl_nir_lower_atomics()
/third_party/node/lib/internal/
H A Dtty.js143 // Windows 10 build 10586 is the first Windows release that supports 256
144 // colors. Windows 10 build 14931 is the first release that supports
147 const build = +OSRelease[2];
148 if (build >= 14931)
150 if (build >= 10586)
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/
H A Dutils.py39 # PEP 427: The build number must start with a digit.
137 f"Invalid build number: {build_part} in '{filename}'"
139 build = cast(BuildTag, (int(build_match.group(1)), build_match.group(2)))
141 build = ()
143 return (name, version, build, tags)
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/synth/
H A DSimpleAudioOutput.java145 AudioAttributes attributes = attributesBuilder.build(); in createAudioTrack()
150 .build(); in createAudioTrack()
159 AudioTrack track = builder.build(); in createAudioTrack()
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DProto2UnknownEnumValueTest.java55 .build()); in buildPayloadWithUnknownEnumValues()
63 .build()); in buildPayloadWithUnknownEnumValues()
64 return builder.build().toByteArray(); in buildPayloadWithUnknownEnumValues()
H A DCheckUtf8Test.java60 BytesWrapper.newBuilder().setReq(UTF8_BYTE_STRING).build().toByteString(); in testParseRequiredStringWithGoodUtf8()
93 BytesWrapper.newBuilder().setReq(NON_UTF8_BYTE_STRING).build().toByteArray(); in testParseRequiredStringWithBadUtf8()
126 BytesWrapperSize.newBuilder().setReq(NON_UTF8_BYTE_STRING).build().toByteArray(); in testParseRequiredStringWithBadUtf8Size()
H A DTypeRegistryTest.java52 TypeRegistry.newBuilder().add(descriptor).build().find(descriptor.getFullName())); in findDescriptorByFullName()
66 .build() in findDescriptorByTypeUrl()
/kernel/linux/linux-5.10/arch/x86/boot/
H A Dheader.S126 # Filled in by build.c
132 # Filled in by build.c
159 # The size of the bzImage is written in tools/build.c
191 # The offset & size fields are filled in by build.c.
213 # offset & size fields are filled in by build.c.
233 # The offset & size fields are filled in by build.c.
252 # The offset & size fields are filled in by build.c.
284 setup_sects: .byte 0 /* Filled in by build.c */
286 syssize: .long 0 /* Filled in by build.c */
289 root_dev: .word 0 /* Filled in by build
[all...]
H A DMakefile50 hostprogs := tools/build
80 cmd_image = $(obj)/tools/build $(obj)/setup.bin $(obj)/vmlinux.bin \
83 $(obj)/bzImage: $(obj)/setup.bin $(obj)/vmlinux.bin $(obj)/tools/build FORCE
115 $(Q)$(MAKE) $(build)=$(obj)/compressed $@
/third_party/icu/icu4c/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
171 # Thus ARM and ARM64 need to use another build of the other tools, so make sure to get an usable CFG path.
195 # Use these path whether or not it's UWP build.
204 !ERROR Cross-build from ARM to x86 is not supported!
206 # Build x86_64 or cross-build ARM
219 # If this archive exists, build fro
[all...]
/kernel/liteos_a/
H A Dconfig.mk31 -include $(LITEOSTOPDIR)/tools/build/mk/los_config.mk
33 -include $(LITEOSTOPDIR)/tools/build/mk/liteos_tables_ldflags.mk
63 # basic build flags
/third_party/node/test/node-api/test_instance_data/
H A Dtest.js9 require(`./build/${common.buildType}/test_instance_data`);
42 .resolve(`./build/${common.buildType}/${addonName}`)
/third_party/node/benchmark/napi/function_call/
H A Dindex.js16 binding = require(`./build/${common.buildType}/binding`);
25 napi_binding = require(`./build/${common.buildType}/napi_binding`);
/third_party/skia/infra/bots/recipes/
H A Dcompile.py11 'build',
34 api.build(checkout_root=checkout_root, out_dir=out_dir)
38 api.build.copy_build_products(out_dir=out_dir, dst=dst)
/third_party/skia/infra/bots/recipe_modules/build/examples/
H A Dfull.py8 'build',
23 api.build(checkout_root=checkout_root, out_dir=out_dir)
25 api.build.copy_build_products(out_dir=out_dir, dst=dst)
/third_party/rust/crates/regex/tests/
H A Dtest_nfa_utf8bytes.rs6 ExecBuilder::new($re).nfa().bytes(true).build().map(|e| e.into_regex())
22 .build()
H A Dtest_nfa.rs6 ExecBuilder::new($re).nfa().build().map(|e| e.into_regex())
19 ExecBuilder::new_many($re).nfa().build().map(|e| e.into_regex_set())
H A Dtest_nfa_bytes.rs7 .build()
24 .build()
H A Dtest_backtrack_utf8bytes.rs9 .build()
26 .build()
H A Dtest_backtrack.rs8 .build()
24 .build()
H A Dtest_backtrack_bytes.rs7 .build()
24 .build()
/kernel/linux/linux-6.6/arch/sh/
H A DMakefile79 OBJCOPYFLAGS := -O binary -R .note -R .note.gnu.build-id -R .comment \
170 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
175 $(Q)$(MAKE) $(build)=arch/sh/tools include/generated/machtypes.h
178 $(Q)$(MAKE) $(build)=arch/sh/kernel/syscalls all

Completed in 7 milliseconds

1...<<11121314151617181920>>...84