HomeSort by relevance Sort by last modified time
    Searched refs:equal (Results 226 - 250 of 2040) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/intl/
plural-exp.h 62 equal, /* Comparison for equality. */ enumerator in enum:expression::operator
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-scripts/
script.exp 119 if ![string equal "" $exec_output] {
169 if ![string equal $syms_massaged $extract_syms] {
  /tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/utils/
CachedFileContents.java 129 if (valid && !Objects.equal(hash, hashFile())) {
  /external/icu/icu4c/source/i18n/
fmtable.cpp 287 UBool equal = TRUE;
290 equal = (fValue.fDate == that.fValue.fDate);
293 equal = (fValue.fDouble == that.fValue.fDouble);
297 equal = (fValue.fInt64 == that.fValue.fInt64);
300 equal = (*(fValue.fString) == *(that.fValue.fString));
304 equal = FALSE;
310 equal = FALSE;
317 equal = FALSE;
319 equal = objectEquals(fValue.fObject, that.fValue.fObject);
325 return equal;
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/octave/
octiterators.swg 43 virtual bool equal (const OctSwigIterator &x) const
70 return equal(x);
137 bool equal (const OctSwigIterator &iter) const
314 %catches(std::invalid_argument) OctSwigIterator::equal (const OctSwigIterator &x) const;
340 virtual bool equal (const OctSwigIterator &x) const;
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyiterators.swg 49 virtual bool equal (const SwigPyIterator &/*x*/) const
88 return equal(x);
163 bool equal (const SwigPyIterator &iter) const
355 %catches(std::invalid_argument) SwigPyIterator::equal (const SwigPyIterator &x) const;
385 virtual bool equal (const SwigPyIterator &x) const;
  /packages/apps/Contacts/src/com/android/contacts/model/account/
AccountTypeProvider.java 111 if (Objects.equal(accountType.dataSet, dataSet)) {
125 if (Objects.equal(accountType.dataSet, dataSet)) {
225 if (!Objects.equal(extensionType.accountType, type)) {
267 return Objects.equal(auth1, auth2) &&
268 Objects.equal(auth1.packageName, auth2.packageName) &&
  /external/python/cpython3/Objects/
memoryobject.c 279 /* Two shapes are equivalent if they are either equal or identical up
2609 int equal; local
2668 int equal; local
2691 int equal; local
2728 int equal = MV_COMPARE_NOT_IMPL; local
    [all...]
  /external/icu/icu4c/source/common/
stringtriebuilder.cpp 147 // Continue for the greater-or-equal branch.
276 // Continue for the greater-or-equal branch.
484 if(units[i]!=o.units[i] || values[i]!=o.values[i] || equal[i]!=o.equal[i]) {
498 Node *edge=equal[--i];
517 Node *rightEdge=equal[unitNumber];
521 if(equal[unitNumber]!=NULL) {
522 equal[unitNumber]->writeUnlessInsideRightEdge(firstEdgeNumber, rightEdgeNumber, builder);
538 if(equal[unitNumber]==NULL) {
544 U_ASSERT(equal[unitNumber]->getOffset()>0)
    [all...]
  /external/guice/core/src/com/google/inject/internal/
WeakKeySet.java 153 return Objects.equal(key, other.key)
154 && Objects.equal(source, other.source);
  /external/guice/core/src/com/google/inject/util/
Providers.java 74 && Objects.equal(instance, ((ConstantProvider<?>) obj).instance);
128 && Objects.equal(delegate, ((GuicifiedProvider<?>) obj).delegate);
  /external/libcxx/test/std/numerics/numeric.ops/inclusive.scan/
inclusive_scan_op_init.pass.cpp 36 assert(std::equal(v.begin(), v.end(), rFirst, rLast));
42 assert(std::equal(v.begin(), v.end(), rFirst, rLast));
  /external/libcxx/test/std/numerics/numeric.ops/transform.inclusive.scan/
transform_inclusive_scan_bop_uop.pass.cpp 46 assert(std::equal(v.begin(), v.end(), rFirst, rLast));
52 assert(std::equal(v.begin(), v.end(), rFirst, rLast));
  /external/pdfium/fxjs/
cjs_color.h 63 CJS_Return equal(CJS_Runtime* pRuntime,
107 JS_STATIC_METHOD(equal, color);
  /external/pdfium/third_party/bigint/
BigInteger.hh 27 equal = BigUnsigned::equal , member in class:BigInteger
  /external/perf_data_converter/src/quipper/
perf_parser.h 106 std::equal(callchain.begin(), callchain.end(),
108 std::equal(branch_stack.begin(), branch_stack.end(),
  /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...]
  /external/sfntly/cpp/src/test/
byte_array_test.cc 75 EXPECT_TRUE(std::equal(b1.begin(), b1.end(), b2.begin()));
87 EXPECT_TRUE(std::equal(b1.begin(), b1.end(), b2.begin()));
  /external/skia/tests/
DeviceLooperTest.cpp 17 static bool equal(const SkRasterClip& a, const SkRasterClip& b) { function
56 REPORTER_ASSERT(reporter, equal(looper.getRC(), rc));
VerticesTest.cpp 14 static bool equal(const SkVertices* v0, const SkVertices* v1) { function
88 REPORTER_ASSERT(reporter, equal(v0.get(), v1.get()));
  /external/skqp/tests/
DeviceLooperTest.cpp 17 static bool equal(const SkRasterClip& a, const SkRasterClip& b) { function
56 REPORTER_ASSERT(reporter, equal(looper.getRC(), rc));
VerticesTest.cpp 14 static bool equal(const SkVertices* v0, const SkVertices* v1) { function
88 REPORTER_ASSERT(reporter, equal(v0.get(), v1.get()));
  /external/toolchain-utils/crosperf/
label.py 101 """Label objects are used in a map, so provide "hash" and "equal"."""
106 """Label objects are used in a map, so provide "hash" and "equal"."""
  /external/vixl/src/
invalset-vixl.h 51 // - Elements with an invalid key must compare higher or equal to any other
861 bool equal = (inval_set_ == rhs.inval_set_); local
864 VIXL_ASSERT(!equal || (using_vector_ == rhs.using_vector_));
867 equal = equal && (iterator_ == rhs.iterator_);
869 VIXL_ASSERT(!equal || (index_ == rhs.index_));
871 equal = equal && (index_ == rhs.index_);
879 return equal;
  /frameworks/native/opengl/libs/EGL/
egl_cache.cpp 87 bool equal = !strcmp(BC_EXT_STR, exts); local
92 if (equal || atStart || atEnd || inMiddle) {

Completed in 295 milliseconds

1 2 3 4 5 6 7 8 91011>>