HomeSort by relevance Sort by last modified time
    Searched refs:equal (Results 1 - 25 of 933) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/none/tests/s390x/
cgij.stdout.exp 1 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...]
cgrj.stdout.exp 1 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...]
cij.stdout.exp 1 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...]
clgij.stdout.exp 1 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...]
clgrj.stdout.exp 1 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...]
clij.stdout.exp 1 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...]
clrj.stdout.exp 1 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...]
crj.stdout.exp 1 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/libcxx/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_equal/
equal.pass.cpp 14 // 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(i1))
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_equal/
equal.pass.cpp 14 // 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(i1))
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/qunit/test/
logs.js 57 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(testStart, 2)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ui/
failures_unittests.js 38 equal(configuration.outerHTML, '<a class="failing-builder" 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" 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" 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(grid.outerHTML, '<table class="failures">'
    [all...]
notifications_unittests.js 32 equal(notification.tagName, 'LI');
33 equal(notification.innerHTML, '<div class="how"></div><div class="what"></div>');
40 equal(stream.tagName, 'OL');
41 equal(stream.className, 'notifications');
42 equal(stream.childElementCount, 0);
46 equal(stream.childElementCount, 1);
47 equal(stream.textContent, 'garden-o-matic is ');
51 equal(stream.childElementCount, 2);
52 equal(stream.textContent, 'garden-o-matic is awesome!');
57 equal(info.tagName, 'LI')
    [all...]
  /external/valgrind/main/none/tests/x86/
bug126147-x86.c 130 /* 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 (one+5, "fgh", 9)
    [all...]
  /external/libcxx/test/algorithms/alg.nonmodifying/alg.equal/
Android.mk 17 test_makefile := external/libcxx/test/algorithms/alg.nonmodifying/alg.equal/Android.mk
19 test_name := algorithms/alg.nonmodifying/alg.equal/equal_pred
23 test_name := algorithms/alg.nonmodifying/alg.equal/equal
24 test_src := equal.pass.cpp
equal.pass.cpp 15 // 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),
  /external/valgrind/main/memcheck/tests/
str_tester.c 58 /* 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 (two, "hi there", 9 + (i * 2))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/weborigin/
KURLHash.h 41 static bool equal(const KURL& a, const KURL& b) function in struct:WebCore::KURLHash
43 return StringHash::equal(a.string(), b.string());
SecurityOriginHash.h 53 static bool equal(SecurityOrigin* a, SecurityOrigin* b) function in struct:WebCore::SecurityOriginHash
72 static bool equal(SecurityOrigin* a, const RefPtr<SecurityOrigin>& b) function in struct:WebCore::SecurityOriginHash
74 return equal(a, b.get());
76 static bool equal(const RefPtr<SecurityOrigin>& a, SecurityOrigin* b) function in struct:WebCore::SecurityOriginHash
78 return equal(a.get(), b);
80 static bool equal(const RefPtr<SecurityOrigin>& a, const RefPtr<SecurityOrigin>& b) function in struct:WebCore::SecurityOriginHash
82 return equal(a.get(), b.get());
  /external/chromium_org/third_party/skia/tests/
PathOpsTypesTest.cpp 18 bool equal = RoughlyEqualUlps(roughlyTests[index][0], roughlyTests[index][1]); local
19 REPORTER_ASSERT(reporter, equal);
  /external/skia/tests/
PathOpsTypesTest.cpp 18 bool equal = RoughlyEqualUlps(roughlyTests[index][0], roughlyTests[index][1]); local
19 REPORTER_ASSERT(reporter, equal);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.equal/
equal.pass.cpp 15 // 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),
  /packages/inputmethods/LatinIME/tools/dicttool/compat/android/test/
MoreAsserts.java 28 if (equal(unexpected, actual)) {
32 private static boolean equal(Object a, Object b) { method in class:MoreAsserts
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
treestatus_unittests.js 47 equal(treestatus.urlByName('blink'), 'http://blink-status.appspot.com/current?format=json');
48 equal(treestatus.urlByName('chromium'), 'http://chromium-status.appspot.com/current?format=json');
49 equal(treestatus.urlByName('foo'), null);
67 equal(span.textContent, 'OPEN');
73 equal(span.textContent, 'Tree is closed by ojan@chromium.org');
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
StringHash.h 46 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(a.impl(), b.impl())
122 static bool equal(const AtomicString& a, const AtomicString& b) function in class:WTF::CaseFoldingHash
    [all...]

Completed in 510 milliseconds

1 2 3 4 5 6 7 8 91011>>