Home
last modified time | relevance | path

Searched refs:build (Results 476 - 500 of 1722) sorted by relevance

1...<<11121314151617181920>>...69

/third_party/rust/crates/aho-corasick/src/
H A Dahocorasick.rs39 /// good idea to build an automaton once and reuse it as much as possible.
60 /// .build(patterns);
124 AhoCorasickBuilder::new().build(patterns) in new()
158 AhoCorasickBuilder::new().auto_configure(patterns).build(patterns) in new_auto_configured()
249 /// .build(patterns);
264 /// .build(patterns);
279 /// .build(patterns);
307 /// .build(patterns);
325 /// .build(patterns);
343 /// .build(pattern
1540 pub fn build<I, P>(&self, patterns: I) -> AhoCorasick build() functions
[all...]
/third_party/python/Lib/distutils/
H A Dccompiler.py343 build = {}
349 build[obj] = (src, ext)
351 return macros, objects, extra, pp_opts, build
528 'output_dir' is "build", then it would compile to
529 "build/foo/bar.o".
564 macros, objects, extra_postargs, pp_opts, build = \
571 src, ext = build[obj]
975 options to "build", "build_ext", "build_clib").
/third_party/ltp/testcases/kernel/device-drivers/drm/user_space/
H A DMakefile2 KDIR := /lib/modules/$(shell uname -r)/build
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/
H A DLocaleDistanceMapper.java132 XLikelySubtags.Data likelyData = LikelySubtagsBuilder.build(data); in process()
381 PartitionInfo partitions = partitionBuilder.build(); in buildDistanceData()
386 DistanceTable distanceTable = distanceTableBuilder.build(); in buildDistanceData()
471 return RbValue.of(hexValues.build()); in ofBytes()
/third_party/libuv/docs/
H A Dmake.bat6 set SPHINXBUILD=sphinx-build
8 set BUILDDIR=build
54 echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
56 echo.to the full path of the 'sphinx-build' executable. Alternatively you
/third_party/lz4/
H A DMakefile110 CMAKE_BUILD_DIR ?= build/cmake/build
119 cd $(CMAKE_BUILD_DIR); $(CMAKE) $(CMAKE_PARAMS) ..; $(CMAKE) --build .
170 SCANBUILD ?= scan-build
/third_party/rust/crates/clap/tests/builder/
H A Dsubcommands.rs555 cmd.build(); in cant_have_args_with_multicall()
615 cmd.build(); in multicall_render_help()
629 .build() in duplicate_subcommand()
638 .build() in duplicate_subcommand_alias()
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
H A DCodedInputStreamTest.java342 TestAllTypes message = builder.build(); in testReadHugeBlob()
355 .build(); in testReadHugeBlob()
386 return TestRecursiveMessage.newBuilder().setI(5).build(); in makeRecursiveMessage()
389 .setA(makeRecursiveMessage(depth - 1)).build(); in makeRecursiveMessage()
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dpkcs12.rs163 /// `build`.
208 pub fn build<T>( in build() functions
341 let name = name.build(); in create()
343 let key_usage = KeyUsage::new().digital_signature().build().unwrap(); in create()
358 let cert = builder.build(); in create()
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Dconnector.rs120 pub fn build(self) -> SslConnector { in build() functions
121 SslConnector(self.0.build()) in build()
347 pub fn build(self) -> SslAcceptor { in build() functions
348 SslAcceptor(self.0.build()) in build()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFboCompletenessTests.cpp307 IterateResult build (FboBuilder& builder);
310 IterateResult NumLayersTest::build (FboBuilder& builder) in build() function in deqp::gles3::Functional::NumLayersTest
411 IterateResult build (FboBuilder& builder);
414 IterateResult NumSamplesTest::build (FboBuilder& builder) in build() function in deqp::gles3::Functional::NumSamplesTest
/third_party/vk-gl-cts/framework/common/
H A DtcuWaiverUtil.cpp90 void build (void);
111 // use list of paths to build a temporary tree which
128 // in the argument or 0 when build tree does not include this component
168 void WaiverTreeBuilder::build(void) in build() function in tcu::WaiverTreeBuilder
302 // check if same component is already in the build tree; we start from 1 - skiping root in findComponentInBuildTree()
319 // names dont match - we can move to searching other build tree items in findComponentInBuildTree()
508 VKWaiverTreeBuilder(waiverFile, packageName, vendorId, deviceId, sessionInfo, m_waiverTree).build(); in setup()
513 GLWaiverTreeBuilder(waiverFile, packageName, vendor, renderer, sessionInfo, m_waiverTree).build(); in setup()
/device/soc/rockchip/rk2206/sdk_liteos/platform/startup/build/
H A Dlink.mk19 SRC = $(SDK_DIR)/build/link/board.ld.S
/device/soc/rockchip/rk2206/sdk_liteos/platform/startup/
H A Dbuild.sh29 make ${CFLAGS} -f build/link.mk
/third_party/astc-encoder/Test/
H A DMakefile7 SPHINXBUILD ?= sphinx-build
/third_party/node/test/js-native-api/test_constructor/
H A Dtest_null.js6 const { testNull } = require(`./build/${common.buildType}/test_constructor`);
/third_party/node/test/node-api/test_exception/
H A Dtest.js6 const test_exception = require(`./build/${common.buildType}/test_exception`);
/third_party/node/benchmark/napi/define_properties/
H A Dindex.js5 const binding = require(`./build/${common.buildType}/binding`);
/third_party/protobuf/src/google/protobuf/compiler/ruby/
H A Druby_generated_pkg_explicit_legacy_pb.rb6 Google::Protobuf::DescriptorPool.generated_pool.build do
H A Druby_generated_pkg_explicit_pb.rb6 Google::Protobuf::DescriptorPool.generated_pool.build do
H A Druby_generated_pkg_implicit_pb.rb6 Google::Protobuf::DescriptorPool.generated_pool.build do
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A DMakefile23 KDIR ?= /lib/modules/$(shell uname -r)/build
/third_party/ltp/testcases/kernel/device-drivers/dev_sim_framework/kernel_space/
H A DMakefile12 KDIR := /lib/modules/$(shell uname -r)/build
/third_party/ltp/testcases/kernel/device-drivers/agp/kernel_space/
H A DMakefile13 KDIR := /lib/modules/$(shell uname -r)/build
/third_party/ltp/testcases/kernel/device-drivers/drm/kernel_space/
H A DMakefile10 KDIR := /lib/modules/$(shell uname -r)/build

Completed in 14 milliseconds

1...<<11121314151617181920>>...69