Home
last modified time | relevance | path

Searched refs:clsname (Results 1 – 25 of 655) sorted by relevance

12345678910>>...27

/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/klib/
H A Drefcount.c138 REFMSG ( clsname, "whack", self ); in KRefcountWhack()
144 REFMSG ( clsname, "whack", self ); in KDualRefWhack()
170 clsname, self, prior ) ); in KRefcountAdd()
178 clsname, self, prior ) ); in KRefcountAdd()
189 clsname, self, prior ) ); in KRefcountAdd()
207 REFMSG ( clsname, "addref", self ); in KRefcountAdd()
263 REFMSG ( clsname, "addref", self ); in KDualRefAdd()
301 REFMSG ( clsname, "release", self ); in KRefcountDrop()
383 REFMSG ( clsname, "attach", self ); in KRefcountAddDep()
434 REFMSG ( clsname, "attach", self ); in KDualRefAddDep()
[all …]
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/klib/
H A Drefcount.c138 REFMSG ( clsname, "whack", self ); in KRefcountWhack()
144 REFMSG ( clsname, "whack", self ); in KDualRefWhack()
170 clsname, self, prior ) ); in KRefcountAdd()
178 clsname, self, prior ) ); in KRefcountAdd()
189 clsname, self, prior ) ); in KRefcountAdd()
207 REFMSG ( clsname, "addref", self ); in KRefcountAdd()
263 REFMSG ( clsname, "addref", self ); in KDualRefAdd()
301 REFMSG ( clsname, "release", self ); in KRefcountDrop()
383 REFMSG ( clsname, "attach", self ); in KRefcountAddDep()
434 REFMSG ( clsname, "attach", self ); in KDualRefAddDep()
[all …]
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/interfaces/kfc/
H A Drefcount.h212 #define KRefcountWhack( self, clsname ) \ argument
213 REFMSG ( clsname, "whack", self )
214 #define KRefcountAdd( self, clsname ) \ argument
215 ( REFMSG_COMMA ( clsname, "addref", self ) \
218 #define KRefcountDrop( self, clsname ) \ argument
222 #define KRefcountAddDep( self, clsname ) \ argument
223 ( REFMSG_COMMA ( clsname, "attach", self ) \
226 #define KRefcountDropDep( self, clsname ) \ argument
227 ( REFMSG_COMMA ( clsname, "sever", self ) \
237 #define REFMSG( clsname, op, instance ) \ argument
[all …]
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/interfaces/kfc/
H A Drefcount.h212 #define KRefcountWhack( self, clsname ) \ argument
213 REFMSG ( clsname, "whack", self )
214 #define KRefcountAdd( self, clsname ) \ argument
215 ( REFMSG_COMMA ( clsname, "addref", self ) \
218 #define KRefcountDrop( self, clsname ) \ argument
222 #define KRefcountAddDep( self, clsname ) \ argument
223 ( REFMSG_COMMA ( clsname, "attach", self ) \
226 #define KRefcountDropDep( self, clsname ) \ argument
227 ( REFMSG_COMMA ( clsname, "sever", self ) \
237 #define REFMSG( clsname, op, instance ) \ argument
[all …]
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/cherrypy/test/
H A Dtest_iterator.py87 def count(self, clsname): argument
92 def getall(self, clsname): argument
94 return globals()[clsname]()
98 def stream(self, clsname): argument
99 return self.getall(clsname)
123 for clsname in all_classes:
124 self.getPage('/count/' + clsname)
131 for clsname in all_classes:
156 for clsname in all_classes:
176 if clsname in closables:
[all …]
/dports/www/py-cherrypy/CherryPy-17.4.2/cherrypy/test/
H A Dtest_iterator.py89 def count(self, clsname): argument
94 def getall(self, clsname): argument
96 return globals()[clsname]()
100 def stream(self, clsname): argument
101 return self.getall(clsname)
125 for clsname in all_classes:
126 self.getPage('/count/' + clsname)
133 for clsname in all_classes:
158 for clsname in all_classes:
178 if clsname in closables:
[all …]
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/interfaces/klib/
H A Drefcount.h82 #define REFNEW( clsname, op, name, instance, refcount ) \ argument
85 clsname, op, name, instance, refcount ))
86 #define CNTMSG( clsname, op, instance, refcount ) \ argument
88 op, instance, refcount, clsname ))
89 #define REFMSG( clsname, op, instance ) \ argument
90 CNTMSG ( clsname, op, instance, atomic32_read ( instance ) )
91 #define REFNEW_COMMA( clsname, op, name, instance, refcount ) \ argument
92 REFNEW ( clsname, op, name, instance, refcount ),
93 #define REFMSG_COMMA( clsname, op, instance ) \ argument
94 REFMSG ( clsname, op, instance ),
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/interfaces/klib/
H A Drefcount.h82 #define REFNEW( clsname, op, name, instance, refcount ) \ argument
85 clsname, op, name, instance, refcount ))
86 #define CNTMSG( clsname, op, instance, refcount ) \ argument
88 op, instance, refcount, clsname ))
89 #define REFMSG( clsname, op, instance ) \ argument
90 CNTMSG ( clsname, op, instance, atomic32_read ( instance ) )
91 #define REFNEW_COMMA( clsname, op, name, instance, refcount ) \ argument
92 REFNEW ( clsname, op, name, instance, refcount ),
93 #define REFMSG_COMMA( clsname, op, instance ) \ argument
94 REFMSG ( clsname, op, instance ),
/dports/audio/faust/faust-2.37.3/tools/faust2appls/
H A Dfaust2lv2163 clsname=`basename "$dspname" .dsp`
164 cppname="$clsname.cpp"
165 soname="$clsname$dllext"
166 uicppname="${clsname}ui.cpp"
167 uisoname="${clsname}ui$dllext"
168 lv2name="$clsname.lv2"
170 uitmpdir=$tmpdir/${clsname}ui.src
362 "$tmpdir/$clsname" > "$tmpdir/$lv2name/$clsname.ttl"
363 rm -f "$tmpdir/$clsname"
372 rm -rf "$SRCDIR/$clsname"
[all …]
/dports/x11-wm/herbstluftwm/herbstluftwm-0.9.2/tests/
H A Dtest_doc.py67 for _, attr in json_doc['objects'][clsname]['attributes'].items():
100 def test_documented_attribute_type(hlwm, clsname, object_path, json_doc): argument
106 for _, attr in json_doc['objects'][clsname]['attributes'].items():
111 def test_documented_children_exist(hlwm, clsname, object_path, json_doc): argument
114 for _, child in json_doc['objects'][clsname]['children'].items():
147 def test_class_doc(hlwm, clsname, object_path, json_doc): argument
151 object_doc = json_doc['objects'][clsname].get('doc', None)
161 def test_help_on_attribute_vs_json(hlwm, clsname, object_path, json_doc): argument
163 attrs_doc = json_doc['objects'][clsname]['attributes']
174 def test_help_on_children_vs_json(hlwm, clsname, object_path, json_doc): argument
[all …]
/dports/multimedia/kodi-addon-inputstream.adaptive/inputstream.adaptive-19.0.1-Matrix/wvdecrypter/jni/jutils/
H A Djutils-details.hpp330 jhclass find_class(JNIEnv *env, const char *clsname) in find_class() argument
332 return jhclass((jclass)env->FindClass(clsname)); in find_class()
336 jhclass find_class(const char *clsname) in find_class() argument
338 return find_class(xbmc_jnienv(), clsname); in find_class()
576 Ret get_field(const char *clsname, jfieldID fid) in get_field() argument
721 set_field(xbmc_jnienv(), clsname, fid, arg); in set_field()
769 set_field(xbmc_jnienv(), clsname, name, arg); in set_field()
997 jhobject new_object(const char *clsname) in new_object() argument
1003 jhobject new_object(std::string clsname) in new_object() argument
1026 inline void jthrow(JNIEnv *env, char const *clsname, char const *what) {jthrow(find_class(env, clsn… in jthrow() argument
[all …]
/dports/x11-wm/herbstluftwm/herbstluftwm-0.9.2/doc/
H A Dformat-doc.py100 def class_doc_id(self, clsname): argument
104 return 'doc_cls_' + clsname.lower()
106 def reference_to_class_doc(self, clsname, path): argument
114 if clsname in self.clsname2path:
115 if self.clsname2path[clsname] == path:
125 self.clsname2path[clsname] = path
128 def class_doc_empty(self, clsname): argument
129 objdoc = self.jsondoc['objects'][clsname]
134 def run(self, clsname, path=[]): argument
145 identifier = self.class_doc_id(clsname)
[all …]
/dports/devel/py-oslo.messaging/oslo.messaging-12.11.0/oslo_messaging/tests/
H A Dtest_exception_serialization.py140 clsname='Exception',
151 clsname='Exception',
162 clsname='NovaStyleException',
173 clsname='NovaStyleException',
184 clsname='KwargsStyleException',
195 clsname='NovaStyleException',
211 clsname='Exception',
227 clsname='FarcicalError',
243 clsname='Exception',
259 clsname='SystemExit',
[all …]
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/Image/include/mirtk/
H A DInterpolateImageFunction.hxx125 #define mirtkInterpolatorInstantiations(clsname) \ argument
126 template class clsname<mirtk::BaseImage>; \
127 template class clsname<mirtk::GenericImage<mirtk::GreyPixel> >; \
128 template class clsname<mirtk::GenericImage<float> >; \
129 template class clsname<mirtk::GenericImage<float2> >; \
130 template class clsname<mirtk::GenericImage<float3> >; \
131 template class clsname<mirtk::GenericImage<mirtk::Float3> >; \
132 template class clsname<mirtk::GenericImage<float3x3> >; \
133 template class clsname<mirtk::GenericImage<double> >; \
134 template class clsname<mirtk::GenericImage<double2> >; \
[all …]
H A DImageToImage.h128 #define mirtkAbstractImageFilterMacro(clsname, voxeltype) \ argument
129 mirtkAbstractMacro(clsname); \
132 typedef clsname<voxeltype> Superclass; \
136 #define mirtkImageFilterMacro(clsname, voxeltype) \ argument
137 mirtkObjectMacro(clsname); \
145 #define mirtkInPlaceImageFilterMacro(clsname, voxeltype) \ argument
146 mirtkObjectMacro(clsname); \
/dports/audio/faust-lv2/agraef-faust-lv2-4dc83e28e998/
H A Dfaust2lv2246 sed -e"s?@name@?$clsname?g" -e"s?@uri@?$URI_PREFIX/$clsname?g" -e"s?@dllext@?$dllext?g" > "$tmpdir/…
283 sed -e"s?@name@?$clsname?g" -e"s?@uri@?$URI_PREFIX/$clsname?g" -e"s?@dllext@?$dllext?g" -e "s?ui:Qt…
323 sed -e"s?@name@?$clsname?g" -e"s?@uri@?$URI_PREFIX/$clsname?g" -e"s?@dllext@?$dllext?g" > "$tmpdir/…
360 …dllext\"" $FAUSTTOOLSFLAGS -I"$ABSDIR" $CPPFLAGS "$tmpdir/$cppname" -o "$tmpdir/$clsname" || exit 1
361 "$tmpdir/$clsname" > "$tmpdir/$lv2name/$clsname.ttl"
362 rm -f "$tmpdir/$clsname"
371 rm -rf "$SRCDIR/$clsname"
372 mv $tmpdir "$SRCDIR/$clsname"
/dports/net/libproxy/libproxy-0.4.17/libmodman/
H A Dmodule.hpp49 #define MM_MODULE_INIT_EZ(clsname, mtest, msymb, msmod) \ argument
50 static libmodman::base_extension** clsname ## _init() { \
52 retval[0] = new clsname(); \
56 static bool clsname ## _test() { return mtest; } \
57 MM_MODULE_INIT(clsname, clsname ## _init, clsname ## _test, msymb, msmod)
/dports/net/libproxy-gnome3/libproxy-0.4.17/libmodman/
H A Dmodule.hpp49 #define MM_MODULE_INIT_EZ(clsname, mtest, msymb, msmod) \ argument
50 static libmodman::base_extension** clsname ## _init() { \
52 retval[0] = new clsname(); \
56 static bool clsname ## _test() { return mtest; } \
57 MM_MODULE_INIT(clsname, clsname ## _init, clsname ## _test, msymb, msmod)
/dports/net/libproxy-python/libproxy-0.4.17/libmodman/
H A Dmodule.hpp49 #define MM_MODULE_INIT_EZ(clsname, mtest, msymb, msmod) \ argument
50 static libmodman::base_extension** clsname ## _init() { \
52 retval[0] = new clsname(); \
56 static bool clsname ## _test() { return mtest; } \
57 MM_MODULE_INIT(clsname, clsname ## _init, clsname ## _test, msymb, msmod)
/dports/net/libproxy-perl/libproxy-0.4.17/libmodman/
H A Dmodule.hpp49 #define MM_MODULE_INIT_EZ(clsname, mtest, msymb, msmod) \ argument
50 static libmodman::base_extension** clsname ## _init() { \
52 retval[0] = new clsname(); \
56 static bool clsname ## _test() { return mtest; } \
57 MM_MODULE_INIT(clsname, clsname ## _init, clsname ## _test, msymb, msmod)
/dports/net/libproxy-webkit3/libproxy-0.4.17/libmodman/
H A Dmodule.hpp49 #define MM_MODULE_INIT_EZ(clsname, mtest, msymb, msmod) \ argument
50 static libmodman::base_extension** clsname ## _init() { \
52 retval[0] = new clsname(); \
56 static bool clsname ## _test() { return mtest; } \
57 MM_MODULE_INIT(clsname, clsname ## _init, clsname ## _test, msymb, msmod)
/dports/net/libproxy-kde/libproxy-0.4.17/libmodman/
H A Dmodule.hpp49 #define MM_MODULE_INIT_EZ(clsname, mtest, msymb, msmod) \ argument
50 static libmodman::base_extension** clsname ## _init() { \
52 retval[0] = new clsname(); \
56 static bool clsname ## _test() { return mtest; } \
57 MM_MODULE_INIT(clsname, clsname ## _init, clsname ## _test, msymb, msmod)
/dports/net/libproxy-pacrunner/libproxy-0.4.17/libmodman/
H A Dmodule.hpp49 #define MM_MODULE_INIT_EZ(clsname, mtest, msymb, msmod) \ argument
50 static libmodman::base_extension** clsname ## _init() { \
52 retval[0] = new clsname(); \
56 static bool clsname ## _test() { return mtest; } \
57 MM_MODULE_INIT(clsname, clsname ## _init, clsname ## _test, msymb, msmod)
/dports/finance/py-backtrader/backtrader-1.9.74.123/backtrader/indicators/
H A Dmabase.py58 clsname = regcls.__name__
59 setattr(cls, clsname, regcls)
62 if clsname.endswith('MovingAverage'):
63 clsalias = clsname.split('MovingAverage')[0]
64 elif clsname.startswith('MovingAverage'):
65 clsalias = clsname.split('MovingAverage')[1]
/dports/devel/py-pympler/Pympler-0.4.2/pympler/templates/
H A Dtracker_class.tpl1 %include header category='Tracker', title=clsname
5 <h1>{{clsname}}</h1>
7 %sizes = [tobj.get_max_size() for tobj in stats.index[clsname]]
9 <p>{{len(stats.index[clsname])}} instances of {{clsname}} were registered. The
16 %if clsname in snapshot.classes:
17 %merged = snapshot.classes[clsname]['merged']
19 <p>{{pp(merged.size)}} occupied by instances of class {{clsname}}</p>
30 %for tobj in stats.index[clsname]:

12345678910>>...27