Searched defs:Equals (Results 126 - 150 of 162) sorted by relevance

1234567

/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas1026 function Equals(const T1, T2: IANTLRInterface): Boolean; overload; function
1040 function Equals(const T1, T2: IANTLRInterface; const Adaptor: ITreeAdaptor): Boolean; overload;
1816 function Equals(const T1, T2: IANTLRInterface): Boolean; reintroduce; overload;
1817 function Equals(const T1, T2: IANTLRInterface;
4020 function TTreeWizard.Equals(const T1, T2: IANTLRInterface;
4026 function TTreeWizard.Equals(const T1, T2: IANTLRInterface): Boolean;
H A DAntlr.Runtime.pas471 function Equals(Obj: TObject): Boolean; function
1777 function Equals(Obj: TObject): Boolean; override;
3489 function TBitSet.Equals(Obj: TObject): Boolean;
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_view.cc370 bool Equals(const DropLocation& other) { function in struct:BookmarkBarView::DropLocation
894 if (drop_info_->valid && drop_info_->location.Equals(location)) {
/external/chromium_org/v8/src/compiler/
H A Dinstruction.h71 bool Equals(InstructionOperand* other) const { function in class:v8::internal::compiler::InstructionOperand
287 return !IsEliminated() && source()->Equals(operand);
293 return IsEliminated() || source_->Equals(destination_) || IsIgnored() ||
/external/chromium_org/v8/src/
H A Disolate.h190 INLINE(bool Equals(const ThreadId& other) const) { function in class:v8::internal::ThreadId
435 return isolate_ == isolate && thread_id_.Equals(thread_id);
H A Dlithium.h48 bool Equals(LOperand* other) const { return value_ == other->value_; } function in class:v8::internal::LOperand
278 return !IsEliminated() && source()->Equals(operand);
284 return IsEliminated() || source_->Equals(destination_) || IsIgnored() ||
H A Dtypes.h119 // Consequently, do not normally use Equals for type tests, always use Is!
398 bool Equals(TypeImpl* that) { return this->Is(that) && that->Is(this); } function in class:v8::internal::TypeImpl
400 bool Equals(TypeHandle that) { return this->Equals(*that); } function in class:v8::internal::TypeImpl
H A Dhydrogen-instructions.cc415 bool HValue::Equals(HValue* other) { function in class:v8::internal::HValue
417 if (!other->representation().Equals(representation())) return false;
418 if (!other->type_.Equals(type_)) return false;
536 !t.value->type().Equals(HType::Tagged()))
571 bool result = (!type.Equals(type_));
1494 return (from().Equals(to())) ? value() : this;
1545 if (val->representation().Equals(representation())) return val;
4511 if (use_rep.IsNone() || rep.Equals(use_rep)) continue;
H A Dliveedit.cc127 if (input_->Equals(pos1, pos2)) {
292 input->Equals(common_prefix_len, common_prefix_len)) {
300 input->Equals(len1 - common_suffix_len - 1,
368 bool Equals(int index1, int index2) { function in class:v8::internal::Differencer::TokensCompareInput
460 bool Equals(int index1, int index2) { function in class:v8::internal::Differencer::LineArrayCompareInput
H A Dapi.cc3012 bool Value::Equals(Handle<Value> that) const { function in class:v8::Value
3016 "v8::Value::Equals()",
3020 LOG_API(isolate, "Equals");
3062 i::String::Equals(i::Handle<i::String>::cast(obj),
3381 if (i::String::Equals(class_name,
H A Dhydrogen-instructions.h766 bool Equals(HValue* other);
1665 DCHECK(!value->representation().Equals(to));
2799 return this->maps()->Equals(HCheckMaps::cast(other)->maps());
6284 inline bool Equals(HObjectAccess that) const { function in class:v8::FINAL::FINAL
6386 if (!type().Equals(other->type())) return false;
6387 if (!representation().Equals(other->representation())) return false;
6400 if (!this->access_.Equals(that->access_)) return false;
6404 this->maps_->Equals(that->maps_));
6912 if (!this->access().Equals(that->access())) return false;
H A Dobjects-inl.h2784 if (entry->Equals(name)) {
2807 if (current_hash == hash && entry->Equals(name)) return sorted_index;
2814 if (current_hash == hash && entry->Equals(name)) return number;
3309 bool Name::Equals(Name* other) { function in class:v8::internal::Name
3319 bool Name::Equals(Handle<Name> one, Handle<Name> two) { function in class:v8::internal::Name
3336 bool String::Equals(String* other) { function in class:v8::internal::String
3345 bool String::Equals(Handle<String> one, Handle<String> two) { function in class:v8::internal::String
6862 return key->Equals(Name::cast(other));
H A Dobjects.cc880 return String::cast(this)->Equals(String::cast(other));
899 return String::cast(this)->Equals(String::cast(other));
1356 if (!o_r.Equals(n_r)) {
2248 if (!details.representation().Equals(next_details.representation())) break;
3857 !Name::Equals(it.isolate()->factory()->prototype_string(),
7316 if (name->Equals(Name::cast(key))) {
7377 if (name->Equals(Name::cast(key))) {
7453 return name_->Equals(name);
8616 static inline bool Equals(State* state_1, State* state_2, int to_check) { function in class:v8::internal::StringComparator
8622 bool Equals(Strin function in class:v8::internal::StringComparator
[all...]
/external/clang/include/clang/AST/
H A DDeclBase.h1196 bool Equals(const DeclContext *DC) const { function in class:clang::DeclContext
1239 /// isn't a namespace, this is equivalent to Equals().
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-param-util-generated.h3209 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator2::Iterator
3332 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator3::Iterator
3473 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator4::Iterator
3631 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator5::Iterator
3808 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator6::Iterator
4002 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator7::Iterator
4215 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator8::Iterator
4444 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator9::Iterator
4691 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator10::Iterator
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebFrameTest.cpp2822 bool Equals(Notification* other) function in struct:__anon11409::ContextLifetimeTestWebFrameClient::Notification
2901 ASSERT_TRUE(firstCreateNotification->Equals(secondReleaseNotification));
2902 ASSERT_TRUE(secondCreateNotification->Equals(firstReleaseNotification));
2923 EXPECT_TRUE(webFrameClient.releaseNotifications[i]->Equals(
2980 if (webFrameClient.releaseNotifications[i]->Equals(webFrameClient.createNotifications[0]))
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-param-util-generated.h2888 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator2::Iterator
3011 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator3::Iterator
3152 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator4::Iterator
3310 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator5::Iterator
3487 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator6::Iterator
3681 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator7::Iterator
3894 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator8::Iterator
4123 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator9::Iterator
4370 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator10::Iterator
/external/gtest/include/gtest/internal/
H A Dgtest-param-util-generated.h3209 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator2::Iterator
3332 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator3::Iterator
3473 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator4::Iterator
3631 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator5::Iterator
3808 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator6::Iterator
4002 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator7::Iterator
4215 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator8::Iterator
4444 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator9::Iterator
4691 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator10::Iterator
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util-generated.h2888 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator2::Iterator
3011 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator3::Iterator
3152 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator4::Iterator
3310 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator5::Iterator
3487 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator6::Iterator
3681 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator7::Iterator
3894 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator8::Iterator
4123 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator9::Iterator
4370 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator10::Iterator
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-param-util-generated.h2888 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator2::Iterator
3011 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator3::Iterator
3152 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator4::Iterator
3310 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator5::Iterator
3487 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator6::Iterator
3681 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator7::Iterator
3894 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator8::Iterator
4123 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator9::Iterator
4370 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator10::Iterator
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-param-util-generated.h2869 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator2::Iterator
2992 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator3::Iterator
3133 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator4::Iterator
3291 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator5::Iterator
3468 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator6::Iterator
3662 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator7::Iterator
3875 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator8::Iterator
4104 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator9::Iterator
4351 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator10::Iterator
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h10091 virtual bool Equals(const ParamIteratorInterface& other) const = 0;
10126 return impl_.get() == other.impl_.get() || impl_->Equals(*other.impl_);
10215 virtual bool Equals(const ParamIteratorInterface<T>& other) const { function in class:testing::internal::RangeGenerator::Iterator
10313 virtual bool Equals(const ParamIteratorInterface<T>& other) const { function in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
13825 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator2::Iterator
13948 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator3::Iterator
14089 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator4::Iterator
14247 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator5::Iterator
14424 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator6::Iterator
14618 virtual bool Equals(cons function in class:testing::internal::CartesianProductGenerator7::Iterator
14831 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator8::Iterator
15060 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator9::Iterator
15307 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator10::Iterator
[all...]
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h10091 virtual bool Equals(const ParamIteratorInterface& other) const = 0;
10126 return impl_.get() == other.impl_.get() || impl_->Equals(*other.impl_);
10215 virtual bool Equals(const ParamIteratorInterface<T>& other) const { function in class:testing::internal::RangeGenerator::Iterator
10313 virtual bool Equals(const ParamIteratorInterface<T>& other) const { function in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
13825 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator2::Iterator
13948 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator3::Iterator
14089 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator4::Iterator
14247 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator5::Iterator
14424 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator6::Iterator
14618 virtual bool Equals(cons function in class:testing::internal::CartesianProductGenerator7::Iterator
14831 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator8::Iterator
15060 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator9::Iterator
15307 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator10::Iterator
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...

Completed in 1058 milliseconds

1234567