/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationOperationMultiQueueTests.cpp | 496 const UniquePtr<Operation> writeOp (m_writeOp.build(*m_opContext, *resource)); in iterate() 497 const UniquePtr<Operation> readOp (m_readOp.build (*m_opContext, *resource)); in iterate() 659 m_ops.push_back(SharedPtr<Operation>(m_opSupports[0]->build(*m_opContext, *m_resources[0]).release())); in TimelineSemaphoreTestInstance() 661 m_ops.push_back(SharedPtr<Operation>(m_opSupports[opIdx]->build(*m_opContext, *m_resources[opIdx - 1], *m_resources[opIdx]).release())); in TimelineSemaphoreTestInstance() 662 m_ops.push_back(SharedPtr<Operation>(m_opSupports[m_opSupports.size() - 1]->build(*m_opContext, *m_resources.back()).release())); in TimelineSemaphoreTestInstance() 794 const UniquePtr<Operation> writeOp (m_writeOp.build(*m_opContext, *resource)); in iterate() 795 const UniquePtr<Operation> readOp (m_readOp.build(*m_opContext, *resource)); in iterate()
|
/third_party/skia/tests/ |
H A D | SkSLInterpreterTest.cpp | 528 auto build = [&](const SkSL::FunctionDefinition* fn) { in DEF_TEST() local 552 skvm::Program p = build(rect_height); in DEF_TEST() 563 skvm::Program p = build(make_blue_rect); in DEF_TEST() 577 skvm::Program p = build(median); in DEF_TEST() 588 skvm::Program p = build(sums); in DEF_TEST() 598 skvm::Program p = build(get_rect_2); in DEF_TEST() 609 skvm::Program p = build(fill_rects); in DEF_TEST()
|
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
H A D | RubyMessage.java | 316 return context.runtime.newString(new ByteList(message.build(context).toByteArray())); in encode() 401 protected DynamicMessage build(ThreadContext context) { in build() method in RubyMessage 402 return build(context, 0); in build() 405 protected DynamicMessage build(ThreadContext context, int depth) { in build() method in RubyMessage 412 for (DynamicMessage kv : maps.get(fieldDescriptor).build(context, mapDescriptor)) { in build() 428 return this.builder.build(); in build() 552 val = ((RubyMessage) value).build(context, depth + 1); in convert()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/ |
H A D | vktRayQueryMiscTests.cpp | 262 const auto descriptorSetLayout = layoutBuilder.build(vkd, device); in iterate() 299 const auto descriptorPool = poolBuilder.build(vkd, device, VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, 1u); in iterate() 956 .build(vk, device); in iterate() 959 .build(vk, device, VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, 1u); in iterate() 1050 for (auto& build : builds) in addHelperInvocationsTests() 1052 auto buildGroup = new tcu::TestCaseGroup(testCtx, build.second, ""); in addHelperInvocationsTests() 1069 p.buildGPU = build.first; in addHelperInvocationsTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktSynchronizationOperationMultiQueueTests.cpp | 481 const UniquePtr<Operation> writeOp (m_writeOp.build(*m_opContext, *resource)); in iterate() 482 const UniquePtr<Operation> readOp (m_readOp.build (*m_opContext, *resource)); in iterate() 644 m_ops.push_back(SharedPtr<Operation>(m_opSupports[0]->build(*m_opContext, *m_resources[0]).release())); in TimelineSemaphoreTestInstance() 646 m_ops.push_back(SharedPtr<Operation>(m_opSupports[opIdx]->build(*m_opContext, *m_resources[opIdx - 1], *m_resources[opIdx]).release())); in TimelineSemaphoreTestInstance() 647 m_ops.push_back(SharedPtr<Operation>(m_opSupports[m_opSupports.size() - 1]->build(*m_opContext, *m_resources.back()).release())); in TimelineSemaphoreTestInstance() 779 const UniquePtr<Operation> writeOp (m_writeOp.build(*m_opContext, *resource)); in iterate() 780 const UniquePtr<Operation> readOp (m_readOp.build(*m_opContext, *resource)); in iterate()
|
/drivers/hdf_core/adapter/khdf/linux/test/test_helper_driver/src/ |
H A D | Makefile | 28 $(waring build sample_driver module)
|
/third_party/elfutils/tests/ |
H A D | run-lfs-symbols.sh | 73 echo Check all normal build targets.
|
/third_party/icu/tools/unicode/c/genprops/ |
H A D | genprops.h | 39 virtual void build(UErrorCode &errorCode);
|
/third_party/icu/tools/release/c/os-mapping/ |
H A D | Makefile | 35 #ICU_BASE = /home/build/Build_ICU_HP11iACC 36 #ICU_BASE = /home/build/Build_ICU_Solaris9CC 37 ICU_BASE = /home/build/Build_ICU_LinuxRHEL4.2 38 #ICU_BASE = /home/build/Build_ICU_MacOSX 39 #ICU_BASE = /home/build/Build_ICU_AIX5.2VA6
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/message2/ |
H A D | TestUtils.java | 36 MessageFormatter mf = mfBuilder.build(); in runTestCase()
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | localebuilder.h | 24 * <code>LocaleBuilder</code> is used to build instances of <code>Locale</code> 41 * .build(status); 99 * or else the build() method will later report an U_ILLEGAL_ARGUMENT_ERROR. 112 * <code>language</code> must be well-formed, or else the build() method will 127 * Otherwise, the <code>script</code> must be well-formed, or else the build() 143 * must be well-formed, or else the build() method will later report an 162 * must be well-formed, or else the build() method will later report an 183 * <code>value</code> must be well-formed, or else the build() method will 205 * Otherwise, the key and type must be well-formed, or else the build() 226 * during the build() cal [all...] |
/third_party/mesa3d/.gitlab-ci/container/ |
H A D | build-skqp.sh | 53 BASE_ARGS_GN_FILE="${SCRIPT_DIR}/build-skqp_base.gn" 67 cat "${SKQP_PATCH_DIR}"/build-skqp_*.patch | 70 # Fetch some needed build tools needed to build skia/skqp.
|
/third_party/libcoap/examples/contiki/ |
H A D | Makefile | 33 rm -rf build
|
/third_party/jerryscript/targets/nuttx-stm32f4/ |
H A D | Makefile | 45 cp $(JERRYSCRIPT_ROOT_DIR)/build/lib/lib*.a .
|
/third_party/node/test/js-native-api/test_object/ |
H A D | test_null.js | 6 const { testNull } = require(`./build/${common.buildType}/test_object`);
|
/third_party/node/test/node-api/test_async/ |
H A D | test-async-hooks.js | 5 const test_async = require(`./build/${common.buildType}/test_async`);
|
/third_party/node/test/node-api/test_async_context/ |
H A D | test.js | 11 } = require(`./build/${common.buildType}/binding`);
|
/third_party/node/test/node-api/test_make_callback/ |
H A D | test.js | 6 const binding = require(`./build/${common.buildType}/binding`);
|
H A D | test-async-hooks.js | 6 const binding = require(`./build/${common.buildType}/binding`);
|
/third_party/node/test/addons/make-callback/ |
H A D | test.js | 6 const binding = require(`./build/${common.buildType}/binding`);
|
/third_party/node/test/addons/openssl-client-cert-engine/ |
H A D | test.js | 12 `/build/${common.buildType}/testengine.engine`);
|
/third_party/node/test/addons/report-api/ |
H A D | test.js | 9 const binding = path.resolve(__dirname, `./build/${common.buildType}/binding`);
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | localebuilder.h | 24 * <code>LocaleBuilder</code> is used to build instances of <code>Locale</code> 41 * .build(status); 99 * or else the build() method will later report an U_ILLEGAL_ARGUMENT_ERROR. 112 * <code>language</code> must be well-formed, or else the build() method will 127 * Otherwise, the <code>script</code> must be well-formed, or else the build() 143 * must be well-formed, or else the build() method will later report an 162 * must be well-formed, or else the build() method will later report an 183 * <code>value</code> must be well-formed, or else the build() method will 205 * Otherwise, the key and type must be well-formed, or else the build() 226 * during the build() cal [all...] |
/third_party/node/deps/cares/ |
H A D | buildconf.bat | 4 REM This batch file must be used to set up a git tree to build on
|
/third_party/libphonenumber/java/demoapp/app/src/main/java/com/google/phonenumbers/demoapp/contacts/ |
H A D | ContactsWrite.java | 47 .build()); in updatePhoneNumbers()
|