Searched refs:equal (Results 1 - 25 of 464) sorted by relevance

1234567891011>>

/external/v8/test/mjsunit/regress/
H A Dinternalized-string-not-equal.js32 function equal(o1, o2) { function
37 equal(a, b);
38 equal(a, b);
39 %OptimizeFunctionOnNextCall(equal);
40 assertTrue(equal(1.3, 1.3));
/external/valgrind/none/tests/s390x/
H A Dcgij.stdout.exp1 not equal
2 equal
3 not equal
4 not equal
5 equal
6 not equal
7 less or equal
8 less or equal
11 greater or equal
12 greater or equal
[all...]
H A Dcgrj.stdout.exp1 not equal
2 equal
3 not equal
4 not equal
5 equal
6 not equal
7 less or equal
8 less or equal
11 greater or equal
12 greater or equal
[all...]
H A Dcij.stdout.exp1 not equal
2 equal
3 not equal
4 not equal
5 equal
6 not equal
7 less or equal
8 less or equal
11 greater or equal
12 greater or equal
[all...]
H A Dclgij.stdout.exp1 not equal
2 equal
3 not equal
4 not equal
5 equal
6 not equal
7 less or equal
8 less or equal
11 greater or equal
12 greater or equal
[all...]
H A Dclgrj.stdout.exp1 not equal
2 equal
3 not equal
4 not equal
5 equal
6 not equal
7 less or equal
8 less or equal
11 greater or equal
12 greater or equal
[all...]
H A Dclij.stdout.exp1 not equal
2 equal
3 not equal
4 not equal
5 equal
6 not equal
7 less or equal
8 less or equal
11 greater or equal
12 greater or equal
[all...]
H A Dclrj.stdout.exp1 not equal
2 equal
3 not equal
4 not equal
5 equal
6 not equal
7 less or equal
8 less or equal
11 greater or equal
12 greater or equal
[all...]
H A Dcrj.stdout.exp1 not equal
2 equal
3 not equal
4 not equal
5 equal
6 not equal
7 less or equal
8 less or equal
11 greater or equal
12 greater or equal
[all...]
/external/chromium-trace/catapult/third_party/vinn/vinn/
H A Dpath_utils_test.js7 equal: function(first, second) {
25 assert.equal(path_utils.join('a', 'b'), 'a/b');
26 assert.equal(path_utils.join('/a', 'b'), '/a/b');
27 assert.equal(path_utils.join('/a/', 'b/'), '/a/b/');
28 assert.equal(path_utils.join('/a', '/b/'), '/b/');
29 assert.equal(path_utils.join('/a', './b/'), '/a/./b/');
30 assert.equal(path_utils.join('/a/', './b/'), '/a/./b/');
31 assert.equal(path_utils.join('../', 'b'), '../b');
32 assert.equal(path_utils.join('../', 'b/'), '../b/');
33 assert.equal(path_util
[all...]
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/js/
H A Dinterpolation.js3 assert.equal(interpolate(4, 2, 0.2), 3.6);
6 assert.equal(interpolate(false, true, 0.4), false);
7 assert.equal(interpolate(false, true, 0.5), true);
8 assert.equal(interpolate(false, true, 0.5), true);
H A Danimation-node.js3 assert.equal(normalizeTimingInput(1).duration, 1);
4 assert.equal(normalizeTimingInput(1).easing(0.2), 0.2);
5 assert.equal(normalizeTimingInput(undefined).duration, 0);
8 assert.equal(calculateActiveDuration({duration: 1000, playbackRate: 4, iterations: 20}), 5000);
9 assert.equal(calculateActiveDuration({duration: 500, playbackRate: 0.1, iterations: 300}), 1500000);
15 assert.equal(f(i), g(i));
24 assert.equal(f(0.1), 0.1);
25 assert.equal(f(0.4), 0.4);
26 assert.equal(f(0.9), 0.9);
42 assert.equal(
[all...]
H A Dplayer.js9 assert.equal(p.startTime, 100);
10 assert.equal(p.currentTime, 0);
16 assert.equal(p.startTime, 100);
17 assert.equal(p.currentTime, 0);
19 assert.equal(p.startTime, 100);
20 assert.equal(p.currentTime, 200);
27 assert.equal(p.currentTime, 0);
30 assert.equal(p.currentTime, 0);
32 assert.equal(p.currentTime, 0);
33 assert.equal(
[all...]
H A Dtick.js9 assert.equal(webAnimations1.timeline._players.length, 1);
10 assert.equal(isTicking(), true);
12 assert.equal(player.finished, true);
13 assert.equal(webAnimations1.timeline._players.length, 1);
14 assert.equal(isTicking(), false);
H A Dproperty-interpolation.js12 assert.equal(interpolation(-1), left);
13 assert.equal(interpolation(0), left);
14 assert.equal(interpolation(0.45), left);
15 assert.equal(interpolation(0.5), right);
16 assert.equal(interpolation(0.55), right);
17 assert.equal(interpolation(1), right);
18 assert.equal(interpolation(2), right);
27 assert.equal(webAnimations1.propertyInterpolation('dummy-property', 1, 2)(0.5), 3);
28 assert.equal(webAnimations1.propertyInterpolation('dummyProperty', 5, 3)(0.5), 8);
H A Dtimeline.js8 assert.equal(document.timeline.getAnimationPlayers().length, 0);
13 assert.equal(document.timeline.getAnimationPlayers().length, 0);
16 assert.equal(document.timeline.getAnimationPlayers().length, 1);
19 assert.equal(document.timeline.getAnimationPlayers().length, 2);
21 assert.equal(player.finished, true);
22 assert.equal(document.timeline.getAnimationPlayers().length, 1);
24 assert.equal(document.timeline.getAnimationPlayers().length, 0);
29 assert.equal(document.timeline.getAnimationPlayers().length, 0);
32 assert.equal(document.timeline.getAnimationPlayers().length, 1);
34 assert.equal(documen
[all...]
H A Dapply-preserving-inline-style.js18 assert.equal(this.style.left, '0px');
24 assert.equal(this.style.left, '0px');
29 assert.equal(this.style.cssText, 'left: 0px; background-color: green;');
30 assert.equal(this.style.left, '0px');
31 assert.equal(this.style.backgroundColor, 'green');
32 assert.equal(this.style.length, 2);
38 assert.equal(this.style.left, '0px');
39 assert.equal(this.style.backgroundColor, 'rgb(1, 2, 3)');
40 assert.equal(getComputedStyle(this.element).left, '100px');
41 assert.equal(getComputedStyl
[all...]
H A Dcolor-handler.js17 assert.equal(webAnimations1.propertyInterpolation('color', '#00aa11', '#aa00bb')(0.2), 'rgba(34,136,51,1)');
18 assert.equal(webAnimations1.propertyInterpolation('color', 'transparent', '#004488')(0), 'transparent');
19 assert.equal(webAnimations1.propertyInterpolation('color', 'transparent', '#004488')(0.5), 'rgba(0,68,136,0.500)');
20 assert.equal(webAnimations1.propertyInterpolation('color', 'red', 'green')(2), 'rgba(0,255,0,1)');
21 assert.equal(webAnimations1.propertyInterpolation('color', 'red', 'green')(-1), 'rgba(255,0,0,1)');
H A Dgroup-constructors.js19 assert.equal(p.source.player, p);
20 assert.equal(p._childPlayers[0].source.player, p);
21 assert.equal(p._childPlayers[1].source.player, p);
23 assert.equal(p._childPlayers[1]._childPlayers[0].source.player, p);
24 assert.equal(p._childPlayers[1]._childPlayers[1].source.player, p);
/external/libcxx/test/std/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_equal/
H A Dequal.pass.cpp14 // bool equal(istreambuf_iterator<charT,traits>& b) const;
30 assert( i1.equal(i1));
31 assert( i1.equal(i2));
32 assert(!i1.equal(i3));
33 assert(!i1.equal(i4));
35 assert( i2.equal(i1));
36 assert( i2.equal(i2));
37 assert(!i2.equal(i3));
38 assert(!i2.equal(i4));
40 assert(!i3.equal(i
[all...]
/external/chromium-trace/catapult/third_party/vinn/vinn/test_data/
H A Dconsole_time_test.js7 equal: function(first, second) {
18 assert.equal(err.message, "No such timer name: AA");
26 assert.equal(err.message, "No such timer name: AA");
/external/valgrind/none/tests/x86/
H A Dbug126147-x86.c130 /* Complain if first two args don't strcmp as equal. */
132 equal (const char *a, const char *b, int number) function
147 equal (one, "abc", 2); /* Did the copy go right? */
151 equal (one, "xycdefgh", 3); /* Copy cut by count. */
155 equal (one, "xyzdefgh", 4);
159 equal (one, "xyz", 5);
160 equal (one+4, "efgh", 6); /* Wrote too much? */
164 equal (one, "xyz", 7);
165 equal (one+4, "", 8);
166 equal (on
[all...]
/external/proguard/src/proguard/evaluation/value/
H A DReferenceValue.java140 * Returns whether this ReferenceValue is equal to the given other
144 public abstract int equal(ReferenceValue other); method in class:ReferenceValue
167 return -equal(other);
184 * Returns whether this ReferenceValue is equal to the given other
188 public int equal(TypedReferenceValue other) method in class:ReferenceValue
190 return equal((ReferenceValue)other);
208 * Returns whether this ReferenceValue is equal to the given other
212 public int equal(IdentifiedReferenceValue other) method in class:ReferenceValue
214 return equal((TypedReferenceValue)other);
231 * Returns whether this ReferenceValue is equal t
235 public int equal(ArrayReferenceValue other) method in class:ReferenceValue
259 public int equal(IdentifiedArrayReferenceValue other) method in class:ReferenceValue
283 public int equal(DetailedArrayReferenceValue other) method in class:ReferenceValue
[all...]
/external/valgrind/memcheck/tests/
H A Dstr_tester.c58 /* Complain if first two args don't strcmp as equal. */
60 equal (const char *a, const char *b, int number) function
137 equal (one, "abcd", 2); /* Basic test. */
140 equal (one, "x", 3); /* Writeover. */
141 equal (one+2, "cd", 4); /* Wrote too much? */
145 equal (one, "hi there", 5); /* Basic test encore. */
146 equal (two, "hi there", 6); /* Stomped on source? */
149 equal (one, "", 7); /* Boundary condition. */
154 equal (one + i, "hi there", 8 + (i * 2));
156 equal (tw
[all...]
/external/libcxx/test/std/algorithms/alg.nonmodifying/alg.equal/
H A Dequal.pass.cpp15 // equal(Iter1 first1, Iter1 last1, Iter2 first2);
31 assert(std::equal(input_iterator<const int*>(ia),
35 assert(std::equal(input_iterator<const int*>(ia),
39 assert(std::equal(random_access_iterator<const int*>(ia),
44 assert(!std::equal(input_iterator<const int*>(ia),
48 assert(!std::equal(input_iterator<const int*>(ia),
52 assert(!std::equal(random_access_iterator<const int*>(ia),
56 assert(!std::equal(input_iterator<const int*>(ia),
60 assert(!std::equal(random_access_iterator<const int*>(ia),

Completed in 477 milliseconds

1234567891011>>