HomeSort by relevance Sort by last modified time
    Searched defs:equal (Results 101 - 125 of 220) sorted by null

1 2 3 45 6 7 8 9

  /external/proguard/src/proguard/evaluation/value/
ReferenceValue.java 158 // If this type is equal to the other type, or if the other type is
248 // If the two types are equal, the generalization remains the same, maybe null.
412 * Returns whether this ReferenceValue is equal to the given other
416 public int equal(ReferenceValue other) method in class:ReferenceValue
454 return -equal(other);
  /external/stlport/stlport/stl/
_algobase.h 518 // equal and mismatch
551 bool equal(_InputIter1 __first1, _InputIter1 __last1, function
563 bool equal(_InputIter1 __first1, _InputIter1 __last1, function
  /frameworks/base/test-runner/src/android/test/
MoreAsserts.java 61 * Asserts that {@code actual} is not equal {@code unexpected}, according
66 if (equal(unexpected, actual)) {
161 * {@code null} will be considered equal to {@code null} (unlike SQL).
438 * equal if expectedResult is true. (hashCode() is not tested if
439 * expectedResult is false, as unequal objects can have equal hashCodes.)
443 * @param expectedResult True if the objects should compare equal,
459 + "to be equal to null?", expectedResult);
471 "hashCode() values for equal objects should be the same";
552 private static boolean equal(Object a, Object b) { method in class:MoreAsserts
  /frameworks/native/opengl/libs/EGL/
egl_cache.cpp 97 bool equal = !strcmp(BC_EXT_STR, exts); local
102 if (equal || atStart || atEnd || inMiddle) {
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
HprofData.java 113 && equal(this.threadName, event.threadName)
114 && equal(this.groupName, event.groupName)
115 && equal(this.parentGroupName, event.parentGroupName));
118 private static boolean equal(Object a, Object b) { method in class:HprofData.ThreadEvent
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_algobase.h 518 // equal and mismatch
551 bool equal(_InputIter1 __first1, _InputIter1 __last1, function
563 bool equal(_InputIter1 __first1, _InputIter1 __last1, function
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/
iterator_range_core.hpp 29 #include <boost/range/algorithm/equal.hpp>
96 inline bool equal(const Left& l, const Right& r) function in namespace:boost::iterator_range_detail
98 return boost::equal(l, r);
270 bool equal( const iterator_range& r ) const function in class:boost::iterator_range
280 return boost::equal( *this, r );
390 return boost::equal( l, r );
397 return !boost::equal( l, r );
434 return boost::equal( l, r );
441 return boost::equal( l, r );
449 return !boost::equal( l, r )
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_algobase.h 78 // when it's safe, i.e., the value_types are equal.
150 * @return An iterator equal to @p first2+(last1-first1).
799 equal(_II1 __first1, _II1 __last1, _II2 __first2) function in struct:__equal
813 equal(const _Tp* __first1, const _Tp* __last1, const _Tp* __first2) function in struct:__equal
831 return std::__equal<__simple>::equal(__first1, __last1, __first2);
948 * ranges are equal.
952 equal(_II1 __first1, _II1 __last1, _II2 __first2) function
984 equal(_IIter1 __first1, _IIter1 __last1, function
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algobase.h 78 // when it's safe, i.e., the value_types are equal.
150 * @return An iterator equal to @p first2+(last1-first1).
799 equal(_II1 __first1, _II1 __last1, _II2 __first2) function in struct:__equal
813 equal(const _Tp* __first1, const _Tp* __last1, const _Tp* __first2) function in struct:__equal
831 return std::__equal<__simple>::equal(__first1, __last1, __first2);
948 * ranges are equal.
952 equal(_II1 __first1, _II1 __last1, _II2 __first2) function
984 equal(_IIter1 __first1, _IIter1 __last1, function
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_algobase.h 518 // equal and mismatch
551 bool equal(_InputIter1 __first1, _InputIter1 __last1, function
563 bool equal(_InputIter1 __first1, _InputIter1 __last1, function
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algobase.h 78 // when it's safe, i.e., the value_types are equal.
150 * @return An iterator equal to @p first2+(last1-first1).
799 equal(_II1 __first1, _II1 __last1, _II2 __first2) function in struct:__equal
813 equal(const _Tp* __first1, const _Tp* __last1, const _Tp* __first2) function in struct:__equal
831 return std::__equal<__simple>::equal(__first1, __last1, __first2);
948 * ranges are equal.
952 equal(_II1 __first1, _II1 __last1, _II2 __first2) function
984 equal(_IIter1 __first1, _IIter1 __last1, function
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_algobase.h 518 // equal and mismatch
551 bool equal(_InputIter1 __first1, _InputIter1 __last1, function
563 bool equal(_InputIter1 __first1, _InputIter1 __last1, function
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algobase.h 78 // when it's safe, i.e., the value_types are equal.
150 * @return An iterator equal to @p first2+(last1-first1).
799 equal(_II1 __first1, _II1 __last1, _II2 __first2) function in struct:__equal
813 equal(const _Tp* __first1, const _Tp* __last1, const _Tp* __first2) function in struct:__equal
831 return std::__equal<__simple>::equal(__first1, __last1, __first2);
948 * ranges are equal.
952 equal(_II1 __first1, _II1 __last1, _II2 __first2) function
984 equal(_IIter1 __first1, _IIter1 __last1, function
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_algobase.h 518 // equal and mismatch
551 bool equal(_InputIter1 __first1, _InputIter1 __last1, function
563 bool equal(_InputIter1 __first1, _InputIter1 __last1, function
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_algobase.h 78 // when it's safe, i.e., the value_types are equal.
150 * @return An iterator equal to @p first2+(last1-first1).
799 equal(_II1 __first1, _II1 __last1, _II2 __first2) function in struct:__equal
813 equal(const _Tp* __first1, const _Tp* __last1, const _Tp* __first2) function in struct:__equal
831 return std::__equal<__simple>::equal(__first1, __last1, __first2);
948 * ranges are equal.
952 equal(_II1 __first1, _II1 __last1, _II2 __first2) function
984 equal(_IIter1 __first1, _IIter1 __last1, function
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_algobase.h 518 // equal and mismatch
551 bool equal(_InputIter1 __first1, _InputIter1 __last1, function
563 bool equal(_InputIter1 __first1, _InputIter1 __last1, function
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_algobase.h 518 // equal and mismatch
551 bool equal(_InputIter1 __first1, _InputIter1 __last1, function
563 bool equal(_InputIter1 __first1, _InputIter1 __last1, function
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
FormController.cpp 159 static bool equal(const FormElementKey& a, const FormElementKey& b) { return a == b; } function in struct:WebCore::FormElementKeyHash
277 if (!equal(key.type(), "file", 4))
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
FloatingObjects.h 116 static bool equal(FloatingObject* a, FloatingObject* b) { return a->renderer() == b->renderer(); } function in struct:WebCore::FloatingObjectHashFunctions
121 static bool equal(FloatingObject* a, RenderBox* b) { return a->renderer() == b; } function in struct:WebCore::FloatingObjectHashTranslator
  /external/chromium_org/third_party/WebKit/Source/wtf/
HashMap.h 120 // static bool equal(const ValueType&, const T&);
129 // static bool equal(const ValueType&, const T&);
228 template<typename T, typename U> static bool equal(const T& a, const U& b) { return HashFunctions::equal(a, b); } function in struct:WTF::HashMapTranslator
239 template<typename T, typename U> static bool equal(const T& a, const U& b) { return Translator::equal(a, b); } function in struct:WTF::HashMapTranslatorAdapter
  /external/llvm/lib/TableGen/
TGLexer.h 42 equal, question, // = ? enumerator in enum:llvm::tgtok::TokKind
  /external/sqlite/android/
sqlite3_android.cpp 96 bool equal = local
101 if (equal) {
  /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...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/
iterator_facade.hpp 530 static bool equal(Facade1 const& f1, Facade2 const& f2, mpl::true_) function in class:boost::iterator_core_access
532 return f1.equal(f2);
536 static bool equal(Facade1 const& f1, Facade2 const& f2, mpl::false_) function in class:boost::iterator_core_access
538 return f2.equal(f1);
832 BOOST_ITERATOR_FACADE_RELATION(==, return, equal)
833 BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_algobase.h 79 // when it's safe, i.e., the value_types are equal.
151 * @return An iterator equal to @p first2+(last1-first1).
788 equal(_II1 __first1, _II1 __last1, _II2 __first2) function in struct:__equal
802 equal(const _Tp* __first1, const _Tp* __last1, const _Tp* __first2) function in struct:__equal
820 return std::__equal<__simple>::equal(__first1, __last1, __first2);
1010 equal(_II1 __first1, _II1 __last1, _II2 __first2) function
1042 equal(_IIter1 __first1, _IIter1 __last1, function
    [all...]

Completed in 1141 milliseconds

1 2 3 45 6 7 8 9