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

1234567891011>>

/external/valgrind/main/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_org/third_party/WebKit/Tools/GardeningServer/scripts/ui/
H A Dnotifications_unittests.js32 equal(notification.tagName, 'LI');
33 equal(notification.innerHTML, '<div class="how"></div><div class="what"></div>');
34 equal(notification.index(), 0);
36 equal(notification.index(), 1);
43 equal(stream.tagName, 'OL');
44 equal(stream.className, 'notifications');
45 equal(stream.childElementCount, 0);
52 equal(stream.childElementCount, 1);
53 equal(stream.textContent, '-o-matic');
58 equal(strea
[all...]
H A Dperf_unittests.js58 equal(view.outerHTML, '<div id="perf-view">' +
75 equal(view.outerHTML, '<div id="perf-view">' +
92 equal(view.outerHTML, '<div id="perf-view">' +
109 equal(view.outerHTML, '<div id="perf-view">' +
126 equal(view.outerHTML, '<div id="perf-view">' +
143 equal(view.outerHTML, '<div id="perf-view">' +
160 equal(view.outerHTML, '<div id="perf-view">' +
H A Dfailures_unittests.js38 equal(configuration.outerHTML, '<a class="failing-builder" target="_blank" href="http://build.chromium.org/p/chromium.webkit/waterfall?builder=WebKit+Linux"><span class="version">lucid</span><span class="architecture">64-bit</span><span class="failures"> update, webkit_tests</span></a>');
40 equal(configuration.outerHTML, '<a class="failing-builder" target="_blank" href="http://build.chromium.org/p/chromium.webkit/waterfall?builder=WebKit+XP"><span class="version">xp</span></a>');
42 equal(configuration.outerHTML, '<a class="failing-builder" target="_blank" href="http://build.chromium.org/p/chromium.webkit/waterfall?builder=WebKit+XP"><span class="version">xp</span><span class="foo">bar</span></a>');
56 equal(grid.outerHTML, '<table class="failures">' +
61 equal(grid.outerHTML, '<table class="failures">' +
70 equal(row.outerHTML, '<tr class="TEXT"><td><span>TEXT</span></td><td></td><td></td></tr>');
72 equal(grid.outerHTML, '<table class="failures">' +
85 equal(grid.outerHTML, '<table class="failures">' +
97 equal(grid.outerHTML, '<table class="failures">' +
114 equal(gri
[all...]
H A Dactions_unittests.js45 equal(buttonInfo.view.textContent, buttonInfo.text);
46 equal(buttonInfo.view._eventName, buttonInfo.event);
60 equal(next.makeDefault(), next);
61 equal(next.className, 'action next default');
70 equal(list.innerHTML,
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
H A Dresults_unittests.js66 equal(out.isFlaky, false);
67 equal(out.flipCount, 0);
71 equal(out.isFlaky, false);
72 equal(out.flipCount, 1);
76 equal(out.isFlaky, true);
77 equal(out.flipCount, 2);
81 equal(out.isFlaky, true);
82 equal(out.flipCount, 3);
86 equal(out.isFlaky, false);
87 equal(ou
[all...]
H A Dui_unittests.js32 equal(ui.html.range('mockParameter', 'mockLabel', 1, 4, 2),
41 equal(container.querySelectorAll('span').length, 5);
42 equal(container.querySelectorAll('input').length, 1);
52 equal(html, '<a href="http://src.chromium.org/viewvc/chrome?view=rev&revision=2">r2</a>');
59 equal(html, 'At <a href="http://src.chromium.org/viewvc/chrome?view=rev&revision=2">r2</a>');
66 equal(html, '<a href="http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog.html?url=/trunk/src&range=3:5&mode=html">r3 to r5</a>');
73 equal(html, '<a href="http://src.chromium.org/viewvc/blink?view=rev&revision=2">r2</a>');
80 equal(html, 'At <a href="http://src.chromium.org/viewvc/blink?view=rev&revision=2">r2</a>');
87 equal(html, '<a href="http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=3:5&mode=html">r3 to r5</a>');
H A Dbuilders_unittests.js39 equal(master.logPath(builder, buildNumber), baseUrl + '/builders/' + builder + '/builds/' + buildNumber);
40 equal(master.builderJsonPath(), baseUrl + '/json/builders');
41 equal(master.tests, tests);
42 equal(master.name, name);
47 equal(filter('WebKit (Content Shell) Linux'), true, 'show content shell builder');
48 equal(filter('WebKit Linux'), true, 'show generic webkit builder');
49 equal(filter('Android Tests (dbg) '), false, 'don\'t show android tests');
52 equal(filter('WebKit Win7 (deps)'), true, 'show DEPS builder');
53 equal(filter('WebKit Win7'), false, 'don\'t show non-deps builder');
56 equal(filte
[all...]
H A Dflakiness_dashboard_unittests.js70 equal(splitTestList().toString(), 'test.foo,test.foo1,test.foo2,test.foo3,foo/bar/baz.html');
76 equal(container.querySelectorAll('input').length, 4);
88 equal(selects.length, 2);
90 equal(group.parentNode.textContent.indexOf('Group:'), 0);
91 equal(group.children.length, 1);
96 equal(selects.length, 2);
98 equal(group.parentNode.textContent.indexOf('Group:'), 0);
99 equal(group.children.length, 2);
105 equal(htmlForIndividualTestOnAllBuilders('foo/nonexistant.html'), '<div class="not-found">Test not found. Either it does not exist, is skipped or passes on all recorded runs.</div>');
111 equal(htmlForIndividualTestOnAllBuildersWithResultsLink
[all...]
H A Dbase_unittests.js33 equal(partial(sum, 1)(2), sum(1, 2));
H A Doverview_unittests.js122 equal(firstRow.querySelector('td:nth-child(1)').textContent, 'layout-tests');
123 equal(firstRow.querySelector('td:nth-child(1) a').hash, '#group=MockGroup&testType=layout-tests&tests=css3/foo.html,css3/bar.html');
124 equal(firstRow.querySelector('td:nth-child(2)').textContent, '2 / 4');
125 equal(firstRow.querySelector('td:nth-child(3)').textContent, '50%');
126 equal(firstRow.querySelector('td:nth-child(4)').innerHTML, '<div class="flaky-bar" style="width:250px"></div>');
150 equal(range.value, "5");
H A Daggregate_results_unittest.js92 equal(expectedHtml, htmlForBuilder('Blink Linux'));
107 equal(expectedHtml, htmlForBuilder('Blink Linux'));
137 equal(expectedHtml, htmlForBuilder('Blink Linux'));
165 equal(expectedHtml, htmlForBuilder('Blink Linux'));
/external/chromium_org/third_party/WebKit/Tools/qunit/test/
H A Dlogs.js57 equal(begin, 1);
58 equal(moduleStart, 1);
59 equal(testStart, 1);
60 equal(testDone, 0);
61 equal(moduleDone, 0);
69 equal("foo", "foo", "msg");
85 equal(log, 12);
88 equal(begin, 1);
89 equal(moduleStart, 1);
90 equal(testStar
[all...]
/external/valgrind/main/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/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
H A Dui_unittests.js56 equal(onebar.innerHTML,
69 equal(window.location.hash, '#expected');
71 equal(window.location.hash, '#unexpected');
84 equal(grid.innerHTML,
122 equal(grid.innerHTML, '<iframe class="text-result" src="http://example.com/layout-test-results/foo-bar-crash-log.txt"></iframe>');
128 equal(grid.innerHTML, 'No results to display.');
133 equal(time.tagName, 'TIME');
134 equal(time.className, 'relative');
141 equal(time.outerHTML, '<time class="relative"></time>');
145 equal(tim
[all...]
/external/valgrind/main/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/chromium_org/third_party/WebKit/Source/weborigin/
H A DSecurityOriginHash.h53 static bool equal(SecurityOrigin* a, SecurityOrigin* b) function in struct:WebCore::SecurityOriginHash
58 // equal without changing hash to match it.
61 return a->equal(b);
63 static bool equal(SecurityOrigin* a, const RefPtr<SecurityOrigin>& b) function in struct:WebCore::SecurityOriginHash
65 return equal(a, b.get());
67 static bool equal(const RefPtr<SecurityOrigin>& a, SecurityOrigin* b) function in struct:WebCore::SecurityOriginHash
69 return equal(a.get(), b);
71 static bool equal(const RefPtr<SecurityOrigin>& a, const RefPtr<SecurityOrigin>& b) function in struct:WebCore::SecurityOriginHash
73 return equal(a.get(), b.get());
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DStringHash.h46 static inline bool equal(const StringImpl* a, const StringImpl* b) function in struct:WTF::StringHash
52 static bool equal(const RefPtr<StringImpl>& a, const RefPtr<StringImpl>& b) function in struct:WTF::StringHash
54 return equal(a.get(), b.get());
58 static bool equal(const String& a, const String& b) function in struct:WTF::StringHash
60 return equal(a.impl(), b.impl());
95 static inline bool equal(const StringImpl* a, const StringImpl* b) function in class:WTF::CaseFoldingHash
105 static bool equal(const RefPtr<StringImpl>& a, const RefPtr<StringImpl>& b) function in class:WTF::CaseFoldingHash
107 return equal(a.get(), b.get());
118 static bool equal(const String& a, const String& b) function in class:WTF::CaseFoldingHash
120 return equal(
122 static bool equal(const AtomicString& a, const AtomicString& b) function in class:WTF::CaseFoldingHash
[all...]

Completed in 457 milliseconds

1234567891011>>