Home
last modified time | relevance | path

Searched refs:get (Results 4651 - 4675 of 12140) sorted by relevance

1...<<181182183184185186187188189190>>...486

/third_party/node/deps/v8/tools/clusterfuzz/foozzie/
H A Dv8_mock_webassembly.js9 get: function(x, prop) {
8 get: function(x, prop) { global() method
/third_party/node/deps/npm/node_modules/@sigstore/core/dist/rfc3161/
H A Dindex.js20 Object.defineProperty(exports, "RFC3161Timestamp", { enumerable: true, get: function () { return timestamp_1.RFC3161Timestamp; } });
/third_party/node/deps/npm/node_modules/@sigstore/core/dist/asn1/
H A Dindex.js20 Object.defineProperty(exports, "ASN1Obj", { enumerable: true, get: function () { return obj_1.ASN1Obj; } });
/third_party/node/deps/npm/node_modules/@sigstore/sign/dist/identity/
H A Dindex.js20 Object.defineProperty(exports, "CIContextProvider", { enumerable: true, get: function () { return ci_1.CIContextProvider; } });
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
H A DValue.cpp29 std::string Struct::get(const FormatFlags &fmt /* = FormatFlags::Default */) in get() function in vk::dbg::Struct
/third_party/rust/crates/serde/test_suite/tests/ui/remote/
H A Dnonremote_getter.rs5 #[serde(getter = "S::get")]
10 fn get(&self) -> u8 { in get() functions
/third_party/rust/crates/rust-openssl/openssl-sys/build/
H A Dcfgs.rs2 pub fn get(openssl_version: Option<u64>, libressl_version: Option<u64>) -> Vec<&'static str> { in get() functions
/third_party/mesa3d/src/amd/compiler/
H A Daco_optimizer.cpp71 * (4) The fourth pass cleans up the sequence: literals get applied and dead
627 if (info.label & instr_usedef_labels && info.instr == tmp.get()) in to_VOP3()
628 info.instr = instr.get(); in to_VOP3()
652 if (info.label & instr_labels && info.instr == tmp.get()) in to_SDWA()
653 info.instr = instr.get(); in to_SDWA()
859 } else if (parse_base_offset(ctx, instr.get(), 1, &base, &offset, prevent_overflow) && in smem_combine()
1087 SubdwordSel instrSel = parse_extract(instr.get()); in can_apply_extract()
1136 static_cast<SDWA_instruction*>(instr.get())->sel[idx] = sel; in apply_extract()
1141 SubdwordSel instrSel = parse_extract(instr.get()); in apply_extract()
1275 perfwarn(ctx.program, all_const, "All instruction operands are constant", instr.get()); in label_instruction()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Drosen_render_offscreen_canvas.cpp273 RosenDecorationPainter::PaintShadow(skPath_, shadow_, skCanvas_.get()); in Fill()
298 RosenDecorationPainter::PaintShadow(path_, shadow_, canvas_.get()); in Fill()
377 RosenDecorationPainter::PaintShadow(path, shadow_, skCanvas_.get()); in FillRect()
405 RosenDecorationPainter::PaintShadow(path, shadow_, canvas_.get()); in FillRect()
585 globalState_.GetType() == CompositeOperation::SOURCE_OVER ? skCanvas_.get() : cacheCanvas_.get(); in DrawSvgImage()
588 globalState_.GetType() == CompositeOperation::SOURCE_OVER ? canvas_.get() : cacheCanvas_.get(); in DrawSvgImage()
594 // get the ImageObject in DrawSvgImage()
705 globalState_.GetType() == CompositeOperation::SOURCE_OVER ? skCanvas_.get() in DrawImage()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleSampleLocationsExtTests.cpp1581 const ShaderWrapper vertexModule (ShaderWrapper(vk, device, m_context.getBinaryCollection().get("vert"), 0u)); in drawSinglePass()
1582 const ShaderWrapper fragmentModule (ShaderWrapper(vk, device, m_context.getBinaryCollection().get("frag"), 0u)); in drawSinglePass()
1657 vk.cmdBindVertexBuffers(*cmdBuffer, /*first binding*/ 0u, /*num bindings*/ 1u, &m_vertexBuffer.get(), /*offsets*/ &ZERO); in drawSinglePass()
1664 vk.cmdBindDescriptorSets(*cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *pipelineLayout, 0u, 1u, &m_descriptorSet.get(), 0u, DE_NULL); in drawSinglePass()
2280 const ShaderWrapper vertexModule (ShaderWrapper(vk, device, m_context.getBinaryCollection().get("vert"), 0u)); in drawPatternChangeReference()
2281 const ShaderWrapper fragmentModule (ShaderWrapper(vk, device, m_context.getBinaryCollection().get("frag"), 0u)); in drawPatternChangeReference()
2363 vk.cmdBindVertexBuffers(currentCmdBuffer, /*first binding*/ 0u, /*num bindings*/ 1u, &m_vertexBuffer.get(), /*offsets*/ &ZERO); in drawPatternChangeReference()
2374 vk.cmdExecuteCommands(currentCmdBuffer, 1u, &secondaryCmdBuffer.get()); in drawPatternChangeReference()
2397 const ShaderWrapper vertexModule (ShaderWrapper(vk, device, m_context.getBinaryCollection().get("vert"), 0u)); in drawRenderPasses()
2398 const ShaderWrapper fragmentModule (ShaderWrapper(vk, device, m_context.getBinaryCollection().get("fra in drawRenderPasses()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
H A DvktPrimitivesGeneratedQueryTests.cpp499 fillVertexBuffer(static_cast<tcu::Vec2*>(vtxBufferAlloc.get()->getHostPtr()), primitivesGenerated); in iterate()
506 // complete. This will make sure queries are properly reset before we attempt to get results from them. This is needed because in iterate()
508 // vkGetQueryPoolResults attempting to get results before queries are properly reset, which is against the spec. in iterate()
525 vk.cmdBindVertexBuffers(*cmdBuffer, 0, 1, &vtxBuffer.get(), &vertexBufferOffset); in iterate()
651 // To make it more interesting, attempt to get results with WAIT before waiting for the fence. in iterate()
783 const Unique<VkShaderModule> vertModule (createShaderModule(vk, device, m_context.getBinaryCollection().get("vert"), 0u)); in makeGraphicsPipeline()
793 tescModule = createShaderModule(vk, device, m_context.getBinaryCollection().get("tesc"), 0u); in makeGraphicsPipeline()
794 teseModule = createShaderModule(vk, device, m_context.getBinaryCollection().get("tese"), 0u); in makeGraphicsPipeline()
798 geomModule = createShaderModule(vk, device, m_context.getBinaryCollection().get("geom"), 0u); in makeGraphicsPipeline()
801 fragModule = createShaderModule(vk, device, m_context.getBinaryCollection().get("fra in makeGraphicsPipeline()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampleSampleLocationsExtTests.cpp1559 const Unique<VkShaderModule> vertexModule (createShaderModule(vk, device, m_context.getBinaryCollection().get("vert"), 0u)); in drawSinglePass()
1560 const Unique<VkShaderModule> fragmentModule (createShaderModule(vk, device, m_context.getBinaryCollection().get("frag"), 0u)); in drawSinglePass()
1633 vk.cmdBindVertexBuffers(*cmdBuffer, /*first binding*/ 0u, /*num bindings*/ 1u, &m_vertexBuffer.get(), /*offsets*/ &ZERO); in drawSinglePass()
1640 vk.cmdBindDescriptorSets(*cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *pipelineLayout, 0u, 1u, &m_descriptorSet.get(), 0u, DE_NULL); in drawSinglePass()
2254 const Unique<VkShaderModule> vertexModule (createShaderModule(vk, device, m_context.getBinaryCollection().get("vert"), 0u)); in drawPatternChangeReference()
2255 const Unique<VkShaderModule> fragmentModule (createShaderModule(vk, device, m_context.getBinaryCollection().get("frag"), 0u)); in drawPatternChangeReference()
2334 vk.cmdBindVertexBuffers(currentCmdBuffer, /*first binding*/ 0u, /*num bindings*/ 1u, &m_vertexBuffer.get(), /*offsets*/ &ZERO); in drawPatternChangeReference()
2345 vk.cmdExecuteCommands(currentCmdBuffer, 1u, &secondaryCmdBuffer.get()); in drawPatternChangeReference()
2366 const Unique<VkShaderModule> vertexModule (createShaderModule(vk, device, m_context.getBinaryCollection().get("vert"), 0u)); in drawRenderPasses()
2367 const Unique<VkShaderModule> fragmentModule (createShaderModule(vk, device, m_context.getBinaryCollection().get("fra in drawRenderPasses()
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_uni_render_util_test.cpp80 RSSurfaceRenderNode& node = static_cast<RSSurfaceRenderNode&>(*(rsSurfaceRenderNode.get())); in HWTEST_F()
97 RSSurfaceRenderNode& node = static_cast<RSSurfaceRenderNode&>(*(rsSurfaceRenderNode.get())); in HWTEST_F()
146 RSSurfaceRenderNode& node = static_cast<RSSurfaceRenderNode&>(*(rsSurfaceRenderNode.get())); in HWTEST_F()
163 RSSurfaceRenderNode& node = static_cast<RSSurfaceRenderNode&>(*(rsSurfaceRenderNode.get())); in HWTEST_F()
212 RSSurfaceRenderNode& node = static_cast<RSSurfaceRenderNode&>(*(rsSurfaceRenderNode.get())); in HWTEST_F()
226 RSSurfaceRenderNode& node = static_cast<RSSurfaceRenderNode&>(*(rsSurfaceRenderNode.get())); in HWTEST_F()
858 RSSurfaceRenderNode& node = static_cast<RSSurfaceRenderNode&>(*(rsSurfaceRenderNode.get())); in HWTEST_F()
1536 rsUniRenderUtil.OptimizedFlushAndSubmit(surface, gpuContext.get(), optFenceWait); in HWTEST_F()
1539 rsUniRenderUtil.OptimizedFlushAndSubmit(surface, gpuContext.get(), optFenceWait); in HWTEST_F()
1553 RSSurfaceRenderNode& node = static_cast<RSSurfaceRenderNode&>(*(rsSurfaceRenderNode.get())); in HWTEST_F()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassFragmentDensityMapTests.cpp185 return g_singletonDevice->get(); in getDevice()
881 &cmdBuffer.get(), // const VkCommandBuffer* pCommandBuffers; in copyBufferToImage()
889 VK_CHECK(vk.waitForFences(device, 1, &fence.get(), true, ~(0ull) /* infinity */)); in copyBufferToImage()
1850 descriptorSetLayoutBuilder.addSingleSamplerBinding(VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER, VK_SHADER_STAGE_FRAGMENT_BIT, &(*m_colorSamplers[samplerIndex]).get()); in FragmentDensityMapTestInstance()
1880 m_vertexCommonShaderModule = createShaderModule(vk, vkDevice, bc.get("vert"), 0); in FragmentDensityMapTestInstance()
1881 m_fragmentShaderModuleProduceSubsampledImage = createShaderModule(vk, vkDevice, bc.get("frag_produce_subsampled"), 0); in FragmentDensityMapTestInstance()
1885 m_fragmentShaderModuleCopySubsampledImage = createShaderModule(vk, vkDevice, bc.get(moduleName), 0); in FragmentDensityMapTestInstance()
1890 m_fragmentShaderModuleUpdateSubsampledImage = createShaderModule(vk, vkDevice, bc.get(moduleName), 0); in FragmentDensityMapTestInstance()
1893 m_fragmentShaderModuleOutputSubsampledImage = createShaderModule(vk, vkDevice, bc.get(moduleName), 0); in FragmentDensityMapTestInstance()
2062 vk.cmdBindVertexBuffers(cmdBuffer, 0, 1, &m_vertexBufferDDM.get(), in drawDynamicDensityMap()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationInvarianceTests.cpp631 const VkDescriptorBufferInfo resultBufferInfo = makeDescriptorBufferInfo(m_resultBuffer.get(), 0ull, m_resultBufferSizeBytes); in BaseTestInstance()
650 .setShader (vk, device, VK_SHADER_STAGE_VERTEX_BIT, m_context.getBinaryCollection().get("vert"), DE_NULL) in draw()
651 .setShader (vk, device, VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT, m_context.getBinaryCollection().get("tesc"), DE_NULL) in draw()
652 .setShader (vk, device, VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT, m_context.getBinaryCollection().get(getProgramName("tese", winding, usePointMode)), DE_NULL) in draw()
653 .setShader (vk, device, VK_SHADER_STAGE_GEOMETRY_BIT, m_context.getBinaryCollection().get(getProgramName("geom", usePointMode, geomPointSize)), DE_NULL) in draw()
667 vk.cmdBindDescriptorSets(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_pipelineLayout, 0u, 1u, &m_descriptorSet.get(), 0u, DE_NULL); in draw()
670 vk.cmdBindVertexBuffers(*m_cmdBuffer, 0u, 1u, &m_vertexBuffer.get(), &vertexBufferOffset); in draw()
1428 const VkDescriptorBufferInfo resultBufferInfo = makeDescriptorBufferInfo(resultBuffer.get(), 0ull, resultBufferSizeBytes); in iterate()
1479 .setShader (vk, device, VK_SHADER_STAGE_VERTEX_BIT, m_context.getBinaryCollection().get("vert"), DE_NULL) in iterate()
1480 .setShader (vk, device, VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT, m_context.getBinaryCollection().get("tes in iterate()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DGVN.cpp179 static AvailableValue get(Value *V, unsigned Offset = 0) { in get() function
246 static AvailableValueInBlock get(BasicBlock *BB, AvailableValue &&AV) { in get() function
253 static AvailableValueInBlock get(BasicBlock *BB, Value *V, in get() function
255 return get(BB, AvailableValue::get(V, Offset)); in get()
259 return get(BB, AvailableValue::getUndef()); in getUndef()
282 // of their operands get the same value number by sorting the operand value in createExpr()
292 // Sort the operand value numbers so x<y and y>x get the same value number. in createExpr()
319 // Sort the operand value numbers so x<y and y>x get the same value number. in createCmpExpr()
695 // If we get her in IsValueFullyAvailableInBlock()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassFragmentDensityMapTests.cpp181 return g_singletonDevice->get(); in getDevice()
877 &cmdBuffer.get(), // const VkCommandBuffer* pCommandBuffers; in copyBufferToImage()
885 VK_CHECK(vk.waitForFences(device, 1, &fence.get(), true, ~(0ull) /* infinity */)); in copyBufferToImage()
1809 descriptorSetLayoutBuilder.addSingleSamplerBinding(VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER, VK_SHADER_STAGE_FRAGMENT_BIT, &(*m_colorSamplers[samplerIndex]).get()); in FragmentDensityMapTestInstance()
1839 m_vertexCommonShaderModule = createShaderModule(vk, vkDevice, bc.get("vert"), 0); in FragmentDensityMapTestInstance()
1840 m_fragmentShaderModuleProduceSubsampledImage = createShaderModule(vk, vkDevice, bc.get("frag_produce_subsampled"), 0); in FragmentDensityMapTestInstance()
1844 m_fragmentShaderModuleCopySubsampledImage = createShaderModule(vk, vkDevice, bc.get(moduleName), 0); in FragmentDensityMapTestInstance()
1849 m_fragmentShaderModuleUpdateSubsampledImage = createShaderModule(vk, vkDevice, bc.get(moduleName), 0); in FragmentDensityMapTestInstance()
1852 m_fragmentShaderModuleOutputSubsampledImage = createShaderModule(vk, vkDevice, bc.get(moduleName), 0); in FragmentDensityMapTestInstance()
1993 vk.cmdBindVertexBuffers(cmdBuffer, 0, 1, &m_vertexBufferDDM.get(), in drawDynamicDensityMap()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationInvarianceTests.cpp621 const VkDescriptorBufferInfo resultBufferInfo = makeDescriptorBufferInfo(m_resultBuffer.get(), 0ull, m_resultBufferSizeBytes); in BaseTestInstance()
638 .setShader (vk, device, VK_SHADER_STAGE_VERTEX_BIT, m_context.getBinaryCollection().get("vert"), DE_NULL) in draw()
639 .setShader (vk, device, VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT, m_context.getBinaryCollection().get("tesc"), DE_NULL) in draw()
640 .setShader (vk, device, VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT, m_context.getBinaryCollection().get(getProgramName("tese", winding, usePointMode)), DE_NULL) in draw()
641 .setShader (vk, device, VK_SHADER_STAGE_GEOMETRY_BIT, m_context.getBinaryCollection().get(getProgramName("geom", usePointMode)), DE_NULL) in draw()
655 vk.cmdBindDescriptorSets(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_pipelineLayout, 0u, 1u, &m_descriptorSet.get(), 0u, DE_NULL); in draw()
658 vk.cmdBindVertexBuffers(*m_cmdBuffer, 0u, 1u, &m_vertexBuffer.get(), &vertexBufferOffset); in draw()
1414 const VkDescriptorBufferInfo resultBufferInfo = makeDescriptorBufferInfo(resultBuffer.get(), 0ull, resultBufferSizeBytes); in iterate()
1462 .setShader (vk, device, VK_SHADER_STAGE_VERTEX_BIT, m_context.getBinaryCollection().get("vert"), DE_NULL) in iterate()
1463 .setShader (vk, device, VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT, m_context.getBinaryCollection().get("tes in iterate()
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/
H A DPeriodFormatterDataService.java25 public abstract PeriodFormatterData get(String localeName); in get() method in PeriodFormatterDataService
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRbnfLenientScannerProvider.java31 RbnfLenientScanner get(ULocale locale, String extras); in get() method
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DRbnfLenientScannerProvider.java33 RbnfLenientScanner get(ULocale locale, String extras); in get() method
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/duration/impl/
H A DPeriodFormatterDataService.java27 public abstract PeriodFormatterData get(String localeName); in get() method in PeriodFormatterDataService
/third_party/jerryscript/tests/jerry/es2015/
H A Dregression-test-issue-2544.js15 Object.defineProperty(Array.prototype, 0, { get : function () { throw $; } });
/third_party/jerryscript/tests/jerry/
H A Dfunction-scopes.js27 get p() {
/third_party/node/test/fixtures/snapshot/
H A Dweak-reference.js14 assert.strictEqual(ref.get(), obj);

Completed in 44 milliseconds

1...<<181182183184185186187188189190>>...486