Home
last modified time | relevance | path

Searched defs:getVolume (Results 1 – 25 of 454) sorted by relevance

12345678910>>...19

/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/fsdataset/
H A DFsVolumeReference.java47 public FsVolumeSpi getVolume(); in getVolume() method
/dports/science/plumed/plumed2-2.7.2/src/gridtools/
H A DActionWithIntegral.h48 double ActionWithIntegral::getVolume() const { in getVolume() function
/dports/graphics/blender/blender-2.91.0/extern/audaspace/src/fx/
H A DVolumeStorage.cpp30 float VolumeStorage::getVolume() in getVolume() function in VolumeStorage
H A DVolume.cpp28 float Volume::getVolume() const in getVolume() function in Volume
/dports/x11-toolkits/plib/plib-1.8.5/src/sl/
H A DsmMixer.cxx76 int smMixer::getVolume ( int channel ) in getVolume() function in smMixer
88 void smMixer::getVolume ( int channel, int *left, int *right ) in getVolume() function in smMixer
205 int smMixer::getVolume ( int ) { return 50 ; } in getVolume() function in smMixer
206 void smMixer::getVolume ( int, int *left, int *right ) in getVolume() function in smMixer
252 int smMixer::getVolume ( int ) { return 50 ; } in getVolume() function in smMixer
253 void smMixer::getVolume ( int, int *left, int *right ) in getVolume() function in smMixer
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/legacy-cloud-providers/openstack/
H A Dopenstack_volumes.go51 getVolume(volumeID string) (Volume, error) methodSpec
175 func (volumes *VolumesV1) getVolume(volumeID string) (Volume, error) { func
203 func (volumes *VolumesV2) getVolume(volumeID string) (Volume, error) { func
231 func (volumes *VolumesV3) getVolume(volumeID string) (Volume, error) { func
455 func (os *OpenStack) getVolume(volumeID string) (Volume, error) { func
/dports/biology/protomol/protomol/framework/topology/
H A DSemiGenericTopology.h38 virtual Real getVolume() const{ return boundaryConditions.getVolume(); } in getVolume() function
40 virtual Real getVolume(const Vector3DBlock& positions) const{ in getVolume() function
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/entity/mapstuff/sound/
H A DSoundSourceFactory.java45 protected int getVolume(ConfigurableFactoryContext ctx) { in getVolume() method in SoundSourceFactory
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/audio/
H A DMixer.h61 inline float getVolume() const { return volume; } in getVolume() function
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/webui/module/Media/src/Media/Model/
H A DMediaModel.php76 public function getVolume(&$bsock=null, $volume=null) function in Media\\Model\\MediaModel
/dports/sysutils/bareos-server/bareos-Release-20.0.3/webui/module/Media/src/Media/Model/
H A DMediaModel.php76 public function getVolume(&$bsock=null, $volume=null) function in Media\\Model\\MediaModel
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/webui/module/Media/src/Media/Model/
H A DMediaModel.php76 public function getVolume(&$bsock=null, $volume=null) function in Media\\Model\\MediaModel
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/webui/module/Media/src/Media/Model/
H A DMediaModel.php76 public function getVolume(&$bsock=null, $volume=null) function in Media\\Model\\MediaModel
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/webui/module/Media/src/Media/Model/
H A DMediaModel.php76 public function getVolume(&$bsock=null, $volume=null) function in Media\\Model\\MediaModel
/dports/multimedia/snapcast/snapcast-0.25.0/common/message/
H A Dclient_info.hpp41 uint16_t getVolume() in getVolume() function in msg::ClientInfo
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/webui/module/Media/src/Media/Model/
H A DMediaModel.php76 public function getVolume(&$bsock=null, $volume=null) function in Media\\Model\\MediaModel
/dports/sysutils/bareos-client/bareos-Release-20.0.3/webui/module/Media/src/Media/Model/
H A DMediaModel.php76 public function getVolume(&$bsock=null, $volume=null) function in Media\\Model\\MediaModel
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/webui/module/Media/src/Media/Model/
H A DMediaModel.php76 public function getVolume(&$bsock=null, $volume=null) function in Media\\Model\\MediaModel
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/webui/module/Media/src/Media/Model/
H A DMediaModel.php76 public function getVolume(&$bsock=null, $volume=null) function in Media\\Model\\MediaModel
/dports/www/bareos18-webui/bareos-Release-18.2.12/webui/module/Media/src/Media/Model/
H A DMediaModel.php76 public function getVolume(&$bsock=null, $volume=null) function in Media\\Model\\MediaModel
/dports/www/bareos-webui/bareos-Release-20.0.3/webui/module/Media/src/Media/Model/
H A DMediaModel.php76 public function getVolume(&$bsock=null, $volume=null) function in Media\\Model\\MediaModel
/dports/www/bareos19-webui/bareos-Release-19.2.11/webui/module/Media/src/Media/Model/
H A DMediaModel.php76 public function getVolume(&$bsock=null, $volume=null) function in Media\\Model\\MediaModel
/dports/games/scummvm/scummvm-2.5.1/engines/cruise/
H A Dsound.h73 uint8 getVolume() const { return _genVolume; } in getVolume() function
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/cruise/
H A Dsound.h73 uint8 getVolume() const { return _genVolume; } in getVolume() function
/dports/graphics/reactphysics3d/reactphysics3d-0.8.0/src/collision/shapes/
H A DConcaveShape.cpp41 decimal ConcaveShape::getVolume() const { in getVolume() function in ConcaveShape

12345678910>>...19