/third_party/skia/src/gpu/vk/ |
H A D | GrVkFramebuffer.h | 44 bool isExternal() const { return fExternalRenderPass.get(); } in isExternal() 45 const GrVkRenderPass* externalRenderPass() const { return fExternalRenderPass.get(); } in externalRenderPass() 56 // assure that the GrManagedResources held by the GrVkSecondaryCommandBuffer don't get deleted 67 const GrVkRenderPass* compatibleRenderPass() const { return fCompatibleRenderPass.get(); } in compatibleRenderPass() 73 GrVkImage* colorAttachment() { return fColorAttachment.get(); } in colorAttachment() 74 GrVkImage* resolveAttachment() { return fResolveAttachment.get(); } in resolveAttachment() 75 GrVkImage* stencilAttachment() { return fStencilAttachment.get(); } in stencilAttachment()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/ |
H A D | GSubTable.java | 57 if (scriptListTable.get() == null) { in scriptList() 60 return scriptListTable.get(); in scriptList() 69 if (featureListTable.get() == null) { in featureList() 72 return featureListTable.get(); in featureList() 81 if (lookupListTable.get() == null) { in lookupList() 84 return lookupListTable.get(); in lookupList()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
H A D | comparator_deep_blocks_first_test.cpp | 80 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 83 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 84 auto is_deeper = ComparatorDeepBlocksFirst(context.get()); in TEST() 112 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 115 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 124 ComparatorDeepBlocksFirst(context.get())); in TEST()
|
/third_party/skia/src/sksl/ |
H A D | SkSLPool.cpp | 27 if (get_thread_local_memory_pool() == fMemPool.get()) { in ~Pool() 35 VLOG("DELETE Pool:0x%016llX\n", (uint64_t)fMemPool.get()); in ~Pool() 41 VLOG("CREATE Pool:0x%016llX\n", (uint64_t)pool->fMemPool.get()); in Create() 50 VLOG("ATTACH Pool:0x%016llX\n", (uint64_t)fMemPool.get()); in attachToThread() 52 set_thread_local_memory_pool(fMemPool.get()); in attachToThread() 58 SkASSERT(memPool == fMemPool.get()); in detachFromThread()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | spreadMethods.js | 5 get g() { return 0; } 23 let i: I = { p: 12, m() { }, get g() { return 0; } }; 33 let o = { p: 12, m() { }, get g() { return 0; } }; 50 get g() { return 0; }
61 let i = { p: 12, m() { }, get g() { return 0; } };
70 let o = { p: 12, m() { }, get g() { return 0; } };
|
H A D | stringIndexerConstrainsPropertyDeclarations.js | 24 get X() { // ok 37 static get X() { // ok 91 get X() { 106 get: function () {
119 get: function () {
140 get X() {
|
H A D | autoAccessor5(target=es2015).js | 18 return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
32 get [(_C1__a_accessor_storage = new WeakMap(), _C1__b_accessor_storage = new WeakMap(), "w")]() { return __classPrivateFieldGet(this, _C1__a_accessor_storage, "f"); }
34 get ["x"]() { return __classPrivateFieldGet(this, _C1__b_accessor_storage, "f"); }
36 static get ["y"]() { return __classPrivateFieldGet(this, _a, "f", _C1__c_accessor_storage); }
38 static get ["z"]() { return __classPrivateFieldGet(this, _a, "f", _C1__d_accessor_storage); }
48 get [(_C2__e_accessor_storage = new WeakMap(), _b = f(), _b)]() { return __classPrivateFieldGet(this, _C2__e_accessor_storage, "f"); }
|
H A D | collisionSuperAndLocalFunctionInAccessors.js | 5 get prop1(): number { 16 get prop2(): number { 27 get prop2(): number { 64 get: function () {
84 get: function () {
104 get: function () {
|
H A D | collisionSuperAndLocalVarInAccessors.js | 4 get prop1(): number { 13 get prop2(): number { 22 get prop2(): number { 56 get: function () {
74 get: function () {
92 get: function () {
|
H A D | numericIndexerConstrainsPropertyDeclarations.js | 24 get X() { // ok 37 static get X() { // ok 91 get X() { 106 get: function () {
119 get: function () {
140 get X() {
|
H A D | invalidNewTarget.es5.js | 8 get d() { return new.target; } 14 static get h() { return new.target; } 22 get l() { return new.target; }, 42 get: function () {
63 get: function () {
88 get: function () {
|
/third_party/rust/crates/rustix/tests/process/ |
H A D | priority.rs | 25 let get = nice(0).unwrap(); in test_priorities() 26 assert_eq!(new, get); in test_priorities() 33 setpriority_process(None, get + 1).unwrap(); in test_priorities() 38 if get < 19 { in test_priorities() 39 assert_eq!(get + 1, now); in test_priorities() 41 setpriority_process(None, get + 10000).unwrap(); in test_priorities()
|
/third_party/spirv-tools/test/fuzz/ |
H A D | comparator_deep_blocks_first_test.cpp | 80 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 83 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 84 auto is_deeper = ComparatorDeepBlocksFirst(context.get()); in TEST() 112 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 115 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 124 ComparatorDeepBlocksFirst(context.get())); in TEST()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | BlitFramebufferANGLETest.cpp | 1236 drawQuad(checkerProgram.get(), essl1_shaders::PositionAttrib(), 0.5f); in initColorFBOWithCheckerPattern() 1250 glBindRenderbuffer(GL_RENDERBUFFER, renderbuf.get()); in TEST_P() 1254 glBindFramebuffer(GL_FRAMEBUFFER, framebuffer.get()); in TEST_P() 1256 renderbuf.get()); in TEST_P() 1264 glBindRenderbuffer(GL_RENDERBUFFER, destRenderbuf.get()); in TEST_P() 1268 glBindFramebuffer(GL_DRAW_FRAMEBUFFER, resolved.get()); in TEST_P() 1270 destRenderbuf.get()); in TEST_P() 1272 glBindFramebuffer(GL_READ_FRAMEBUFFER, framebuffer.get()); in TEST_P() 1275 glBindFramebuffer(GL_FRAMEBUFFER, resolved.get()); in TEST_P() 1278 glBindTexture(GL_TEXTURE_2D, colorbuf.get()); in TEST_P() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86FrameLowering.cpp | 275 BuildMI(MBB, MBBI, DL, TII.get(MovRIOpc), Reg) in emitSPUpdate() 278 MachineInstr *MI = BuildMI(MBB, MBBI, DL, TII.get(AddSubRROpc), StackPtr) in emitSPUpdate() 292 BuildMI(MBB, MBBI, DL, TII.get(X86::PUSH64r)) in emitSPUpdate() 301 BuildMI(MBB, MBBI, DL, TII.get(MovRIOpc), Rax) in emitSPUpdate() 304 MachineInstr *MI = BuildMI(MBB, MBBI, DL, TII.get(X86::ADD64rr), Rax) in emitSPUpdate() 310 BuildMI(MBB, MBBI, DL, TII.get(X86::XCHG64rm), Rax).addReg(Rax), in emitSPUpdate() 313 addRegOffset(BuildMI(MBB, MBBI, DL, TII.get(X86::MOV64rm), StackPtr), in emitSPUpdate() 331 BuildMI(MBB, MBBI, DL, TII.get(Opc)) in emitSPUpdate() 378 TII.get(getLEArOpcode(Uses64BitFramePtr)), 386 MI = BuildMI(MBB, MBBI, DL, TII.get(Op [all...] |
/foundation/communication/netmanager_base/services/netmanagernative/src/manager/ |
H A D | conn_manager.cpp | 128 if (std::get<0>(net)) { in DestroyNetwork() 129 std::shared_ptr<NetsysNetwork> nw = std::get<1>(net); in DestroyNetwork() 132 static_cast<PhysicalNetwork *>(nw.get())->RemoveDefault(); in DestroyNetwork() 150 if (std::get<0>(net)) { in SetDefaultNetwork() 151 std::shared_ptr<NetsysNetwork> nw = std::get<1>(net); in SetDefaultNetwork() 156 static_cast<PhysicalNetwork *>(nw.get())->AddDefault(); in SetDefaultNetwork() 161 if (std::get<0>(defaultNet)) { in SetDefaultNetwork() 162 std::shared_ptr<NetsysNetwork> nw = std::get<1>(defaultNet); in SetDefaultNetwork() 167 static_cast<PhysicalNetwork *>(nw.get())->RemoveDefault(); in SetDefaultNetwork() 178 if (std::get< in ClearDefaultNetwork() [all...] |
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ |
H A D | IcuDataDumper.java | 56 fileOrDir = Paths.get(args[0]); in main() 88 List<RbValue> values = p.icuData.get(k); in walkDirectory() 92 checkState(allPaths.get(k).equals(values), "inconsistent data for path: ", k); in walkDirectory() 102 .forEach(k -> System.out.println(k + " :: " + LIST_JOINER.join(allPaths.get(k)))); in dump() 144 if (!lines.get(0).startsWith("\uFEFF//")) { in parse() 193 headerComment.add(match.get(0)); in processLine() 203 getPathFromStack().extendBy(getSegment(match.get(0))), in processLine() 204 RbValue.of(unquote(match.get(1)))); in processLine() 210 name = match.get(0); in processLine() 213 pathStack.push(getSegment(match.get( in processLine() 313 String get(int n) { get() method in IcuDataDumper.IcuDataParser.LineMatch [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model/ |
H A D | vktMemoryModelPadding.cpp | 280 const auto descriptorSet = vk::makeDescriptorSet(vkd, device, descriptorPool.get(), descriptorSetLayout.get()); in iterate() 283 const auto inputBufferDescriptorInfo = vk::makeDescriptorBufferInfo(inputBuffer.get(), 0ull, VK_WHOLE_SIZE); in iterate() 284 const auto outputBufferDescriptorInfo = vk::makeDescriptorBufferInfo(outputBuffer.get(), 0ull, VK_WHOLE_SIZE); in iterate() 287 updateBuilder.writeSingle(descriptorSet.get(), vk::DescriptorSetUpdateBuilder::Location::binding(0u), vk::VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER, &inputBufferDescriptorInfo); in iterate() 288 updateBuilder.writeSingle(descriptorSet.get(), vk::DescriptorSetUpdateBuilder::Location::binding(1u), vk::VK_DESCRIPTOR_TYPE_STORAGE_BUFFER, &outputBufferDescriptorInfo); in iterate() 292 auto shaderModule = vk::createShaderModule(vkd, device, m_context.getBinaryCollection().get("comp"), 0u); in iterate() 293 auto pipelineLayout = vk::makePipelineLayout(vkd, device, descriptorSetLayout.get()); in iterate() 305 shaderModule.get(), // VkShaderModule module; in iterate() 309 pipelineLayout.get(), // layou in iterate() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderProvokingVertexTestsEXT.cpp | 308 const auto colorView = makeImageView(vkd, device, colorBuffer.get(), viewType, colorFormat, colorSRR); in iterate() 325 const auto meshModule = createShaderModule(vkd, device, binaries.get("mesh")); in iterate() 326 const auto fragModule = createShaderModule(vkd, device, binaries.get("frag")); in iterate() 330 const auto framebuffer = makeFramebuffer(vkd, device, renderPass.get(), colorView.get(), colorExtent.width, colorExtent.height, colorLayers); in iterate() 362 pipelines.push_back(makeGraphicsPipeline(vkd, device, pipelineLayout.get(), in iterate() 363 DE_NULL, meshModule.get(), fragModule.get(), in iterate() 364 renderPass.get(), viewports, scissors, 0u, &rasterState)); in iterate() 369 const auto cmdBufferPtr = allocateCommandBuffer(vkd, device, cmdPool.get(), VK_COMMAND_BUFFER_LEVEL_PRIMAR in iterate() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory_model/ |
H A D | vktMemoryModelPadding.cpp | 280 const auto descriptorSet = vk::makeDescriptorSet(vkd, device, descriptorPool.get(), descriptorSetLayout.get()); in iterate() 283 const auto inputBufferDescriptorInfo = vk::makeDescriptorBufferInfo(inputBuffer.get(), 0ull, VK_WHOLE_SIZE); in iterate() 284 const auto outputBufferDescriptorInfo = vk::makeDescriptorBufferInfo(outputBuffer.get(), 0ull, VK_WHOLE_SIZE); in iterate() 287 updateBuilder.writeSingle(descriptorSet.get(), vk::DescriptorSetUpdateBuilder::Location::binding(0u), vk::VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER, &inputBufferDescriptorInfo); in iterate() 288 updateBuilder.writeSingle(descriptorSet.get(), vk::DescriptorSetUpdateBuilder::Location::binding(1u), vk::VK_DESCRIPTOR_TYPE_STORAGE_BUFFER, &outputBufferDescriptorInfo); in iterate() 292 auto shaderModule = vk::createShaderModule(vkd, device, m_context.getBinaryCollection().get("comp"), 0u); in iterate() 293 auto pipelineLayout = vk::makePipelineLayout(vkd, device, descriptorSetLayout.get()); in iterate() 305 shaderModule.get(), // VkShaderModule module; in iterate() 309 pipelineLayout.get(), // layou in iterate() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
H A D | vktMeshShaderProvokingVertexTestsEXT.cpp | 308 const auto colorView = makeImageView(vkd, device, colorBuffer.get(), viewType, colorFormat, colorSRR); in iterate() 325 const auto meshModule = createShaderModule(vkd, device, binaries.get("mesh")); in iterate() 326 const auto fragModule = createShaderModule(vkd, device, binaries.get("frag")); in iterate() 330 const auto framebuffer = makeFramebuffer(vkd, device, renderPass.get(), colorView.get(), colorExtent.width, colorExtent.height, colorLayers); in iterate() 362 pipelines.push_back(makeGraphicsPipeline(vkd, device, pipelineLayout.get(), in iterate() 363 DE_NULL, meshModule.get(), fragModule.get(), in iterate() 364 renderPass.get(), viewports, scissors, 0u, &rasterState)); in iterate() 369 const auto cmdBufferPtr = allocateCommandBuffer(vkd, device, cmdPool.get(), VK_COMMAND_BUFFER_LEVEL_PRIMAR in iterate() [all...] |
/third_party/skia/third_party/externals/spirv-tools/test/ |
H A D | text_to_binary.annotation_test.cpp | 49 input << "OpDecorate %1 " << std::get<1>(GetParam()).name(); in TEST_P() 50 for (auto operand : std::get<1>(GetParam()).operands()) in TEST_P() 53 EXPECT_THAT(CompiledInstructions(input.str(), std::get<0>(GetParam())), in TEST_P() 55 {1, uint32_t(std::get<1>(GetParam()).value())}, in TEST_P() 56 std::get<1>(GetParam()).operands()))); in TEST_P() 60 std::get<0>(GetParam())), in TEST_P() 72 input << "OpDecorateId %1 " << std::get<1>(GetParam()).name(); in TEST_P() 73 for (auto operand : std::get<1>(GetParam()).operands()) in TEST_P() 76 EXPECT_THAT(CompiledInstructions(input.str(), std::get<0>(GetParam())), in TEST_P() 78 {1, uint32_t(std::get< in TEST_P() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
H A D | text_to_binary.annotation_test.cpp | 49 input << "OpDecorate %1 " << std::get<1>(GetParam()).name(); in TEST_P() 50 for (auto operand : std::get<1>(GetParam()).operands()) in TEST_P() 53 EXPECT_THAT(CompiledInstructions(input.str(), std::get<0>(GetParam())), in TEST_P() 55 {1, uint32_t(std::get<1>(GetParam()).value())}, in TEST_P() 56 std::get<1>(GetParam()).operands()))); in TEST_P() 60 std::get<0>(GetParam())), in TEST_P() 72 input << "OpDecorateId %1 " << std::get<1>(GetParam()).name(); in TEST_P() 73 for (auto operand : std::get<1>(GetParam()).operands()) in TEST_P() 76 EXPECT_THAT(CompiledInstructions(input.str(), std::get<0>(GetParam())), in TEST_P() 78 {1, uint32_t(std::get< in TEST_P() [all...] |
/third_party/spirv-tools/source/fuzz/ |
H A D | force_render_red.cpp | 80 // Helper method to check that there is a single vec4 output variable and get a 121 // Helper to get the ids of float constants 0.0 and 1.0, creating them if 188 MakeUnique<FactManager>(ir_context.get()), validator_options); in ForceRenderRed() 194 FindFragmentShaderEntryPoint(ir_context.get(), message_consumer); in ForceRenderRed() 196 FindVec4OutputVariable(ir_context.get(), message_consumer); in ForceRenderRed() 206 FindOrCreateFloatZeroAndOne(ir_context.get(), float_type); in ForceRenderRed() 212 ir_context.get(), spv::Op::OpLabel, 0, new_exit_block_id, in ForceRenderRed() 216 MakeUnique<opt::Instruction>(ir_context.get(), spv::Op::OpReturn, 0, 0, in ForceRenderRed() 224 ir_context.get(), spv::Op::OpLabel, 0, ir_context->TakeNextId(), in ForceRenderRed() 237 ir_context.get(), sp in ForceRenderRed() [all...] |
/third_party/skia/include/private/ |
H A D | SkTemplates.h | 75 operator T*() const { return this->get(); } in operator T*() 110 T* get() const { return fArray.get(); } in get() function in SkAutoTArray 120 const T* data() const { return fArray.get(); } in data() 121 T* data() { return fArray.get(); } in data() 195 T* get() const { return fArray; } in get() function in SkAutoSTArray 261 return this->get(); 264 T* get() const { return fPtr.get(); } 266 operator T*() { return fPtr.get(); } [all...] |