HomeSort by relevance Sort by last modified time
    Searched refs:Equals (Results 251 - 275 of 628) sorted by null

<<11121314151617181920>>

  /art/runtime/arch/arm/
instruction_set_features_arm.cc 267 bool ArmInstructionSetFeatures::Equals(const InstructionSetFeatures* other) const {
  /art/runtime/arch/mips/
instruction_set_features_mips.cc 170 bool MipsInstructionSetFeatures::Equals(const InstructionSetFeatures* other) const {
  /art/runtime/arch/x86/
instruction_set_features_x86.cc 220 bool X86InstructionSetFeatures::Equals(const InstructionSetFeatures* other) const {
  /art/runtime/
imt_conflict_table.h 93 bool Equals(ImtConflictTable* other, PointerSize pointer_size) const {
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
BitSet.cs 195 public override bool Equals(object other) {
273 return this.and(a).equals(this);
RecognitionException.cs 287 this._approximateLineInfo = lastRealToken.Equals(lastToken);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
BitSet.cs 224 public override bool Equals( object other )
322 return this.and(a).equals(this);
RecognitionException.cs 342 this._approximateLineInfo = lastRealToken.Equals(lastToken);
  /external/libchrome/base/metrics/
bucket_ranges.cc 135 bool BucketRanges::Equals(const BucketRanges* other) const {
histogram_unittest.cc 220 EXPECT_TRUE(ranges.Equals(histogram->bucket_ranges()));
247 EXPECT_TRUE(ranges2.Equals(histogram2->bucket_ranges()));
261 EXPECT_TRUE(ranges.Equals(histogram->bucket_ranges()));
275 EXPECT_TRUE(ranges2.Equals(histogram2->bucket_ranges()));
  /external/llvm/unittests/ADT/
ArrayRefTest.cpp 44 EXPECT_TRUE(Array1.equals(Array1c));
46 EXPECT_TRUE(Array2.equals(Array2c));
67 EXPECT_TRUE(AR1.drop_back().equals(AR2));
78 EXPECT_TRUE(AR1.drop_front(2).equals(AR2));
85 TEST(ArrayRefTest, Equals) {
88 EXPECT_TRUE(AR1.equals({1, 2, 3, 4, 5, 6, 7, 8}));
89 EXPECT_FALSE(AR1.equals({8, 1, 2, 4, 5, 6, 6, 7}));
90 EXPECT_FALSE(AR1.equals({2, 4, 5, 6, 6, 7, 8, 1}));
91 EXPECT_FALSE(AR1.equals({0, 1, 2, 4, 5, 6, 6, 7}));
92 EXPECT_FALSE(AR1.equals({1, 2, 42, 4, 5, 6, 7, 8}))
    [all...]
  /external/protobuf/src/google/protobuf/util/
message_differencer_unittest.cc 99 EXPECT_TRUE(util::MessageDifferencer::Equals(msg1, msg2));
113 EXPECT_FALSE(util::MessageDifferencer::Equals(msg1, msg2));
127 EXPECT_FALSE(util::MessageDifferencer::Equals(msg1, msg2));
141 EXPECT_TRUE(util::MessageDifferencer::Equals(msg1, msg2));
261 EXPECT_FALSE(util::MessageDifferencer::Equals(msg1, msg2));
330 EXPECT_FALSE(util::MessageDifferencer::Equals(msg1, msg2));
447 EXPECT_FALSE(util::MessageDifferencer::Equals(msg1, msg2));
481 EXPECT_FALSE(util::MessageDifferencer::Equals(msg1, msg2));
490 EXPECT_FALSE(util::MessageDifferencer::Equals(msg1, msg2));
693 EXPECT_TRUE(util::MessageDifferencer::Equals(msg1, msg2))
    [all...]
  /external/skia/include/core/
SkImageInfo.h 294 SkColorSpace::Equals(fColorSpace.get(), other.fColorSpace.get());
  /external/skia/src/codec/
SkCodecPriv.h 301 bool srcDstNotEqual = !SkColorSpace::Equals(srcInfo.colorSpace(), dstInfo.colorSpace());
  /external/skia/src/core/
SkBlitter_Sprite.cpp 61 if (!SkColorSpace::Equals(dst.colorSpace(), src.colorSpace())) {
  /external/skia/src/effects/
SkPictureImageFilter.cpp 140 if (SkColorSpace::Equals(dstCS.get(), fColorSpace.get())) {
  /external/skia/src/gpu/effects/
GrNonlinearColorSpaceXformEffect.cpp 211 if (!src || !dst || SkColorSpace::Equals(src, dst)) {
  /external/stressapptest/src/
adler32memcpy.cc 65 bool AdlerChecksum::Equals(const AdlerChecksum &other) const {
  /external/v8/src/
bit-vector.h 169 bool Equals(const BitVector& other) const {
  /external/v8/src/crankshaft/
hydrogen-environment-liveness.cc 55 if (live_in_successor->Equals(*live)) continue;
  /external/v8/src/debug/
debug-scopes.cc 625 if (String::Equals(handle(scope_info->ParameterName(i)), parameter_name)) {
642 if (String::Equals(handle(scope_info->StackLocalName(i)), variable_name)) {
657 if (String::Equals(variable_name, next_name)) {
758 if (!String::Equals(name, variable_name)) {
liveedit.h 159 virtual bool Equals(int index1, int index2) = 0;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusmatrix.h 91 BOOL Equals(const Matrix *matrix) const
  /system/media/brillo/audio/audioservice/
brillo_audio_client.cpp 197 if (entry.second->Equals(callback)) {
  /art/compiler/optimizing/
bounds_check_elimination.cc 152 bool Equals(ValueBound bound) const {
746 if (!upper.Equals(ValueBound::Max())) {
758 if (!lower.Equals(ValueBound::Min()) && !lower.IsRelatedToArrayLength()) {
770 if (!lower.Equals(ValueBound::Min()) && !lower.IsRelatedToArrayLength()) {
781 if (!upper.Equals(ValueBound::Max())) {
796 if (!lower.Equals(ValueBound::Min()) || !upper.Equals(ValueBound::Max())) {
    [all...]

Completed in 672 milliseconds

<<11121314151617181920>>