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

<<21222324252627282930>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/pairing_heap_/
constructors_destructor_fn_imps.hpp 65 pairing_heap(const PB_DS_CLASS_C_DEC& other)
66 : base_type(other)
72 swap(PB_DS_CLASS_C_DEC& other)
75 base_type::swap(other);
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/hash_fn/
linear_probe_fn_imp.hpp 44 swap(PB_DS_CLASS_C_DEC& other)
quadratic_probe_fn_imp.hpp 44 swap(PB_DS_CLASS_C_DEC& other)
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/list_update_policy/
sample_update_policy.hpp 57 swap(sample_update_policy& other);
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pairing_heap_/
constructors_destructor_fn_imps.hpp 65 pairing_heap(const PB_DS_CLASS_C_DEC& other)
66 : base_type(other)
72 swap(PB_DS_CLASS_C_DEC& other)
75 base_type::swap(other);
  /system/bt/service/common/bluetooth/
advertise_data.cpp 37 AdvertiseData::AdvertiseData(const AdvertiseData& other)
38 : data_(other.data_),
39 include_device_name_(other.include_device_name_),
40 include_tx_power_level_(other.include_tx_power_level_) {
98 AdvertiseData& AdvertiseData::operator=(const AdvertiseData& other) {
99 if (this == &other)
102 data_ = other.data_;
103 include_device_name_ = other.include_device_name_;
104 include_tx_power_level_ = other.include_tx_power_level_;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mn10300/
movm.s 3 movm (sp),[d2,d3,a2,a3,other]
5 movm [d2,d3,a2,a3,other],(sp)
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/
apuinfo-nul1.s 5 # some other tools emit these
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
btTriangleShapeEx.cpp 65 bool btPrimitiveTriangle::overlap_test_conservative(const btPrimitiveTriangle& other)
67 btScalar total_margin = m_margin + other.m_margin;
68 // classify points on other triangle
69 btScalar dis0 = bt_distance_point_plane(m_plane,other.m_vertices[0]) - total_margin;
71 btScalar dis1 = bt_distance_point_plane(m_plane,other.m_vertices[1]) - total_margin;
73 btScalar dis2 = bt_distance_point_plane(m_plane,other.m_vertices[2]) - total_margin;
78 dis0 = bt_distance_point_plane(other.m_plane,m_vertices[0]) - total_margin;
80 dis1 = bt_distance_point_plane(other.m_plane,m_vertices[1]) - total_margin;
82 dis2 = bt_distance_point_plane(other.m_plane,m_vertices[2]) - total_margin;
89 int btPrimitiveTriangle::clip_triangle(btPrimitiveTriangle & other, btVector3 * clipped_points
    [all...]
btTriangleShapeEx.h 45 SIMD_FORCE_INLINE void copy_from(const GIM_TRIANGLE_CONTACT& other)
47 m_penetration_depth = other.m_penetration_depth;
48 m_separating_normal = other.m_separating_normal;
49 m_point_count = other.m_point_count;
53 m_points[i] = other.m_points[i];
61 GIM_TRIANGLE_CONTACT(const GIM_TRIANGLE_CONTACT& other)
63 copy_from(other);
95 bool overlap_test_conservative(const btPrimitiveTriangle& other);
120 int clip_triangle(btPrimitiveTriangle & other, btVector3 * clipped_points );
124 \pre this triangle and other must have their triangles calculate
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binomial_heap_base_/
split_join_fn_imps.hpp 45 split(Pred pred, PB_DS_CLASS_C_DEC& other)
48 PB_DS_ASSERT_VALID_COND(other,true)
50 other.clear();
54 PB_DS_ASSERT_VALID_COND(other,true)
64 ++other.m_size;
70 p_out->m_p_next_sibling = other.m_p_root;
71 if (other.m_p_root != 0)
72 other.m_p_root->m_p_prev_or_parent = p_out;
74 other.m_p_root = p_out;
75 other.m_p_root = other.fix(other.m_p_root)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binomial_heap_base_/
split_join_fn_imps.hpp 45 split(Pred pred, PB_DS_CLASS_C_DEC& other)
48 PB_DS_ASSERT_VALID_COND(other,true)
50 other.clear();
54 PB_DS_ASSERT_VALID_COND(other,true)
64 ++other.m_size;
70 p_out->m_p_next_sibling = other.m_p_root;
71 if (other.m_p_root != 0)
72 other.m_p_root->m_p_prev_or_parent = p_out;
74 other.m_p_root = p_out;
75 other.m_p_root = other.fix(other.m_p_root)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/binomial_heap_base_/
split_join_fn_imps.hpp 45 split(Pred pred, PB_DS_CLASS_C_DEC& other)
48 PB_DS_ASSERT_VALID_COND(other,true)
50 other.clear();
54 PB_DS_ASSERT_VALID_COND(other,true)
64 ++other.m_size;
70 p_out->m_p_next_sibling = other.m_p_root;
71 if (other.m_p_root != 0)
72 other.m_p_root->m_p_prev_or_parent = p_out;
74 other.m_p_root = p_out;
75 other.m_p_root = other.fix(other.m_p_root)
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binomial_heap_base_/
split_join_fn_imps.hpp 45 split(Pred pred, PB_DS_CLASS_C_DEC& other)
48 PB_DS_ASSERT_VALID_COND(other,true)
50 other.clear();
54 PB_DS_ASSERT_VALID_COND(other,true)
64 ++other.m_size;
70 p_out->m_p_next_sibling = other.m_p_root;
71 if (other.m_p_root != 0)
72 other.m_p_root->m_p_prev_or_parent = p_out;
74 other.m_p_root = p_out;
75 other.m_p_root = other.fix(other.m_p_root)
    [all...]
  /external/eigen/unsupported/Eigen/src/AutoDiff/
AutoDiffVector.h 72 inline AutoDiffVector(const AutoDiffVector<OtherValueType, OtherJacobianType>& other)
73 : m_values(other.values()), m_jacobian(other.jacobian())
76 inline AutoDiffVector(const AutoDiffVector& other)
77 : m_values(other.values()), m_jacobian(other.jacobian())
81 inline AutoDiffVector& operator=(const AutoDiffVector<OtherValueType, OtherJacobianType>& other)
83 m_values = other.values();
84 m_jacobian = other.jacobian();
88 inline AutoDiffVector& operator=(const AutoDiffVector& other)
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btQuadWord.h 130 SIMD_FORCE_INLINE bool operator==(const btQuadWord& other) const
133 return (0xf == _mm_movemask_ps((__m128)_mm_cmpeq_ps(mVec128, other.mVec128)));
135 return ((m_floats[3]==other.m_floats[3]) &&
136 (m_floats[2]==other.m_floats[2]) &&
137 (m_floats[1]==other.m_floats[1]) &&
138 (m_floats[0]==other.m_floats[0]));
142 SIMD_FORCE_INLINE bool operator!=(const btQuadWord& other) const
144 return !(*this == other);
208 * @param other The other btQuadWord to compare with
    [all...]
  /external/clang/include/clang/Basic/
Visibility.h 88 void mergeLinkage(LinkageInfo other) {
89 mergeLinkage(other.getLinkage());
102 void mergeExternalVisibility(LinkageInfo Other) {
103 mergeExternalVisibility(Other.getLinkage());
123 void mergeVisibility(LinkageInfo other) {
124 mergeVisibility(other.getVisibility(), other.isVisibilityExplicit());
128 void merge(LinkageInfo other) {
129 mergeLinkage(other);
130 mergeVisibility(other);
    [all...]
  /external/deqp/framework/opengl/
gluVarType.cpp 36 VarType::VarType (const VarType& other)
39 *this = other;
69 VarType& VarType::operator= (const VarType& other)
71 if (this == &other)
77 m_type = other.m_type;
82 m_data.array.elementType = new VarType(*other.m_data.array.elementType);
83 m_data.array.size = other.m_data.array.size;
86 m_data = other.m_data;
112 bool VarType::operator== (const VarType& other) const
114 if (m_type != other.m_type
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/math/
Vector.java 85 /** @param v The other vector
86 * @return The dot product between this and the other vector */
98 /** @param v The other vector
99 * @return the distance between this and the other vector */
104 * @param v The other vector
105 * @return the squared distance between this and the other vector */
139 /** @return true if this vector is in line with the other vector (either in the same or the opposite direction) */
140 boolean isOnLine (T other, float epsilon);
142 /** @return true if this vector is in line with the other vector (either in the same or the opposite direction) */
143 boolean isOnLine (T other);
    [all...]
  /external/guava/guava/src/com/google/common/cache/
CacheStats.java 135 * attempts, and requests which waited for other threads to finish loading. It is thus the case
217 * and {@code other}. Negative values, which aren't supported by {@code CacheStats} will be
220 public CacheStats minus(CacheStats other) {
222 Math.max(0, hitCount - other.hitCount),
223 Math.max(0, missCount - other.missCount),
224 Math.max(0, loadSuccessCount - other.loadSuccessCount),
225 Math.max(0, loadExceptionCount - other.loadExceptionCount),
226 Math.max(0, totalLoadTime - other.totalLoadTime),
227 Math.max(0, evictionCount - other.evictionCount));
232 * and {@code other}
255 CacheStats other = (CacheStats) object; local
    [all...]
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
consuming_buffers.hpp 125 bool equal(const consuming_buffers_iterator& other) const
127 if (at_end_ && other.at_end_)
129 return !at_end_ && !other.at_end_
131 == buffer_cast<const void*>(other.first_)
132 && buffer_size(first_) == buffer_size(other.first_)
133 && begin_remainder_ == other.begin_remainder_
134 && end_remainder_ == other.end_remainder_;
177 consuming_buffers(const consuming_buffers& other)
178 : buffers_(other.buffers_),
179 at_end_(other.at_end_)
    [all...]
  /external/toybox/
Android.mk 81 toys/other/acpi.c \
82 toys/other/base64.c \
83 toys/other/blkid.c \
84 toys/other/blockdev.c \
85 toys/other/bzcat.c \
86 toys/other/chcon.c \
87 toys/other/chroot.c \
88 toys/other/clear.c \
89 toys/other/dos2unix.c \
90 toys/other/fallocate.c
    [all...]
  /dalvik/dx/src/com/android/dx/rop/cst/
CstArray.java 22 * Constant type to represent a fixed array of other constants.
45 public boolean equals(Object other) {
46 if (! (other instanceof CstArray)) {
50 return list.equals(((CstArray) other).list);
61 protected int compareTo0(Constant other) {
62 return list.compareTo(((CstArray) other).list);
113 public int compareTo(List other) {
115 int otherSize = other.size();
120 Constant otherItem = (Constant) other.get0(i);
  /external/archive-patcher/shared/src/main/java/com/google/archivepatcher/shared/
TypedRange.java 94 TypedRange<?> other = (TypedRange<?>) obj;
95 if (length != other.length) return false;
97 if (other.metadata != null) return false;
98 } else if (!metadata.equals(other.metadata)) return false;
99 if (offset != other.offset) return false;
104 public int compareTo(TypedRange<T> other) {
105 if (getOffset() < other.getOffset()) {
107 } else if (getOffset() > other.getOffset()) {
  /external/clang/test/Index/
complete-cxx-inline-methods.cpp 18 OtherClass(const OtherClass &other) : MyCls(other), value(value) { }

Completed in 445 milliseconds

<<21222324252627282930>>