Searched refs:other (Results 251 - 275 of 1751) sorted by relevance

<<11121314151617181920>>

/external/harfbuzz_ng/src/
H A Dhb-set.h102 const hb_set_t *other);
106 const hb_set_t *other);
110 const hb_set_t *other);
114 const hb_set_t *other);
118 const hb_set_t *other);
122 const hb_set_t *other);
/external/jmonkeyengine/engine/src/core/com/jme3/shader/
H A DShaderKey.java14 * documentation and/or other materials provided with the distribution.
72 final ShaderKey other = (ShaderKey) obj;
73 if (name.equals(other.name) && fragName.equals(other.fragName)){
75 if (defines != null && other.defines != null)
76 return defines.getCompiled().equals(other.defines.getCompiled());
77 else if (defines != null || other.defines != null)
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DASN1EncodableVector.java19 public void addAll(ASN1EncodableVector other) argument
21 for (Enumeration en = other.v.elements(); en.hasMoreElements();)
/external/chromium/base/
H A Dversion.h36 bool Equals(const Version& other) const;
39 int CompareTo(const Version& other) const;
/external/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-param-util.h12 // in the documentation and/or other materials provided with the
89 // Determines whether the given iterator and other point to the same
92 virtual bool Equals(const ParamIteratorInterface& other) const = 0;
106 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {} argument
107 ParamIterator& operator=(const ParamIterator& other) { argument
108 if (this != &other)
109 impl_.reset(other.impl_->Clone());
126 bool operator==(const ParamIterator& other) const {
127 return impl_.get() == other
164 ParamGenerator(const ParamGenerator& other) argument
166 operator =(const ParamGenerator& other) argument
228 Iterator(const Iterator& other) argument
325 Iterator(const Iterator& other) argument
[all...]
/external/clang/test/CXX/temp/temp.res/temp.local/
H A Dp3.cpp27 WebVector(const WebVector<T>& other) { } // expected-error{{undeclared identifier 'T'}} \ argument
31 WebVector<T>& operator=(const C& other) { } // expected-error{{undeclared identifier 'T'}} argument
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DOffsettedItem.java91 public final boolean equals(Object other) { argument
92 if (this == other) {
96 OffsettedItem otherItem = (OffsettedItem) other;
114 public final int compareTo(OffsettedItem other) { argument
115 if (this == other) {
120 ItemType otherType = other.itemType();
126 return compareTo0(other);
281 * @param other {@code non-null;} instance to compare to
283 * on the sort order of this instance and the other
285 protected int compareTo0(OffsettedItem other) { argument
[all...]
/external/gtest/include/gtest/internal/
H A Dgtest-param-util.h12 // in the documentation and/or other materials provided with the
89 // Determines whether the given iterator and other point to the same
92 virtual bool Equals(const ParamIteratorInterface& other) const = 0;
106 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {} argument
107 ParamIterator& operator=(const ParamIterator& other) { argument
108 if (this != &other)
109 impl_.reset(other.impl_->Clone());
126 bool operator==(const ParamIterator& other) const {
127 return impl_.get() == other
164 ParamGenerator(const ParamGenerator& other) argument
166 operator =(const ParamGenerator& other) argument
228 Iterator(const Iterator& other) argument
325 Iterator(const Iterator& other) argument
[all...]
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DImmutableCollection.java50 public <T> T[] toArray(T[] other) { argument
52 if (other.length < size) {
53 other = ObjectArrays.newArray(other, size);
54 } else if (other.length > size) {
55 other[size] = null;
59 Object[] otherAsObjectArray = other;
64 return other;
/external/icu4c/common/unicode/
H A Dlocalpointer.h93 * @param other simple pointer for comparison
94 * @return true if this pointer value equals other
97 bool operator==(const T *other) const { return ptr==other; }
101 * @param other simple pointer for comparison
102 * @return true if this pointer value differs from other
105 bool operator!=(const T *other) const { return ptr!=other; }
153 // No comparison operators with other LocalPointerBases.
154 bool operator==(const LocalPointerBase &other);
[all...]
/external/icu4c/i18n/unicode/
H A Dcurramt.h67 CurrencyAmount(const CurrencyAmount& other);
73 CurrencyAmount& operator=(const CurrencyAmount& other);
92 * class have the same class ID. Objects of other classes have
/external/icu4c/layout/
H A DGlyphPosnLookupProc.h47 GlyphPositioningLookupProcessor(const GlyphPositioningLookupProcessor &other); // forbid copying of this class
48 GlyphPositioningLookupProcessor &operator=(const GlyphPositioningLookupProcessor &other); // forbid copying of this class
H A DGlyphSubstLookupProc.h50 GlyphSubstitutionLookupProcessor(const GlyphSubstitutionLookupProcessor &other); // forbid copying of this class
51 GlyphSubstitutionLookupProcessor &operator=(const GlyphSubstitutionLookupProcessor &other); // forbid copying of this class
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-param-util.h12 // in the documentation and/or other materials provided with the
89 // Determines whether the given iterator and other point to the same
92 virtual bool Equals(const ParamIteratorInterface& other) const = 0;
106 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {} argument
107 ParamIterator& operator=(const ParamIterator& other) { argument
108 if (this != &other)
109 impl_.reset(other.impl_->Clone());
126 bool operator==(const ParamIterator& other) const {
127 return impl_.get() == other
164 ParamGenerator(const ParamGenerator& other) argument
166 operator =(const ParamGenerator& other) argument
228 Iterator(const Iterator& other) argument
325 Iterator(const Iterator& other) argument
[all...]
/external/llvm/include/llvm/Object/
H A DArchive.h90 bool operator ==(const Child &other) const {
91 return (Parent == other.Parent) && (Data.begin() == other.Data.begin());
94 bool operator <(const Child &other) const {
95 return Data.begin() < other.Data.begin();
152 bool operator==(const child_iterator &other) const {
153 return child == other.child;
156 bool operator!=(const child_iterator &other) const {
157 return !(*this == other);
160 bool operator <(const child_iterator &other) cons
[all...]
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h12 // in the documentation and/or other materials provided with the
89 // Determines whether the given iterator and other point to the same
92 virtual bool Equals(const ParamIteratorInterface& other) const = 0;
106 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {} argument
107 ParamIterator& operator=(const ParamIterator& other) { argument
108 if (this != &other)
109 impl_.reset(other.impl_->Clone());
126 bool operator==(const ParamIterator& other) const {
127 return impl_.get() == other
164 ParamGenerator(const ParamGenerator& other) argument
166 operator =(const ParamGenerator& other) argument
228 Iterator(const Iterator& other) argument
325 Iterator(const Iterator& other) argument
[all...]
/external/open-vcdiff/gtest/include/gtest/internal/
H A Dgtest-param-util.h12 // in the documentation and/or other materials provided with the
110 // Determines whether the given iterator and other point to the same
113 virtual bool Equals(const ParamIteratorInterface& other) const = 0;
127 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {} argument
128 ParamIterator& operator=(const ParamIterator& other) { argument
129 if (this != &other)
130 impl_.reset(other.impl_->Clone());
147 bool operator==(const ParamIterator& other) const {
148 return impl_.get() == other
185 ParamGenerator(const ParamGenerator& other) argument
187 operator =(const ParamGenerator& other) argument
249 Iterator(const Iterator& other) argument
345 Iterator(const Iterator& other) argument
[all...]
/external/proguard/src/proguard/evaluation/value/
H A DReferenceValue.java128 // Strip the class type prefix and suffix of the other type, if any.
134 // If this type is an array type, and the other type is not
143 // If the other type is an array type, and this type is not
158 // If this type is equal to the other type, or if the other type is
172 // If the other type is an array type, it might be ok.
214 * Returns the generalization of this ReferenceValue and the given other
217 public ReferenceValue generalize(ReferenceValue other) argument
220 if (this.equals(other))
226 String otherType = other
416 equal(ReferenceValue other) argument
452 notEqual(ReferenceValue other) argument
465 generalize(Value other) argument
[all...]
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-param-util.h12 // in the documentation and/or other materials provided with the
108 // Determines whether the given iterator and other point to the same
111 virtual bool Equals(const ParamIteratorInterface& other) const = 0;
125 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {} argument
126 ParamIterator& operator=(const ParamIterator& other) { argument
127 if (this != &other)
128 impl_.reset(other.impl_->Clone());
145 bool operator==(const ParamIterator& other) const {
146 return impl_.get() == other
183 ParamGenerator(const ParamGenerator& other) argument
185 operator =(const ParamGenerator& other) argument
247 Iterator(const Iterator& other) argument
343 Iterator(const Iterator& other) argument
[all...]
/external/skia/include/gpu/
H A DGrEffectStage.h33 bool operator ==(const GrEffectStage& other) const {
34 // first handle cases where one or the other has no effect
36 return NULL == other.fEffectRef;
37 } else if (NULL == other.fEffectRef) {
41 if (!(*this->getEffect())->isEqual(*other.getEffect())) {
45 return fCoordChangeMatrix == other.fCoordChangeMatrix;
50 GrEffectStage& operator =(const GrEffectStage& other) { argument
51 GrSafeAssign(fEffectRef, other.fEffectRef);
53 fCoordChangeMatrix = other.fCoordChangeMatrix;
/external/smack/src/com/kenai/jbosh/
H A DAbstractAttr.java70 AbstractAttr other =
72 return value.equals(other.value);
/external/webkit/Source/WebCore/bindings/cpp/
H A DWebNativeEventListener.cpp49 bool WebNativeEventListener::operator==(const WebCore::EventListener& other) argument
51 const WebNativeEventListener* ptrOther = cast(&other);
/external/webkit/Source/WebCore/css/
H A DMediaQueryListListener.h45 bool operator==(const MediaQueryListListener& other) const { return m_value == other.m_value; }
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DFontPlatformDataQt.cpp85 bool FontPlatformData::operator==(const FontPlatformData& other) const
87 if (m_data == other.m_data)
90 if (!m_data || !other.m_data || m_data->isDeletedValue || other.m_data->isDeletedValue)
93 const bool equals = (m_data->size == other.m_data->size
94 && m_data->bold == other.m_data->bold
95 && m_data->oblique == other.m_data->oblique
96 && m_data->font == other.m_data->font);
/external/webkit/Source/WebKit/android/nav/
H A DSelectText.cpp11 * documentation and/or other materials provided with the distribution.
74 TextRunIterator(const TextRunIterator& other) argument
75 : m_textRun(other.m_textRun)
76 , m_offset(other.m_offset)
86 bool operator==(const TextRunIterator& other) argument
88 return m_offset == other.m_offset && m_textRun == other.m_textRun;
91 bool operator!=(const TextRunIterator& other) { return !operator==(other); } argument

Completed in 803 milliseconds

<<11121314151617181920>>