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

1 2 3 4 5 6 7 891011>>

  /frameworks/base/tools/aapt2/test/
Common.h 176 return expected_->Equals(&x);
200 return expected_->Equals(x);
234 // return arg.Equals(&a);
  /external/v8/src/compiler/
load-elimination.cc 150 bool LoadElimination::AbstractChecks::Equals(AbstractChecks const* that) const {
173 if (this->Equals(that)) return this;
233 bool LoadElimination::AbstractElements::Equals(
268 if (this->Equals(that)) return this;
361 bool LoadElimination::AbstractState::Equals(AbstractState const* that) const {
363 if (!that->checks_ || !that->checks_->Equals(this->checks_)) {
370 if (!that->elements_ || !that->elements_->Equals(this->elements_)) {
380 if (!that_field || !that_field->Equals(this_field)) return false;
386 if (!that->maps_ || !that->maps_->Equals(this->maps_)) {
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-ia32.cc 657 DCHECK(instr->left()->representation().Equals(instr->representation()));
658 DCHECK(instr->right()->representation().Equals(instr->representation()));
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-mips.cc 632 DCHECK(instr->left()->representation().Equals(instr->representation()));
633 DCHECK(instr->right()->representation().Equals(instr->representation()));
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.cc 632 DCHECK(instr->left()->representation().Equals(instr->representation()));
633 DCHECK(instr->right()->representation().Equals(instr->representation()));
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-s390.cc 570 DCHECK(instr->left()->representation().Equals(instr->representation()));
571 DCHECK(instr->right()->representation().Equals(instr->representation()));
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-x64.cc 650 DCHECK(instr->left()->representation().Equals(instr->representation()));
651 DCHECK(instr->right()->representation().Equals(instr->representation()));
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-x87.cc 655 DCHECK(instr->left()->representation().Equals(instr->representation()));
656 DCHECK(instr->right()->representation().Equals(instr->representation()));
    [all...]
lithium-gap-resolver-x87.cc 108 if (moves_[index].source()->Equals(destination)) {
161 if (!moves_[i].IsEliminated() && moves_[i].source()->Equals(operand)) {
202 SLOW_DCHECK(!destination->Equals(moves_[j].destination()));
  /art/compiler/optimizing/
register_allocation_resolver.cc 133 DCHECK(locations->InAt(0).Equals(source));
138 DCHECK(source.Equals(location));
526 if (source.Equals(destination)) return;
558 if (source.Equals(destination)) return;
630 if (source.Equals(destination)) return;
660 if (source.Equals(destination)) return;
679 if (source.Equals(destination)) return;
gvn_test.cc 391 ASSERT_TRUE(side_effects.GetLoopEffects(outer_loop_header).Equals(kCanTriggerGC));
392 ASSERT_TRUE(side_effects.GetLoopEffects(inner_loop_header).Equals(kCanTriggerGC));
417 ASSERT_TRUE(side_effects.GetLoopEffects(inner_loop_header).Equals(kCanTriggerGC));
  /art/runtime/jit/
profile_compilation_info_test.cc 350 ASSERT_TRUE(loaded_info.Equals(saved_info));
366 ASSERT_TRUE(loaded_info2.Equals(saved_info));
412 ASSERT_TRUE(loaded_info.Equals(saved_info));
426 ASSERT_TRUE(loaded_info.Equals(saved_info));
437 ASSERT_TRUE(loaded_info.Equals(empty_info));
544 ASSERT_TRUE(loaded_info.Equals(saved_info));
590 ASSERT_TRUE(loaded_info.Equals(saved_info));
641 ASSERT_TRUE(loaded_info.Equals(saved_info));
751 ASSERT_TRUE(info.Equals(info_backup));
    [all...]
  /external/libmojo/mojo/public/cpp/bindings/tests/
wtf_types_unittest.cc 127 EXPECT_TRUE(strs.Equals(strs2));
201 EXPECT_TRUE(str_map.Equals(str_map2));
246 EXPECT_TRUE(cloned_input.Equals(output));
  /external/v8/src/
property-details.h 118 bool Equals(const Representation& other) const {
128 return Equals(other);
145 return other.is_more_general_than(*this) || other.Equals(*this);
safepoint-table.h 28 bool Equals(const SafepointEntry& other) const {
transitions-inl.h 165 DCHECK(descriptors->GetKey(descriptor)->Equals(name));
  /art/runtime/mirror/
string.cc 230 bool String::Equals(ObjPtr<String> that) {
252 bool String::Equals(const uint16_t* that_chars, int32_t that_offset, int32_t that_length) {
265 bool String::Equals(const char* modified_utf8) {
292 bool String::Equals(const StringPiece& modified_utf8) {
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreePatternParser.cs 128 if (tokenName.Equals("nil")) {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
TreePatternParser.cs 150 if ( tokenName.Equals( "nil" ) )
  /external/v8/src/objects/
scope-info.h 190 bool Equals(ScopeInfo* other) const;
  /art/runtime/
safe_map.h 154 bool Equals(const Self& rhs) const {
170 return lhs.Equals(rhs);
  /art/runtime/verifier/
verifier_deps.h 202 bool Equals(const DexFileDeps& rhs) const;
282 bool Equals(const VerifierDeps& rhs) const;
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
HashList.cs 220 public override bool Equals(object o)
232 (_hashList._insertionOrderList[i].Equals(other._hashList._insertionOrderList[i])))
  /external/google-breakpad/src/testing/test/
gmock-actions_test.cc 814 EXPECT_FALSE(orig_msg.Equals(dest));
816 EXPECT_TRUE(orig_msg.Equals(dest));
837 EXPECT_FALSE(orig_msg.Equals(dest));
839 EXPECT_TRUE(orig_msg.Equals(dest));
933 EXPECT_FALSE(orig_msg.Equals(dest));
935 EXPECT_TRUE(orig_msg.Equals(dest));
956 EXPECT_FALSE(orig_msg.Equals(dest));
958 EXPECT_TRUE(orig_msg.Equals(dest));
    [all...]
  /external/googletest/googlemock/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...]

Completed in 343 milliseconds

1 2 3 4 5 6 7 891011>>