Home
last modified time | relevance | path

Searched refs:build (Results 1276 - 1300 of 2196) sorted by relevance

1...<<51525354555657585960>>...88

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
H A DvktRayQueryTraversalControlTests.cpp278 .build(vkd, device); in initConfiguration()
282 .build(vkd, device, VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, 1u); in initConfiguration()
743 .build(vkd, device); in initConfiguration()
747 .build(vkd, device, VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, 1u); in initConfiguration()
941 .build(vkd, device); in initConfiguration()
946 .build(vkd, device, VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, 1u); in initConfiguration()
1925 // build acceleration structures for ray query in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageAtomicOperationTests.cpp1097 .build(deviceInterface, device); in iterate()
1103 .build(deviceInterface, device, VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, 2u); in iterate()
1393 .build(deviceInterface, device); in prepareDescriptors()
1398 .build(deviceInterface, device, VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, 1u); in prepareDescriptors()
1698 .build(deviceInterface, device); in prepareDescriptors()
1703 .build(deviceInterface, device, VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, 1u); in prepareDescriptors()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/
H A DvktRayQueryCullRayFlagsTests.cpp360 .build(vkd, device); in initConfiguration()
365 .build(vkd, device, VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, 1u); in initConfiguration()
789 .build(vkd, device); in initConfiguration()
794 .build(vkd, device, VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, 1u); in initConfiguration()
961 .build(vkd, device); in initConfiguration()
967 .build(vkd, device, VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, 1u); in initConfiguration()
H A DvktRayQueryTraversalControlTests.cpp278 .build(vkd, device); in initConfiguration()
282 .build(vkd, device, VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, 1u); in initConfiguration()
743 .build(vkd, device); in initConfiguration()
747 .build(vkd, device, VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, 1u); in initConfiguration()
941 .build(vkd, device); in initConfiguration()
946 .build(vkd, device, VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, 1u); in initConfiguration()
1925 // build acceleration structures for ray query in iterate()
/drivers/hdf_core/framework/model/camera/core/src/
H A Dcamera_core.c87 deviceDriver = factory->build(deviceName); in HdfCameraInitInterfaces()
89 HDF_LOGE("%s: device driver %{public}s build fail!", __func__, factory->deviceName); in HdfCameraInitInterfaces()
/kernel/linux/linux-5.10/arch/sparc/vdso/
H A DMakefile15 # vDSO images to build
116 VDSO_LDFLAGS = -shared --hash-style=both --build-id=sha1 -Bsymbolic
121 # build-id, install .build-id links as well.
130 mkdir -p "$(MODLIB)/vdso/.build-id/$$first"; \
131 ln -sf "../../$(@:install_%=%)" "$(MODLIB)/vdso/.build-id/$$first/$$last.debug"; \
/kernel/linux/linux-6.6/arch/sparc/vdso/
H A DMakefile15 # vDSO images to build
117 VDSO_LDFLAGS = -shared --hash-style=both --build-id=sha1 -Bsymbolic
122 # build-id, install .build-id links as well.
131 mkdir -p "$(MODLIB)/vdso/.build-id/$$first"; \
132 ln -sf "../../$(@:install_%=%)" "$(MODLIB)/vdso/.build-id/$$first/$$last.debug"; \
/kernel/linux/linux-5.10/tools/
H A DMakefile3 # as in kernel build.
44 @echo ' from the kernel command line to build and install one of'
58 @echo ' the respective build directory.'
79 # The perf build does not follow the descend function setup,
180 $(call descend,build,clean)
/kernel/linux/linux-5.10/tools/bpf/
H A DMakefile16 # isn't set and when invoked from selftests build, where srctree
50 include $(srctree)/tools/build/Makefile.feature
/kernel/linux/linux-6.6/scripts/package/
H A Dmkdebian87 # Create debian/source/ if it is a source package build
153 packageversion=$(${srctree}/scripts/setlocalversion --no-local ${srctree})-$($srctree/init/build-version)
249 This is useful for people who need to build external modules
/kernel/linux/linux-6.6/tools/testing/selftests/hid/
H A Dvmtest.sh45 If you build your kernel using KBUILD_OUTPUT= or O= options, these
/kernel/linux/linux-6.6/tools/
H A DMakefile3 # as in kernel build.
49 @echo ' from the kernel command line to build and install one of'
63 @echo ' the respective build directory.'
87 # The perf build does not follow the descend function setup,
210 $(call descend,build,clean)
/kernel/linux/linux-6.6/tools/bpf/
H A DMakefile16 # isn't set and when invoked from selftests build, where srctree
50 include $(srctree)/tools/build/Makefile.feature
/kernel/linux/linux-6.6/scripts/
H A Ddecode_stacktrace.sh40 for fn in {,/usr/lib/debug}/boot/vmlinux-$release{,.debug} /lib/modules/$release{,/build}/vmlinux ; do
/third_party/eudev/
H A Dcompile41 # Convert a $build file to $host form and store it in $file
247 If you are trying to build a whole package this is not the
316 # object file name, since that is what matters with a parallel build.
/third_party/gn/src/gn/
H A Dlabel.cc27 // computes the final build rule. Sets err on failure. On success,
213 paths would be specified via a build arg so the developer can specify where
225 //base/test:test_support(//build/toolchain/win:msvc)
228 "//build/toolchain/win" to know how to compile this target.
240 references unless a build file needs to be run in different contexts (like a
/third_party/fsverity-utils/scripts/
H A Drun-tests.sh13 # Note: for more test coverage, in addition to running this script, also build
96 log "Check that build doesn't produce untracked files"
220 $MAKE CFLAGS="-O2 -Werror" LDFLAGS="-Lboringssl/build/crypto" \
276 scan-build --status-bugs make CFLAGS="-O2 -Werror" all test_programs
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDisplayOptions.java21 * .build();
270 public DisplayOptions build() { in build() method in DisplayOptions.Builder
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/mapper/
H A DAbstractPathValueMapper.java134 return out.build(); in finalizeResults()
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
H A DIcuConverterConfig.java132 public LdmlConverterConfig build() { in build() method in IcuConverterConfig.Builder
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DTestLocaleValidity.java256 ulocale = new ULocale.Builder().setLanguageTag(locale).build(); in check()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DTestLocaleValidity.java255 ulocale = new ULocale.Builder().setLanguageTag(locale).build(); in check()
/third_party/icu/icu4c/source/i18n/
H A Dcollationdatabuilder.h154 virtual void build(CollationData &data, UErrorCode &errorCode);
H A Dnumber_usageprefs.cpp173 micros.outputUnit = routed.outputUnit.copy(status).build(status); in processQuantity()
/third_party/icu/icu4c/source/common/unicode/
H A Dlocalematcher.h149 * LocaleMatcher matcher = LocaleMatcher::Builder().setSupportedLocales("fr, en-GB, en").build(errorCode);
520 LocaleMatcher build(UErrorCode &errorCode) const;

Completed in 23 milliseconds

1...<<51525354555657585960>>...88