Searched defs:stronger (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-deltablue.js100 Strength.stronger = function (s1, s2) {
113 return this.stronger(s1, s2) ? s1 : s2;
229 && Strength.stronger(this.strength, this.myOutput.walkStrength);
352 this.direction = (this.v1.mark != mark && Strength.stronger(this.strength, this.v2.walkStrength))
357 this.direction = (this.v1.mark != mark && Strength.stronger(this.strength, this.v1.walkStrength))
362 this.direction = Strength.stronger(this.strength, this.v1.walkStrength)
366 this.direction = Strength.stronger(this.strength, this.v2.walkStrength)
784 * In case 1, the added constraint is stronger than the stay
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-deltablue.js100 Strength.stronger = function (s1, s2) {
113 return this.stronger(s1, s2) ? s1 : s2;
229 && Strength.stronger(this.strength, this.myOutput.walkStrength);
352 this.direction = (this.v1.mark != mark && Strength.stronger(this.strength, this.v2.walkStrength))
357 this.direction = (this.v1.mark != mark && Strength.stronger(this.strength, this.v1.walkStrength))
362 this.direction = Strength.stronger(this.strength, this.v1.walkStrength)
366 this.direction = Strength.stronger(this.strength, this.v2.walkStrength)
784 * In case 1, the added constraint is stronger than the stay
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-deltablue.js100 Strength.stronger = function (s1, s2) {
113 return this.stronger(s1, s2) ? s1 : s2;
229 && Strength.stronger(this.strength, this.myOutput.walkStrength);
352 this.direction = (this.v2.mark != mark && Strength.stronger(this.strength, this.v2.walkStrength))
357 this.direction = (this.v1.mark != mark && Strength.stronger(this.strength, this.v1.walkStrength))
362 this.direction = Strength.stronger(this.strength, this.v1.walkStrength)
366 this.direction = Strength.stronger(this.strength, this.v2.walkStrength)
784 * In case 1, the added constraint is stronger than the stay
/external/chromium_org/v8/benchmarks/
H A Ddeltablue.js106 Strength.stronger = function (s1, s2) {
119 return this.stronger(s1, s2) ? s1 : s2;
235 && Strength.stronger(this.strength, this.myOutput.walkStrength);
358 this.direction = (this.v2.mark != mark && Strength.stronger(this.strength, this.v2.walkStrength))
363 this.direction = (this.v1.mark != mark && Strength.stronger(this.strength, this.v1.walkStrength))
368 this.direction = Strength.stronger(this.strength, this.v1.walkStrength)
372 this.direction = Strength.stronger(this.strength, this.v2.walkStrength)
790 * In case 1, the added constraint is stronger than the stay
/external/v8/benchmarks/
H A Ddeltablue.js106 Strength.stronger = function (s1, s2) {
119 return this.stronger(s1, s2) ? s1 : s2;
235 && Strength.stronger(this.strength, this.myOutput.walkStrength);
358 this.direction = (this.v2.mark != mark && Strength.stronger(this.strength, this.v2.walkStrength))
363 this.direction = (this.v1.mark != mark && Strength.stronger(this.strength, this.v1.walkStrength))
368 this.direction = Strength.stronger(this.strength, this.v1.walkStrength)
372 this.direction = Strength.stronger(this.strength, this.v2.walkStrength)
790 * In case 1, the added constraint is stronger than the stay

Completed in 79 milliseconds