Home
last modified time | relevance | path

Searched defs:fillData (Results 1 – 25 of 104) sorted by relevance

12345

/dports/net-p2p/libktorrent/libktorrent-21.12.3/src/utp/
H A Dpacketbuffer.cpp59 bt::Uint32 PacketBuffer::fillData(bt::CircularBuffer &cbuf, bt::Uint32 to_read) in fillData() function in utp::PacketBuffer
74 bt::Uint32 PacketBuffer::fillData(const bt::Uint8 *data, bt::Uint32 data_size) in fillData() function in utp::PacketBuffer
/dports/math/scilab/scilab-6.1.1/scilab/modules/graph/src/java/org/scilab/modules/graph/io/
H A DScilabIntegerCodec.java214 private void fillData(Node node, byte[][] data) throws UnrecognizeFormatException { in fillData() method in ScilabIntegerCodec
247 private void fillData(Node node, short[][] data) throws UnrecognizeFormatException { in fillData() method in ScilabIntegerCodec
280 private void fillData(Node node, int[][] data) throws UnrecognizeFormatException { in fillData() method in ScilabIntegerCodec
313 private void fillData(Node node, long[][] data) throws UnrecognizeFormatException { in fillData() method in ScilabIntegerCodec
H A DScilabBooleanCodec.java160 private void fillData(Node node, final boolean[][] data) throws UnrecognizeFormatException { in fillData() method in ScilabBooleanCodec
H A DScilabStringCodec.java160 private void fillData(Node node, final String[][] data) throws UnrecognizeFormatException { in fillData() method in ScilabStringCodec
H A DScilabDoubleCodec.java176 …private boolean fillData(Node node, double[][] realData, double[][] imgData) throws UnrecognizeFor… in fillData() method in ScilabDoubleCodec
/dports/math/libxsmm/libxsmm-1.16.3/samples/deeplearning/gxm/src/
H A DDummyData.cpp126 void DummyDataNode::fillData(float* ptr, long long int size) in fillData() function in DummyDataNode
179 void DummyDataNode::fillData(int* ptr, long long int size) in fillData() function in DummyDataNode
199 void DummyDataNode::fillData(float *inptr, libxsmm_bfloat16* outptr, long long int size) in fillData() function in DummyDataNode
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/render/renderstates/
H A Dqstenciloperation.cpp127 void QStencilOperationPrivate::fillData(QStencilOperationData &data) const in fillData() function in Qt3DRender::QStencilOperationPrivate
H A Dqstenciltest.cpp130 void QStencilTestPrivate::fillData(QStencilTestData &data) const in fillData() function in Qt3DRender::QStencilTestPrivate
/dports/games/lordsawar/lordsawar-0.3.2/src/
H A DMoveResult.cpp42 void MoveResult::fillData(Stack *s, int stepCount, bool searched_temple, bool searched_ruin, bool g… in fillData() function in MoveResult
H A Drecently-played-game.cpp152 bool RecentlyPlayedHotseatGame::fillData(Glib::ustring filename) in fillData() function in RecentlyPlayedHotseatGame
202 bool RecentlyPlayedNetworkedGame::fillData(Glib::ustring host, guint32 port) in fillData() function in RecentlyPlayedNetworkedGame
/dports/java/berkeley-db/je-6.2.31/test/com/sleepycat/je/rep/util/ldiff/
H A DRemoteProcessingTest.java49 private void fillData() throws Exception { in fillData() method in RemoteProcessingTest
/dports/www/orangehrm/orangehrm-4.9/installer/
H A DApplicationSetupUtility.php124 public static function fillData($phase=1, $source='/dbscript/dbscript-') { function in ApplicationSetupUtility
/dports/www/ilias6/ILIAS-6.14/Modules/LTIConsumer/classes/
H A Dclass.ilLTIConsumerResult.php98 protected function fillData($data) function in ilLTIConsumerResult
/dports/graphics/blend2d/blend2d-592d1ba52672bbf6365aba476bfe26b7bd2dfab8/src/blend2d/pipegen/
H A Dfillpart.cpp56 x86::Gp fillData = pc->_fillData; in compile() local
200 x86::Gp fillData = pc->_fillData; in compile() local
387 x86::Gp fillData = pc->_fillData; in compile() local
/dports/graphics/blend2d/blend2d-592d1ba52672bbf6365aba476bfe26b7bd2dfab8/src/blend2d/fixedpipe/
H A Dfixedpiperuntime.cpp32 BLPipeFillData::BoxAA* fillData = static_cast<BLPipeFillData::BoxAA*>(fillData_); in pipeline() local
78 BLPipeFillData::Analytic* fillData = static_cast<BLPipeFillData::Analytic*>(fillData_); in pipeline() local
/dports/devel/py-opengrok-tools/opengrok-1.3.16/suggester/src/test/java/org/opengrok/suggest/popular/impl/
H A DChronicleMapAdapterTest.java72 private void fillData(int start, int end, ChronicleMapAdapter map) { in fillData() method in ChronicleMapAdapterTest
/dports/graphics/blend2d/blend2d-592d1ba52672bbf6365aba476bfe26b7bd2dfab8/src/blend2d/raster/
H A Drasterfiller_p.h31 BLPipeFillData fillData; variable
/dports/graphics/krita/krita-4.4.8/plugins/impex/heightmap/
H A Dkis_heightmap_import.cpp54 void fillData(KisPaintDeviceSP pd, int w, int h, QDataStream &stream) { in fillData() function
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/core3/util/
H A DLightHashSet.java342 final String[] fillData = new String[(int)((1<<20) * 0.93f)]; in test() local
459 final String[] fillData = new String[1048]; in main() local
H A DLightHashMap.java435 final String[] fillData = new String[(int)((1<<21) * 0.93f)]; in test() local
552 final String[] fillData = new String[1048]; in main() local
/dports/devel/ignition-common/ignitionrobotics-ign-common-a5c4d5a35bb8/graphics/src/
H A DColladaExporter.cc288 std::ostringstream fillData; in ExportGeometrySource() local
468 std::ostringstream fillData; in ExportGeometries() local
/dports/graphics/krita/krita-4.4.8/libs/ui/opengl/
H A Dkis_texture_tile.cpp66 const QByteArray &fillData, KisOpenGL::FilterMode filter, in KisTextureTile()
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/layout/
H A DFillLayout.java150 FillData fillData; in computeChildSize() local
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/datasets/samples/
H A Dar_hmdb_benchmark.cpp62 void fillData(const string &path, vector< Ptr<Object> > &curr, Index &flann_index, Mat1f &data, Mat… in fillData() function
/dports/misc/freeguide/freeguide-0.11.1/src/freeguide/plugins/program/freeguide/dialogs/
H A DChannelSetEditorDialog.java93 private void fillData( ) in fillData() method in ChannelSetEditorDialog

12345