Searched defs:equal (Results 26 - 50 of 147) sorted by relevance

123456

/external/e2fsprogs/intl/
H A Dplural-exp.h54 equal, /* Comparison for equality. */ enumerator in enum:expression::operator
/external/e2fsprogs/lib/ext2fs/
H A Dtst_badblocks.c272 int equal; local
320 equal = ext2fs_badblocks_equal(bb1, bb2);
321 printf("bb1 and bb2 are %sequal.\n", equal ? "" : "NOT ");
322 if (equal)
325 equal = ext2fs_badblocks_equal(bb1, bb3);
326 printf("bb1 and bb3 are %sequal.\n", equal ? "" : "NOT ");
327 if (!equal)
330 equal = ext2fs_badblocks_equal(bb1, bb4);
331 printf("bb1 and bb4 are %sequal.\n", equal ? "" : "NOT ");
332 if (equal)
[all...]
/external/guava/guava/src/com/google/common/base/
H A DObjects.java43 * 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/parameter-framework/asio/include/asio/ip/
H A Dbasic_resolver_iterator.hpp169 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/parameter-framework/asio-1.10.6/include/asio/ip/
H A Dbasic_resolver_iterator.hpp169 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/
H A DDetailedArrayReferenceValue.java179 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((IdentifiedArrayReferenceValu
[all...]
H A DIntegerValue.java200 * Returns whether this IntegerValue and the given IntegerValue are equal:
203 public abstract int equal(IntegerValue other); method in class:IntegerValue
212 * Returns whether this IntegerValue is less than or equal to the given
227 return -equal(other);
240 * Returns whether this IntegerValue is greater than or equal to the given IntegerValue:
433 * equal: <code>NEVER</code>, <code>MAYBE</code>, or <code>ALWAYS</code>.
435 public int equal(UnknownIntegerValue other) method in class:IntegerValue
437 return equal((IntegerValue)other);
451 * Returns whether this IntegerValue is less than or equal to the given
469 return -equal(othe
679 public int equal(SpecificIntegerValue other) method in class:IntegerValue
923 public int equal(ParticularIntegerValue other) method in class:IntegerValue
[all...]
H A DParticularIntegerValue.java211 public int equal(IntegerValue other) method in class:ParticularIntegerValue
213 return other.equal(this);
339 public int equal(ParticularIntegerValue other) method in class:ParticularIntegerValue
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 DSpecificIntegerValue.java179 public int equal(IntegerValue other) method in class:SpecificIntegerValue
181 return other.equal(this);
317 public int equal(SpecificIntegerValue other) method in class:SpecificIntegerValue
H A DTypedReferenceValue.java149 // 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(IdentifiedArrayReferenceValu method in class:TypedReferenceValue
553 public int equal(DetailedArrayReferenceValue other) method in class:TypedReferenceValue
[all...]
H A DUnknownIntegerValue.java181 public int equal(IntegerValue other) method in class:UnknownIntegerValue
/external/skia/tests/
H A DDeviceLooperTest.cpp17 static bool equal(const SkRasterClip& a, const SkRasterClip& b) { function
56 REPORTER_ASSERT(reporter, equal(looper.getRC(), rc));
/external/skqp/tests/
H A DDeviceLooperTest.cpp17 static bool equal(const SkRasterClip& a, const SkRasterClip& b) { function
56 REPORTER_ASSERT(reporter, equal(looper.getRC(), rc));
/external/swiftshader/third_party/LLVM/unittests/Support/
H A DPath.cpp204 bool equal; local
205 ASSERT_NO_ERROR(fs::equivalent(Twine(TempPath), Twine(TempPath2), equal)); local
206 EXPECT_TRUE(equal);
/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_value.cc78 bool equal = defining_instruction() == other.defining_instruction() && local
80 // If the values are equal they most both be phi (or non phi).
81 CHECK(!(equal && is_phi() != other.is_phi()));
82 return equal;
/external/clang/test/Sema/
H A Dcompare.c204 int equal(char *a, const char *b) { function
/external/fonttools/Lib/fontTools/
H A Dmerge.py35 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/fonttools/Tools/fontTools/
H A Dmerge.py35 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/src/com/google/common/io/
H A DFiles.java374 public static boolean equal(File file1, File file2) throws IOException { method in class:Files
/external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/
H A DHelpers.java45 // 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/
H A DAbstractMapTester.java178 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())) {
H A DHelpers.java47 // 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/guice/extensions/mini/src/com/google/inject/mini/
H A DMiniGuice.java314 private static boolean equal(Object a, Object b) { method in class:MiniGuice
330 && equal(annotation, ((Key) o).annotation);
/external/icu/icu4c/source/common/unicode/
H A Dstringtriebuilder.h342 equal[length]=NULL;
350 equal[length]=node;
356 Node *equal[kMaxBranchLinearSubNodeLength]; // NULL means "has final value". member in class:StringTrieBuilder::ListBranchNode

Completed in 2067 milliseconds

123456