Home
last modified time | relevance | path

Searched refs:equal (Results 1 – 25 of 812) sorted by relevance

12345678910>>...33

/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/js/
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(p.startTime, 310);
[all …]
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(f(0), 0);
[all …]
Deffect.js58 assert.equal(normalizedKeyframes.length, 4);
77 assert.equal(normalizedKeyframes.length, 6);
79 assert.equal(normalizedKeyframes[0].left, '0px');
81 assert.equal(normalizedKeyframes[1].left, '10px');
83 assert.equal(normalizedKeyframes[2].left, '20px');
85 assert.equal(normalizedKeyframes[3].left, '30px');
87 assert.equal(normalizedKeyframes[4].left, '40px');
89 assert.equal(normalizedKeyframes[5].left, '50px');
103 assert.equal(normalizedKeyframes.length, 5);
105 assert.equal(normalizedKeyframes[0].left, '0px');
[all …]
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(getComputedStyle(this.element).backgroundColor, 'rgb(1, 2, 3)');
[all …]
Dgroup-player.js172 assert.equal(player._childPlayers.length, index, trace + ' no remaining players');
176 assert.equal(player.startTime, timingList[0], trace + ' startTime');
177 assert.equal(player.currentTime, timingList[1], trace + ' currentTime');
308 assert.equal(getComputedStyle(this.complexTarget).marginLeft, '0px');
311 assert.equal(getComputedStyle(this.complexTarget).marginLeft, '1px');
315 assert.equal(getComputedStyle(this.complexTarget).marginLeft, '2px');
317 assert.equal(getComputedStyle(this.complexTarget).marginLeft, '3px');
319 assert.equal(getComputedStyle(this.complexTarget).marginLeft, '4px');
321 assert.equal(getComputedStyle(this.complexTarget).marginLeft, '0px');
329 assert.equal(getComputedStyle(this.complexTarget).marginLeft, '3px');
[all …]
Dtransform-handler.js74 assert.equal(
80 assert.equal(
86 assert.equal(
92 assert.equal(
98 assert.equal(
104 assert.equal(
113 assert.equal(
119 assert.equal(
125 assert.equal(
131 assert.equal(
[all …]
Dmatrix-interpolation.js5 assert.equal(actualElements.length, expectedLength);
29 assert.equal(actualElements.length, expectedElements.length);
102 assert.equal(functions.length, 2);
103 assert.equal(functions[0], 'translate(55px,0px)');
112 assert.equal(functions.length, 3);
113 assert.equal(functions[0], 'translate(55px,0px)');
115 assert.equal(functions[2], 'rotate(55deg)');
123 assert.equal(functions.length, 3);
124 assert.equal(functions[0], 'translate(55px,0px)');
129 assert.equal(functions[2], 'rotate(55deg)');
[all …]
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(document.timeline.getAnimationPlayers().length, 0);
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);
Dplayer-finish-event.js18 assert.equal(this, player);
19 assert.equal(event.target, player);
20 assert.equal(event.currentTime, 1000);
21 assert.equal(event.timelineTime, 1100);
35 assert.equal(event.currentTime, 0);
36 assert.equal(event.timelineTime, 1001);
48 assert.equal(event.currentTime, 0);
49 assert.equal(event.timelineTime, 1, 'event must be fired on next sample');
62 assert.equal(count, expectedCount);
72 assert.equal(count, 3);
Dbox-handler.js23 assert.equal(
27 assert.equal(
31 assert.equal(
35 assert.equal(
39 assert.equal(
43 assert.equal(
47 assert.equal(
51 assert.equal(
55 assert.equal(
62 assert.equal(
/external/valgrind/memcheck/tests/
Dstr_tester.c60 equal (const char *a, const char *b, int number) in equal() function
137 equal (one, "abcd", 2); /* Basic test. */ in test_strcpy()
140 equal (one, "x", 3); /* Writeover. */ in test_strcpy()
141 equal (one+2, "cd", 4); /* Wrote too much? */ in test_strcpy()
145 equal (one, "hi there", 5); /* Basic test encore. */ in test_strcpy()
146 equal (two, "hi there", 6); /* Stomped on source? */ in test_strcpy()
149 equal (one, "", 7); /* Boundary condition. */ in test_strcpy()
154 equal (one + i, "hi there", 8 + (i * 2)); in test_strcpy()
156 equal (two, "hi there", 9 + (i * 2)); in test_strcpy()
181 equal (dst, "frobozz", 2); in test_strcpy()
[all …]
/external/libcxx/test/std/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_equal/
Dequal.pass.cpp30 assert( i1.equal(i1)); in main()
31 assert( i1.equal(i2)); in main()
32 assert(!i1.equal(i3)); in main()
33 assert(!i1.equal(i4)); in main()
35 assert( i2.equal(i1)); in main()
36 assert( i2.equal(i2)); in main()
37 assert(!i2.equal(i3)); in main()
38 assert(!i2.equal(i4)); in main()
40 assert(!i3.equal(i1)); in main()
41 assert(!i3.equal(i2)); in main()
[all …]
/external/chromium-trace/catapult/third_party/vinn/vinn/
Dpath_utils_test.js7 equal: function(first, second) { method
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_utils.join('a', 'b'), 'a/b');
[all …]
/external/valgrind/none/tests/s390x/
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 …]
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 …]
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 …]
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 …]
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 …]
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 …]
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 …]
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 …]
/external/valgrind/none/tests/x86/
Dbug126147-x86.c132 equal (const char *a, const char *b, int number) in equal() function
147 equal (one, "abc", 2); /* Did the copy go right? */ in test_strncpy()
151 equal (one, "xycdefgh", 3); /* Copy cut by count. */ in test_strncpy()
155 equal (one, "xyzdefgh", 4); in test_strncpy()
159 equal (one, "xyz", 5); in test_strncpy()
160 equal (one+4, "efgh", 6); /* Wrote too much? */ in test_strncpy()
164 equal (one, "xyz", 7); in test_strncpy()
165 equal (one+4, "", 8); in test_strncpy()
166 equal (one+5, "fgh", 9); in test_strncpy()
170 equal (one, "abc", 10); in test_strncpy()
[all …]
/external/proguard/src/proguard/evaluation/value/
DReferenceValue.java144 public abstract int equal(ReferenceValue other); in equal() method in ReferenceValue
167 return -equal(other); in notEqual()
188 public int equal(TypedReferenceValue other) in equal() method in ReferenceValue
190 return equal((ReferenceValue)other); in equal()
212 public int equal(IdentifiedReferenceValue other) in equal() method in ReferenceValue
214 return equal((TypedReferenceValue)other); in equal()
235 public int equal(ArrayReferenceValue other) in equal() method in ReferenceValue
237 return equal((TypedReferenceValue)other); in equal()
259 public int equal(IdentifiedArrayReferenceValue other) in equal() method in ReferenceValue
261 return equal((ArrayReferenceValue)other); in equal()
[all …]
/external/valgrind/gdbserver_tests/
Dhgtls.stdoutB.exp5 test race tls_ip 0x........ ip 0x........ equal 1
8 test race tls_ip 0x........ ip 0x........ equal 1
11 test local tls_ip 0x........ ip 0x........ equal 1
14 test local tls_ip 0x........ ip 0x........ equal 1
17 test global tls_ip 0x........ ip 0x........ equal 1
20 test global tls_ip 0x........ ip 0x........ equal 1
23 test static_extern tls_ip 0x........ ip 0x........ equal 1
26 test static_extern tls_ip 0x........ ip 0x........ equal 1
29 test so_extern tls_ip 0x........ ip 0x........ equal 1
32 test so_extern tls_ip 0x........ ip 0x........ equal 1
[all …]

12345678910>>...33