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

<<31323334353637383940>>

  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btPrimitiveTriangle.java 103 public boolean overlap_test_conservative(btPrimitiveTriangle other) {
104 return CollisionJNI.btPrimitiveTriangle_overlap_test_conservative(swigCPtr, this, btPrimitiveTriangle.getCPtr(other), other);
115 public int clip_triangle(btPrimitiveTriangle other, btVector3 clipped_points) {
116 return CollisionJNI.btPrimitiveTriangle_clip_triangle(swigCPtr, this, btPrimitiveTriangle.getCPtr(other), other, btVector3.getCPtr(clipped_points), clipped_points);
119 public boolean find_triangle_collision_clip_method(btPrimitiveTriangle other, GIM_TRIANGLE_CONTACT contacts) {
120 return CollisionJNI.btPrimitiveTriangle_find_triangle_collision_clip_method(swigCPtr, this, btPrimitiveTriangle.getCPtr(other), other, GIM_TRIANGLE_CONTACT.getCPtr(contacts), contacts);
  /external/proguard/src/proguard/evaluation/
TracedVariables.java 108 public void initialize(TracedVariables other)
110 super.initialize(other);
112 producerVariables.initialize(other.producerVariables);
115 public boolean generalize(TracedVariables other,
118 boolean variablesChanged = super.generalize(other, clearConflictingOtherVariables);
119 boolean producersChanged = producerVariables.generalize(other.producerVariables, clearConflictingOtherVariables);
120 /* consumerVariables.generalize(other.consumerVariables)*/
133 other.producerVariables.values[index] = null;
169 TracedVariables other = (TracedVariables)object; local
172 this.producerVariables.equals(other.producerVariables)
    [all...]
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
TypeList.java 57 public boolean comesBefore(TypeList other) {
58 int checkSize = Math.min(size, other.size);
60 if (list[i].typeIdx < other.list[i].typeIdx) {
62 } else if (list[i].typeIdx > other.list[i].typeIdx) {
66 if (size == other.size) {
  /build/tools/signapk/src/com/android/signapk/
Pair.java 64 Pair other = (Pair) obj; local
66 if (other.mFirst != null) {
69 } else if (!mFirst.equals(other.mFirst)) {
73 if (other.mSecond != null) {
76 } else if (!mSecond.equals(other.mSecond)) {
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
StringIdItem.java 53 public boolean equals(Object other) {
54 if (!(other instanceof StringIdItem)) {
58 StringIdItem otherString = (StringIdItem) other;
69 public int compareTo(Object other) {
70 StringIdItem otherString = (StringIdItem) other;
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstNat.java 61 public boolean equals(Object other) {
62 if (!(other instanceof CstNat)) {
66 CstNat otherNat = (CstNat) other;
79 protected int compareTo0(Constant other) {
80 CstNat otherNat = (CstNat) other;
  /dalvik/dx/src/com/android/dx/dex/file/
StringIdItem.java 51 public boolean equals(Object other) {
52 if (!(other instanceof StringIdItem)) {
56 StringIdItem otherString = (StringIdItem) other;
67 public int compareTo(Object other) {
68 StringIdItem otherString = (StringIdItem) other;
  /dalvik/dx/src/com/android/dx/rop/cst/
CstNat.java 61 public boolean equals(Object other) {
62 if (!(other instanceof CstNat)) {
66 CstNat otherNat = (CstNat) other;
79 protected int compareTo0(Constant other) {
80 CstNat otherNat = (CstNat) other;
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
NFAConfiguration.java 13 * documentation and/or other materials provided with the distribution.
63 * other configuration associated with alt 3).
111 NFAConfiguration other = (NFAConfiguration)o; local
112 return this.state==other.state &&
113 this.alt==other.alt &&
114 this.context.equals(other.context)&&
115 this.semanticContext.equals(other.semanticContext);
  /external/chromium-trace/catapult/telemetry/telemetry/util/
process_statistic_timeline_data.py 17 def __sub__(self, other):
29 {k: my_dict[k] - other._value_by_pid.get(k, 0) for
33 def __add__(self, other):
34 """The result contains pids from both |self| and |other|, if duplicate
38 set(other._value_by_pid.keys()))
44 ret._value_by_pid.update(other._value_by_pid)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb/
schema.py 18 # SHALL THE AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
20 # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
108 def __eq__(self, other):
109 return (self.hash_key_name == other.hash_key_name and
110 self.hash_key_type == other.hash_key_type and
111 self.range_key_name == other.range_key_name and
112 self.range_key_type == other.range_key_type)
  /external/clang/test/SemaCXX/
warn-self-move.cpp 34 field_test(field_test&& other) {
36 x = std::move(other.x);
37 other.x = std::move(x);
38 other.x = std::move(other.x); // expected-warning{{explicitly moving}}
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
StringIdItem.java 51 public boolean equals(Object other) {
52 if (!(other instanceof StringIdItem)) {
56 StringIdItem otherString = (StringIdItem) other;
67 public int compareTo(Object other) {
68 StringIdItem otherString = (StringIdItem) other;
  /external/dexmaker/src/dx/java/com/android/dx/rop/cst/
CstNat.java 61 public boolean equals(Object other) {
62 if (!(other instanceof CstNat)) {
66 CstNat otherNat = (CstNat) other;
79 protected int compareTo0(Constant other) {
80 CstNat otherNat = (CstNat) other;
  /external/eigen/Eigen/src/Eigen2Support/
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)
75 return m_matrix.const_cast_derived() = *this * other;
81 inline ExpressionType& Cwise<ExpressionType>::operator/=(const MatrixBase<OtherDerived> &other)
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.derived())
    [all...]
  /external/eigen/Eigen/src/plugins/
ArrayCwiseBinaryOps.h 1 /** \returns an expression of the coefficient wise product of \c *this and \a other
7 operator*(const EIGEN_CURRENT_STORAGE_BASE_CLASS<OtherDerived> &other) const
9 return EIGEN_CWISE_PRODUCT_RETURN_TYPE(Derived,OtherDerived)(derived(), other.derived());
12 /** \returns an expression of the coefficient wise quotient of \c *this and \a other
18 operator/(const EIGEN_CURRENT_STORAGE_BASE_CLASS<OtherDerived> &other) const
20 return CwiseBinaryOp<internal::scalar_quotient_op<Scalar>, const Derived, const OtherDerived>(derived(), other.derived());
23 /** \returns an expression of the coefficient-wise min of \c *this and \a other
32 /** \returns an expression of the coefficient-wise min of \c *this and scalar \a other
43 (const Scalar &other) const
45 return (min)(Derived::PlainObject::Constant(rows(), cols(), other));
    [all...]
  /external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/message/
ConfigurationMessage.java 73 ConfigurationMessage other = (ConfigurationMessage) obj; local
76 if (other.mEncoding != null) {
79 } else if (!mEncoding.equals(other.mEncoding)) {
84 if (other.mClientRole != null) {
87 } else if (!mClientRole.equals(other.mClientRole)) {
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
ArrayComparator.java 60 private Comparator other; field in class:ArrayComparator.CatchExceptionComparator
62 public CatchExceptionComparator(Comparator other) {
63 this.other = other;
68 return other.compare(arg0, arg1);
  /external/icu/icu4c/source/common/
rbbisetb.h 48 RangeDescriptor(const RangeDescriptor &other, UErrorCode &status);
56 RangeDescriptor(const RangeDescriptor &other); // forbid copying of this class
57 RangeDescriptor &operator=(const RangeDescriptor &other); // forbid copying of this class
123 RBBISetBuilder(const RBBISetBuilder &other); // forbid copying of this class
124 RBBISetBuilder &operator=(const RBBISetBuilder &other); // forbid copying of this class
  /external/icu/icu4c/source/common/unicode/
localpointer.h 93 * @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<T> &other);
    [all...]
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
ArrayComparator.java 59 private Comparator other; field in class:ArrayComparator.CatchExceptionComparator
61 public CatchExceptionComparator(Comparator other) {
62 this.other = other;
67 return other.compare(arg0, arg1);
  /external/libchrome/base/
location.cc 34 Location::Location(const Location& other)
35 : function_name_(other.function_name_),
36 file_name_(other.file_name_),
37 line_number_(other.line_number_),
38 program_counter_(other.program_counter_) {
  /external/libcxx/test/std/utilities/memory/unique.ptr/
deleter.h 104 Deleter(Deleter const & other) : state_(other.state_) {
105 other.state_ = 0;
107 Deleter& operator=(Deleter const& other) {
108 state_ = other.state_;
109 other.state_ = 0;
135 Deleter(Deleter const& other) : state_(other.state_) {
136 other.state_ = 0;
138 Deleter& operator=(Deleter const& other) {
    [all...]
  /external/libcxx/test/support/
any_helpers.h 88 small_type(small_type const & other) throw() {
89 value = other.value;
95 small_type(small_type& other) throw() {
96 value = other.value;
102 small_type(small_type && other) throw() {
103 value = other.value;
104 other.value = 0;
163 large_type(large_type const & other) {
164 value = other.value;
170 large_type(large_type & other) {
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig/collision/
btBroadphasePairArray.i 9 * @param other The collision object the pair must contain (which itself is excluded from the result)
12 public com.badlogic.gdx.utils.Array<btCollisionObject> getCollisionObjects(final com.badlogic.gdx.utils.Array<btCollisionObject> out, final btCollisionObject other, final int[] tempArray) {
13 final int c = getCollisionObjects(tempArray, tempArray.length, (int)btCollisionObject.getCPtr(other));
22 * @param other The collision object the pair must contain (which itself is excluded from the result)
24 public int getCollisionObjectsValue(final int[] out, final btCollisionObject other) {
25 return getCollisionObjectsValue(out, out.length, (int)btCollisionObject.getCPtr(other));
41 int getCollisionObjects(int result[], int max, int other) {
57 if (obj0 == other)
59 else if (obj1 == other)
71 int getCollisionObjectsValue(int result[], int max, int other) {
    [all...]

Completed in 799 milliseconds

<<31323334353637383940>>