Home
last modified time | relevance | path

Searched refs:initImpl (Results 1 – 25 of 140) sorted by relevance

123456

/dports/devel/kf5-kio/kio-5.89.0/src/ioslaves/trash/
H A Dkio_trash.cpp130 if (!initImpl()) { in rename()
182 if (!initImpl()) { in copy()
318 if (!initImpl()) { in stat()
381 if (!initImpl()) { in del()
411 if (!initImpl()) { in listDir()
529 if (!initImpl()) { in listRoot()
552 if (!initImpl()) { in special()
586 if (!initImpl()) { in put()
597 if (!initImpl()) { in get()
657 if (!initImpl()) {
[all …]
/dports/graphics/vigra/vigra-8acd73a/include/vigra/
H A Darray_vector.hxx554 initImpl(size, value_type(), VigraTrueType()); in ArrayVector()
561 initImpl(size, initial, VigraTrueType()); in ArrayVector()
569 initImpl(rhs.begin(), rhs.end(), VigraFalseType()); in ArrayVector()
577 initImpl(rhs.begin(), rhs.end(), VigraFalseType()); in ArrayVector()
583 initImpl(i, end, typename NumericTraits<InputIterator>::isIntegral()); in ArrayVector()
590 initImpl(i, end, typename NumericTraits<InputIterator>::isIntegral()); in ArrayVector()
666 void initImpl( size_type size, value_type const & initial, VigraTrueType /*isIntegral*/);
669 void initImpl( Iter i, Iter end, VigraFalseType /*isIntegral*/);
672 void initImpl( Iter i, Iter end, Error_NumericTraits_not_specialized_for_this_case) in initImpl() function in vigra::ArrayVector
674 initImpl(i, end, VigraFalseType()); in initImpl()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.crypto.ec/share/classes/sun/security/ec/ed/
H A DEdDSASignature.java122 initImpl(params); in engineInitVerify()
146 initImpl(edKey.getParams()); in engineInitSign()
222 private void initImpl(EdDSAParameters params) throws InvalidKeyException { in initImpl() method in EdDSASignature
235 private void initImpl(NamedParameterSpec paramSpec) in initImpl() method in EdDSASignature
240 initImpl(params); in initImpl()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.crypto.ec/share/classes/sun/security/ec/ed/
H A DEdDSASignature.java122 initImpl(params); in engineInitVerify()
146 initImpl(edKey.getParams()); in engineInitSign()
222 private void initImpl(EdDSAParameters params) throws InvalidKeyException { in initImpl() method in EdDSASignature
235 private void initImpl(NamedParameterSpec paramSpec) in initImpl() method in EdDSASignature
240 initImpl(params); in initImpl()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.crypto.ec/share/classes/sun/security/ec/ed/
H A DEdDSASignature.java122 initImpl(params); in engineInitVerify()
146 initImpl(edKey.getParams()); in engineInitSign()
222 private void initImpl(EdDSAParameters params) throws InvalidKeyException { in initImpl() method in EdDSASignature
235 private void initImpl(NamedParameterSpec paramSpec) in initImpl() method in EdDSASignature
240 initImpl(params); in initImpl()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.crypto.ec/share/classes/sun/security/ec/
H A DXDHKeyAgreement.java62 initImpl(key); in engineInit()
70 initImpl(key); in engineInit()
95 private void initImpl(Key key) throws InvalidKeyException { in initImpl() method in XDHKeyAgreement
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.crypto.ec/share/classes/sun/security/ec/
H A DXDHKeyAgreement.java63 initImpl(key); in engineInit()
71 initImpl(key); in engineInit()
96 private void initImpl(Key key) throws InvalidKeyException { in initImpl() method in XDHKeyAgreement
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.crypto.ec/share/classes/sun/security/ec/
H A DXDHKeyAgreement.java63 initImpl(key); in engineInit()
71 initImpl(key); in engineInit()
96 private void initImpl(Key key) throws InvalidKeyException { in initImpl() method in XDHKeyAgreement
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.crypto.ec/share/classes/sun/security/ec/
H A DXDHKeyAgreement.java63 initImpl(key); in engineInit()
71 initImpl(key); in engineInit()
96 private void initImpl(Key key) throws InvalidKeyException { in initImpl() method in XDHKeyAgreement
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.crypto.ec/share/classes/sun/security/ec/
H A DXDHKeyAgreement.java63 initImpl(key); in engineInit()
71 initImpl(key); in engineInit()
96 private void initImpl(Key key) throws InvalidKeyException { in initImpl() method in XDHKeyAgreement
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.crypto.ec/share/classes/sun/security/ec/
H A DXDHKeyAgreement.java63 initImpl(key); in engineInit()
71 initImpl(key); in engineInit()
96 private void initImpl(Key key) throws InvalidKeyException { in initImpl() method in XDHKeyAgreement
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.crypto.ec/share/classes/sun/security/ec/
H A DXDHKeyAgreement.java63 initImpl(key); in engineInit()
71 initImpl(key); in engineInit()
96 private void initImpl(Key key) throws InvalidKeyException { in initImpl() method in XDHKeyAgreement
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.crypto.ec/share/classes/sun/security/ec/
H A DXDHKeyAgreement.java63 initImpl(key); in engineInit()
71 initImpl(key); in engineInit()
96 private void initImpl(Key key) throws InvalidKeyException { in initImpl() method in XDHKeyAgreement
/dports/lang/nim/nim-1.6.2/lib/pure/collections/
H A Dsetimpl.nim18 template initImpl(s: typed, size: int) =
28 initImpl(s, defaultInitialSize)
47 initImpl(s, defaultInitialSize)
59 initImpl(s, defaultInitialSize)
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/com/jogamp/opengl/util/
H A DAnimatorBase.java152 protected final synchronized void initImpl(final boolean force) { in initImpl() method in AnimatorBase
192 initImpl(true); in setModeBits()
206 initImpl(false); in add()
582 initImpl(false); in finishLifecycleAction()
/dports/devel/capnproto080/capnproto-0.8.0/c++/src/kj/
H A Dmutex.h542 InitImpl<Func> initImpl(*this, kj::fwd<Func>(init)); in get()
543 once.runOnce(initImpl); in get()
552 InitImpl<Func> initImpl(*this, kj::fwd<Func>(init)); in get()
553 once.runOnce(initImpl); in get()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/tracking/doc/
H A D[Tutorial] Adding new Tracker Method for dummies87 bool initImpl( const Mat& image, const Rect2d& boundingBox );
114 bool TrackerKCFImpl::initImpl( const Mat& image, const Rect2d& boundingBox ){
/dports/graphics/opencv/opencv-4.5.3/modules/ml/src/
H A Dknearest.cpp434 initImpl(val); in setAlgorithmType()
444 initImpl(BRUTE_FORCE); in KNearestImpl()
466 initImpl(algorithmType); in read()
492 void initImpl(int algorithmType) in initImpl() function in cv::ml::CV_FINAL
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/apps/modeler/include/pcl/apps/modeler/
H A Dpoints_actor_item.h62 initImpl() override;
H A Dnormals_actor_item.h65 initImpl() override;
/dports/net-im/telepathy-qt/telepathy-qt-0.9.8/tests/dbus/
H A Ddo-nothing.cpp38 initImpl(); in init()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/vulkan/android/
H A DHardwareBufferImageSiblingVkAndroid.cpp69 return angle::ToEGL(initImpl(displayVk), displayVk, EGL_BAD_PARAMETER); in initialize()
72 angle::Result HardwareBufferImageSiblingVkAndroid::initImpl(DisplayVk *displayVk) in initImpl() function in rx::HardwareBufferImageSiblingVkAndroid
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/superres/src/
H A Dsuper_resolution.cpp70 initImpl(frameSource_); in nextFrame()
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/tools/
H A Drotate_pattern_tool.h61 void initImpl() override;
H A Dscale_tool.h53 void initImpl() override;

123456