Searched defs:Equals (Results 1 - 8 of 8) sorted by relevance

/external/easymock/src/org/easymock/internal/matchers/
H A DEquals.java23 public class Equals implements IArgumentMatcher, Serializable { class in inherits:IArgumentMatcher,Serializable
29 public Equals(Object expected) { method in class:Equals
52 Equals other = (Equals) o;
/external/webkit/JavaScriptCore/tests/mozilla/js1_2/function/
H A Dtostring-2.js53 var equals = new TestFunction( "Equals", "a, b", tab+ "return a == b;" );
54 function Equals (a, b) { function
109 "Equals.toString()",
111 Equals.toString() );
/external/v8/src/
H A Dvirtual-frame.cc378 bool VirtualFrame::Equals(VirtualFrame* other) { function in class:v8::internal::VirtualFrame
389 if (!elements_[i].Equals(other->elements_[i])) return false;
H A Dframe-element.h163 bool Equals(FrameElement other) { function in class:v8::internal::BASE_EMBEDDED
H A Djsregexp.h217 bool Equals() { return (bits_ & (kInFirst | kInSecond)) == 0; } function in class:v8::internal::BASE_EMBEDDED
H A Dapi.cc1894 bool Value::Equals(Handle<Value> that) const { function in class:v8::Value
1895 if (IsDeadCheck("v8::Value::Equals()")
1896 || EmptyCheck("v8::Value::Equals()", this)
1897 || EmptyCheck("v8::Value::Equals()", that)) {
1900 LOG_API("Equals");
1935 i::String::cast(*obj)->Equals(i::String::cast(*other));
/external/gtest/include/gtest/internal/
H A Dgtest-param-util.h111 virtual bool Equals(const ParamIteratorInterface& other) const = 0;
146 return impl_.get() == other.impl_.get() || impl_->Equals(*other.impl_);
235 virtual bool Equals(const ParamIteratorInterface<T>& other) const { function in class:testing::internal::RangeGenerator::Iterator
326 virtual bool Equals(const ParamIteratorInterface<T>& other) const { function in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
H A Dgtest-param-util-generated.h2719 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator2::Iterator
2836 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator3::Iterator
2971 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator4::Iterator
3123 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator5::Iterator
3294 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator6::Iterator
3482 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator7::Iterator
3689 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator8::Iterator
3912 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator9::Iterator
4153 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator10::Iterator

Completed in 147 milliseconds