Home
last modified time | relevance | path

Searched defs:dimensions (Results 126 – 150 of 5427) sorted by relevance

12345678910>>...218

/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/
H A DColumnHeader.php21 public $dimensions; variable in Google_Service_AnalyticsReporting_ColumnHeader
25 public function setDimensions($dimensions)
H A DReportRow.php21 public $dimensions; variable in Google_Service_AnalyticsReporting_ReportRow
25 public function setDimensions($dimensions)
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AnalyticsReporting/
H A DReportRow.php21 public $dimensions; variable in Google_Service_AnalyticsReporting_ReportRow
25 public function setDimensions($dimensions)
H A DColumnHeader.php21 public $dimensions; variable in Google_Service_AnalyticsReporting_ColumnHeader
25 public function setDimensions($dimensions)
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/capture/video/
H A Dshared_memory_buffer_tracker.cc35 const gfx::Size& dimensions, in CalculateRequiredBufferSize()
61 bool SharedMemoryBufferTracker::Init(const gfx::Size& dimensions, in Init()
73 const gfx::Size& dimensions, in IsReusableForFormat()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/capture/video/
H A Dshared_memory_buffer_tracker.cc34 const gfx::Size& dimensions, in CalculateRequiredBufferSize()
60 bool SharedMemoryBufferTracker::Init(const gfx::Size& dimensions, in Init()
72 const gfx::Size& dimensions, in IsReusableForFormat()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/Parser/
H A DTypeParser.cpp199 SmallVector<int64_t, 4> dimensions; in parseMemRefType() local
387 SmallVector<int64_t, 4> dimensions; in parseTensorType() local
452 SmallVector<int64_t, 4> dimensions; in parseVectorType() local
485 Parser::parseDimensionListRanked(SmallVectorImpl<int64_t> &dimensions, in parseDimensionListRanked()
542 ParseResult Parser::parseStrideList(SmallVectorImpl<int64_t> &dimensions) { in parseStrideList()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Parser/
H A DTypeParser.cpp200 SmallVector<int64_t, 4> dimensions; in parseMemRefType() local
389 SmallVector<int64_t, 4> dimensions; in parseTensorType() local
469 SmallVector<int64_t, 4> dimensions; in parseVectorType() local
502 Parser::parseDimensionListRanked(SmallVectorImpl<int64_t> &dimensions, in parseDimensionListRanked()
559 ParseResult Parser::parseStrideList(SmallVectorImpl<int64_t> &dimensions) { in parseStrideList()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Parser/
H A DTypeParser.cpp201 SmallVector<int64_t, 4> dimensions; in parseMemRefType() local
394 SmallVector<int64_t, 4> dimensions; in parseTensorType() local
459 SmallVector<int64_t, 4> dimensions; in parseVectorType() local
492 Parser::parseDimensionListRanked(SmallVectorImpl<int64_t> &dimensions, in parseDimensionListRanked()
549 ParseResult Parser::parseStrideList(SmallVectorImpl<int64_t> &dimensions) { in parseStrideList()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/Parser/
H A DTypeParser.cpp199 SmallVector<int64_t, 4> dimensions; in parseMemRefType() local
386 SmallVector<int64_t, 4> dimensions; in parseTensorType() local
451 SmallVector<int64_t, 4> dimensions; in parseVectorType() local
484 Parser::parseDimensionListRanked(SmallVectorImpl<int64_t> &dimensions, in parseDimensionListRanked()
541 ParseResult Parser::parseStrideList(SmallVectorImpl<int64_t> &dimensions) { in parseStrideList()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Parser/
H A DTypeParser.cpp201 SmallVector<int64_t, 4> dimensions; in parseMemRefType() local
394 SmallVector<int64_t, 4> dimensions; in parseTensorType() local
459 SmallVector<int64_t, 4> dimensions; in parseVectorType() local
492 Parser::parseDimensionListRanked(SmallVectorImpl<int64_t> &dimensions, in parseDimensionListRanked()
549 ParseResult Parser::parseStrideList(SmallVectorImpl<int64_t> &dimensions) { in parseStrideList()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/gil/
H A Dimage.hpp62 const point_t& dimensions() const { return _view.dimensions(); } in dimensions() function in boost::gil::image
71 image(const point_t& dimensions, in image()
81 image(const point_t& dimensions, in image()
170 void allocate_and_default_construct(const point_t& dimensions) { in allocate_and_default_construct()
177 void allocate_and_fill(const point_t& dimensions, const Pixel& p_in) { in allocate_and_fill()
185 void allocate_and_copy(const point_t& dimensions, const View& v) { in allocate_and_copy()
192 void deallocate(const point_t& dimensions) { in deallocate()
226 …void allocate_(const point_t& dimensions, mpl::false_) { // if it throws and _memory!=0 the clien… in allocate_()
232 …void allocate_(const point_t& dimensions, mpl::true_) { // if it throws and _memory!=0 the clien… in allocate_()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/gil/
H A Dimage.hpp62 const point_t& dimensions() const { return _view.dimensions(); } in dimensions() function in boost::gil::image
71 image(const point_t& dimensions, in image()
81 image(const point_t& dimensions, in image()
170 void allocate_and_default_construct(const point_t& dimensions) { in allocate_and_default_construct()
177 void allocate_and_fill(const point_t& dimensions, const Pixel& p_in) { in allocate_and_fill()
185 void allocate_and_copy(const point_t& dimensions, const View& v) { in allocate_and_copy()
192 void deallocate(const point_t& dimensions) { in deallocate()
226 …void allocate_(const point_t& dimensions, mpl::false_) { // if it throws and _memory!=0 the clien… in allocate_()
232 …void allocate_(const point_t& dimensions, mpl::true_) { // if it throws and _memory!=0 the clien… in allocate_()
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/gil/
H A Dimage.hpp62 const point_t& dimensions() const { return _view.dimensions(); } in dimensions() function in boost::gil::image
71 image(const point_t& dimensions, in image()
81 image(const point_t& dimensions, in image()
170 void allocate_and_default_construct(const point_t& dimensions) { in allocate_and_default_construct()
177 void allocate_and_fill(const point_t& dimensions, const Pixel& p_in) { in allocate_and_fill()
185 void allocate_and_copy(const point_t& dimensions, const View& v) { in allocate_and_copy()
192 void deallocate(const point_t& dimensions) { in deallocate()
226 …void allocate_(const point_t& dimensions, mpl::false_) { // if it throws and _memory!=0 the clien… in allocate_()
232 …void allocate_(const point_t& dimensions, mpl::true_) { // if it throws and _memory!=0 the clien… in allocate_()
/dports/databases/xtrabackup/boost_1_59_0/boost/gil/
H A Dimage.hpp62 const point_t& dimensions() const { return _view.dimensions(); } in dimensions() function in boost::gil::image
71 image(const point_t& dimensions, in image()
81 image(const point_t& dimensions, in image()
170 void allocate_and_default_construct(const point_t& dimensions) { in allocate_and_default_construct()
177 void allocate_and_fill(const point_t& dimensions, const Pixel& p_in) { in allocate_and_fill()
185 void allocate_and_copy(const point_t& dimensions, const View& v) { in allocate_and_copy()
192 void deallocate(const point_t& dimensions) { in deallocate()
226 …void allocate_(const point_t& dimensions, mpl::false_) { // if it throws and _memory!=0 the clien… in allocate_()
232 …void allocate_(const point_t& dimensions, mpl::true_) { // if it throws and _memory!=0 the clien… in allocate_()
/dports/databases/percona57-server/boost_1_59_0/boost/gil/
H A Dimage.hpp62 const point_t& dimensions() const { return _view.dimensions(); } in dimensions() function in boost::gil::image
71 image(const point_t& dimensions, in image()
81 image(const point_t& dimensions, in image()
170 void allocate_and_default_construct(const point_t& dimensions) { in allocate_and_default_construct()
177 void allocate_and_fill(const point_t& dimensions, const Pixel& p_in) { in allocate_and_fill()
185 void allocate_and_copy(const point_t& dimensions, const View& v) { in allocate_and_copy()
192 void deallocate(const point_t& dimensions) { in deallocate()
226 …void allocate_(const point_t& dimensions, mpl::false_) { // if it throws and _memory!=0 the clien… in allocate_()
232 …void allocate_(const point_t& dimensions, mpl::true_) { // if it throws and _memory!=0 the clien… in allocate_()
/dports/databases/percona57-client/boost_1_59_0/boost/gil/
H A Dimage.hpp62 const point_t& dimensions() const { return _view.dimensions(); } in dimensions() function in boost::gil::image
71 image(const point_t& dimensions, in image()
81 image(const point_t& dimensions, in image()
170 void allocate_and_default_construct(const point_t& dimensions) { in allocate_and_default_construct()
177 void allocate_and_fill(const point_t& dimensions, const Pixel& p_in) { in allocate_and_fill()
185 void allocate_and_copy(const point_t& dimensions, const View& v) { in allocate_and_copy()
192 void deallocate(const point_t& dimensions) { in deallocate()
226 …void allocate_(const point_t& dimensions, mpl::false_) { // if it throws and _memory!=0 the clien… in allocate_()
232 …void allocate_(const point_t& dimensions, mpl::true_) { // if it throws and _memory!=0 the clien… in allocate_()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/gil/
H A Dimage.hpp62 const point_t& dimensions() const { return _view.dimensions(); } in dimensions() function in boost::gil::image
71 image(const point_t& dimensions, in image()
81 image(const point_t& dimensions, in image()
170 void allocate_and_default_construct(const point_t& dimensions) { in allocate_and_default_construct()
177 void allocate_and_fill(const point_t& dimensions, const Pixel& p_in) { in allocate_and_fill()
185 void allocate_and_copy(const point_t& dimensions, const View& v) { in allocate_and_copy()
192 void deallocate(const point_t& dimensions) { in deallocate()
226 …void allocate_(const point_t& dimensions, mpl::false_) { // if it throws and _memory!=0 the clien… in allocate_()
232 …void allocate_(const point_t& dimensions, mpl::true_) { // if it throws and _memory!=0 the clien… in allocate_()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/gil/
H A Dimage.hpp62 const point_t& dimensions() const { return _view.dimensions(); } in dimensions() function in boost::gil::image
71 image(const point_t& dimensions, in image()
81 image(const point_t& dimensions, in image()
170 void allocate_and_default_construct(const point_t& dimensions) { in allocate_and_default_construct()
177 void allocate_and_fill(const point_t& dimensions, const Pixel& p_in) { in allocate_and_fill()
185 void allocate_and_copy(const point_t& dimensions, const View& v) { in allocate_and_copy()
192 void deallocate(const point_t& dimensions) { in deallocate()
226 …void allocate_(const point_t& dimensions, mpl::false_) { // if it throws and _memory!=0 the clien… in allocate_()
232 …void allocate_(const point_t& dimensions, mpl::true_) { // if it throws and _memory!=0 the clien… in allocate_()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Source/Debugger/
H A DGeometry.cpp46 void Geometry::RenderOutline(const Core::Vector2f& origin, const Core::Vector2f& dimensions, const … in RenderOutline()
65 void Geometry::RenderBox(const Core::Vector2f& origin, const Core::Vector2f& dimensions, const Core… in RenderBox()
81 void Geometry::RenderBox(const Core::Vector2f& origin, const Core::Vector2f& dimensions, const Core… in RenderBox()
/dports/misc/usd/USD-21.11/pxr/imaging/hgi/
H A Dtypes.cpp182 const GfVec3i &dimensions) in HgiGetDataSize()
195 _ComputeNumMipLevels(const GfVec3i &dimensions) in _ComputeNumMipLevels()
213 const GfVec3i& dimensions, in HgiGetMipInfos()
/dports/irc/smuxi/smuxi-1.1/lib/db4o-net/Db4objects.Db4o/native/Db4objects.Db4o/Reflect/Net/
H A DNetArray.cs62 public override object NewInstance(IReflectClass componentType, int[] dimensions) in NewInstance()
73 private static object UnfoldArrayCreation(Type type, int[] dimensions, int dimensionIndex) in UnfoldArrayCreation()
89 private static System.Type GetArrayType(Type type, int dimensions) in GetArrayType()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/xdmf3/vtkxdmf3/core/dsm/
H A DXdmfHDF5ControllerDSM.cpp48 const std::vector<unsigned int> & dimensions, in New()
70 const std::vector<unsigned int> & dimensions, in New()
97 const std::vector<unsigned int> & dimensions, in New()
119 const std::vector<unsigned int> & dimensions, in New()
148 const std::vector<unsigned int> & dimensions, in XdmfHDF5ControllerDSM()
172 const std::vector<unsigned int> & dimensions, in XdmfHDF5ControllerDSM()
212 const std::vector<unsigned int> & dimensions, in XdmfHDF5ControllerDSM()
250 const std::vector<unsigned int> & dimensions, in XdmfHDF5ControllerDSM()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/cont/
H A DDataSetBuilderUniform.cxx42 vtkm::cont::DataSet DataSetBuilderUniform::Create(const vtkm::Id2& dimensions, in Create()
51 vtkm::cont::DataSet DataSetBuilderUniform::Create(const vtkm::Id3& dimensions, in Create()
64 const vtkm::Id3& dimensions, in CreateDataSet()
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/lookup/
H A DArrayBinding.java25 public int dimensions; field in ArrayBinding
29 public ArrayBinding(TypeBinding type, int dimensions) { in ArrayBinding()
59 public int dimensions() { in dimensions() method in ArrayBinding

12345678910>>...218