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

1234567891011>>

/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...]
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/std/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_equal/
H A Dequal.pass.cpp14 // bool equal(istreambuf_iterator<charT,traits>& b) const;
31 assert( i1.equal(i1));
32 assert( i1.equal(i2));
33 assert(!i1.equal(i3));
34 assert(!i1.equal(i4));
35 assert(!i1.equal(i5));
37 assert( i2.equal(i1));
38 assert( i2.equal(i2));
39 assert(!i2.equal(i3));
40 assert(!i2.equal(i
[all...]
/external/python/cpython2/Lib/idlelib/idle_test/
H A Dtest_autoexpand.py39 equal = self.assertEqual
41 equal(previous(), '')
44 equal(previous(), 't')
47 equal(previous(), 'this')
50 equal(previous(), '')
53 equal(previous(), 'is')
56 equal(previous(), 'string')
59 equal(previous(), '')
62 equal(previous(), '')
67 equal
[all...]
/external/python/cpython3/Lib/idlelib/idle_test/
H A Dtest_autoexpand.py40 equal = self.assertEqual
42 equal(previous(), '')
45 equal(previous(), 't')
48 equal(previous(), 'this')
51 equal(previous(), '')
54 equal(previous(), 'is')
57 equal(previous(), 'string')
60 equal(previous(), '')
63 equal(previous(), '')
68 equal
[all...]
H A Dtest_replace.py62 equal = self.assertEqual
69 equal(self.engine.getpat(), pv.get())
75 equal(text.get('1.8', '1.12'), 'asdf')
82 equal(text.get('1.2', '1.7'), 'hello')
88 equal(text.get('1.23', '1.28'), 'world')
97 equal(before_text, after_text)
104 equal(text.get('1.8'), 'i')
105 equal(text.get('2.1'), 'j')
107 equal(text.get('2.1'), 'j')
108 equal(tex
[all...]
/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...]
H A DIdentifiedArrayReferenceValue.java61 public int equal(ReferenceValue other) method in class:IdentifiedArrayReferenceValue
63 return other.equal(this);
76 // public int equal(IdentifiedReferenceValue other)
78 // return equal((TypedReferenceValue)other);
91 // public int equal(ArrayReferenceValue other)
93 // return equal((TypedReferenceValue)other);
106 public int equal(IdentifiedArrayReferenceValue other) method in class:IdentifiedArrayReferenceValue
109 this.equal((TypedReferenceValue)other);
122 // public int equal(DetailedArrayReferenceValue other)
124 // return equal((IdentifiedArrayReferenceValu
[all...]
H A DIdentifiedReferenceValue.java61 public int equal(ReferenceValue other) method in class:IdentifiedReferenceValue
63 return other.equal(this);
76 public int equal(IdentifiedReferenceValue other) method in class:IdentifiedReferenceValue
79 this.equal((TypedReferenceValue)other);
92 // public int equal(ArrayReferenceValue other)
94 // return equal((TypedReferenceValue)other);
107 // public int equal(IdentifiedArrayReferenceValue other)
109 // return equal((ArrayReferenceValue)other);
122 // public int equal(DetailedArrayReferenceValue other)
124 // return equal((IdentifiedArrayReferenceValu
[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/skia/tests/
H A DPathOpsTypesTest.cpp18 bool equal = RoughlyEqualUlps(roughlyTests[index][0], roughlyTests[index][1]); local
19 REPORTER_ASSERT(reporter, equal);
/external/skqp/tests/
H A DPathOpsTypesTest.cpp18 bool equal = RoughlyEqualUlps(roughlyTests[index][0], roughlyTests[index][1]); local
19 REPORTER_ASSERT(reporter, equal);
/external/libcxx/test/std/algorithms/alg.nonmodifying/alg.equal/
H A Dequal.pass.cpp15 // equal(Iter1 first1, Iter1 last1, Iter2 first2);
20 // equal(Iter1 first1, Iter1 last1, Iter2 first2, Iter2 last2);
36 return !std::equal(std::begin(ia), std::end(ia), std::begin(ic))
37 && !std::equal(std::begin(ia), std::end(ia), std::begin(ic), std::end(ic))
38 && std::equal(std::begin(ib), std::end(ib), std::begin(ic))
39 && !std::equal(std::begin(ib), std::end(ib), std::begin(ic), std::end(ic))
41 && std::equal(II(std::begin(ib)), II(std::end(ib)), II(std::begin(ic)))
42 && !std::equal(BI(std::begin(ib)), BI(std::end(ib)), BI(std::begin(ic)), BI(std::end(ic)))
53 assert(std::equal(input_iterator<const int*>(ia),
57 assert(std::equal(input_iterato
[all...]
H A Dequal_pred.pass.cpp16 // equal(Iter1 first1, Iter1 last1, Iter2 first2, Pred pred);
23 // equal(Iter1 first1, Iter1 last1, Iter2 first2, Iter2 last2, Pred pred);
43 return !std::equal(std::begin(ia), std::end(ia), std::begin(ic) , eq)
44 && !std::equal(std::begin(ia), std::end(ia), std::begin(ic), std::end(ic), eq)
45 && std::equal(std::begin(ib), std::end(ib), std::begin(ic) , eq)
46 && !std::equal(std::begin(ib), std::end(ib), std::begin(ic), std::end(ic), eq)
48 && std::equal(II(std::begin(ib)), II(std::end(ib)), II(std::begin(ic)) , eq)
49 && !std::equal(BI(std::begin(ib)), BI(std::end(ib)), BI(std::begin(ic)), BI(std::end(ic)), eq)
67 assert(std::equal(input_iterator<const int*>(ia),
72 assert(std::equal(input_iterato
[all...]
/external/valgrind/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/python/cpython3/Lib/test/
H A Dtest_uuid.py19 equal = self.assertEqual
157 equal(str(u), string)
158 equal(int(u), integer)
159 equal(u.bytes, bytes)
160 equal(u.bytes_le, bytes_le)
161 equal(u.fields, fields)
162 equal(u.time_low, fields[0])
163 equal(u.time_mid, fields[1])
164 equal(u.time_hi_version, fields[2])
165 equal(
[all...]
/external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
H A DObjectsTest.java32 assertTrue(Objects.equal(1, 1));
33 assertTrue(Objects.equal(null, null));
38 assertTrue(Objects.equal(s1, s2));
40 assertFalse(Objects.equal(s1, null));
41 assertFalse(Objects.equal(null, s1));
42 assertFalse(Objects.equal("foo", "bar"));
43 assertFalse(Objects.equal("1", 1));

Completed in 636 milliseconds

1234567891011>>