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

1 2 3 4 5 6 7 8 91011>>

  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
FieldMask.cs 229 public override bool Equals(object other) {
230 return Equals(other as FieldMask);
233 public bool Equals(FieldMask other) {
240 if(!paths_.Equals(other.paths_)) return false;
Any.cs 175 public override bool Equals(object other) {
176 return Equals(other as Any);
179 public bool Equals(Any other) {
Duration.cs 144 public override bool Equals(object other) {
145 return Equals(other as Duration);
148 public bool Equals(Duration other) {
Timestamp.cs 155 public override bool Equals(object other) {
156 return Equals(other as Timestamp);
159 public bool Equals(Timestamp other) {
  /external/v8/src/compiler/
redundancy-elimination.cc 72 bool RedundancyElimination::EffectPathChecks::Equals(
286 if (original == nullptr || !checks->Equals(original)) {
  /external/v8/src/crankshaft/arm/
lithium-gap-resolver-arm.cc 144 SLOW_DCHECK(!destination->Equals(moves_[j].destination()));
155 DCHECK(moves_[index].destination()->Equals(moves_[root_index_].source()));
  /external/v8/src/crankshaft/arm64/
lithium-gap-resolver-arm64.cc 138 SLOW_DCHECK(!destination->Equals(moves_[j].destination()));
146 DCHECK(moves_[index].destination()->Equals(moves_[root_index_].source()));
  /external/v8/src/crankshaft/
hydrogen-representation-changes.cc 84 if (req.IsNone() || req.Equals(r)) continue;
95 if (change->from().Equals(req) && IsNonDeoptingIntToSmiChange(change)) {
hydrogen-gvn.cc 205 if (array_[pos].instr->Equals(instr)) return array_[pos].instr;
208 if (lists_[next].instr->Equals(instr)) return lists_[next].instr;
475 if (access.Equals(inobject_fields_[i])) {
851 DCHECK(instr->Equals(other) && other->Equals(instr));
lithium.h 49 bool Equals(LOperand* other) const { return value_ == other->value_; }
290 return !IsEliminated() && source()->Equals(operand);
296 return IsEliminated() || source_->Equals(destination_) || IsIgnored() ||
  /external/v8/src/crankshaft/mips/
lithium-gap-resolver-mips.cc 129 SLOW_DCHECK(!destination->Equals(moves_[j].destination()));
141 DCHECK(moves_[index].destination()->Equals(moves_[root_index_].source()));
  /external/v8/src/crankshaft/mips64/
lithium-gap-resolver-mips64.cc 129 SLOW_DCHECK(!destination->Equals(moves_[j].destination()));
141 DCHECK(moves_[index].destination()->Equals(moves_[root_index_].source()));
  /external/v8/src/crankshaft/ppc/
lithium-gap-resolver-ppc.cc 131 SLOW_DCHECK(!destination->Equals(moves_[j].destination()));
143 DCHECK(moves_[index].destination()->Equals(moves_[root_index_].source()));
  /external/v8/src/crankshaft/s390/
lithium-gap-resolver-s390.cc 127 SLOW_DCHECK(!destination->Equals(moves_[j].destination()));
139 DCHECK(moves_[index].destination()->Equals(moves_[root_index_].source()));
  /external/v8/src/crankshaft/x64/
lithium-gap-resolver-x64.cc 104 if (moves_[index].source()->Equals(destination)) {
132 SLOW_DCHECK(!destination->Equals(moves_[j].destination()));
  /external/v8/testing/gmock/test/
gmock-actions_test.cc 899 EXPECT_FALSE(orig_msg.Equals(dest));
901 EXPECT_TRUE(orig_msg.Equals(dest));
922 EXPECT_FALSE(orig_msg.Equals(dest));
924 EXPECT_TRUE(orig_msg.Equals(dest));
    [all...]
  /external/webrtc/webrtc/modules/desktop_capture/mac/
desktop_configuration.mm 152 // MacDesktopConfiguration::Equals.
156 left.bounds.equals(right.bounds) &&
157 left.pixel_bounds.equals(right.pixel_bounds) &&
161 bool MacDesktopConfiguration::Equals(const MacDesktopConfiguration& other) {
162 return bounds.equals(other.bounds) &&
163 pixel_bounds.equals(other.pixel_bounds) &&
  /external/v8/src/objects/
scope-info.cc 27 bool ScopeInfo::Equals(ScopeInfo* other) const {
40 if (!String::cast(entry)->Equals(String::cast(other_entry))) {
44 if (!ScopeInfo::cast(entry)->Equals(ScopeInfo::cast(other_entry))) {
48 if (!ModuleInfo::cast(entry)->Equals(ModuleInfo::cast(other_entry))) {
596 name->Equals(name->GetHeap()->this_string());
    [all...]
  /art/profman/
profile_assistant_test.cc 161 ASSERT_TRUE(file_info.Equals(info));
413 ASSERT_TRUE(expected.Equals(result));
443 ASSERT_TRUE(expected.Equals(result));
486 ASSERT_TRUE(expected.Equals(result));
517 ASSERT_TRUE(file_info1.Equals(info1));
522 ASSERT_TRUE(file_info2.Equals(info2));
    [all...]
  /art/runtime/verifier/
register_line.cc 102 if (GetRegisterType(verifier, i).Equals(uninit_type)) {
158 if (GetRegisterType(verifier, i).Equals(uninit_type)) {
437 changed = changed || !cur_type.Equals(new_type);
  /external/v8/src/crankshaft/ia32/
lithium-gap-resolver-ia32.cc 107 if (moves_[index].source()->Equals(destination)) {
160 if (!moves_[i].IsEliminated() && moves_[i].source()->Equals(operand)) {
201 SLOW_DCHECK(!destination->Equals(moves_[j].destination()));
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
DescriptorPool.cs 347 public bool Equals(DescriptorIntPair other)
353 public override bool Equals(object obj)
357 return Equals((DescriptorIntPair) obj);
  /external/v8/src/ast/
ast-types.cc 461 this->AsContext()->Outer()->Equals(that->AsContext()->Outer());
465 this->AsArray()->Element()->Equals(that->AsArray()->Element());
472 !this_fun->Result()->Equals(that_fun->Result()) ||
473 !this_fun->Receiver()->Equals(that_fun->Receiver())) {
477 if (!this_fun->Parameter(i)->Equals(that_fun->Parameter(i))) return false;
489 if (!this_tuple->Element(i)->Equals(that_tuple->Element(i))) return false;
    [all...]
  /external/libmojo/mojo/public/cpp/bindings/tests/
pickle_unittest.cc 388 EXPECT_TRUE(pickle_container.Equals(pickle_container));
389 EXPECT_FALSE(pickle_container.Equals(PickleContainer::New()));
  /external/vixl/src/aarch64/
operands-aarch64.cc 508 bool GenericOperand::Equals(const GenericOperand& other) const {
516 return GetMemOperand().Equals(other.GetMemOperand()) &&

Completed in 791 milliseconds

1 2 3 4 5 6 7 8 91011>>