Home
last modified time | relevance | path

Searched defs:exList (Results 1 – 16 of 16) sorted by relevance

/dports/math/vowpal_wabbit/vowpal_wabbit-7.10/python/
H A Dtest.py57 exList = [] variable
66 exList = [] # this should __del__ the examples, we hope :) variable
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication/
H A DRequestTest.java214 ExceptionList exList = orb.create_exception_list(); in testSystemException() local
243 ExceptionList exList = orb.create_exception_list(); in testUserException() local
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication/
H A DRequestTest.java214 ExceptionList exList = orb.create_exception_list(); in testSystemException() local
243 ExceptionList exList = orb.create_exception_list(); in testUserException() local
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication/
H A DRequestTest.java214 ExceptionList exList = orb.create_exception_list(); in testSystemException() local
243 ExceptionList exList = orb.create_exception_list(); in testUserException() local
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication/
H A DRequestTest.java214 ExceptionList exList = orb.create_exception_list(); in testSystemException() local
243 ExceptionList exList = orb.create_exception_list(); in testUserException() local
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication/
H A DRequestTest.java214 ExceptionList exList = orb.create_exception_list(); in testSystemException() local
243 ExceptionList exList = orb.create_exception_list(); in testUserException() local
/dports/sysutils/kf5-baloo/baloo-5.89.0/src/tools/balooctl/
H A Dindexer.cpp34 const QList<KFileMetaData::Extractor*> exList = m_extractorCollection.fetchExtractors(mimetype); in index() local
/dports/sysutils/baloo-widgets/baloo-widgets-21.12.3/src/
H A Dextractor.cpp57 const QList<KFileMetaData::Extractor *> exList = collection.fetchExtractors(mimetype); in main() local
/dports/devel/kf5-kfilemetadata/kfilemetadata-5.89.0/tests/
H A Ddump.cpp47 QList<KFileMetaData::Extractor*> exList = extractors.fetchExtractors(mimetype); in main() local
/dports/math/jacop/jacop-4.8.0/src/main/java/org/jacop/constraints/
H A DProfileItemCondition.java66 int exclusiveRectsSize(ExclusiveList exList) { in exclusiveRectsSize()
89 ExclusiveList exList, int[] r) { in overlap()
H A DProfileConditional.java55 void addToProfile(int index, int a, int b, int val, ExclusiveList exList) { in addToProfile()
/dports/sysutils/kf5-baloo/baloo-5.89.0/src/file/extractor/
H A Dapp.cpp167 const QList<KFileMetaData::Extractor*> exList = m_extractorCollection.fetchExtractors(mimetype); in index() local
/dports/audio/elisa/elisa-21.12.3/src/
H A Dfilescanner.cpp120 const QList<KFileMetaData::Extractor*> &exList = d->mAllExtractors.fetchExtractors(mimetype); in scanOneFile() local
/dports/misc/tellico/tellico-3.4.2/src/translators/
H A Dfilelistingimporter.cpp176 QList<KFileMetaData::Extractor*> exList = extractors.fetchExtractors(item.mimetype()); local
/dports/deskutils/kfind/kfind-21.12.3/src/
H A Dkquery.cpp342 const QList<KFileMetaData::Extractor*> exList = extractors.fetchExtractors(mimetype); in processQuery() local
/dports/graphics/tesseract/tesseract-5.0.0/src/lstm/
H A Drecodebeam.cpp711 void RecodeBeamSearch::ComputeSecTopN(std::unordered_set<int> *exList, in ComputeSecTopN()