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

1234567891011>>

/external/chromium_org/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/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...]
H A Dclst.stdout.exp11 comparing: equal with equal sentinel = 0
12 str1 = equal
13 str2 = equal
16 comparing: equal with equallong sentinel = 0
21 comparing: equallong with equal sentinel = 0
/external/libcxx/test/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_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/libcxx/test/algorithms/alg.nonmodifying/alg.equal/
H A DAndroid.mk17 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
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),
H A Dequal_pred.pass.cpp16 // equal(Iter1 first1, Iter1 last1, Iter2 first2, Pred pred);
40 assert(std::equal(input_iterator<const int*>(ia),
45 assert(std::equal(input_iterator<const int*>(ia),
50 assert(std::equal(random_access_iterator<const int*>(ia),
57 assert(!std::equal(input_iterator<const int*>(ia),
64 assert(!std::equal(random_access_iterator<const int*>(ia),
71 assert(!std::equal(input_iterator<const int*>(ia),
76 assert(!std::equal(input_iterator<const int*>(ia),
81 assert(!std::equal(random_access_iterator<const int*>(ia),
/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/skia/tests/
H A DPathOpsTypesTest.cpp18 bool equal = RoughlyEqualUlps(roughlyTests[index][0], roughlyTests[index][1]); local
19 REPORTER_ASSERT(reporter, equal);
/external/skia/tests/
H A DPathOpsTypesTest.cpp18 bool equal = RoughlyEqualUlps(roughlyTests[index][0], roughlyTests[index][1]); local
19 REPORTER_ASSERT(reporter, equal);
/external/chromium_org/third_party/WebKit/Source/platform/weborigin/
H A DSecurityOriginHash.h53 static bool equal(SecurityOrigin* a, SecurityOrigin* b) function in struct:blink::SecurityOriginHash
72 static bool equal(SecurityOrigin* a, const RefPtr<SecurityOrigin>& b) function in struct:blink::SecurityOriginHash
74 return equal(a, b.get());
76 static bool equal(const RefPtr<SecurityOrigin>& a, SecurityOrigin* b) function in struct:blink::SecurityOriginHash
78 return equal(a.get(), b);
80 static bool equal(const RefPtr<SecurityOrigin>& a, const RefPtr<SecurityOrigin>& b) function in struct:blink::SecurityOriginHash
82 return equal(a.get(), b.get());
H A DKURLHash.h41 static bool equal(const KURL& a, const KURL& b) function in struct:blink::KURLHash
43 return StringHash::equal(a.string(), b.string());
/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...]
/external/valgrind/main/none/tests/amd64/
H A Dcmpxchg.stdout.exp2 al!=cl so al should equal cl (Result al=33 bl=44 cl=33)
4 al==cl so cl should equal bl (Result al=55 bl=55 cl=55)
6 ax!=cx so ax should equal cx (Result ax=3333 bx=4444 cx=3333)
8 ax==cx so cx should equal bx (Result ax=5555 bx=5555 cx=5555)
10 eax!=ecx so eax should equal ecx (Result eax=33333333 ebx=44444444 ecx=33333333)
12 eax==ecx so ecx should equal ebx (Result eax=55555555 ebx=55555555 ecx=55555555)
14 rax!=rcx so rax should equal rcx (Result rax=333333333 rbx=444444444 rcx=333333333)
16 rax==rcx so ecx should equal rbx (Result rax=555555555 rbx=555555555 rcx=555555555)
/external/libcxx/test/algorithms/alg.modifying.operations/alg.random.shuffle/
H A Drandom_shuffle.pass.cpp27 assert(std::equal(ia, ia+sa, ia1));
29 assert(std::equal(ia, ia+sa, ia2));
H A Drandom_shuffle_urng.pass.cpp28 assert(std::equal(ia, ia+sa, ia1));
30 assert(std::equal(ia, ia+sa, ia2));

Completed in 5967 milliseconds

1234567891011>>