/third_party/skia/src/core/ |
H A D | SkPathRef.cpp | 33 fPathRef = pathRef->get(); in Editor() 101 if (matrix.get(SkMatrix::kMScaleX) != 0) { in transform_dir_and_start() 103 if (matrix.get(SkMatrix::kMScaleX) > 0) { in transform_dir_and_start() 105 sameSign = matrix.get(SkMatrix::kMScaleY) > 0 ? 0b01 : 0b00; in transform_dir_and_start() 108 sameSign = matrix.get(SkMatrix::kMScaleY) > 0 ? 0b00 : 0b01; in transform_dir_and_start() 112 if (matrix.get(SkMatrix::kMSkewX) > 0) { in transform_dir_and_start() 114 sameSign = matrix.get(SkMatrix::kMSkewY) > 0 ? 0b01 : 0b00; in transform_dir_and_start() 117 sameSign = matrix.get(SkMatrix::kMSkewY) > 0 ? 0b00 : 0b01; in transform_dir_and_start() 145 if (dst->get() != &src) { 158 if (dst->get() [all...] |
/third_party/skia/src/gpu/ops/ |
H A D | LatticeOp.cpp | 48 format.printf("ShaderDfx_LatticeGP_%d", GrColorSpaceXform::XformKey(fColorSpaceXform.get())); 53 b->add32(GrColorSpaceXform::XformKey(fColorSpaceXform.get())); 63 fColorSpaceXformHelper.setData(pdman, latticeGP.fColorSpaceXform.get()); 71 latticeGP.fColorSpaceXform.get()); 354 if (GrColorSpaceXform::Equals(fColorSpaceXform.get(), that->fColorSpaceXform.get())) { 503 init_random_divs(xdivs.get(), lattice.fXCount, subset.fLeft, subset.fRight, random); 504 init_random_divs(ydivs.get(), lattice.fYCount, subset.fTop, subset.fBottom, random); 505 lattice.fXDivs = xdivs.get(); 506 lattice.fYDivs = ydivs.get(); [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | Attributes.h | 91 static Attribute get(LLVMContext &Context, AttrKind Kind, uint64_t Val = 0); 92 static Attribute get(LLVMContext &Context, StringRef Kind, 94 static Attribute get(LLVMContext &Context, AttrKind Kind, Type *Ty); 234 static AttributeSet get(LLVMContext &C, const AttrBuilder &B); 235 static AttributeSet get(LLVMContext &C, ArrayRef<Attribute> Attrs); 358 static AttributeList get(LLVMContext &C, 360 static AttributeList get(LLVMContext &C, 365 static AttributeList get(LLVMContext &C, AttributeSet FnAttrs, 382 static AttributeList get(LLVMContext &C, ArrayRef<AttributeList> Attrs); 383 static AttributeList get(LLVMContex [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
H A D | vktRayTracingNullASTests.cpp | 102 Move<VkShaderModule> raygenShader = createShaderModule(vkd, device, collection.get("rgen"), 0); in makePipeline() 103 Move<VkShaderModule> hitShader = createShaderModule(vkd, device, collection.get("ahit"), 0); in makePipeline() 104 Move<VkShaderModule> missShader = createShaderModule(vkd, device, collection.get("miss"), 0); in makePipeline() 105 Move<VkShaderModule> intersectionShader = createShaderModule(vkd, device, collection.get("sect"), 0); in makePipeline() 237 vkd = de::MovePtr<DeviceDriver>(new DeviceDriver(vkp, instance, device.get())); in DeviceHelper() 239 allocator = de::MovePtr<SimpleAllocator>(new SimpleAllocator(*vkd, device.get(), getPhysicalDeviceMemoryProperties(vki, physicalDevice))); in DeviceHelper() 431 const Move<VkPipelineLayout> pipelineLayout = makePipelineLayout(vkd, device, descriptorSetLayout.get()); in runTest() 441 const VkStridedDeviceAddressRegionKHR raygenShaderBindingTableRegion = makeStridedDeviceAddressRegionKHR(getBufferDeviceAddress(vkd, device, raygenShaderBindingTable->get(), 0), shaderGroupHandleSize, shaderGroupHandleSize); in runTest() 442 const VkStridedDeviceAddressRegionKHR missShaderBindingTableRegion = makeStridedDeviceAddressRegionKHR(getBufferDeviceAddress(vkd, device, missShaderBindingTable->get(), 0), shaderGroupHandleSize, shaderGroupHandleSize); in runTest() 443 const VkStridedDeviceAddressRegionKHR hitShaderBindingTableRegion = makeStridedDeviceAddressRegionKHR(getBufferDeviceAddress(vkd, device, hitShaderBindingTable->get(), in runTest() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassDepthStencilWriteConditionsTests.cpp | 244 const vector<VkImageView> attachments = {colorImageView.get(), depthStencilImageView.get()}; in iterate() 245 const auto framebuffer = makeFramebuffer(vk, device, renderPass.get(), static_cast<deUint32>(attachments.size()), in iterate() 248 const Move<VkShaderModule> vertexModule = createShaderModule(vk, device, m_context.getBinaryCollection().get("vert"), 0u); in iterate() 249 const Move<VkShaderModule> fragmentModule = createShaderModule(vk, device, m_context.getBinaryCollection().get("frag"), 0u); in iterate() 287 const Move<VkPipeline> graphicsPipeline = makeGraphicsPipeline(vk, device, pipelineLayout.get(), vertexModule.get(), in iterate() 288 DE_NULL, DE_NULL, DE_NULL, fragmentModule.get(), renderPass.get(), in iterate() 308 vk.cmdBindVertexBuffers(*cmdBuffer, 0u, 1u, &vertexBuffer.get(), in iterate() [all...] |
/third_party/ltp/tools/sparse/sparse-src/validation/optim/ |
H A D | cmp-op-type.c | 1 extern int get(void); 9 n = get(); in foo()
|
/foundation/filemanagement/file_api/interfaces/kits/cj/src/ |
H A D | file_fs_impl.cpp | 56 int ret = uv_fs_stat(nullptr, req, fileInfo.path.get(), nullptr); in CheckFsStat() 79 auto state = CheckFsStat(fileInfo, stat_req.get()); in GetUvStat() 118 int ret = uv_fs_access(nullptr, stat_req.get(), fileInfo.path.get(), 0, nullptr); in GetFsAccess() 218 int ret = uv_fs_lstat(nullptr, lstat_req.get(), path.c_str(), nullptr); in Lstat() 220 LOGE("Failed to get stat of file, ret: %{public}d", ret); in Lstat() 253 int ret = uv_fs_open(nullptr, open_req.get(), fileInfo.path.get(), flags, S_IRUSR | in CreateRandomAccessFileSync() 259 fileInfo.fdg->SetFD(open_req.get()->result, false); in CreateRandomAccessFileSync() 275 auto fd = entity->fd_.get() in CreateRandomAccessFileSync() [all...] |
/foundation/filemanagement/user_file_service/frameworks/js/napi/file_access_module/ |
H A D | napi_fileaccess_helper.cpp | 86 return element.get() == helper; in GetGlobalFileAccessHelper() 106 return objectInfo == fileAccessHelper.get(); in RemoveFileAccessHelperList() 127 "FileAccessHelperConstructor: failed to get native context"); in FileAccessHelperConstructor() 134 "UnwrapArrayWantFromJS failed to get native wants"); in FileAccessHelperConstructor() 148 if (napi_wrap(env, thisVar, createResult.first.get(), finalize, nullptr, nullptr) != napi_ok) { in FileAccessHelperConstructor() 149 finalize(env, createResult.first.get(), nullptr); in FileAccessHelperConstructor() 193 "Faild to get fileAccessHelper"); in AcquireFileAccessHelperWrap() 337 string uriString(uri.get()); in NAPI_OpenFile() 388 string uriString(uri.get()); in NAPI_CreateFile() 389 string name(displayName.get()); in NAPI_CreateFile() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | ELFYAML.cpp | 1181 Type = cast<ELFYAML::Section>(Section.get())->Type; in mapping() 1190 fillMapping(IO, *cast<ELFYAML::Fill>(Section.get())); in mapping() 1201 sectionMapping(IO, *cast<ELFYAML::DynamicSection>(Section.get())); in mapping() 1207 sectionMapping(IO, *cast<ELFYAML::RelocationSection>(Section.get())); in mapping() 1212 sectionMapping(IO, *cast<ELFYAML::RelrSection>(Section.get())); in mapping() 1217 groupSectionMapping(IO, *cast<ELFYAML::Group>(Section.get())); in mapping() 1222 sectionMapping(IO, *cast<ELFYAML::NoBitsSection>(Section.get())); in mapping() 1227 sectionMapping(IO, *cast<ELFYAML::HashSection>(Section.get())); in mapping() 1232 sectionMapping(IO, *cast<ELFYAML::NoteSection>(Section.get())); in mapping() 1237 sectionMapping(IO, *cast<ELFYAML::GnuHashSection>(Section.get())); in mapping() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
H A D | vktBindingDescriptorSetRandomTests.cpp | 297 , m_data (*m_data_ptr.get()) in DescriptorSetRandomTestInstance() 323 , m_data (*reinterpret_cast<CaseDef*>(m_data_ptr.get())) in DescriptorSetRandomTestCase() 813 RandomLayout& randomLayout = *m_data.randomLayout.get(); in initPrograms() 1445 RandomLayout& randomLayout = *m_data.randomLayout.get(); in iterate() 1767 VkMemoryRequirements imageReqs = getImageMemoryRequirements(vk, device, inputAttachments.back().get()); in iterate() 2035 descriptorSetLayoutsRaw[i] = descriptorSetLayouts[i].get(); in iterate() 2231 imageInfoVec[vecIndex] = makeDescriptorImageInfo(DE_NULL, storageImageViews[storageImgIndex].get(), VK_IMAGE_LAYOUT_GENERAL); in iterate() 2236 imageInfoVec[vecIndex] = makeDescriptorImageInfo(DE_NULL, inputAttachmentViews[attachmentIndex].get(), VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL); in iterate() 2289 const TopLevelAccelerationStructure* topLevelAccelerationStructurePtr = topLevelAccelerationStructure.get(); in iterate() 2382 descriptorSetLayouts[s].get(), // VkDescriptorSetLayou in iterate() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/ |
H A D | vktBindingDescriptorSetRandomTests.cpp | 297 , m_data (*m_data_ptr.get()) in DescriptorSetRandomTestInstance() 323 , m_data (*reinterpret_cast<CaseDef*>(m_data_ptr.get())) in DescriptorSetRandomTestCase() 813 RandomLayout& randomLayout = *m_data.randomLayout.get(); in initPrograms() 1445 RandomLayout& randomLayout = *m_data.randomLayout.get(); in iterate() 1767 VkMemoryRequirements imageReqs = getImageMemoryRequirements(vk, device, inputAttachments.back().get()); in iterate() 2035 descriptorSetLayoutsRaw[i] = descriptorSetLayouts[i].get(); in iterate() 2231 imageInfoVec[vecIndex] = makeDescriptorImageInfo(DE_NULL, storageImageViews[storageImgIndex].get(), VK_IMAGE_LAYOUT_GENERAL); in iterate() 2236 imageInfoVec[vecIndex] = makeDescriptorImageInfo(DE_NULL, inputAttachmentViews[attachmentIndex].get(), VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL); in iterate() 2289 const TopLevelAccelerationStructure* topLevelAccelerationStructurePtr = topLevelAccelerationStructure.get(); in iterate() 2382 descriptorSetLayouts[s].get(), // VkDescriptorSetLayou in iterate() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/ |
H A D | vktVideoBaseDecodeUtils.cpp | 1631 // get freed right after usage. if (pNvidiaVulkanParserPictureData->ref_pic_flag) 2074 void* videoProfileExtention = h264 ? (void*)videoProfileExtentionH264.get() 2075 : h265 ? (void*)videoProfileExtentionH265.get() 2078 const MovePtr<VkVideoProfileListInfoKHR> videoProfileList = getVideoProfileList(videoProfile.get()); 2083 void* videoCapabilitiesExtension = h264 ? (void*)videoCapabilitiesExtension264D.get() 2084 : h265 ? (void*)videoCapabilitiesExtension265D.get() 2087 const MovePtr<VkVideoCapabilitiesKHR> videoCapabilites = getVideoCapabilities(vki, physDevice, videoProfile.get(), videoDecodeCapabilities.get()); 2092 const vector<pair<VkFormat, VkImageUsageFlags>> imageFormatAndUsageForOutputAndDPB = getImageFormatAndUsageForOutputAndDPB(vki, physDevice, videoProfileList.get(), videoVkFormat, m_distinctDstDpbImages); 2094 const bool outFormatValidate = validateFormatSupport(vki, physDevice, imageFormatAndUsageForOutputAndDPB[0].second, videoProfileList.get(), imageFormatAndUsageForOutputAndDP [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
H A D | LongNameHandler.java | 426 // either get the spec changed, or add unit tests that warn us if in getMeasureData() 514 derivationsBundle = (ICUResourceBundle)derivationsBundle.get("grammaticalData"); in DerivedComponents() 515 derivationsBundle = (ICUResourceBundle)derivationsBundle.get("derivations"); in DerivedComponents() 521 stackBundle = (ICUResourceBundle)derivationsBundle.get(locale.getLanguage()); in DerivedComponents() 523 stackBundle = (ICUResourceBundle)derivationsBundle.get("root"); in DerivedComponents() 526 stackBundle = (ICUResourceBundle)stackBundle.get("component"); in DerivedComponents() 527 stackBundle = (ICUResourceBundle)stackBundle.get(feature); in DerivedComponents() 528 stackBundle = (ICUResourceBundle)stackBundle.get(structure); in DerivedComponents() 577 derivationsBundle = (ICUResourceBundle) derivationsBundle.get("grammaticalData"); in getDeriveCompoundRule() 578 derivationsBundle = (ICUResourceBundle) derivationsBundle.get("derivation in getDeriveCompoundRule() [all...] |
/third_party/node/lib/internal/ |
H A D | url.js | 181 // This is the maximum value uint32_t can get. 210 get hasPort() { 214 get hasSearch() { 218 get hasHash() { 306 const keyIdx = visited.get(typedKey); 360 get size() { 416 get(name) { 624 get: kEnumerableProperty, 740 const alreadyInstantiatedSearchParams = internalSearchParams.get(this); 756 get hre [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmTrinaryMinMaxTests.cpp | 730 void* referenceBufferPtr = referenceBuffer.get(); in iterate() 757 const auto descriptorSet = vk::makeDescriptorSet(vkd, device, descriptorPool.get(), descriptorSetLayout.get()); in iterate() 760 const auto inputBufferDescriptorInfo = vk::makeDescriptorBufferInfo(inputBuffer.get(), 0ull, VK_WHOLE_SIZE); in iterate() 761 const auto outputBufferDescriptorInfo = vk::makeDescriptorBufferInfo(outputBuffer.get(), 0ull, VK_WHOLE_SIZE); in iterate() 764 updateBuilder.writeSingle(descriptorSet.get(), vk::DescriptorSetUpdateBuilder::Location::binding(0u), vk::VK_DESCRIPTOR_TYPE_STORAGE_BUFFER, &inputBufferDescriptorInfo); in iterate() 765 updateBuilder.writeSingle(descriptorSet.get(), vk::DescriptorSetUpdateBuilder::Location::binding(1u), vk::VK_DESCRIPTOR_TYPE_STORAGE_BUFFER, &outputBufferDescriptorInfo); in iterate() 769 auto shaderModule = vk::createShaderModule(vkd, device, m_context.getBinaryCollection().get("comp"), 0u); in iterate() 770 auto pipelineLayout = vk::makePipelineLayout(vkd, device, descriptorSetLayout.get()); in iterate() 782 shaderModule.get(), // VkShaderModul in iterate() [all...] |
/third_party/skia/src/ports/ |
H A D | SkScalerContext_win_dw.cpp | 101 AutoTDWriteTable<SkOTTableMaximumProfile> maxp(typeface->fDWriteFontFace.get()); in is_hinted() 126 AutoTDWriteTable<SkOTTableGridAndScanProcedure> gasp(typeface->fDWriteFontFace.get()); in get_gasp_range() 148 SkTAfter<const SkOTTableGridAndScanProcedure::GaspRange>(gasp.get()); in get_gasp_range() 173 AutoTDWriteTable<SkOTTableEmbeddedBitmapLocation> eblc(typeface->fDWriteFontFace.get()); in has_bitmap_strike() 193 SkTAfter<const SkOTTableEmbeddedBitmapLocation::BitmapSizeTable>(eblc.get()); in has_bitmap_strike() 212 AutoTDWriteTable<SkOTTableEmbeddedBitmapScaling> ebsc(typeface->fDWriteFontFace.get()); in has_bitmap_strike() 232 SkTAfter<const SkOTTableEmbeddedBitmapScaling::BitmapScaleTable>(ebsc.get()); in has_bitmap_strike() 371 // Fonts with hints, no gasp or gasp version 0, and below 20px get non-symmetric rendering. in SkScalerContext_DW() 416 AutoDWriteTable CBDT(typeface->fDWriteFontFace.get(), CBDTTag); in SkScalerContext_DW() 453 "Could not get gd in generateAdvance() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | SanitizerCoverage.cpp | 222 MDNode::get(*C, None)); in SetNoSanitizeMetadata() 323 ConstantInt::get(IntptrTy, sizeof(uint64_t))); in CreateSecStartEnd() 349 // functions and data) is used, the constructors get stripped. To prevent in CreateInitCallsForSections() 444 EmptyAsm = InlineAsm::get(FunctionType::get(IRB.getVoidTy(), false), in instrumentModule() 646 ArrayType *ArrayTy = ArrayType::get(Ty, NumElements); in CreateFunctionLocalArrayInSection() 661 MDNode *MD = MDNode::get(F.getContext(), ValueAsMetadata::get(&F)); in CreateFunctionLocalArrayInSection() 678 ConstantInt::get(IntptrTy, 1), IntptrPtrTy)); in CreatePCArray() 681 BlockAddress::get(AllBlock in CreatePCArray() [all...] |
/third_party/skia/bench/ |
H A D | nanobench.cpp | 261 this->factory->get(this->config.ctxType, this->config.ctxOverrides), 388 // Doing some math, we get: in setup_cpu_bench() 408 // First, figure out how many loops it'll take to get a frame up to FLAGS_gpuMs. in setup_gpu_bench() 465 if (const auto ctx = factory.get(ctxType, ctxOverrides)) { in create_config() 529 if (skstd::optional<Config> config = create_config(array[i].get())) { in create_configs() 677 return SkPicture::MakeFromStream(stream.get()); in ReadPicture() 693 return MSKPPlayer::Make(stream.get()); in ReadMSKP() 743 Benchmark* bench = fBenches->get()(nullptr); in rawNext() 751 std::unique_ptr<skiagm::GM> gm = fGMs->get()(); in rawNext() 786 return new RecordingBench(name.c_str(), pic.get(), FLAGS_bb in rawNext() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsmTrinaryMinMaxTests.cpp | 730 void* referenceBufferPtr = referenceBuffer.get(); in iterate() 757 const auto descriptorSet = vk::makeDescriptorSet(vkd, device, descriptorPool.get(), descriptorSetLayout.get()); in iterate() 760 const auto inputBufferDescriptorInfo = vk::makeDescriptorBufferInfo(inputBuffer.get(), 0ull, VK_WHOLE_SIZE); in iterate() 761 const auto outputBufferDescriptorInfo = vk::makeDescriptorBufferInfo(outputBuffer.get(), 0ull, VK_WHOLE_SIZE); in iterate() 764 updateBuilder.writeSingle(descriptorSet.get(), vk::DescriptorSetUpdateBuilder::Location::binding(0u), vk::VK_DESCRIPTOR_TYPE_STORAGE_BUFFER, &inputBufferDescriptorInfo); in iterate() 765 updateBuilder.writeSingle(descriptorSet.get(), vk::DescriptorSetUpdateBuilder::Location::binding(1u), vk::VK_DESCRIPTOR_TYPE_STORAGE_BUFFER, &outputBufferDescriptorInfo); in iterate() 769 auto shaderModule = vk::createShaderModule(vkd, device, m_context.getBinaryCollection().get("comp"), 0u); in iterate() 770 auto pipelineLayout = vk::makePipelineLayout(vkd, device, descriptorSetLayout.get()); in iterate() 782 shaderModule.get(), // VkShaderModul in iterate() [all...] |
/third_party/libabigail/tests/data/test-diff-suppr/ |
H A D | test24-soname-v0.cc | 8 int get() const; 13 S::get() const in get() function in S
|
H A D | test24-soname-v1.cc | 9 int get() const; 14 S::get() const in get() function in S
|
/third_party/typescript/tests/baselines/reference/ |
H A D | symbolProperty1.js | 6 get [s]() { 16 get [s]() {
|
H A D | symbolProperty2.js | 6 get [s]() { 16 get [s]() {
|
H A D | symbolProperty3.js | 6 get [s]() { 16 get [s]() {
|
H A D | computedPropertyNamesSourceMap2_ES5.js | 6 get ["goodbye"]() { 18 get: function () {
|