HomeSort by relevance Sort by last modified time
    Searched refs:other (Results 1126 - 1150 of 9808) sorted by null

<<41424344454647484950>>

  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/linear/
LinearObjectiveFunction.java 106 public boolean equals(Object other) {
108 if (this == other) {
112 if (other instanceof LinearObjectiveFunction) {
113 LinearObjectiveFunction rhs = (LinearObjectiveFunction) other;
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
ExtendedType.java 104 * @param other The other ExtendedType object to test for equality
107 public boolean equals(ExtendedType other)
111 return other.nodetype == this.nodetype &&
112 other.localName.equals(this.localName) &&
113 other.namespace.equals(this.namespace);
  /external/chromium-trace/catapult/devil/devil/utils/
geometry.py 5 """Objects for convenient manipulation of points and other surface areas."""
22 def __add__(self, other):
24 if isinstance(other, Point):
25 return Point(self.x + other.x, self.y + other.y)
  /external/clang/test/CodeGenCXX/
empty-classes.cpp 19 C(const C& other) : A(0x12345678), Empty(other) { }
23 D& operator=(const D& other) {
25 Empty::operator=(other);
  /external/clang/test/Index/
complete-member-access.m 37 @interface Other
41 int test_two_levels(Other *other) {
42 return other.sub.myProp;
  /external/conscrypt/src/main/java/org/conscrypt/
X509PublicKey.java 76 X509PublicKey other = (X509PublicKey) obj;
78 if (other.algorithm != null)
80 } else if (!algorithm.equals(other.algorithm))
82 if (!Arrays.equals(encoded, other.encoded))
  /external/deqp/modules/gles3/functional/
es3fASTCDecompressionCases.hpp 64 ASTCBlockCase2D (const ASTCBlockCase2D& other);
65 ASTCBlockCase2D& operator= (const ASTCBlockCase2D& other);
98 ASTCBlockSizeRemainderCase2D (const ASTCBlockSizeRemainderCase2D& other);
99 ASTCBlockSizeRemainderCase2D& operator= (const ASTCBlockSizeRemainderCase2D& other);
  /external/google-breakpad/src/client/linux/minidump_writer/
minidump_writer.h 12 // in the documentation and/or other materials provided with the
60 bool operator==(const struct AppMemory& other) const {
61 return ptr == other.ptr;
64 bool operator==(const void* other) const {
65 return ptr == other;
  /external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/message/
EncodingOption.java 88 EncodingOption other = (EncodingOption) obj; local
90 if (other.mType != null) {
93 } else if (!mType.equals(other.mType)) {
97 return mSymbolLength == other.mSymbolLength;
  /external/guava/guava/src/com/google/common/net/
HostSpecifier.java 149 public boolean equals(@Nullable Object other) {
150 if (this == other) {
154 if (other instanceof HostSpecifier) {
155 final HostSpecifier that = (HostSpecifier) other;
  /external/guice/extensions/grapher/src/com/google/inject/grapher/
InstanceNode.java 50 InstanceNode other = (InstanceNode) obj; local
51 return super.equals(other) && Objects.equal(instance, other.instance)
52 && Objects.equal(members, other.members);
  /external/icu/icu4c/source/common/
rbbitblb.h 93 RBBITableBuilder(const RBBITableBuilder &other); // forbid copying of this class
94 RBBITableBuilder &operator=(const RBBITableBuilder &other); // forbid copying of this class
120 RBBIStateDescriptor(const RBBIStateDescriptor &other); // forbid copying of this class
121 RBBIStateDescriptor &operator=(const RBBIStateDescriptor &other); // forbid copying of this class
  /external/icu/icu4c/source/common/unicode/
enumset.h 34 inline EnumSet(const EnumSet<T,minValue,limitValue>& other) : fBools(other.fBools) {}
45 inline const EnumSet<T,minValue,limitValue>& operator=(const EnumSet<T,minValue,limitValue>& other) {
46 fBools = other.fBools;
uobject.h 97 * All other ICU C++ classes are derived from UMemory (starting with ICU 2.4).
205 * and all other public ICU C++ classes
249 // inline UObject(const UObject &other) {}
260 // UObject &operator=(const UObject &other) { return *this; }
263 virtual inline UBool operator==(const UObject &other) const { return this==&other; }
264 inline UBool operator!=(const UObject &other) const { return !operator==(other); }
  /external/icu/icu4c/source/i18n/
dangical.h 55 DangiCalendar(const DangiCalendar& other);
81 * same class ID. Objects of other classes have different class IDs.
  /external/icu/icu4c/source/i18n/unicode/
selfmt.h 77 * <p>Some other languages have noun classes that are not related to gender,
82 * we usually need to distinguish only between female, male and other/unknown.</p>
98 * but some languages may require other keywords.
119 * \htmlonly<pre>{0} est {1, select, female {all&#x00E9;e} other {all&#x00E9;}} &#x00E0; {2}.</pre>\endhtmlonly
130 * one {est {2, select, female {all&#x00E9;e} other {all&#x00E9;}}}
131 * other {sont {2, select, female {all&#x00E9;es} other {all&#x00E9;s}}}
145 * <code>other</code>; this phrase is returned when the keyword
147 * the <code>format</code> method matches no other keyword.
148 * If a pattern does not provide a phrase for <code>other</code>, the metho
    [all...]
  /external/libchrome/base/
location.h 34 Location(const Location& other);
37 // No need to use |function_name_| since the other two fields uniquely
39 bool operator==(const Location& other) const {
40 return line_number_ == other.line_number_ &&
41 file_name_ == other.file_name_;
55 // No need to use |function_name_| since the other two fields uniquely
  /external/libchrome/base/memory/
ref_counted_memory.cc 12 const scoped_refptr<RefCountedMemory>& other) const {
13 return other.get() &&
14 size() == other->size() &&
15 (memcmp(front(), other->front(), size()) == 0);
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/dynamics/contacts/
ContactEdge.java 11 * and/or other materials provided with the distribution.
38 * provides quick access to the other body attached.
40 public Body other = null; field in class:ContactEdge
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/dynamics/joints/
JointEdge.java 11 * and/or other materials provided with the distribution.
39 * Provides quick access to the other body attached
41 public Body other = null; field in class:JointEdge
  /external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
PhoneNumberMatch.java 114 PhoneNumberMatch other = (PhoneNumberMatch) obj; local
115 return rawString.equals(other.rawString) && (start == other.start) &&
116 number.equals(other.number);
  /external/mesa3d/src/gallium/winsys/i915/drm/
Makefile 11 LIBRARY_DEFINES = $(shell $(PKG_CONFIG) libdrm --cflags-only-other)
  /external/mesa3d/src/gallium/winsys/nouveau/drm/
Makefile 9 LIBRARY_DEFINES = $(shell $(PKG_CONFIG) libdrm libdrm_nouveau --cflags-only-other)
  /external/nist-sip/java/gov/nist/core/
HostPort.java 83 * @param other Object to set
86 public boolean equals(Object other) {
87 if (other == null) return false;
88 if (getClass () != other.getClass ()) {
91 HostPort that = (HostPort) other;
  /external/nist-sip/java/gov/nist/javax/sip/header/
CallID.java 65 public boolean equals( Object other ) {
67 if (this==other) return true;
69 if (other instanceof CallIdHeader) {
70 final CallIdHeader o = (CallIdHeader) other;

Completed in 815 milliseconds

<<41424344454647484950>>