/external/ant-glob/src/org/apache/tools/ant/types/selectors/ |
H A D | SelectorUtils.java | 449 // Two stars next to each other, skip the first one. 497 boolean caseSensitive, char ch, char other) { 499 ? ch != other 500 : Character.toUpperCase(ch) != Character.toUpperCase(other); 496 different( boolean caseSensitive, char ch, char other) argument
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
H A D | BitSet.cs | 17 * documentation and/or other materials provided with the distribution. 195 public override bool Equals(object other) { argument 196 if (other == null || !(other is BitSet)) { 200 BitSet otherSet = (BitSet)other;
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/ |
H A D | IntervalSet.java | 13 * documentation and/or other materials provided with the distribution. 113 // next to each other, make a single larger interval 157 // next to each other, make a single larger interval 196 IntervalSet other = (IntervalSet)set; 198 int n = other.intervals.size(); 200 Interval I = (Interval) other.intervals.get(i); 255 /** Compute this-other via this&~other. 256 * Return a new set containing all elements in this but not in other. 257 * other i 260 subtract(IntSet other) argument 403 and(IntSet other) argument [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
H A D | AttributeScope.java | 13 * documentation and/or other materials provided with the distribution. 170 * this and other. 172 public Set intersection(AttributeScope other) { argument 173 if ( other==null || other.size()==0 || size()==0 ) { 180 if ( other.attributes.get(key)!=null ) {
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/ranking/ |
H A D | NaturalRanking.java | 441 * @param other the other pair to compare this to 442 * @return result of <code>Double.compare(value, other.value)</code> 444 public int compareTo(IntDoublePair other) { argument 445 return Double.compare(value, other.value);
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
H A D | BigReal.java | 270 public boolean equals(Object other) { argument 271 if (this == other){ 275 if (other instanceof BigReal){ 276 return d.equals(((BigReal) other).d);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/ |
H A D | SecP224K1FieldElement.java | 223 public boolean equals(Object other) argument 225 if (other == this) 230 if (!(other instanceof SecP224K1FieldElement)) 235 SecP224K1FieldElement o = (SecP224K1FieldElement)other;
|
/external/clang/include/clang/Basic/ |
H A D | Visibility.h | 88 void mergeLinkage(LinkageInfo other) { argument 89 mergeLinkage(other.getLinkage()); 123 void mergeVisibility(LinkageInfo other) { argument 124 mergeVisibility(other.getVisibility(), other.isVisibilityExplicit()); 128 void merge(LinkageInfo other) { argument 129 mergeLinkage(other); 130 mergeVisibility(other); 134 void mergeMaybeWithVisibility(LinkageInfo other, bool withVis) { argument 135 mergeLinkage(other); [all...] |
/external/clang/test/Analysis/ |
H A D | operator-calls.cpp | 92 A& operator=(A& other) { a = -other.a; return *this; } argument 93 A& operator=(A&& other) { a = other.a+1; return *this; } argument
|
/external/compiler-rt/lib/msan/ |
H A D | msan_chained_origin_depot.cc | 112 u32 ChainedOriginDepotGet(u32 id, u32 *other) { argument 114 *other = desc.prev_id;
|
/external/conscrypt/src/compat/native/ |
H A D | UniquePtr.h | 50 // collision with any other implementation, until we can switch over 89 void swap(UniquePtr<T>& other) { argument 90 std::swap(mPtr, other.mPtr);
|
/external/deqp/framework/randomshaders/ |
H A D | rsgVariableType.cpp | 32 VariableType& VariableType::operator= (const VariableType& other) argument 34 if (this == &other) 40 m_baseType = other.m_baseType; 41 m_precision = other.m_precision; 42 m_typeName = other.m_typeName; 43 m_numElements = other.m_numElements; 44 m_members = other.m_members; 47 if (other.m_elementType) 48 m_elementType = new VariableType(*other.m_elementType); 53 VariableType::VariableType (const VariableType& other) argument [all...] |
H A D | rsgVariableValue.cpp | 143 bool ConstValueRangeAccess::intersects (const ConstValueRangeAccess& other) const 145 return compareValueRangesAllTrue<CompareIntersection>(*this, other); 148 bool ConstValueRangeAccess::isSubsetOf (const ConstValueRangeAccess& other) const 150 return compareValueRangesAllTrue<CompareIsSubsetOf>(*this, other); 153 bool ConstValueRangeAccess::isSupersetOf (const ConstValueRangeAccess& other) const 155 return other.isSubsetOf(*this); 183 ValueRange::ValueRange (ConstValueRangeAccess other) argument 184 : m_type (other.getType()) 185 , m_min (other.getType().getScalarSize()) 186 , m_max (other 269 VariableValue(const VariableValue& other) argument 276 operator =(const VariableValue& other) argument [all...] |
/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
H A D | AnnotationItem.java | 86 * ignoring all other aspects of the elements. This is only valid 130 protected int compareTo0(OffsettedItem other) { argument 131 AnnotationItem otherAnnotation = (AnnotationItem) other;
|
H A D | AnnotationsDirectoryItem.java | 89 * set of class annotations, with no other lists. 120 public int compareTo0(OffsettedItem other) { argument 126 (AnnotationsDirectoryItem) other;
|
/external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
H A D | BasicBlock.java | 122 public boolean equals(Object other) { argument 123 return (this == other);
|
H A D | RegisterSpecSet.java | 55 public boolean equals(Object other) { argument 56 if (!(other instanceof RegisterSpecSet)) { 60 RegisterSpecSet otherSet = (RegisterSpecSet) other; 314 * @param other {@code non-null;} set to intersect with 320 public void intersect(RegisterSpecSet other, boolean localPrimary) { argument 323 RegisterSpec[] otherSpecs = other.specs;
|
H A D | Rop.java | 217 public boolean equals(Object other) { argument 218 if (this == other) { 223 if (!(other instanceof Rop)) { 227 Rop rop = (Rop) other;
|
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/ |
H A D | CstString.java | 205 public boolean equals(Object other) { argument 206 if (!(other instanceof CstString)) { 210 return string.equals(((CstString) other).string); 221 protected int compareTo0(Constant other) { argument 222 return string.compareTo(((CstString) other).string);
|
/external/dexmaker/src/dx/java/com/android/dx/rop/type/ |
H A D | Prototype.java | 23 * generally interned and may be usefully compared with each other 237 public boolean equals(Object other) { argument 238 if (this == other) { 246 if (!(other instanceof Prototype)) { 250 return descriptor.equals(((Prototype) other).descriptor); 260 public int compareTo(Prototype other) { argument 261 if (this == other) { 271 int result = returnType.compareTo(other.returnType); 278 int otherSize = other.parameterTypes.size(); 283 Type otherType = other [all...] |
/external/dexmaker/src/dx/java/com/android/dx/util/ |
H A D | IntList.java | 111 public boolean equals(Object other) { argument 112 if (other == this) { 116 if (! (other instanceof IntList)) { 120 IntList otherList = (IntList) other;
|
/external/e2fsprogs/lib/ext2fs/ |
H A D | rbtree.c | 139 struct rb_node *other; local 145 other = parent->rb_right; 146 if (ext2fs_rb_is_red(other)) 148 ext2fs_rb_set_black(other); 151 other = parent->rb_right; 153 if ((!other->rb_left || ext2fs_rb_is_black(other->rb_left)) && 154 (!other->rb_right || ext2fs_rb_is_black(other->rb_right))) 156 ext2fs_rb_set_red(other); [all...] |
/external/eigen/Eigen/src/Core/ |
H A D | Matrix.h | 147 * \brief Assigns matrices to each other. 154 EIGEN_STRONG_INLINE Matrix& operator=(const Matrix& other) argument 156 return Base::_set(other); 160 * \brief Copies the value of the expression \a other into \c *this with automatic resizing. 162 * *this might be resized to match the dimensions of \a other. If *this was a null matrix (not already initialized), 170 EIGEN_STRONG_INLINE Matrix& operator=(const MatrixBase<OtherDerived>& other) argument 172 return Base::_set(other); 178 * \brief Copies the generic expression \a other into *this. 179 * \copydetails DenseBase::operator=(const EigenBase<OtherDerived> &other) 182 EIGEN_STRONG_INLINE Matrix& operator=(const EigenBase<OtherDerived> &other) argument 272 Matrix(const MatrixBase<OtherDerived>& other) argument 284 Matrix(const Matrix& other) argument 292 Matrix(const ReturnByValue<OtherDerived>& other) argument 303 Matrix(const EigenBase<OtherDerived> &other) argument 318 swap(MatrixBase<OtherDerived> const & other) argument [all...] |
H A D | SelfCwiseBinaryOp.h | 88 void copyCoeff(Index row, Index col, const DenseBase<OtherDerived>& other) argument 90 OtherDerived& _other = other.const_cast_derived(); 98 void copyCoeff(Index index, const DenseBase<OtherDerived>& other) argument 100 OtherDerived& _other = other.const_cast_derived(); 107 void copyPacket(Index row, Index col, const DenseBase<OtherDerived>& other) argument 109 OtherDerived& _other = other.const_cast_derived(); 117 void copyPacket(Index index, const DenseBase<OtherDerived>& other) argument 119 OtherDerived& _other = other.const_cast_derived(); 172 inline Derived& DenseBase<Derived>::operator*=(const Scalar& other) argument 176 tmp = PlainObject::Constant(rows(),cols(),other); 181 operator /=(const Scalar& other) argument [all...] |
/external/eigen/Eigen/src/Eigen2Support/ |
H A D | CwiseOperators.h | 56 Cwise<ExpressionType>::operator*(const MatrixBase<OtherDerived> &other) const 58 return EIGEN_CWISE_PRODUCT_RETURN_TYPE(ExpressionType,OtherDerived)(_expression(), other.derived()); 65 Cwise<ExpressionType>::operator/(const MatrixBase<OtherDerived> &other) const 67 return EIGEN_CWISE_BINOP_RETURN_TYPE(internal::scalar_quotient_op)(_expression(), other.derived()); 73 inline ExpressionType& Cwise<ExpressionType>::operator*=(const MatrixBase<OtherDerived> &other) argument 75 return m_matrix.const_cast_derived() = *this * other; 81 inline ExpressionType& Cwise<ExpressionType>::operator/=(const MatrixBase<OtherDerived> &other) argument 83 return m_matrix.const_cast_derived() = *this / other; 158 Cwise<ExpressionType>::operator<(const MatrixBase<OtherDerived> &other) const 160 return EIGEN_CWISE_BINOP_RETURN_TYPE(std::less)(_expression(), other [all...] |