Home
last modified time | relevance | path

Searched refs:build (Results 426 - 450 of 1887) sorted by relevance

1...<<11121314151617181920>>...76

/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/async_impl/
H A Dmod.rs47 /// let client = Client::builder().build().unwrap();
78 /// from a RequestBuilder with `RequestBuilder::build()`.
93 /// let client = Client::builder().build().unwrap();
363 /// let client = ClientBuilder::new().build().unwrap();
365 pub fn build(self) -> Result<Client, HttpClientError> { in build() functions
366 self.0.build().map(Client).map_err(HttpClientError::from) in build()
/test/xts/tools/lite/
H A Dbuild.sh89 build() function
111 #python build.py ${PRODUCT}_${PLATFORM} -b debug --test xts $TARGET
119 build
/third_party/gn/src/gn/
H A Dcommand_ls.cc24 Lists all targets matching the given pattern for the given build directory.
50 Lists the build output file for //base:base
53 Lists all executables produced by the build.
62 "Usage: \"gn ls <build dir> [<label_pattern>]*\"")
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/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_nir.h84 r600_imm_ivec3(nir_builder *build, int x, int y, int z) in r600_imm_ivec3() argument
92 return nir_build_imm(build, 3, 32, v); in r600_imm_ivec3()
/third_party/node/deps/zlib/
H A Dslide_hash_simd.h23 #error SIMD has been disabled for your build target
62 #error slide_hash_simd is not defined for your build target
/third_party/node/benchmark/napi/function_args/
H A Dindex.js13 v8 = require(`./build/${common.buildType}/binding`);
20 napi = require(`./build/${common.buildType}/napi_binding`);
/third_party/node/deps/v8/src/base/
H A Dwin32-headers.h37 #error This should be set in build config files. See build\config\win\BUILD.gn
/third_party/rust/crates/aho-corasick/bench/src/
H A Dbuild.rs44 define_long(c, "build", &name, &[], move |b| { in define_build()
48 define(c, "build", &name, &[], move |b| { in define_build()
56 define_long(c, "build", &name, &[], move |b| { in define_build()
58 black_box(AhoCorasickBuilder::new().dfa(true).build(&pats)) in define_build()
62 define(c, "build", &name, &[], move |b| { in define_build()
64 black_box(AhoCorasickBuilder::new().dfa(true).build(&pats)) in define_build()
/third_party/rust/crates/libc/ci/
H A Drun-docker.sh30 # use -f so we can use ci/ as build context
31 docker build -t libc -f "ci/docker/${1}/Dockerfile" ci/
60 # use -f so we can use ci/ as build context
61 docker build -t libc -f "ci/docker/switch/Dockerfile" ci/
88 && cargo build -Z build-std=core,alloc --target ci/switch.json"
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/tools/subsetter/
H A DCMapTableBuilderTest.java38 new CMapTableBuilder(fontBuilder, mapping).build(); in verifyCmap()
40 Font font = fontBuilder.build(); in verifyCmap()
H A DHorizontalMetricsTableBuilderTest.java48 new HorizontalMetricsTableBuilder(fontBuilder, metrics).build(); in testHorizontalMetricsTableBuilder()
54 Font font = fontBuilder.build(); in testHorizontalMetricsTableBuilder()
H A DPostScriptTableBuilderTest.java45 fontBuilder.newTableBuilder(Tag.post, postBuilder.build()); in testPostTableBuilding()
47 Font font = fontBuilder.build(); in testPostTableBuilding()
/third_party/skia/third_party/externals/freetype/builds/
H A Ddetect.mk110 $(info $(PROJECT_TITLE) build system -- automatic system detection)
122 $(info Otherwise, simply type `$(MAKE)' again to build the library,)
123 $(info or `$(MAKE) refdoc' to build the API reference (this needs Python >= 3.5).)
/third_party/skia/infra/bots/recipes/
H A Dsync_and_compile.py11 'build',
64 api.build(checkout_root=checkout_root, out_dir=out_dir)
68 api.build.copy_build_products(out_dir=out_dir, dst=dst)
/third_party/vk-gl-cts/external/vulkancts/scripts/
H A Damber_verify.py33 from ctsbuild.build import *
68 "--build-dir",
71 help="Temporary build directory")
73 "--build-type",
81 help="dEQP build target")
96 build(buildCfg, generator, ["deqp-vk"])
/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...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DTrieMapTest.java142 TrieMap<Integer> trieMap = TrieMap.Builder.with(style, Option.SMALL, testmap).build(); in checkGet()
168 TrieMap<Integer> trieMap = TrieMap.BytesBuilder.with(style, Option.SMALL, testMap).build(); in timeIteration()
224 TrieMap<Integer> trieMap = TrieMap.BytesBuilder.with(style, Option.SMALL, testMap).build(); in checkContents()
263 .add("abdfg", "third").build(); in checkSearch()
344 trieMap = TrieMap.BytesBuilder.with(style, option, map).build(); in timeBuilding()
351 errln(style + "\t" + option + "\tTrie build takes too long. Expected:\t< " + nf.format(ratioToMap * comparisonTime) + ", Actual:\t" + nf.format(trieTime)); in timeBuilding()
382 TrieMap<Integer> trieMap = TrieMap.BytesBuilder.with(style, option, unicodeTestMap).build(); in checkSize()
431 TrieMap<Integer> trieMap = TrieMap.Builder.with(style, Option.SMALL, testmap).build(); in timeGet()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DTrieMapTest.java139 TrieMap<Integer> trieMap = TrieMap.Builder.with(style, Option.SMALL, testmap).build(); in checkGet()
165 TrieMap<Integer> trieMap = TrieMap.BytesBuilder.with(style, Option.SMALL, testMap).build(); in timeIteration()
221 TrieMap<Integer> trieMap = TrieMap.BytesBuilder.with(style, Option.SMALL, testMap).build(); in checkContents()
260 .add("abdfg", "third").build(); in checkSearch()
341 trieMap = TrieMap.BytesBuilder.with(style, option, map).build(); in timeBuilding()
348 errln(style + "\t" + option + "\tTrie build takes too long. Expected:\t< " + nf.format(ratioToMap * comparisonTime) + ", Actual:\t" + nf.format(trieTime)); in timeBuilding()
379 TrieMap<Integer> trieMap = TrieMap.BytesBuilder.with(style, option, unicodeTestMap).build(); in checkSize()
428 TrieMap<Integer> trieMap = TrieMap.Builder.with(style, Option.SMALL, testmap).build(); in timeGet()
/third_party/rust/crates/aho-corasick/src/
H A Dprefilter.rs270 /// this builder will heuristically select the best prefilter it can build,
309 pub fn build(&self) -> Option<PrefilterObj> { in build() functions
310 // match (self.start_bytes.build(), self.rare_bytes.build()) { in build()
311 match (self.start_bytes.build(), self.rare_bytes.build()) { in build()
312 // If we could build both start and rare prefilters, then there are in build()
343 .and_then(|b| b.build()) in build()
549 fn build(&self) -> Option<PrefilterObj> { in build() functions
846 fn build( functions
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/transition/
H A Dtransition_element.cpp57 bool build = true; in PerformBuild() local
61 build = false; in PerformBuild()
68 if (build) { in PerformBuild()
80 if (build) { in PerformBuild()
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
H A DCldrDataProcessor.java263 public CldrDataProcessor<T> build() { in build() method in CldrDataProcessor.Builder
265 Lists.transform(prefixActions, PrefixBuilder::build), valueActions); in build()
294 PrefixAction<S, T> build() { in build() method in CldrDataProcessor.PrefixBuilder
295 List<PrefixAction<?, S>> actions = Lists.transform(prefixActions, PrefixBuilder::build); in build()
327 * MyResult result = CLDR_PROCESSOR.process(data, MyResult.newBuilder(), DTD).build();
/third_party/node/deps/v8/tools/vim/
H A Dninja-build.vim14 " Requires that gyp has already generated build.ninja files, and that ninja is
20 " so /path/to/src/tools/vim/ninja-build.vim
38 fingerprints = ['.git', 'build', 'include', 'samples', 'src', 'testing',
66 # build directory.
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/
H A DShortcodesTableSchema.java182 .build();
199 return csv.build(); in toCsv()
222 table.apply(change.build(), OverwriteMode.NEVER); in toShortcodeTables()
224 return ImmutableSortedMap.copyOf(Maps.transformValues(builderMap, RangeTable.Builder::build)); in toShortcodeTables()

Completed in 13 milliseconds

1...<<11121314151617181920>>...76