Searched refs:strength (Results 1 – 4 of 4) sorted by relevance
85 short strength = mBassBoost.getRoundedStrength(); in test1_0Strength() local86 strength = (strength == TEST_STRENGTH) ? TEST_STRENGTH2 : TEST_STRENGTH; in test1_0Strength()87 mBassBoost.setStrength((short)strength); in test1_0Strength()91 ((float)strength2 > (float)strength / STRENGTH_TOLERANCE) && in test1_0Strength()92 ((float)strength2 < (float)strength * STRENGTH_TOLERANCE)); in test1_0Strength()94 short strength = mBassBoost.getRoundedStrength(); in test1_0Strength() local95 assertTrue("got incorrect strength", strength >= 0 && strength <= 1000); in test1_0Strength()120 short strength = settings.strength; in test1_1Properties() local122 strength = (strength == TEST_STRENGTH) ? TEST_STRENGTH2 : TEST_STRENGTH; in test1_1Properties()124 settings.strength = strength; in test1_1Properties()[all …]
90 short strength = mVirtualizer.getRoundedStrength(); in test1_0Strength() local91 strength = (strength == TEST_STRENGTH) ? TEST_STRENGTH2 : TEST_STRENGTH; in test1_0Strength()92 mVirtualizer.setStrength((short)strength); in test1_0Strength()96 ((float)strength2 > (float)strength / STRENGTH_TOLERANCE) && in test1_0Strength()97 ((float)strength2 < (float)strength * STRENGTH_TOLERANCE)); in test1_0Strength()99 short strength = mVirtualizer.getRoundedStrength(); in test1_0Strength() local100 assertTrue("got incorrect strength", strength >= 0 && strength <= 1000); in test1_0Strength()125 short strength = settings.strength; in test1_1Properties() local127 strength = (strength == TEST_STRENGTH) ? TEST_STRENGTH2 : TEST_STRENGTH; in test1_1Properties()129 settings.strength = strength; in test1_1Properties()[all …]
156 function Constraint(strength) { argument157 this.strength = strength;178 if (this.strength == Strength.REQUIRED)215 function UnaryConstraint(v, strength) { argument216 UnaryConstraint.superConstructor.call(this, strength);238 && Strength.stronger(this.strength, this.myOutput.walkStrength);265 this.myOutput.walkStrength = this.strength;344 function BinaryConstraint(var1, var2, strength) { argument345 BinaryConstraint.superConstructor.call(this, strength);361 … this.direction = (this.v2.mark != mark && Strength.stronger(this.strength, this.v2.walkStrength))[all …]
95881 protected int strength96006 private int strength103724 protected int strength104909 int strength104942 int strength