Home
last modified time | relevance | path

Searched refs:ALL_VALUES (Results 1 – 14 of 14) sorted by relevance

/dports/math/scilab/scilab-6.1.1/scilab/modules/graphic_objects/includes/
H A DFac3DDecomposer.hxx46 ALL_VALUES, /** all input values are used */ enumerator
/dports/devel/codeworker/CodeWorker4_5_3/
H A DCW4dl.h250 typedef int (*ALL_VALUES)(Tree*, const char**); typedef
310 ALL_VALUES _allValues;
H A DDynPackage.cpp106 typedef int (*ALL_VALUES)(Tree*, const char**); typedef
314 ALL_VALUES _allValues;
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/core/quantities/test/
H A DIterate.cpp48 iterate<VisitorEnum::ALL_VALUES>(storage,
H A DQuantity.cpp86 q1.swap(q2, VisitorEnum::ALL_VALUES);
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/core/quantities/
H A DQuantity.cpp63 VisitorEnum::ALL_VALUES, in visitMutable()
H A DIterate.h33 struct StorageVisitor<VisitorEnum::ALL_VALUES> {
40 struct StoragePairVisitor<VisitorEnum::ALL_VALUES> {
H A DQuantity.h42 ALL_VALUES = 1 << 4, enumerator
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphic_objects/src/cpp/
H A DFac3DDecomposer.cpp231 …computeMinMaxValues(z, numGons * numVerticesPerGon, numGons, numVerticesPerGon, ALL_VALUES, &zMin,… in fillNormalizedZColorsTextureCoordinates()
367 if (minMaxComputation != ALL_VALUES) in computeMinMaxValues()
/dports/devel/py-pyinotify/pyinotify-0.9.6/python2/
H A Dpyinotify.py447 return name % EventsCodes.ALL_VALUES[ms]
454 EventsCodes.ALL_VALUES = {}
467 EventsCodes.ALL_VALUES[val] = name
473 EventsCodes.ALL_VALUES[ALL_EVENTS] = 'ALL_EVENTS'
637 maskname = EventsCodes.ALL_VALUES.get(stripped_mask)
/dports/devel/py-pyinotify/pyinotify-0.9.6/python3/
H A Dpyinotify.py433 return name % EventsCodes.ALL_VALUES[ms]
440 EventsCodes.ALL_VALUES = {}
453 EventsCodes.ALL_VALUES[val] = name
459 EventsCodes.ALL_VALUES[ALL_EVENTS] = 'ALL_EVENTS'
623 maskname = EventsCodes.ALL_VALUES.get(stripped_mask)
/dports/misc/openvdb/openvdb-9.0.0/openvdb_houdini/openvdb_houdini/
H A DSOP_OpenVDB_Diagnostics.cc190 enum ValueState { ALL_VALUES, ACTIVE_VALUES, INACTIVE_VALUES }; enumerator
1079 VisitorType::ALL_VALUES, FiniteValue())) in operator ()()
1121 if (!visitor.run(VisitorType::TILES_AND_VOXELS, VisitorType::ALL_VALUES, test)) { in operator ()()
1216 VisitorType::ALL_VALUES, test)) in operator ()()
/dports/x11-wm/pekwm/pekwm-release-0.2.0/src/
H A DX11.hh189 ALL_VALUES = 1 << 4, enumerator
/dports/devel/codeworker/CodeWorker4_5_3/Generation/
H A DCW4dl.h_250 typedef int (*ALL_VALUES)(Tree*, const char**);
310 ALL_VALUES _allValues;