/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceGlobalContext.h | 294 ELFObjectWriter *getObjectWriter() const { return ObjectWriter.get(); } in getObjectWriter() 411 return LockedPtr<StringPool>(Strings.get(), &StringsLock); in getStrings() 525 return LockedPtr<ConstantPool>(ConstPool.get(), &ConstPoolLock); in getConstPool() 543 Globals.merge(Globls.get()); in accumulateGlobals()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
H A D | SIMCCodeEmitter.cpp | 286 const MCInstrDesc &Desc = MCII.get(MI.getOpcode()); in encodeInstruction() 381 const MCInstrDesc &Desc = MCII.get(MI.getOpcode()); in getSDWASrcEncoding() 475 const MCInstrDesc &Desc = MCII.get(MI.getOpcode()); in getMachineOpValue() 490 const MCInstrDesc &Desc = MCII.get(MI.getOpcode()); in getMachineOpValue()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ToolDrivers/llvm-lib/ |
H A D | LibDriver.cpp | 122 if (identify_magic(MaybeBuf.get()->getBuffer()) == file_magic::archive) { in doList() 123 B = std::move(MaybeBuf.get()); in doList() 133 object::Archive Archive(B.get()->getMemBufferRef(), Err); in doList() 139 StringRef Name = NameOrErr.get(); in doList() 171 << ": failed to get target triple from bitcode\n"; in getBitcodeFileMachine()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | assertionTypePredicates1.js | 163 get p1(): this is string; 165 get p2(): asserts this is string; 425 get p1(): this is string;
427 get p2(): asserts this is string;
|
/third_party/protobuf/src/google/protobuf/compiler/ |
H A D | mock_code_generator.cc | 241 io::Printer printer(output.get(), '$'); in Generate() 254 io::Printer printer(output.get(), '$'); in Generate() 270 io::Printer printer(output.get(), '$', in Generate() 296 if (!TextFormat::Print(annotations, meta_output.get())) { in Generate()
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | WireFormatTest.java | 59 TestMessageSetExtension1.getDescriptor().getExtensions().get(0).getNumber(); 61 TestMessageSetExtension2.getDescriptor().getExtensions().get(0).getNumber(); 386 assertEquals("bar", field.getLengthDelimitedList().get(0).toStringUtf8()); in testParseMessageSetWithFlag() 482 RawMessageSet.Item item = items.get(i); in testMergeMessageSetExtensionWithFlag()
|
H A D | SmallSortedMapTest.java | 133 assertEquals(Integer.valueOf(i + 1), map.get(i)); in runPutAndGetTest() 247 assertEquals(Integer.valueOf(i + 1), map.get(i)); in testEntrySetAdd() 324 assertEquals(Integer.valueOf(i + 23), map.get(i)); in testMapEntryModification() 334 assertEquals(Integer.valueOf(1), map.get(0)); in testMakeImmutable()
|
/third_party/python/Lib/ |
H A D | asyncore.py | 152 obj = map.get(fd) 158 obj = map.get(fd) 164 obj = map.get(fd) 190 obj = map.get(fd) 235 # get a socket from a blocking source. 437 # Accepting sockets shouldn't get a write event. 452 # we can get here when select.select() says that there is an
|
/third_party/skia/ |
H A D | PRESUBMIT.py | 319 return [r['email'] for r in code_review_label.get('all', [])] 325 for m in code_review_label.get('all', []): 326 if m.get("value") == 1: 390 if all_docs_changes and 'true' not in footers.get('No-Try', []):
|
/third_party/skia/bench/ |
H A D | VertexColorSpaceBench.cpp | 54 fColorSpaceHelper.setData(pdman, gp.fColorSpaceXform.get()); 73 fColorSpaceHelper.emitCode(uniformHandler, gp.fColorSpaceXform.get(), 99 b->add32(GrColorSpaceXform::XformKey(fColorSpaceXform.get())); 309 p3.get(), kUnpremul_SkAlphaType);
|
/third_party/spirv-tools/source/opt/ |
H A D | module.h | 169 inline Instruction* GetMemoryModel() { return memory_model_.get(); } in GetMemoryModel() 171 return memory_model_.get(); in GetMemoryModel() 176 return sampled_image_address_mode_.get(); in GetSampledImageAddressMode() 179 return sampled_image_address_mode_.get(); in GetSampledImageAddressMode()
|
H A D | scalar_analysis_simplification.cpp | 318 GatherAccumulatorsFromChildNodes(new_add.get(), node_, false); in SimplifyPolynomial() 433 analysis_.SimplifyExpression(new_coefficient.get()); in FoldRecurrentAddExpressions() 436 analysis_.SimplifyExpression(new_offset.get()); in FoldRecurrentAddExpressions() 512 SENode* simplified_child = analysis_.SimplifyExpression(new_offset.get()); in SimplifyRecurrentAddExpression()
|
/third_party/spirv-tools/test/val/ |
H A D | val_annotation_test.cpp | 731 const auto deco = std::get<0>(GetParam()); in TEST_P() 732 const auto sc = std::get<1>(GetParam()); in TEST_P() 773 const auto deco = std::get<0>(GetParam()); in TEST_P() 774 const auto sc = std::get<1>(GetParam()); in TEST_P()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/postmortem/ |
H A D | vktPostmortemUseAfterFreeTests.cpp | 82 const vk::VkBuffer& get (void) const { return *m_buffer; } in get() function in vkt::postmortem::__anon29503::Buffer 83 const vk::VkBuffer& operator* (void) const { return get(); } in operator *() 332 const Unique<VkShaderModule> shaderModule(createShaderModule(vk, device, m_context.getBinaryCollection().get("comp"), 0u)); in iterate() 348 vk.cmdBindDescriptorSets(*cmdBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, *pipelineLayout, 0u, 1u, &descriptorSet.get(), 0u, DE_NULL); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/ |
H A D | vktRobustnessUtil.cpp | 429 &m_colorAttachmentView.get(), // const VkImageView* pAttachments; in GraphicsEnvironment() 454 m_vertexShaderModule = createShaderModule(vk, m_device, m_context.getBinaryCollection().get("vertex"), 0); in GraphicsEnvironment() 455 m_fragmentShaderModule = createShaderModule(vk, m_device, m_context.getBinaryCollection().get("fragment"), 0); in GraphicsEnvironment() 591 m_computeShaderModule = createShaderModule(vk, m_device, m_context.getBinaryCollection().get("compute"), 0); in ComputeEnvironment()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/ |
H A D | vktSparseResourcesBufferMemoryAliasing.cpp | 290 &bufferMemoryBindSemaphore.get() //const VkSemaphore* pSignalSemaphores; in iterate() 316 const Unique<VkShaderModule> shaderModule(createShaderModule(deviceInterface, getDevice(), m_context.getBinaryCollection().get("comp"), DE_NULL)); in iterate() 338 deviceInterface.cmdBindDescriptorSets(*commandBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, *pipelineLayout, 0u, 1u, &descriptorSet.get(), 0u, DE_NULL); in iterate() 396 submitCommandsAndWait(deviceInterface, getDevice(), computeQueue.queueHandle, *commandBuffer, 1u, &bufferMemoryBindSemaphore.get(), in iterate()
|
H A D | vktSparseResourcesBufferSparseResidency.cpp | 266 &bufferMemoryBindSemaphore.get() //const VkSemaphore* pSignalSemaphores; in iterate() 310 const Unique<VkShaderModule> shaderModule(createShaderModule(deviceInterface, getDevice(), m_context.getBinaryCollection().get("comp"), DE_NULL)); in iterate() 333 deviceInterface.cmdBindDescriptorSets(*commandBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, *pipelineLayout, 0u, 1u, &descriptorSet.get(), 0u, DE_NULL); in iterate() 382 submitCommandsAndWait(deviceInterface, getDevice(), computeQueue.queueHandle, *commandBuffer, 1u, &bufferMemoryBindSemaphore.get(), in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktSynchronizationUtil.hpp | 82 const vk::VkBuffer& get (void) const { return *m_buffer; } in get() function in vkt::synchronization::Buffer 83 const vk::VkBuffer& operator* (void) const { return get(); } in operator *() 115 const vk::VkImage& get (void) const { return *m_image; } in get() function in vkt::synchronization::Image 116 const vk::VkImage& operator* (void) const { return get(); } in operator *()
|
/third_party/vk-gl-cts/framework/platform/lnx/ |
H A D | tcuLnxVulkanPlatform.cpp | 102 : vk::wsi::XlibDisplayInterface (vk::pt::XlibDisplayPtr(((x11::XlibDisplay*)display.get())->getXDisplay())) in VulkanDisplayXlib() 109 x11::XlibDisplay* instance = (x11::XlibDisplay*)(m_display.get()); in createWindow() 156 : vk::wsi::XcbDisplayInterface (vk::pt::XcbConnectionPtr(((x11::XcbDisplay*)display.get())->getConnection())) in VulkanDisplayXcb() 163 x11::XcbDisplay* instance = (x11::XcbDisplay*)(m_display.get()); in createWindow() 314 TCU_THROW(NotSupportedError, "Could not get DRM resources.");
|
/third_party/vulkan-loader/scripts/ |
H A D | update_deps.py | 335 if json.get('build_dir'): 337 if json.get('install_dir'): 351 self.optional = set(json.get('optional', [])) 379 # If we get here, we didn't raise an error 392 # If we get here, we've exhausted our retries. 400 # if we get here, we didn't raise an error, and we're done 410 # If we get here, we've exhausted our retries. 598 if install_info.get('install_names'):
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | VertexArray.h | 45 Buffer *getElementArrayBuffer() const { return mElementArrayBuffer.get(); } in getElementArrayBuffer() 300 Buffer *elementArrayBuffer = mState.mElementArrayBuffer.get(); in getIndexRange() 301 if (elementArrayBuffer && mIndexRangeCache.get(type, indexCount, indices, indexRangeOut)) in getIndexRange() 386 bool get(DrawElementsType type, in get() function in gl::final::final
|
/third_party/jerryscript/tests/jerry/es2015/ |
H A D | regression-test-issue-2911.js | 19 assert(m.get("st" + "rItem") === obj);
|
H A D | regression-test-issue-3625.js | 17 get: function() {
|
/third_party/jerryscript/tests/jerry-test-suite/11/11.01/11.01.05/ |
H A D | 11.01.05-008.js | 17 get a() {
|
/third_party/jerryscript/tests/jerry/ |
H A D | get-value.js | 25 { get : function () { return this; }, configurable : true });
|