Searched defs:other (Results 101 - 125 of 929) sorted by relevance

1234567891011>>

/external/eigen/Eigen/src/Core/
H A DReturnByValue.h80 Derived& DenseBase<Derived>::operator=(const ReturnByValue<OtherDerived>& other) argument
82 other.evalTo(derived());
H A DStride.h68 Stride(const Stride& other) argument
69 : m_outer(other.outer()), m_inner(other.inner())
/external/glide/library/src/main/java/com/bumptech/glide/
H A DBitmapTypeRequest.java48 BitmapTypeRequest(GenericRequestBuilder<ModelType, ?, ?, ?> other, argument
52 super(buildProvider(other.glide, streamModelLoader, fileDescriptorModelLoader, Bitmap.class, null),
53 Bitmap.class, other);
56 this.glide = other.glide;
/external/guava/guava/src/com/google/common/collect/
H A DMapDifference.java105 @Override boolean equals(@Nullable Object other); argument
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DForwardingImmutableSet.java63 @Override public <T> T[] toArray(T[] other) { argument
64 return delegate.toArray(other);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DInitialTimeZoneRule.java42 public boolean isEquivalentTo(TimeZoneRule other) { argument
43 if (other instanceof InitialTimeZoneRule) {
44 return super.isEquivalentTo(other);
/external/lldb/source/Utility/
H A DRange.cpp63 Range::Intersection (const Range& other) argument
65 m_low = std::max(m_low,other.m_low);
66 m_high = std::min(m_high,other.m_high);
70 Range::Union (const Range& other) argument
72 m_low = std::min(m_low,other.m_low);
73 m_high = std::max(m_high,other.m_high);
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DCallIdentifier.java101 * @param other Object to set
105 public boolean equals(Object other) { argument
106 if (other == null ) return false;
107 if (!other.getClass().equals(this.getClass())) {
110 CallIdentifier that = (CallIdentifier) other;
/external/nist-sip/java/gov/nist/javax/sip/header/ims/
H A DPMediaAuthorization.java125 public boolean equals(Object other) argument
127 if (other instanceof PMediaAuthorizationHeader)
129 final PMediaAuthorizationHeader o = (PMediaAuthorizationHeader) other;
H A DPServedUser.java148 public boolean equals(Object other) argument
150 if(other instanceof PServedUser)
152 final PServedUserHeader psu = (PServedUserHeader)other;
153 return this.getAddress().equals(((PServedUser) other).getAddress());
H A DPVisitedNetworkID.java143 public boolean equals(Object other) argument
145 if (other instanceof PVisitedNetworkIDHeader)
147 PVisitedNetworkIDHeader o = (PVisitedNetworkIDHeader) other;
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DMessageLog.java35 * This class stores a message along with some other informations
68 public boolean equals(Object other) { argument
69 if (!(other instanceof MessageLog)) {
72 MessageLog otherLog = (MessageLog) other;
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
H A DHeader.java37 @Override public boolean equals(Object other) { argument
38 if (other instanceof Header) {
39 Header that = (Header) other;
/external/openfst/src/script/
H A Dfst-class.cc128 VectorFstClass::VectorFstClass(const FstClass &other) argument
129 : MutableFstClass(GetVFSTRegisterEntry(other.ArcType()).converter(other)) {
/external/proguard/src/proguard/evaluation/value/
H A DIdentifiedArrayReferenceValue.java55 public ReferenceValue generalize(ReferenceValue other) argument
57 return other.generalize(this);
61 public int equal(ReferenceValue other) argument
63 return other.equal(this);
70 // public ReferenceValue generalize(IdentifiedReferenceValue other)
72 // return generalize((TypedReferenceValue)other);
76 // public int equal(IdentifiedReferenceValue other)
78 // return equal((TypedReferenceValue)other);
85 // public ReferenceValue generalize(ArrayReferenceValue other)
87 // return generalize((TypedReferenceValue)other);
106 equal(IdentifiedArrayReferenceValue other) argument
[all...]
H A DIdentifiedReferenceValue.java55 public ReferenceValue generalize(ReferenceValue other) argument
57 return other.generalize(this);
61 public int equal(ReferenceValue other) argument
63 return other.equal(this);
70 // public ReferenceValue generalize(IdentifiedReferenceValue other)
72 // return generalize((TypedReferenceValue)other);
76 public int equal(IdentifiedReferenceValue other) argument
78 return this.equals(other) ? ALWAYS :
79 this.equal((TypedReferenceValue)other);
86 // public ReferenceValue generalize(ArrayReferenceValue other)
[all...]
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DLazyStringList.java13 // in the documentation and/or other materials provided with the
153 void mergeFrom(LazyStringList other); argument
/external/replicaisland/src/com/replica/replicaisland/
H A DInventoryComponent.java75 public void add(UpdateRecord other) { argument
76 rubyCount += other.rubyCount;
77 coinCount += other.coinCount;
78 diaryCount += other.diaryCount;
/external/skia/src/core/
H A DSkFunction.h28 SkFunction(const SkFunction& other) { *this = other; } argument
29 SkFunction& operator=(const SkFunction& other) { argument
30 if (this != &other) {
31 fFunction.reset(other.fFunction ? other.fFunction->clone() : nullptr);
/external/skia/src/gpu/
H A DGrPathProcessor.cpp53 const GrPathProcessor& other = that.cast<GrPathProcessor>(); local
54 if (!this->viewMatrix().cheapEqualTo(other.viewMatrix())) {
/external/skia/tests/
H A DHashTest.cpp99 CopyCounter(const CopyCounter& other) argument
100 : fID(other.fID)
101 , fCounter(other.fCounter) {
106 void operator=(const CopyCounter& other) { argument
107 fID = other.fID;
108 fCounter = other.fCounter;
112 bool operator==(const CopyCounter& other) const {
113 return fID == other.fID;
/external/slf4j/slf4j-api/src/main/java/org/slf4j/
H A DMarker.java37 * Markers can contain references to other markers, which in turn may contain
101 * Does this marker contain a reference to the 'other' marker? Marker A is defined
105 * @param other
108 * if 'other' is null
109 * @return Whether this marker contains the other marker.
111 public boolean contains(Marker other); argument
119 * @return Whether this marker contains the other marker.
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
H A DPrimitiveProto.java13 * in the documentation and/or other materials provided with the
56 @Nonnull @Override public TypeProto getCommonSuperclass(@Nonnull TypeProto other) { argument
H A DTypeProto.java13 * in the documentation and/or other materials provided with the
46 @Nonnull TypeProto getCommonSuperclass(@Nonnull TypeProto other); argument
H A DUnknownClassProto.java13 * in the documentation and/or other materials provided with the
53 @Nonnull @Override public TypeProto getCommonSuperclass(@Nonnull TypeProto other) { argument
54 if (other.getType().equals("Ljava/lang/Object;")) {
55 return other;
57 if (other instanceof ArrayProto) {

Completed in 590 milliseconds

1234567891011>>