Home
last modified time | relevance | path

Searched refs:get (Results 2901 - 2925 of 15658) sorted by relevance

1...<<111112113114115116117118119120>>...627

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dscalar_replacement_test.cpp1517 EXPECT_EQ(Pass::Status::SuccessWithoutChange, std::get<1>(result)); in TEST_F()
1554 EXPECT_EQ(Pass::Status::SuccessWithChange, std::get<1>(result)); in TEST_F()
1620 EXPECT_EQ(Pass::Status::SuccessWithoutChange, std::get<1>(result)); in TEST_F()
1656 EXPECT_EQ(Pass::Status::Failure, std::get<1>(result)); in TEST_F()
1696 EXPECT_EQ(Pass::Status::Failure, std::get<1>(result)); in TEST_F()
1752 EXPECT_EQ(Pass::Status::Failure, std::get<1>(result)); in TEST_F()
1796 EXPECT_EQ(Pass::Status::SuccessWithoutChange, std::get<1>(result)); in TEST_F()
1857 EXPECT_EQ(Pass::Status::SuccessWithoutChange, std::get<1>(result)); in TEST_F()
/third_party/skia/tests/
H A DCodecPartialTest.cpp40 const SkImageInfo info = standardize_info(codec.get()); in create_truth()
81 const SkImageInfo info = standardize_info(partialCodec.get()); in test_partial()
165 file = SkData::MakeSubset(file.get(), 0, 153); in DEF_TEST()
166 // Start with 100 to get a partial decode, then add the rest of the in DEF_TEST()
235 const auto info = standardize_info(fullCodec.get()); in DEF_TEST()
342 const SkImageInfo info = standardize_info(partialCodec.get()); in test_interleaved()
406 auto info = standardize_info(codec.get()); in DEF_TEST()
473 file = SkData::MakeSubset(file.get(), 0, 80); in DEF_TEST()
482 const auto info = standardize_info(codec.get()); in DEF_TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DAttributes.h86 static Attribute get(LLVMContext &Context, AttrKind Kind, uint64_t Val = 0);
87 static Attribute get(LLVMContext &Context, StringRef Kind,
219 static AttributeSet get(LLVMContext &C,
221 static AttributeSet get(LLVMContext &C,
239 static AttributeSet get(LLVMContext &C, ArrayRef<AttributeSet> Attrs);
240 static AttributeSet get(LLVMContext &C, unsigned Index,
242 static AttributeSet get(LLVMContext &C, unsigned Index,
244 static AttributeSet get(LLVMContext &C, unsigned Index, const AttrBuilder &B);
436 /// \brief This class is used in conjunction with the Attribute::get method to
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
H A Dpool.h65 MARL_NO_EXPORT inline T* get() const;
85 // get() returns a pointer to the item's data.
86 MARL_NO_EXPORT inline T* get();
109 T* Pool<T>::Item::get() { in get() function in marl::Pool::Item
120 get()->~T(); in destruct()
185 return *item->get(); in operator *()
190 return item->get(); in operator ->()
194 T* Pool<T>::Loan::get() const { in get() function in marl::Pool::Loan
195 return item ? item->get() : nullptr; in get()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DRegAllocPBQP.h81 const bool* getUnsafeRows() const { return UnsafeRows.get(); } in getUnsafeRows()
82 const bool* getUnsafeCols() const { return UnsafeCols.get(); } in getUnsafeCols()
101 std::copy(OptVec.begin(), OptVec.end(), Opts.get()); in AllowedRegVector()
110 return std::equal(Opts.get(), Opts.get() + NumOpts, Other.Opts.get()); in operator ==()
123 unsigned *OStart = OptRegs.Opts.get(); in hash_value()
124 unsigned *OEnd = OptRegs.Opts.get() + OptRegs.NumOpts; in hash_value()
/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_message_builder.cc135 " get$oneof_capitalized_name$Case() {\n" in Generate()
154 field_generators_.get(descriptor_->field(i)).GetNumBitsForBuilder(); in Generate()
164 field_generators_.get(descriptor_->field(i)) in Generate()
315 field_generators_.get(descriptor_->field(i)) in GenerateCommonBuilderMethods()
335 field_generators_.get(descriptor_->field(i)) in GenerateCommonBuilderMethods()
397 field_generators_.get(descriptor_->field(i)); in GenerateCommonBuilderMethods()
419 field_generators_.get(descriptor_->field(i)).GenerateBuildingCode(printer); in GenerateCommonBuilderMethods()
540 field_generators_.get(descriptor_->field(i)) in GenerateCommonBuilderMethods()
547 printer->Print("switch (other.get$oneof_capitalized_name$Case()) {\n", in GenerateCommonBuilderMethods()
556 field_generators_.get(fiel in GenerateCommonBuilderMethods()
[all...]
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
H A DRubyMap.java173 return this.table.get(key); in index()
201 if (! other.table.get(key).equals(table.get(key))) in eq()
232 digest.update((byte) table.get(key).hashCode()); in hash()
285 block.yieldSpecific(context, key, table.get(key)); in each()
352 RubyMessage message = (RubyMessage) table.get(key); in deepCopy()
358 newMap.table.put(key.dup(), table.get(key).dup()); in deepCopy()
372 mapMessage.setField(context, valueField, table.get(key)); in build()
/third_party/skia/modules/skottie/src/text/
H A DSkottieShaper.cpp35 for (SkTextBlobRunIterator it(blob.get()); !it.done(); it.next()) { in ComputeBlobBounds()
37 it.font().getBounds(it.glyphs(), it.glyphCount(), glyphBounds.get(), nullptr); in ComputeBlobBounds()
104 fLineGlyphs.get() + run_start_index,
105 fLinePos.get() + run_start_index,
107 fLineClusters.get() + run_start_index,
129 fLineGlyphs.get() + run_offset,
130 fLinePos.get() + run_offset,
131 fLineClusters.get() + run_offset,
/third_party/skia/gm/
H A Dpolygonoffset.cpp472 create_ngon(*numPts, data->get(), width, height, dir); in GetConvexPolygon()
506 create_ngon(*numPts, data->get(), width, height, dir); in GetSimplePolygon()
522 bounds.setBounds(data.get(), numPts); in drawPolygon()
556 path.moveTo(data.get()[0]); in drawPolygon()
558 path.lineTo(data.get()[i]); in drawPolygon()
575 result = SkInsetConvexPolygon(data.get(), numPts, offset, &offsetPoly); in drawPolygon()
578 bounds.setBoundsCheck(data.get(), numPts); in drawPolygon()
579 result = SkOffsetSimplePolygon(data.get(), numPts, bounds, offset, &offsetPoly); in drawPolygon()
/third_party/rust/crates/rustix/src/backend/libc/io/
H A Dsyscalls.rs61 // Silently cast; we'll get `EINVAL` if the value is negative.
78 // Silently cast; we'll get `EINVAL` if the value is negative.
120 // Silently cast; we'll get `EINVAL` if the value is negative.
135 // Silently cast; we'll get `EINVAL` if the value is negative.
155 // Silently cast; we'll get `EINVAL` if the value is negative.
182 // Silently cast; we'll get `EINVAL` if the value is negative.
204 // Silently cast; we'll get `EINVAL` if the value is negative.
231 // Silently cast; we'll get `EINVAL` if the value is negative.
/third_party/spirv-tools/test/opt/
H A Dscalar_replacement_test.cpp1528 EXPECT_EQ(Pass::Status::SuccessWithoutChange, std::get<1>(result)); in TEST_F()
1565 EXPECT_EQ(Pass::Status::SuccessWithChange, std::get<1>(result)); in TEST_F()
1631 EXPECT_EQ(Pass::Status::SuccessWithoutChange, std::get<1>(result)); in TEST_F()
1667 EXPECT_EQ(Pass::Status::Failure, std::get<1>(result)); in TEST_F()
1707 EXPECT_EQ(Pass::Status::Failure, std::get<1>(result)); in TEST_F()
1763 EXPECT_EQ(Pass::Status::Failure, std::get<1>(result)); in TEST_F()
1807 EXPECT_EQ(Pass::Status::SuccessWithoutChange, std::get<1>(result)); in TEST_F()
1868 EXPECT_EQ(Pass::Status::SuccessWithoutChange, std::get<1>(result)); in TEST_F()
/third_party/glslang/glslang/MachineIndependent/
H A DScan.cpp72 get(); in consumeWhiteSpace()
83 get(); // consume the '/' in consumeComment()
88 get(); // consume the second '/' in consumeComment()
89 c = get(); in consumeComment()
92 c = get(); in consumeComment()
96 c = get(); in consumeComment()
104 c = get(); in consumeComment()
108 get(); in consumeComment()
109 c = get(); in consumeComment()
121 get(); // consum in consumeComment()
[all...]
/third_party/json/include/nlohmann/detail/input/
H A Dbinary_reader.hpp146 get(); in sax_parse()
198 get(); in get_bson_cstr()
232 return get_string(input_format_t::bson, len - static_cast<NumberType>(1), result) && get() != std::char_traits<char_type>::eof(); in get_bson_string()
309 return sax->boolean(get() != 0); in parse_bson_element_internal()
356 while (auto element_type = get()) in parse_bson_element_list()
423 switch (get_char ? get() : current) in parse_cbor_internal()
812 get(); in parse_cbor_internal()
833 const auto byte1_raw = get(); in parse_cbor_internal()
838 const auto byte2_raw = get(); in parse_cbor_internal()
975 while (get() ! in get_cbor_string()
2752 char_int_type get() get() function in detail::binary_reader
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderBuiltinTestsEXT.cpp251 multiviewCreateInfo.get(), // const void* pNext in createCustomRenderPass()
308 colorBufferView = makeImageView(vkd, device, colorBuffer->get(), viewType, format, colorSRR); in iterate()
316 const auto pipelineLayout = makePipelineLayout(vkd, device, setLayout.get()); in iterate()
320 const auto framebuffer = makeFramebuffer(vkd, device, renderPass.get(), colorBufferView.get(), extent.width, extent.height, (m_params.multiview ? 1u : m_params.numLayers)); in iterate()
328 taskModule = createShaderModule(vkd, device, binaries.get("task")); in iterate()
330 fragModule = createShaderModule(vkd, device, binaries.get("frag")); in iterate()
331 meshModule = createShaderModule(vkd, device, binaries.get("mesh")); in iterate()
356 pNext->fragmentSize = getShadingRateSize(m_params.fragmentSize.get()); in iterate()
366 pipelines.emplace_back(makeGraphicsPipeline(vkd, device, pipelineLayout.get(), in iterate()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderBuiltinTestsEXT.cpp251 multiviewCreateInfo.get(), // const void* pNext in createCustomRenderPass()
308 colorBufferView = makeImageView(vkd, device, colorBuffer->get(), viewType, format, colorSRR); in iterate()
316 const auto pipelineLayout = makePipelineLayout(vkd, device, setLayout.get()); in iterate()
320 const auto framebuffer = makeFramebuffer(vkd, device, renderPass.get(), colorBufferView.get(), extent.width, extent.height, (m_params.multiview ? 1u : m_params.numLayers)); in iterate()
328 taskModule = createShaderModule(vkd, device, binaries.get("task")); in iterate()
330 fragModule = createShaderModule(vkd, device, binaries.get("frag")); in iterate()
331 meshModule = createShaderModule(vkd, device, binaries.get("mesh")); in iterate()
356 pNext->fragmentSize = getShadingRateSize(m_params.fragmentSize.get()); in iterate()
366 pipelines.emplace_back(makeGraphicsPipeline(vkd, device, pipelineLayout.get(), in iterate()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp159 const MCInstrDesc &MadDesc = TII->get(Opc); in isInlineConstantIfFolded()
216 switch (TII.get(Opcode).OpInfo[OpNo].OperandType) { in updateOperand()
262 BuildMI(*MBB, MI, MI->getDebugLoc(), TII.get(AMDGPU::COPY), Dst1.getReg()) in updateOperand()
275 MI->setDesc(TII.get(AMDGPU::IMPLICIT_DEF)); in updateOperand()
348 MI->setDesc(TII->get(NewOpc)); in tryAddToFoldList()
354 MI->setDesc(TII->get(Opc)); in tryAddToFoldList()
359 MI->setDesc(TII->get(AMDGPU::S_SETREG_IMM32_B32)); in tryAddToFoldList()
415 // Make sure to get the 32-bit version of the commuted opcode. in tryAddToFoldList()
668 UseMI->setDesc(TII->get(AMDGPU::V_ACCVGPR_WRITE_B32)); in foldOperand()
681 UseMI->setDesc(TII->get(MovO in foldOperand()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp105 return ConstantInt::get(Ty, IVal->logBase2()); in getLogBase2()
116 Elts.push_back(UndefValue::get(Ty->getScalarType())); in getLogBase2()
121 Elts.push_back(ConstantInt::get(Ty->getScalarType(), IVal->logBase2())); in getLogBase2()
124 return ConstantVector::get(Elts); in getLogBase2()
251 ConstantInt::get(Y->getType(), PosVal)); in visitMul()
360 return SelectInst::Create(X, Op1, ConstantInt::get(I.getType(), 0)); in visitMul()
362 return SelectInst::Create(X, Op0, ConstantInt::get(I.getType(), 0)); in visitMul()
707 ConstantInt::get(Ty, Product)); in commonIDivTransforms()
717 ConstantInt::get(Ty, Quotient)); in commonIDivTransforms()
725 ConstantInt::get(T in commonIDivTransforms()
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dmap_test.cc333 // A naive begin() implementation will cause begin() to get slower and slower
377 // And we'll probably time out and never get here. So, this test is in TEST_F()
384 // time the insertions, to get a rough estimate of whether an O(n^2) worst case
1406 mf_int32_int32.Get(i, entry_int32_int32.get()); in TEST_F()
1414 mf_int32_double.Get(i, entry_int32_double.get()); in TEST_F()
1423 mf_string_string.Get(i, entry_string_string.get()); in TEST_F()
1433 mf_int32_foreign_message.Get(i, entry_int32_foreign_message.get()); in TEST_F()
1446 mmf_int32_int32.Get(i, entry_int32_int32.get()); in TEST_F()
1454 mmf_int32_double.Get(i, entry_int32_double.get()); in TEST_F()
1463 mmf_string_string.Get(i, entry_string_string.get()); in TEST_F()
[all...]
/test/xts/hats/hdf/codec/hdi_component_additional/
H A Dcodec_component_test.cpp1244 InitOmxCodecBuffer(*omxBuffer.get(), CODEC_BUFFER_TYPE_DYNAMIC_HANDLE); in HWTEST_F()
1247 ret = g_component->UseBuffer(INPUT_INDEX, *omxBuffer.get(), outBuffer); in HWTEST_F()
1267 InitOmxCodecBuffer(*omxBuffer.get(), CODEC_BUFFER_TYPE_HANDLE); in HWTEST_F()
1270 ret = g_component->UseBuffer(INPUT_INDEX, *omxBuffer.get(), outBuffer); in HWTEST_F()
1286 InitOmxCodecBuffer(*omxBuffer.get(), CODEC_BUFFER_TYPE_HANDLE); in HWTEST_F()
1289 ret = g_component->UseBuffer(INPUT_INDEX, *omxBuffer.get(), outBuffer); in HWTEST_F()
1305 InitOmxCodecBuffer(*omxBuffer.get(), CODEC_BUFFER_TYPE_HANDLE); in HWTEST_F()
1308 ret = g_component->UseBuffer(INPUT_INDEX, *omxBuffer.get(), outBuffer); in HWTEST_F()
1324 InitOmxCodecBuffer(*omxBuffer.get(), CODEC_BUFFER_TYPE_HANDLE); in HWTEST_F()
1327 ret = g_component->UseBuffer(INPUT_INDEX, *omxBuffer.get(), outBuffe in HWTEST_F()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp227 const LatticeCell &get(unsigned R) const { in get() function in __anon24612::MachineConstPropagator::CellMap
248 // this cell in "get". Also, have a "Bottom" cell to return from
249 // get when a value of a physical register is requested.
643 const LatticeCell &T = Cells.get(DefR.Reg); in visitPHI()
651 LatticeCell DefC = Cells.get(DefR.Reg); in visitPHI()
672 bool Eval = MCE.evaluate(UseR, Cells.get(UseR.Reg), SrcC); in visitPHI()
712 const LatticeCell &T = Cells.get(DefR.Reg); in visitNonBranch()
720 LatticeCell RC = Cells.get(DefR.Reg); in visitNonBranch()
721 Changed = RC.meet(Outputs.get(DefR.Reg)); in visitNonBranch()
795 << Cells.get(Re in visitUsesOf()
[all...]
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
H A Dinstaller_callback.cpp39 return future.get(); in GetResultCode()
46 return future.get(); in GetResultMsg()
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/drawing_surface/
H A Dsurface_frame_ohos_vulkan.cpp42 return surface_ != nullptr ? surface_->GetCanvas().get() : nullptr; in GetCanvas()
47 return surface_ != nullptr ? surface_.get() : nullptr; in GetSurface()
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/
H A Dsoftware_render_backend.cpp25 SurfaceFrameOhosRaster* framePtr = static_cast<SurfaceFrameOhosRaster*>(frame.get()); in AcquireSkCanvas()
43 return skCanvas_.get(); in AcquireSkCanvas()
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dbyte_array.h35 return { data_.get(), byteSize_ }; in GetData()
40 return { data_.get(), byteSize_ }; in GetData()
/kernel/linux/linux-5.10/sound/firewire/bebob/
H A Dbebob_yamaha_terratec.c54 .get = &clk_src_get,
57 .get = &snd_bebob_stream_get_rate,

Completed in 39 milliseconds

1...<<111112113114115116117118119120>>...627