HomeSort by relevance Sort by last modified time
    Searched defs:equal (Results 26 - 50 of 478) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/v8/test/cctest/
log-eq-of-logging-and-traversal.js 142 var equal = true; variable
167 if (!entities_equal) equal = false;
170 return [equal, comparison];
  /frameworks/support/v4/java/android/support/v4/util/
ContainerHelpers.java 40 public static boolean equal(Object a, Object b) { method in class:ContainerHelpers
  /art/compiler/optimizing/
graph_test.cc 32 HInstruction* equal = new (allocator) HEqual(instr, instr); local
33 if_block->AddInstruction(equal);
34 instr = new (allocator) HIf(equal);
  /external/clang/test/SemaCXX/
builtins.cpp 13 int equal(const char *s1, const char *s2) { function
17 template int equal<&__builtin_strcmp>(const char*, const char*); // expected-error {{builtin functions must be directly called}} expected-error {{expected unqualified-id}} expected-error {{expected ')'}} expected-note {{to match this '('}}
  /external/guava/guava/src/com/google/common/base/
Objects.java 43 * Determines whether two possibly-null objects are equal. Returns:
48 * equal according to {@link Object#equals(Object)}.
59 public static boolean equal(@Nullable Object a, @Nullable Object b) { method in class:Objects
78 * does not equal the hash code of that object.
  /external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
ObjectsTest.java 32 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));
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
GeneralRangeTest.java 81 assertEquals(Objects.equal(i, j), range.contains(j));
  /external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/
Helpers.java 45 // Clone of Objects.equal
46 static boolean equal(Object a, Object b) { method in class:Helpers
276 return equal(this.getKey(), e.getKey())
277 && equal(this.getValue(), e.getValue());
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
Helpers.java 47 // Clone of Objects.equal
48 static boolean equal(Object a, Object b) { method in class:Helpers
278 return equal(this.getKey(), e.getKey())
279 && equal(this.getValue(), e.getValue());
  /external/guava/guava-tests/test/com/google/common/base/
ObjectsTest.java 34 assertTrue(Objects.equal(1, 1));
35 assertTrue(Objects.equal(null, null));
40 assertTrue(Objects.equal(s1, s2));
42 assertFalse(Objects.equal(s1, null));
43 assertFalse(Objects.equal(null, s1));
44 assertFalse(Objects.equal("foo", "bar"));
45 assertFalse(Objects.equal("1", 1));
  /external/guava/guava-tests/test/com/google/common/collect/
GeneralRangeTest.java 83 assertEquals(Objects.equal(i, j), range.contains(j));
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
UnicodePropertySymbolTable.java 220 public enum Relation {less, leq, equal, geq, greater} enum constant in enum:UnicodePropertySymbolTable.Relation
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/
UnicodePropertySymbolTable.java 219 public enum Relation {less, leq, equal, geq, greater} enum constant in enum:UnicodePropertySymbolTable.Relation
  /external/opencv3/3rdparty/openexr/Imath/
ImathFun.h 141 equal (T1 a, T2 b, T3 t) function in namespace:Imath
  /external/parameter-framework/asio-1.10.6/include/asio/ip/
basic_resolver_iterator.hpp 169 return a.equal(b);
176 return !a.equal(b);
190 bool equal(const basic_resolver_iterator& other) const function in class:asio::ip::basic_resolver_iterator
  /external/proguard/src/proguard/evaluation/value/
DetailedArrayReferenceValue.java 179 public int equal(ReferenceValue other) method in class:DetailedArrayReferenceValue
181 return other.equal(this);
194 // public int equal(IdentifiedReferenceValue other)
196 // return equal((TypedReferenceValue)other);
209 // public int equal(ArrayReferenceValue other)
211 // return equal((TypedReferenceValue)other);
224 // public int equal(IdentifiedArrayReferenceValue other)
226 // return equal((ArrayReferenceValue)other);
239 // public int equal(DetailedArrayReferenceValue other)
241 // return equal((IdentifiedArrayReferenceValue)other)
    [all...]
ReferenceValue.java 140 * 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 to the given othe
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...]
  /external/skia/gm/
surface.cpp 112 static bool equal(const SkSurfaceProps& a, const SkSurfaceProps& b) { function
150 SkASSERT(equal(surf->props(), surf2->props()));
  /external/skia/tests/
DeviceLooperTest.cpp 16 static bool equal(const SkRasterClip& a, const SkRasterClip& b) { function
55 REPORTER_ASSERT(reporter, equal(looper.getRC(), rc));
  /hardware/intel/common/libmix/mix_common/src/
mixparams.h 62 * Virtual function prototype for methods to compare 2 objects and check if they are equal.
110 * @equal: method to check if the content of two objects are equal.
120 MixParamsEqualFunction equal; member in struct:_MixParamsClass
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_istreambuf_iterator.h 74 bool equal(const istreambuf_iterator<_CharT, _Traits>& __i) const { function in class:istreambuf_iterator
112 return __x.equal(__y);
120 return !__x.equal(__y);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/
iterator_adaptor.hpp 311 bool equal(iterator_adaptor<OtherDerived, OtherIterator, V, C, R, D> const& x) const function in class:boost::iterator_adaptor
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
algobase.h 49 // NB: equal and lexicographical_compare require mismatch.
128 equal(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2, function in namespace:__parallel
130 { return _GLIBCXX_STD_A::equal(__begin1, __end1, __begin2); }
135 equal(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2, function in namespace:__parallel
137 { return _GLIBCXX_STD_A::equal(__begin1, __end1, __begin2, __pred); }
142 equal(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2) function in namespace:__parallel
151 equal(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2, function in namespace:__parallel
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
algobase.h 49 // NB: equal and lexicographical_compare require mismatch.
128 equal(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2, function in namespace:__parallel
130 { return _GLIBCXX_STD_A::equal(__begin1, __end1, __begin2); }
135 equal(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2, function in namespace:__parallel
137 { return _GLIBCXX_STD_A::equal(__begin1, __end1, __begin2, __pred); }
142 equal(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2) function in namespace:__parallel
151 equal(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2, function in namespace:__parallel
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
algobase.h 49 // NB: equal and lexicographical_compare require mismatch.
128 equal(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2, function in namespace:__parallel
130 { return _GLIBCXX_STD_A::equal(__begin1, __end1, __begin2); }
135 equal(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2, function in namespace:__parallel
137 { return _GLIBCXX_STD_A::equal(__begin1, __end1, __begin2, __pred); }
142 equal(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2) function in namespace:__parallel
151 equal(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2, function in namespace:__parallel

Completed in 1065 milliseconds

12 3 4 5 6 7 8 91011>>