HomeSort by relevance Sort by last modified time
    Searched defs:equal (Results 76 - 100 of 522) sorted by null

1 2 34 5 6 7 8 91011>>

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
assert.hpp 99 enum relations { equal = 1, not_equal, greater, greater_equal, less, less_equal }; enumerator in enum:assert_::relations
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
streambuf_iterator.h 93 // returns traits_type::eof()), the iterator becomes equal to
168 // 110 istreambuf_iterator::equal not const
172 equal(const istreambuf_iterator& __b) const function in class:istreambuf_iterator
206 { return __a.equal(__b); }
212 { return !__a.equal(__b); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
streambuf_iterator.h 93 // returns traits_type::eof()), the iterator becomes equal to
168 // 110 istreambuf_iterator::equal not const
172 equal(const istreambuf_iterator& __b) const function in class:istreambuf_iterator
206 { return __a.equal(__b); }
212 { return !__a.equal(__b); }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
streambuf_iterator.h 93 // returns traits_type::eof()), the iterator becomes equal to
168 // 110 istreambuf_iterator::equal not const
172 equal(const istreambuf_iterator& __b) const function in class:istreambuf_iterator
206 { return __a.equal(__b); }
212 { return !__a.equal(__b); }
  /prebuilts/go/darwin-x86/src/runtime/
asm_amd64p32.s 741 // eqstring tests whether two strings are equal.
743 // to eqstring have equal length.
820 JEQ equal
853 equal: label
899 JNE diff16 // branch if at least one byte is not equal
1100 TEXT bytes·Equal(SB),NOSPLIT,$0-25
  /prebuilts/go/linux-x86/src/runtime/
asm_amd64p32.s 741 // eqstring tests whether two strings are equal.
743 // to eqstring have equal length.
820 JEQ equal
853 equal: label
899 JNE diff16 // branch if at least one byte is not equal
1100 TEXT bytes·Equal(SB),NOSPLIT,$0-25
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
streambuf_iterator.h 93 // returns traits_type::eof()), the iterator becomes equal to
168 // 110 istreambuf_iterator::equal not const
172 equal(const istreambuf_iterator& __b) const function in class:istreambuf_iterator
206 { return __a.equal(__b); }
212 { return !__a.equal(__b); }
  /toolchain/binutils/binutils-2.25/intl/
plural-exp.h 62 equal, /* Comparison for equality. */ enumerator in enum:expression::operator
  /external/icu/android_icu4j/src/main/java/android/icu/util/
StringTrieBuilder.java 508 equal.add(i, node);
523 equal.set(i, equal.get(i).add(builder, s, start, sValue));
526 equal.add(i, builder.createSuffixNode(s, start, sValue));
558 Node node=equal.get(start);
587 private ArrayList<Node> equal=new ArrayList<Node>(); field in class:StringTrieBuilder.DynamicBranchNode
602 equal=new Node[capacity];
616 if(units[i]!=o.units[i] || values[i]!=o.values[i] || equal[i]!=o.equal[i]) {
633 Node edge=equal[--i]
707 private Node[] equal; \/\/ null means "has final value". field in class:StringTrieBuilder.ListBranchNode
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
StringTrieBuilder.java 510 equal.add(i, node);
525 equal.set(i, equal.get(i).add(builder, s, start, sValue));
528 equal.add(i, builder.createSuffixNode(s, start, sValue));
560 Node node=equal.get(start);
589 private ArrayList<Node> equal=new ArrayList<Node>(); field in class:StringTrieBuilder.DynamicBranchNode
604 equal=new Node[capacity];
618 if(units[i]!=o.units[i] || values[i]!=o.values[i] || equal[i]!=o.equal[i]) {
635 Node edge=equal[--i]
709 private Node[] equal; \/\/ null means "has final value". field in class:StringTrieBuilder.ListBranchNode
    [all...]
  /external/clang/test/Sema/
compare.c 204 int equal(char *a, const char *b) { function
  /external/deqp/framework/common/
tcuVectorUtil.hpp 103 template<typename T> inline bool equal (T a, T b) { return (a == b); } function in namespace:tcu
225 inline Vector<bool, Size> equal (const Vector<T, Size>& a, const Vector<T, Size>& b) function in namespace:tcu
  /external/fonttools/Lib/fontTools/
merge.py 35 def equal(lst): function
39 assert all(item == first for item in t), "Expected all items to be equal: %s" % lst
157 'tableTag': equal,
158 'tableVersion': equal,
177 14: bitwise_and, # Last resort font. FIXME? equal or first may be better
182 'tableTag': equal,
186 'magicNumber': equal,
188 'unitsPerEm': equal,
199 'glyphDataFormat': equal,
203 '*': equal,
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
AbstractMapTester.java 178 equal(getMap().get(entry.getKey()), entry.getValue()));
182 private static boolean equal(Object a, Object b) { method in class:AbstractMapTester
208 if (Helpers.equal(i.next().getKey(), newEntry.getKey())) {
  /external/llvm/include/llvm/ADT/
STLExtras.h 448 /// A functor like C++14's std::equal<void> in its absence.
449 struct equal { struct in namespace:llvm
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
Util.java 59 /** Returns true if two possibly-null objects are equal. */
60 public static boolean equal(Object a, Object b) { method in class:Util
  /external/pdfium/third_party/bigint/
BigUnsigned.hh 23 enum CmpRes { less = -1, equal = 0, greater = 1 }; enumerator in enum:BigUnsigned::CmpRes
  /external/proguard/src/proguard/evaluation/value/
TypedReferenceValue.java 149 // If this type is equal to the other type, or if the other type is
205 public int equal(ReferenceValue other) method in class:TypedReferenceValue
207 return other.equal(this);
245 // If the two types are equal, the generalization remains the same, maybe null.
493 public int equal(TypedReferenceValue other) method in class:TypedReferenceValue
508 public int equal(IdentifiedReferenceValue other) method in class:TypedReferenceValue
510 return equal((TypedReferenceValue)other);
523 public int equal(ArrayReferenceValue other) method in class:TypedReferenceValue
525 return equal((TypedReferenceValue)other);
538 public int equal(IdentifiedArrayReferenceValue other method in class:TypedReferenceValue
553 public int equal(DetailedArrayReferenceValue other) method in class:TypedReferenceValue
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/connectivity/
MetricsLoggerServiceTest.java 177 public boolean equal(Object o) { method in class:MetricsLoggerServiceTest.EventComparator
  /frameworks/base/test-runner/src/android/test/
MoreAsserts.java 63 * Asserts that {@code actual} is not equal {@code unexpected}, according
68 if (equal(unexpected, actual)) {
190 * {@code null} will be considered equal to {@code null} (unlike SQL).
467 * equal if expectedResult is true. (hashCode() is not tested if
468 * expectedResult is false, as unequal objects can have equal hashCodes.)
472 * @param expectedResult True if the objects should compare equal,
488 + "to be equal to null?", expectedResult);
500 "hashCode() values for equal objects should be the same";
581 private static boolean equal(Object a, Object b) { method in class:MoreAsserts
  /frameworks/native/libs/gui/tests/
SurfaceTextureClient_test.cpp 645 bool equal = !strcmp(CROP_EXT_STR, exts); local
650 bool hasEglAndroidImageCrop = equal || atStart || atEnd || inMiddle;
  /frameworks/native/opengl/libs/EGL/
egl_cache.cpp 98 bool equal = !strcmp(BC_EXT_STR, exts); local
103 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...]

Completed in 674 milliseconds

1 2 34 5 6 7 8 91011>>