Home
last modified time | relevance | path

Searched refs:getRate (Results 226 – 250 of 620) sorted by relevance

12345678910>>...25

/dports/net/sems/sems-f89581a/apps/sbc/
H A DRateLimit.h49 int getRate() const { return rate; }
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/jdk/javadoc/doclet/testOverriddenMethods/pkg5/
H A DClasses.java44 public final double getRate(){return 1;} in getRate() method in Classes.P
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/jdk/javadoc/doclet/testOverriddenMethods/pkg5/
H A DClasses.java44 public final double getRate(){return 1;} in getRate() method in Classes.P
/dports/science/votca/votca-2021.2-18560-gfbe18d971/xtp/xtp-2a31d70/include/votca/xtp/
H A Dglink.h38 double getRate() const { return rate_; } in getRate() function
/dports/science/votca/votca-2021.2-18560-gfbe18d971/xtp/include/votca/xtp/
H A Dglink.h38 double getRate() const { return rate_; } in getRate() function
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/jdk/javadoc/doclet/testOverriddenMethods/pkg5/
H A DClasses.java44 public final double getRate(){return 1;} in getRate() method in Classes.P
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/jdk/javadoc/doclet/testOverriddenMethods/pkg5/
H A DClasses.java44 public final double getRate(){return 1;} in getRate() method in Classes.P
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/jdk/javadoc/doclet/testOverriddenMethods/pkg5/
H A DClasses.java44 public final double getRate(){return 1;} in getRate() method in Classes.P
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/jdk/javadoc/doclet/testOverriddenMethods/pkg5/
H A DClasses.java44 public final double getRate(){return 1;} in getRate() method in Classes.P
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ShoppingContent/
H A DProductTax.php55 public function getRate() function in Google_Service_ShoppingContent_ProductTax
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/
H A DProductTax.php55 public function getRate() function in Google_Service_ShoppingContent_ProductTax
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/jdk/javadoc/doclet/testOverriddenMethods/pkg5/
H A DClasses.java44 public final double getRate(){return 1;} in getRate() method in Classes.P
/dports/biology/iqtree/IQ-TREE-2.0.6/model/
H A Dratekategory.h63 virtual double getRate(int category) { return rates[category]; } in getRate() function
/dports/games/residualvm/residualvm-0.3.1/audio/decoders/
H A Dmp3.cpp58 int getRate() const { return _rate; } in getRate() function in Audio::BaseMP3Stream
349 if ((_stream.error == MAD_ERROR_NONE || _stream.error == MAD_ERROR_BUFLEN) && getRate() > 0) in MP3Stream()
350 _length = Timestamp(mad_timer_count(_curTime, MAD_UNITS_MILLISECONDS), getRate()); in MP3Stream()
/dports/net/kea/kea-2.0.1/src/bin/perfdhcp/tests/
H A Dbasic_scen_unittest.cc229 EXPECT_EQ(50, bs.basic_rate_control_.getRate()); in TEST_F()
230 EXPECT_EQ(30, bs.renew_rate_control_.getRate()); in TEST_F()
231 EXPECT_EQ(10, bs.release_rate_control_.getRate()); in TEST_F()
/dports/science/votca/votca-2021.2-18560-gfbe18d971/xtp/xtp-2a31d70/src/libxtp/calculators/
H A Dkmclifetime.cc76 decayrates[i] = event.getRate(); in WriteDecayProbability()
78 inrates[event.getDestination()->getId()] += event.getRate(); in WriteDecayProbability()
79 outrates[i] += event.getRate(); in WriteDecayProbability()
/dports/science/votca/votca-2021.2-18560-gfbe18d971/xtp/src/libxtp/calculators/
H A Dkmclifetime.cc76 decayrates[i] = event.getRate(); in WriteDecayProbability()
78 inrates[event.getDestination()->getId()] += event.getRate(); in WriteDecayProbability()
79 outrates[i] += event.getRate(); in WriteDecayProbability()
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/Tools/ImageEditor/
H A DAnimationInfo.cpp38 float AnimationInfo::getRate() const in getRate() function in tools::AnimationInfo
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/Tools/ImageEditor/
H A DAnimationInfo.cpp38 float AnimationInfo::getRate() const in getRate() function in tools::AnimationInfo
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/Tools/ImageEditor/
H A DAnimationInfo.cpp38 float AnimationInfo::getRate() const in getRate() function in tools::AnimationInfo
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/Tools/ImageEditor/
H A DAnimationInfo.cpp38 float AnimationInfo::getRate() const in getRate() function in tools::AnimationInfo
/dports/devel/spark/spark-2.1.1/streaming/src/main/scala/org/apache/spark/streaming/receiver/
H A DRateLimiter.scala50 def getCurrentLimit: Long = rateLimiter.getRate.toLong
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/bladerunner/
H A Daud_stream.h61 int getRate() const { return _overrideFrequency > 0 ? _overrideFrequency : _frequency; }; in getRate() function
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/entity/spell/effect/
H A DAbstractEffect.java89 protected int getRate() { in getRate() method in AbstractEffect
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/ultima8/audio/
H A Daudio_sample.h47 inline uint32 getRate() const { in getRate() function

12345678910>>...25