Home
last modified time | relevance | path

Searched defs:resizeArray (Results 1 – 11 of 11) sorted by relevance

/dports/devel/qca/qca-2.3.4/unittest/securearrayunittest/
H A Dsecurearrayunittest.cpp121 QCA::SecureArray resizeArray = emptyArray; in testAll() local
/dports/www/grails/grails-1.3.6/src/java/org/codehaus/groovy/grails/web/pages/
H A DGSPWriter.java87 private Object resizeArray (Object oldArray, int newSize) { in resizeArray() method in GSPWriter
/dports/audio/musicpd/mpd-0.23.6/src/pcm/AudioCompress/
H A Dcompress.c64 static int *resizeArray(int *data, int newsz, int oldsz) in resizeArray() function
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osgsharedarray/
H A Dosgsharedarray.cpp129 …virtual void resizeArray(unsigned int num) { OSG_NOTICE<<"resizeArray() not supported"<<std::endl;… in resizeArray() function in MyArray
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osgsharedarray/
H A Dosgsharedarray.cpp133 …virtual void resizeArray(unsigned int /*num*/) { OSG_NOTICE<<"resizeArray() not supported"<<std::e… in resizeArray() function in MyArray
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/util/
H A DContiguousCharArrayArray.java230 protected final void resizeArray(int requestedSize) { in resizeArray() method in ContiguousCharArrayArray
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/util/
H A DContiguousCharArrayArray.java230 protected final void resizeArray(int requestedSize) { in resizeArray() method in ContiguousCharArrayArray
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/asobj/
H A DArray_as.cpp1617 resizeArray(as_object& o, const int size) in resizeArray() function
/dports/devel/jsoncpp/jsoncpp-1.9.5/src/test_lib_json/
H A Dmain.cpp326 JSONTEST_FIXTURE_LOCAL(ValueTest, resizeArray) { in JSONTEST_FIXTURE_LOCAL() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/jsoncpp/source/src/test_lib_json/
H A Dmain.cpp324 JSONTEST_FIXTURE_LOCAL(ValueTest, resizeArray) { in JSONTEST_FIXTURE_LOCAL() argument
/dports/math/clp/Clp-1.17.3/Clp/src/
H A DAbcSimplex.cpp281 T *resizeArray(T *array, int oldSize1, int oldSize2, int newSize1, int newSize2, int extra) in resizeArray() function