/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/message2/ |
H A D | CustomFormatterGrammarCaseTest.java | 88 .build(); 96 .build(); in test() 107 .build(); in test()
|
H A D | CustomFormatterListTest.java | 76 .build(); 90 .build()); in test() 96 .build()); in test()
|
/third_party/mbedtls/scripts/ |
H A D | lcov.sh | 11 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 D | gl_nir_lower_atomics.c | 155 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 D | tty.js | 143 // 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 D | utils.py | 39 # 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 D | SimpleAudioOutput.java | 145 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 D | Proto2UnknownEnumValueTest.java | 55 .build()); in buildPayloadWithUnknownEnumValues() 63 .build()); in buildPayloadWithUnknownEnumValues() 64 return builder.build().toByteArray(); in buildPayloadWithUnknownEnumValues()
|
H A D | CheckUtf8Test.java | 60 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 D | TypeRegistryTest.java | 52 TypeRegistry.newBuilder().add(descriptor).build().find(descriptor.getFullName())); in findDescriptorByFullName() 66 .build() in findDescriptorByTypeUrl()
|
/kernel/linux/linux-5.10/arch/x86/boot/ |
H A D | header.S | 126 # 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 D | Makefile | 50 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 D | makedata.mak | 37 !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 D | config.mk | 31 -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 D | test.js | 9 require(`./build/${common.buildType}/test_instance_data`); 42 .resolve(`./build/${common.buildType}/${addonName}`)
|
/third_party/node/benchmark/napi/function_call/ |
H A D | index.js | 16 binding = require(`./build/${common.buildType}/binding`); 25 napi_binding = require(`./build/${common.buildType}/napi_binding`);
|
/third_party/skia/infra/bots/recipes/ |
H A D | compile.py | 11 '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 D | full.py | 8 '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 D | test_nfa_utf8bytes.rs | 6 ExecBuilder::new($re).nfa().bytes(true).build().map(|e| e.into_regex()) 22 .build()
|
H A D | test_nfa.rs | 6 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 D | test_nfa_bytes.rs | 7 .build() 24 .build()
|
H A D | test_backtrack_utf8bytes.rs | 9 .build() 26 .build()
|
H A D | test_backtrack.rs | 8 .build() 24 .build()
|
H A D | test_backtrack_bytes.rs | 7 .build() 24 .build()
|
/kernel/linux/linux-6.6/arch/sh/ |
H A D | Makefile | 79 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
|