Home
last modified time | relevance | path

Searched refs:get (Results 6726 - 6750 of 11931) sorted by relevance

1...<<261262263264265266267268269270>>...478

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DShaderStorageBufferTest.cpp280 glUseProgram(program.get()); in TEST_P()
333 glUseProgram(program.get()); in TEST_P()
1534 glUseProgram(program.get()); in TEST_P()
1606 glGetProgramResourceIndex(program1.get(), GL_BUFFER_VARIABLE, "Output.result1"); in TEST_P()
1607 glGetProgramResourceiv(program1.get(), GL_BUFFER_VARIABLE, outVarIndex1, 1, props, 1, 0, in TEST_P()
1615 glGetProgramResourceIndex(program2.get(), GL_BUFFER_VARIABLE, "Output.result2"); in TEST_P()
1616 glGetProgramResourceiv(program2.get(), GL_BUFFER_VARIABLE, outVarIndex2, 1, props, 1, 0, in TEST_P()
1623 glUseProgram(program1.get()); in TEST_P()
1626 glUseProgram(program2.get()); in TEST_P()
H A DRobustResourceInitTest.cpp395 GLint testValueLoc = glGetAttribLocation(program.get(), "testValue"); in TEST_P()
403 drawQuad(program.get(), "position", 0.5f); in TEST_P()
498 // reuse mem) with this trick on r59046 WebKit/OSX I get FAIL 100% of the time instead of ~15% in setupTexture()
525 // reuse mem) with this trick on r59046 WebKit/OSX I get FAIL 100% of the time instead of ~15% in setup3DTexture()
552 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, texture->get(), 0); in checkNonZeroPixels()
569 glFramebufferTextureLayer(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, texture->get(), 0, in checkNonZeroPixels3D()
1227 glUseProgram(program.get()); in TEST_P()
1760 glBindTexture(GL_TEXTURE_2D, texture.get()); in copyTexSubImage2DCustomFBOTest()
1766 glBindRenderbuffer(GL_RENDERBUFFER, renderbuffer.get()); in copyTexSubImage2DCustomFBOTest()
1771 glBindFramebuffer(GL_FRAMEBUFFER, framebuffer.get()); in copyTexSubImage2DCustomFBOTest()
[all...]
/third_party/skia/src/core/
H A DSkBlurMF.cpp475 * we get the same blur results on all edges, plus 1 center row/col that is in filterRectsToNine()
505 // +1 so we get a clean, stretchable, center row/col in filterRectsToNine()
711 float* halfKernel = bulkAlloc.get(); in create_circle_profile()
712 float* summedKernel = bulkAlloc.get() + halfKernelSize; in create_circle_profile()
713 float* yEvals = bulkAlloc.get() + 2 * halfKernelSize; in create_circle_profile()
736 const float tot = 2.f * make_unnormalized_half_kernel(halfKernel.get(), halfKernelSize, sigma); in create_half_plane_profile()
828 profileView = std::get<0>(GrMakeUncachedBitmapProxyView(rContext, bm)); in create_profile_effect()
905 view = std::get<0>(GrMakeUncachedBitmapProxyView(rContext, bitmap)); in make_rect_integral_fp()
1210 SkGpuBlurUtils::Compute1DGaussianKernel(kernel.get(), xformedSigma, radius); in create_mask_on_cpu()
1246 kernel.get(), in create_mask_on_cpu()
[all...]
/third_party/skia/src/gpu/
H A DSurfaceContext.cpp239 tmp = {tmpInfo, tmpPixels.get(), tmpRB}; in readPixels()
241 readDst = tmpPixels.get(); in readPixels()
246 dContext->priv().flushSurface(srcProxy.get()); in readPixels()
610 auto srcCtx = tempFC ? tempFC.get() : this; in asyncRescaleAndReadPixels()
823 !SkColorSpace::Equals(this->colorInfo().colorSpace(), dstColorSpace.get()); in asyncRescaleAndReadPixelsYUV420()
852 // If we can't get a texture copy of the contents then give up. in asyncRescaleAndReadPixelsYUV420()
1052 if (!caps->canCopySurface(this->asSurfaceProxy(), src.get(), srcRect, dstPoint)) { in copy()
1074 if (!sfc || !this->rescaleInto(sfc.get(), in rescale()
1175 auto input = tempA ? tempA.get() : this; in rescaleInto()
1189 stepDst = tempB.get(); in rescaleInto()
[all...]
/third_party/skia/tests/
H A DReadWritePixelsGpuTest.cpp156 // Makes a src populated with the pixmap. The src should get its image info (or equivalent) from
239 // the same image info as src. We will do a converting readPixels() on it to get the data in gpu_read_pixels_test_driver()
260 SkPixmap dstPixels(readInfo, dstData.get(), dstRB); in gpu_read_pixels_test_driver()
318 // Alpha can also get squashed down to 8 bits going through an intermediate in gpu_read_pixels_test_driver()
362 const auto* v = dstData.get(); in gpu_read_pixels_test_driver()
363 const auto* end = dstData.get() + dstSize; in gpu_read_pixels_test_driver()
376 guardOk = std::all_of(dstData.get(), dstData.get() + dstSize, guardCheck); in gpu_read_pixels_test_driver()
532 REPORTER_ASSERT(reporter, !surf->readPixels(dstII, storage.get(), badRowBytes, 0, 0)); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
548 memset(storage.get(), in DEF_GPUTEST_FOR_ALL_CONTEXTS()
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DDevice.cpp198 // Queue does not get destroyed after the Device. in ~DeviceBase()
237 mAsyncTaskManager = std::make_unique<AsyncTaskManager>(mWorkerTaskPool.get()); in Initialize()
541 ASSERT(mPersistentCache.get() != nullptr); in GetPersistentCache()
542 return mPersistentCache.get(); in GetPersistentCache()
610 return mInternalPipelineStore.get(); in GetInternalPipelineStore()
1045 if (ConsumedError(CreateShaderModule(descriptor, compilationMessages.get()), &result,
1313 // Call the callback directly when we can get a cached compute pipeline object.
1459 // Call the callback directly when we can get a cached render pipeline object.
1563 return mDynamicUploader.get();
1632 return mAsyncTaskManager.get();
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceCfg.cpp145 auto *Var = VariableDeclaration::create(GlobalInits.get()); in createNodeNameDeclaration()
149 GlobalInits.get(), NodeAsmName.data(), NodeAsmName.size() + 1)); in createNodeNameDeclaration()
157 auto *Var = VariableDeclaration::create(GlobalInits.get()); in createBlockProfilingInfoDeclaration()
161 GlobalInits.get(), Int64ByteSize)); in createBlockProfilingInfoDeclaration()
165 GlobalInits.get(), NodeNameDeclaration, in createBlockProfilingInfoDeclaration()
614 auto &Inst = InstRef.get(); in findLoopInvariantInstructions()
742 // 1.0. When t0 does not get a register, introducing an extra assignment in floatConstantCSE()
1350 VMetadata.get(), &Inserts)) { in materializeVectorShuffles()
1370 VMetadata.get(), Inserts, &Src0, in materializeVectorShuffles()
1563 // instruction of this block, the adjacent live ranges get merge in validateLiveness()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp698 // so we get the flags compatible with the input code.
721 MIB = BuildMI(*MBB, InsertionPoint, DL, TII->get(getMatchingWideOpcode(Opc)))
872 // so we get the flags compatible with the input code.
942 MIB = BuildMI(*MBB, InsertionPoint, DL, TII->get(getMatchingPairOpcode(Opc)))
978 BuildMI(*MBB, InsertionPoint, DL, TII->get(TargetOpcode::KILL), DstRegW)
984 BuildMI(*MBB, InsertionPoint, DL, TII->get(AArch64::SBFMXri), DstRegX)
1046 TII->get(IsStoreXReg ? AArch64::ORRXrs : AArch64::ORRWrs), LdRt)
1086 TII->get(IsStoreXReg ? AArch64::ANDXri : AArch64::ANDWri),
1094 TII->get(IsStoreXReg ? AArch64::UBFMXri : AArch64::UBFMWri),
1240 "FirstMI shouldn't get her
[all...]
/third_party/python/Lib/test/
H A Dtest_xmlrpc.py329 length = int(self.headers.get("Content-Length"))
747 # sometimes we get a -1 error code and/or empty headers
751 exc_mess = e.headers.get('X-exception')
1259 self.assertEqual(headers.get(key), value)
1320 def get(self, key, failobj=None): member in FailingMessageClass
1324 return super().get(key, failobj)
1378 self.assertTrue(e.headers.get("X-exception") is None)
1379 self.assertTrue(e.headers.get("X-traceback") is None)
1397 # We should get error info in the response
1399 self.assertEqual(e.headers.get("
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktTextureTestUtil.cpp1020 submitCommandsAndWait(vkd, vkDevice, queue, commandBuffer.get()); in clearImage()
1125 return m_textureBindings[textureIndex].get(); in getTextureBinding()
1359 Unique<VkShaderModule> vertexShaderModule (createShaderModule(vkd, vkDevice, m_context.getBinaryCollection().get("vertex_" + std::string(getProgramName(progSpec))), 0)); in renderQuad()
1360 Unique<VkShaderModule> fragmentShaderModule (createShaderModule(vkd, vkDevice, m_context.getBinaryCollection().get("fragment_" + std::string(getProgramName(progSpec))), 0)); in renderQuad()
1570 vkd.cmdBindDescriptorSets(*commandBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_pipelineLayout, 0u, 1, &m_descriptorSet[0].get(), 0u, DE_NULL); in renderQuad()
1571 vkd.cmdBindDescriptorSets(*commandBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_pipelineLayout, 1u, 1, &m_descriptorSet[1].get(), 0u, DE_NULL); in renderQuad()
1572 vkd.cmdBindVertexBuffers(*commandBuffer, 0, 1, &vertexBuffer.get(), &vertexBufferOffset); in renderQuad()
1573 vkd.cmdBindVertexBuffers(*commandBuffer, 1, 1, &vertexBuffer.get(), &vertexBufferOffset); in renderQuad()
1639 submitCommandsAndWait(vkd, vkDevice, queue, commandBuffer.get()); in renderQuad()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
H A DvktVideoDecodeTests.cpp245 vkt::ycbcr::downloadImage(vkd, device, queueFamilyIndexTransfer, allocator, image, multiPlaneImageData.get(), 0, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL); in getDecodedImage()
408 if (!vulkanVideoDecodeParser->initialize(dynamic_cast<NvidiaVulkanParserVideoDecodeClient*>(m_decoder.get()))) in iterateSingleFrame()
485 if (!vulkanVideoDecodeParser->initialize(dynamic_cast<NvidiaVulkanParserVideoDecodeClient*>(m_decoder.get()))) in iterateDoubleFrame()
576 if (!vulkanVideoDecodeParser->initialize(dynamic_cast<NvidiaVulkanParserVideoDecodeClient*>(m_decoder.get()))) in iterateMultipleFrame()
931 if (!vulkanVideoDecodeParser1->initialize(dynamic_cast<NvidiaVulkanParserVideoDecodeClient*>(m_decoder1.get())))
938 if (!vulkanVideoDecodeParser2->initialize(dynamic_cast<NvidiaVulkanParserVideoDecodeClient*>(m_decoder2.get())))
979 m_decoder1->DecodeCachedPictures(m_decoder2.get());
984 VideoBaseDecoder* decoder = firstDecoder ? m_decoder1.get() : m_decoder2.get();
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DDateFormatTest.java201 * Instantiate a TimeZone so we can get the ids. in TestWallyWedel()
239 offset = cal.get(Calendar.ZONE_OFFSET) + cal.get(Calendar.DST_OFFSET); in TestWallyWedel()
334 int hr = cal.get(Calendar.HOUR_OF_DAY) * 60*60 - in TestTwoDigitYearDSTParse()
335 cal.get(Calendar.DST_OFFSET) / 1000; in TestTwoDigitYearDSTParse()
361 errln("Did not get the correct value for DateFormat.FIELD_COUNT. Expected: "+ PATTERN_CHARS.length() + 1); in TestFieldPosition()
1689 yr = cal.get(Calendar.YEAR); in TestCzechMonths459()
1690 month = cal.get(Calendar.MONTH); in TestCzechMonths459()
1691 day = cal.get(Calendar.DAY_OF_MONTH); in TestCzechMonths459()
1703 yr = cal.get(Calenda in TestCzechMonths459()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DDateFormatTest.java198 * Instantiate a TimeZone so we can get the ids. in TestWallyWedel()
236 offset = cal.get(Calendar.ZONE_OFFSET) + cal.get(Calendar.DST_OFFSET); in TestWallyWedel()
331 int hr = cal.get(Calendar.HOUR_OF_DAY) * 60*60 - in TestTwoDigitYearDSTParse()
332 cal.get(Calendar.DST_OFFSET) / 1000; in TestTwoDigitYearDSTParse()
358 errln("Did not get the correct value for DateFormat.FIELD_COUNT. Expected: "+ PATTERN_CHARS.length() + 1); in TestFieldPosition()
1773 yr = cal.get(Calendar.YEAR); in TestCzechMonths459()
1774 month = cal.get(Calendar.MONTH); in TestCzechMonths459()
1775 day = cal.get(Calendar.DAY_OF_MONTH); in TestCzechMonths459()
1787 yr = cal.get(Calenda in TestCzechMonths459()
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DTextureD3D.cpp599 ANGLE_TRY(mTexStorage->copyToStorage(context, newRenderTargetStorage.get())); in ensureRenderTarget()
600 ANGLE_TRY(setCompleteTexStorage(context, newRenderTargetStorage.get())); in ensureRenderTarget()
889 return mImageArray[level].get(); in getImage()
898 return mImageArray[index.getLevelIndex()].get();
1323 ANGLE_TRY(setCompleteTexStorage(context, storage.get())); in setStorage()
1458 ImageD3D *image = mImageArray[level].get(); in isLevelComplete()
1503 ANGLE_TRY(setCompleteTexStorage(context, storage.get())); in initializeStorage()
1704 return mImageArray[layer][level].get(); in getImage()
1711 return mImageArray[index.cubeMapFaceIndex()][index.getLevelIndex()].get(); in getImage()
2063 ANGLE_TRY(setCompleteTexStorage(context, storage.get()));
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassTests.cpp1289 inputAspectCreateInfo.get(), // const void* pNext; || const void* pNext; in createRenderPass()
2374 m_vertexShaderModule = createShaderModule(vk, device, context.getBinaryCollection().get(de::toString(subpassIndex) + "-vert"), 0u); in SubpassRenderer()
2375 m_fragmentShaderModule = createShaderModule(vk, device, context.getBinaryCollection().get(de::toString(subpassIndex) + "-frag"), 0u); in SubpassRenderer()
5315 waitForFences(vk, device, 1, &fence.get(), VK_TRUE, ~0ull);
5459 auto colorAttachmentView = makeImageView(vkd, device, colorAttachment->get(), VK_IMAGE_VIEW_TYPE_2D, imageFormat, subresourceRange);
5478 const auto framebuffer = makeFramebuffer(vkd, device, renderPass.get(), colorAttachmentView.get(), imageExtent.width, imageExtent.height);
5484 auto commandBuffer = allocateCommandBuffer(vkd, device, commandPool.get(), VK_COMMAND_BUFFER_LEVEL_PRIMARY);
5486 beginCommandBuffer(vkd, commandBuffer.get());
5501 VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL, VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL, colorAttachment->get(), subresourceRang
[all...]
H A DvktRenderPassSubpassDependencyTests.cpp748 const Unique<VkShaderModule> vertexShaderModule (createShaderModule(vkd, device, binaryCollection.get("quad-vert-" + de::toString(renderPassNdx)), 0u)); in createRenderPipelines()
749 const Unique<VkShaderModule> fragmentShaderModule (createShaderModule(vkd, device, binaryCollection.get("quad-frag-" + de::toString(renderPassNdx)), 0u)); in createRenderPipelines()
1233 const Unique<VkShaderModule> vertexShaderModule (createShaderModule(vkd, device, binaryCollection.get("subpass-vert-" + de::toString(subpassNdx)), 0u)); in createRenderPipelines()
1234 const Unique<VkShaderModule> fragmentShaderModule (createShaderModule(vkd, device, binaryCollection.get("subpass-frag-" + de::toString(subpassNdx)), 0u)); in createRenderPipelines()
1562 vkd.cmdBindVertexBuffers(*commandBuffer, 0u, 1u, &vertexBuffer.get(), &bindingOffset); in iterateInternal()
2034 const Unique<VkShaderModule> vertexShaderModule (createShaderModule(vkd, device, m_context.getBinaryCollection().get("vert"), 0u)); in iterateInternal()
2035 const Unique<VkShaderModule> geometryShaderModule (createShaderModule(vkd, device, m_context.getBinaryCollection().get("geom"), 0u)); in iterateInternal()
2036 const Unique<VkShaderModule> fragmentShaderModule (createShaderModule(vkd, device, m_context.getBinaryCollection().get("frag"), 0u)); in iterateInternal()
2181 vkd.cmdBindVertexBuffers(*commandBuffer, 0u, 1u, &vertexBuffer.get(), &bindingOffset); in iterateInternal()
2575 const Unique<VkShaderModule> vertexShaderModule (createShaderModule(vkd, device, m_context.getBinaryCollection().get("ver in iterateInternal()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassTests.cpp1277 inputAspectCreateInfo.get(), // const void* pNext; || const void* pNext; in createRenderPass()
2360 m_vertexShaderModule = createShaderModule(vk, device, context.getBinaryCollection().get(de::toString(subpassIndex) + "-vert"), 0u); in SubpassRenderer()
2361 m_fragmentShaderModule = createShaderModule(vk, device, context.getBinaryCollection().get(de::toString(subpassIndex) + "-frag"), 0u); in SubpassRenderer()
5290 waitForFences(vk, device, 1, &fence.get(), VK_TRUE, ~0ull);
5434 auto colorAttachmentView = makeImageView(vkd, device, colorAttachment->get(), VK_IMAGE_VIEW_TYPE_2D, imageFormat, subresourceRange);
5453 const auto framebuffer = makeFramebuffer(vkd, device, renderPass.get(), colorAttachmentView.get(), imageExtent.width, imageExtent.height);
5459 auto commandBuffer = allocateCommandBuffer(vkd, device, commandPool.get(), VK_COMMAND_BUFFER_LEVEL_PRIMARY);
5461 beginCommandBuffer(vkd, commandBuffer.get());
5476 VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL, VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL, colorAttachment->get(), subresourceRang
[all...]
/third_party/python/Lib/tkinter/
H A D__init__.py371 that constrain the type of the value returned from get()."""
428 def get(self): member in Variable
564 def get(self): member in StringVar
588 def get(self): member in IntVar
613 def get(self): member in DoubleVar
640 def get(self): member in BooleanVar
785 this widget will get the focus if the application gets
824 """The widget under mouse will get automatically focus. Can not
923 return self.tk.call(('clipboard', 'get') + self._options(kw))
926 return self.tk.call(('clipboard', 'get')
3107 def get(self): global() member in Entry
3247 def get(self, first, last=None): global() member in Listbox
3523 def get(self): global() member in Scale
3587 def get(self): global() member in Scrollbar
3774 def get(self, index1, index2=None): global() member in Text
4170 def get(self, x, y): global() member in PhotoImage
4282 def get(self): global() member in Spinbox
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/
H A DvktMultiViewRenderTests.cpp901 m_device = de::MovePtr<DeviceDriverSC, DeinitDeviceDeleter>(new DeviceDriverSC(m_context.getPlatformInterface(), instance, *m_logicalDevice, m_context.getTestContext().getCommandLine(), m_context.getResourceInterface(), m_context.getDeviceVulkanSC10Properties(), m_context.getDeviceProperties(), m_context.getUsedApiVersion()), vk::DeinitDeviceDeleter(m_context.getResourceInterface().get(), *m_logicalDevice)); in createMultiViewDevices()
977 shaderModule[VK_SHADER_STAGE_VERTEX_BIT] = (ShaderModuleSP(new Unique<VkShaderModule>(createShaderModule(*m_device, *m_logicalDevice, m_context.getBinaryCollection().get("vertex"), 0)))); in madeShaderModule()
978 shaderModule[VK_SHADER_STAGE_FRAGMENT_BIT] = (ShaderModuleSP(new Unique<VkShaderModule>(createShaderModule(*m_device, *m_logicalDevice, m_context.getBinaryCollection().get("fragment"), 0)))); in madeShaderModule()
983 shaderModule[VK_SHADER_STAGE_VERTEX_BIT] = (ShaderModuleSP(new Unique<VkShaderModule>(createShaderModule(*m_device, *m_logicalDevice, m_context.getBinaryCollection().get("vertex"), 0)))); in madeShaderModule()
984 shaderModule[VK_SHADER_STAGE_GEOMETRY_BIT] = (ShaderModuleSP(new Unique<VkShaderModule>(createShaderModule(*m_device, *m_logicalDevice, m_context.getBinaryCollection().get("geometry"), 0)))); in madeShaderModule()
985 shaderModule[VK_SHADER_STAGE_FRAGMENT_BIT] = (ShaderModuleSP(new Unique<VkShaderModule>(createShaderModule(*m_device, *m_logicalDevice, m_context.getBinaryCollection().get("fragment"), 0)))); in madeShaderModule()
988 shaderModule[VK_SHADER_STAGE_VERTEX_BIT] = (ShaderModuleSP(new Unique<VkShaderModule>(createShaderModule(*m_device, *m_logicalDevice, m_context.getBinaryCollection().get("vertex"), 0)))); in madeShaderModule()
989 shaderModule[VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT] = (ShaderModuleSP(new Unique<VkShaderModule>(createShaderModule(*m_device, *m_logicalDevice, m_context.getBinaryCollection().get("tessellation_control"), 0)))); in madeShaderModule()
990 shaderModule[VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT] = (ShaderModuleSP(new Unique<VkShaderModule>(createShaderModule(*m_device, *m_logicalDevice, m_context.getBinaryCollection().get("tessellation_evaluation"), 0)))); in madeShaderModule()
991 shaderModule[VK_SHADER_STAGE_FRAGMENT_BIT] = (ShaderModuleSP(new Unique<VkShaderModule>(createShaderModule(*m_device, *m_logicalDevice, m_context.getBinaryCollection().get("fragmen in madeShaderModule()
[all...]
/third_party/typescript/tests/baselines/reference/tsbuild/outfile-concat/
H A DstripInternal.js79 /*@internal*/ get c() { return 10; }
209 get c(): number;
365 >>> get c(): number;
375 2 > get
962 get: function () { return 10; },
1253 2 > get
1259 >>> get: function () { return 10; },
1268 2 > get c() {
1331 > /*@internal*/ get c() { return 10; }
2504 {"bundle":{"commonSourceDirectory":"../second","sourceFiles":["../second/second_part1.ts","../second/second_part2.ts"],"js":{"sections":[{"pos":0,"end":3053,"kind":"text"}],"mapHash":"47594977138-{\"version\":3,\"file\":\"second-output.js\",\"sourceRoot\":\"\",\"sources\":[\"../second/second_part1.ts\",\"../second/second_part2.ts\"],\"names\":[],\"mappings\":\"AAIA,IAAU,CAAC,CAMV;AAND,WAAU,CAAC;IACP,SAAS,CAAC;QACN,OAAO,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;IAC3B,CAAC;IAED,CAAC,EAAE,CAAC;AACR,CAAC,EANS,CAAC,KAAD,CAAC,QAMV;AAED;IACkB;IAAgB,CAAC;IAEjB,wBAAM,GAAN,cAAW,CAAC;IACZ,sBAAI,sBAAC;aAAL,cAAU,OAAO,EAAE,CAAC,CAAC,CAAC;aACtB,UAAM,GAAW,IAAI,CAAC;;;OADA;IAExC,cAAC;AAAD,CAAC,AAND,IAMC;AACD,IAAU,OAAO,CAShB;AATD,WAAU,OAAO;IACC;QAAA;QAAiB,CAAC;QAAD,QAAC;IAAD,CAAC,AAAlB,IAAkB;IAAL,SAAC,IAAI,CAAA;IAClB,SAAgB,GAAG,KAAI,CAAC;IAAR,WAAG,MAAK,CAAA;IACxB,IAAiB,aAAa,CAAsB;IAApD,WAAiB,aAAa;QAAG;YAAA;YAAgB,CAAC;YAAD,QAAC;QAAD,CAAC,AAAjB,IAAiB;QAAJ,eAAC,IAAG,CAAA;IAAC,CAAC,EAAnC,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAAsB;IACpD,IAAiB,SAAS,CAAwC;IAAlE,WAAiB,SAAS;QAAC,IAAA,SAAS,CAA8B;QAAvC,WAAA,SAAS;YAAG;gBAAA;gBAAwB,CAAC;gBAAD,gBAAC;YAAD,CAAC,AAAzB,IAAyB;YAAZ,mBAAS,YAAG,CAAA;QAAC,CAAC,EAAvC,SAAS,GAAT,mBAAS,KAAT,mBAAS,QAA8B;IAAD,CAAC,EAAjD,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAAwC;IACpD,kBAAU,GAAG,aAAa,CAAC,CAAC,CAAC;IAE9B,qBAAa,GAAG,EAAE,CAAC;IAChC,IAAY,YAAwB;IAApC,WAAY,YAAY;QAAG,yCAAC,CAAA;QAAE,yCAAC,CAAA;QAAE,yCAAC,CAAA;IAAC,CAAC,EAAxB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAAY;AACtD,CAAC,EATS,OAAO,KAAP,OAAO,QAShB;AACa;IAAA;IAAiB,CAAC;IAAD,gBAAC;AAAD,CAAC,AAAlB,IAAkB;AAClB,SAAS,WAAW,KAAI,CAAC;AACzB,IAAU,iBAAiB,CAA8B;AAAzD,WAAU,iBAAiB;IAAG;QAAA;QAAwB,CAAC;QAAD,gBAAC;IAAD,CAAC,AAAzB,IAAyB;IAAZ,2BAAS,YAAG,CAAA;AAAC,CAAC,EAA/C,iBAAiB,KAAjB,iBAAiB,QAA8B;AACzD,IAAU,aAAa,CAAwC;AAA/D,WAAU,aAAa;IAAC,IAAA,SAAS,CAA8B;IAAvC,WAAA,SAAS;QAAG;YAAA;YAAwB,CAAC;YAAD,gBAAC;QAAD,CAAC,AAAzB,IAAyB;QAAZ,mBAAS,YAAG,CAAA;IAAC,CAAC,EAAvC,SAAS,GAAT,uBAAS,KAAT,uBAAS,QAA8B;AAAD,CAAC,EAArD,aAAa,KAAb,aAAa,QAAwC;AAC/D,IAAO,cAAc,GAAG,iBAAiB,CAAC,SAAS,CAAC;AAEpD,IAAM,aAAa,GAAG,EAAE,CAAC;AACzB,IAAK,YAAwB;AAA7B,WAAK,YAAY;IAAG,yCAAC,CAAA;IAAE,yCAAC,CAAA;IAAE,yCAAC,CAAA;AAAC,CAAC,EAAxB,YAAY,KAAZ,YAAY,QAAY;ACpC3C;IAAA;IAIA,CAAC;IAHG,uBAAW,GAAX;QACI,OAAO,CAAC,GAAG,CAAC,oBAAoB,CAAC,CAAC;IACtC,CAAC;IACL,QAAC;AAAD,CAAC,AAJD,IAIC\"}","hash":"-8314017635-var N;\r\n(function (N) {\r\n function f() {\r\n console.log('testing');\r\n }\r\n f();\r\n})(N || (N = {}));\r\nvar normalC = (function () {\r\n function normalC() {\r\n }\r\n normalC.prototype.method = function () { };\r\n Object.defineProperty(normalC.prototype, \"c\", {\r\n get
[all...]
/kernel/linux/linux-5.10/sound/pci/ice1712/
H A Dice1724.c192 /* get gpio direction 0 = read, 1 = write */
498 /* If I don't do this, I get machine lockup due to continual interrupts */ in snd_vt1724_interrupt()
1580 .get = snd_vt1724_eeprom_get
1693 .get = snd_vt1724_spdif_default_get,
1726 .get = snd_vt1724_spdif_maskc_get,
1735 .get = snd_vt1724_spdif_maskp_get,
1773 .get = snd_vt1724_spdif_sw_get,
1945 .get = snd_vt1724_pro_internal_clock_get,
1976 .get = snd_vt1724_pro_rate_locking_get,
2007 .get
[all...]
/kernel/linux/linux-6.6/sound/pci/ice1712/
H A Dice1724.c173 /* get gpio direction 0 = read, 1 = write */
479 /* If I don't do this, I get machine lockup due to continual interrupts */ in snd_vt1724_interrupt()
1561 .get = snd_vt1724_eeprom_get
1674 .get = snd_vt1724_spdif_default_get,
1707 .get = snd_vt1724_spdif_maskc_get,
1716 .get = snd_vt1724_spdif_maskp_get,
1754 .get = snd_vt1724_spdif_sw_get,
1926 .get = snd_vt1724_pro_internal_clock_get,
1957 .get = snd_vt1724_pro_rate_locking_get,
1988 .get
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DFramebufferVk.cpp407 // those clears wouldn't get flushed otherwise (for example as the destination of in invalidateSub()
880 blit.srcSubresource.mipLevel = srcImage->toVkLevel(readRenderTarget->getLevelIndex()).get(); in blitWithCommand()
886 blit.dstSubresource.mipLevel = dstImage->toVkLevel(drawRenderTarget->getLevelIndex()).get(); in blitWithCommand()
1284 &depthView.get(), levelIndex, 1, layerIndex, 1, in blit()
1292 &stencilView.get(), levelIndex, 1, layerIndex, 1, in blit()
1303 const vk::ImageView *depth = blitDepthBuffer ? &depthView.get() : nullptr; in blit()
1305 blitStencilBuffer && hasShaderStencilExport ? &stencilView.get() : nullptr; in blit()
1318 contextVk, this, depthStencilImage, &stencilView.get(), params)); in blit()
1481 resolveRegion.dstSubresource.mipLevel = levelVk.get(); in resolveColorWithCommand()
2059 if (mFramebufferCache.get(contextV in getFramebuffer()
2870 bool FramebufferCache::get(ContextVk *contextVk, get() function in rx::FramebufferCache
[all...]
/kernel/linux/linux-6.6/net/netfilter/ipvs/
H A Dip_vs_ctl.c907 /* get current counters as zero point, rates are zeroed */ in ip_vs_zero_stats()
1474 /* Count only IPv4 services for old get/setsockopt interface */ in ip_vs_add_service()
2865 const struct ip_vs_get_services *get, in __ip_vs_get_service_entries()
2879 if (count >= get->num_services) in __ip_vs_get_service_entries()
2898 if (count >= get->num_services) in __ip_vs_get_service_entries()
2915 __ip_vs_get_dest_entries(struct netns_ipvs *ipvs, const struct ip_vs_get_dests *get, in __ip_vs_get_dest_entries() argument
2919 union nf_inet_addr addr = { .ip = get->addr }; in __ip_vs_get_dest_entries()
2923 if (get->fwmark) in __ip_vs_get_dest_entries()
2924 svc = __ip_vs_svc_fwm_find(ipvs, AF_INET, get->fwmark); in __ip_vs_get_dest_entries()
2926 svc = __ip_vs_service_find(ipvs, AF_INET, get in __ip_vs_get_dest_entries()
2864 __ip_vs_get_service_entries(struct netns_ipvs *ipvs, const struct ip_vs_get_services *get, struct ip_vs_get_services __user *uptr) __ip_vs_get_service_entries() argument
3093 struct ip_vs_get_services *get; do_ip_vs_get_ctl() local
3134 struct ip_vs_get_dests *get; do_ip_vs_get_ctl() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp422 return ConstantInt::get(PtrTy, 0); in GetConstantInt()
557 ConstantInt::get(C->getContext(), in matchInstruction()
579 Vals.push_back(ConstantInt::get(C->getContext(), in matchInstruction()
624 Vals.push_back(ConstantInt::get(I->getContext(), Tmp)); in matchInstruction()
902 // Okay, we found the one constant that our value can be if we get into TI's in SimplifyEqualityComparisonWithOnlyPredecessor()
1163 // Okay, at this point, we know which new successor Pred will get. Make in FoldValueComparisonIntoPredecessors()
1241 // instructions in the two blocks. In particular, we don't want to get into in HoistThenElseCodeToIf()
2095 // If we get here, we can hoist the instruction and if-convert. in SpeculativelyExecuteBB()
2380 // to get rid of the control flow, so it's not worth promoting to select in FoldTwoEntryPHINode()
2392 // Because of this, we won't be able to get ri in FoldTwoEntryPHINode()
[all...]

Completed in 100 milliseconds

1...<<261262263264265266267268269270>>...478