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

<<21222324252627282930>>

  /external/eigen/Eigen/src/Core/
Array.h 72 EIGEN_STRONG_INLINE Array& operator=(const EigenBase<OtherDerived> &other)
74 return Base::operator=(other);
77 /** Copies the value of the expression \a other into \c *this with automatic resizing.
79 * *this might be resized to match the dimensions of \a other. If *this was a null matrix (not already initialized),
87 EIGEN_STRONG_INLINE Array& operator=(const ArrayBase<OtherDerived>& other)
89 return Base::_set(other);
95 EIGEN_STRONG_INLINE Array& operator=(const Array& other)
97 return Base::_set(other);
183 /** Constructor copying the value of the expression \a other */
185 EIGEN_STRONG_INLINE Array(const ArrayBase<OtherDerived>& other)
    [all...]
Matrix.h 147 * \brief Assigns matrices to each other.
154 EIGEN_STRONG_INLINE Matrix& operator=(const Matrix& other)
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)
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)
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/allegrocl/
std_string.i 45 basic_string<charT> &append( const basic_string<charT> &other );
51 int compare( const basic_string<charT> &other ) const;
55 size_type find( const basic_string<charT> &other, int pos = 0 ) const;
58 bool operator == ( const basic_string<charT> &other ) const {
59 return self->compare( other ) == 0;
61 bool operator != ( const basic_string<charT> &other ) const {
62 return self->compare( other ) != 0;
64 bool operator < ( const basic_string<charT> &other ) const {
65 return self->compare( other ) == -1;
67 bool operator > ( const basic_string<charT> &other ) const
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
mls.py 247 def __lt__(self, other):
249 return self._value < other._value
256 def __ge__(self, other):
257 return self._value >= other._value
259 def __gt__(self, other):
260 return self._value > other._value
262 def __le__(self, other):
263 return self._value <= other._value
265 def __lt__(self, other):
266 return self._value < other._valu
    [all...]
  /external/deqp/framework/randomshaders/
rsgVariableType.hpp 83 Member (const Member& other)
85 , m_name(other.m_name)
87 if (other.m_type)
88 m_type = new VariableType(*other.m_type);
91 Member& operator= (const Member& other)
93 if (this == &other)
99 m_name = other.m_name;
101 if (other.m_type)
102 m_type = new VariableType(*other.m_type);
107 bool operator!= (const Member& other) cons
    [all...]
  /frameworks/base/core/java/android/content/
SyncStatusInfo.java 132 public SyncStatusInfo(SyncStatusInfo other) {
133 authorityId = other.authorityId;
134 totalElapsedTime = other.totalElapsedTime;
135 numSyncs = other.numSyncs;
136 numSourcePoll = other.numSourcePoll;
137 numSourceServer = other.numSourceServer;
138 numSourceLocal = other.numSourceLocal;
139 numSourceUser = other.numSourceUser;
140 numSourcePeriodic = other.numSourcePeriodic;
141 lastSuccessTime = other.lastSuccessTime
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/gp_hash_table_map_/
constructor_destructor_fn_imps.hpp 135 PB_DS_GP_HASH_NAME(const PB_DS_CLASS_C_DEC& other) :
137 debug_base(other),
139 hash_eq_fn_base(other),
140 resize_base(other),
141 ranged_probe_fn_base(other),
142 m_num_e(other.m_num_e),
143 m_num_used_e(other.m_num_used_e),
153 m_entries[i].m_stat = other.m_entries[i].m_stat;
155 new (m_entries + i) entry(other.m_entries[i]);
174 swap(PB_DS_CLASS_C_DEC& other)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/gp_hash_table_map_/
constructor_destructor_fn_imps.hpp 135 PB_DS_GP_HASH_NAME(const PB_DS_CLASS_C_DEC& other) :
137 debug_base(other),
139 hash_eq_fn_base(other),
140 resize_base(other),
141 ranged_probe_fn_base(other),
142 m_num_e(other.m_num_e),
143 m_num_used_e(other.m_num_used_e),
153 m_entries[i].m_stat = other.m_entries[i].m_stat;
155 new (m_entries + i) entry(other.m_entries[i]);
174 swap(PB_DS_CLASS_C_DEC& other)
    [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/gp_hash_table_map_/
constructor_destructor_fn_imps.hpp 135 PB_DS_GP_HASH_NAME(const PB_DS_CLASS_C_DEC& other) :
137 debug_base(other),
139 hash_eq_fn_base(other),
140 resize_base(other),
141 ranged_probe_fn_base(other),
142 m_num_e(other.m_num_e),
143 m_num_used_e(other.m_num_used_e),
153 m_entries[i].m_stat = other.m_entries[i].m_stat;
155 new (m_entries + i) entry(other.m_entries[i]);
174 swap(PB_DS_CLASS_C_DEC& other)
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/gp_hash_table_map_/
constructor_destructor_fn_imps.hpp 135 PB_DS_GP_HASH_NAME(const PB_DS_CLASS_C_DEC& other) :
137 debug_base(other),
139 hash_eq_fn_base(other),
140 resize_base(other),
141 ranged_probe_fn_base(other),
142 m_num_e(other.m_num_e),
143 m_num_used_e(other.m_num_used_e),
153 m_entries[i].m_stat = other.m_entries[i].m_stat;
155 new (m_entries + i) entry(other.m_entries[i]);
174 swap(PB_DS_CLASS_C_DEC& other)
    [all...]
  /external/chromium-trace/catapult/third_party/coverage/coverage/
plugin.py 72 the absolute real path to the file. If you are comparing to other
201 will be available as the `.filename` attribute on the object. Other
229 as a text file, or if you need other encoding support.
350 * ``'txt'``: some other kind of text
365 def __eq__(self, other):
366 return isinstance(other, FileReporter) and self.filename == other.filename
368 def __ne__(self, other):
369 return not (self == other)
371 def __lt__(self, other)
    [all...]
  /frameworks/base/core/java/android/view/
MagnificationSpec.java 65 public static MagnificationSpec obtain(MagnificationSpec other) {
67 info.scale = other.scale;
68 info.offsetX = other.offsetX;
69 info.offsetY = other.offsetY;
89 public void setTo(MagnificationSpec other) {
90 scale = other.scale;
91 offsetX = other.offsetX;
92 offsetY = other.offsetY;
109 public boolean equals(Object other) {
110 if (this == other) {
    [all...]
  /libcore/support/src/test/java/tests/support/
Support_GetPutFields.java 71 SimpleClass other = (SimpleClass) obj; local
72 return (a == other.getA() && b.equals(other.getB()));
93 Support_GetPutFields other = (Support_GetPutFields) obj; local
94 return (booleanValue == other.booleanValue &&
95 byteValue == other.byteValue &&
96 charValue == other.charValue &&
97 doubleValue == other.doubleValue &&
98 floatValue == other.floatValue &&
99 longValue == other.longValue &
    [all...]
Support_GetPutFieldsDefaulted.java 82 SimpleClass other = (SimpleClass) obj; local
83 return (a == other.getA() && b.equals(other.getB()));
104 Support_GetPutFieldsDefaulted other = (Support_GetPutFieldsDefaulted) obj; local
105 return (booleanValue == other.booleanValue &&
106 byteValue == other.byteValue &&
107 charValue == other.charValue &&
108 doubleValue == other.doubleValue &&
109 floatValue == other.floatValue &&
110 longValue == other.longValue &
    [all...]
Support_GetPutFieldsDeprecated.java 73 SimpleClass other = (SimpleClass) obj; local
74 return (a == other.getA() && b.equals(other.getB()));
95 Support_GetPutFields other = (Support_GetPutFields) obj; local
96 return (booleanValue == other.booleanValue &&
97 byteValue == other.byteValue &&
98 charValue == other.charValue &&
99 doubleValue == other.doubleValue &&
100 floatValue == other.floatValue &&
101 longValue == other.longValue &
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/calllog/
ContactInfo.java 82 ContactInfo other = (ContactInfo) obj;
83 if (!UriUtils.areEqual(lookupUri, other.lookupUri)) return false;
84 if (!TextUtils.equals(name, other.name)) return false;
85 if (!TextUtils.equals(nameAlternative, other.nameAlternative)) return false;
86 if (type != other.type) return false;
87 if (!TextUtils.equals(label, other.label)) return false;
88 if (!TextUtils.equals(number, other.number)) return false;
89 if (!TextUtils.equals(formattedNumber, other.formattedNumber)) return false;
90 if (!TextUtils.equals(normalizedNumber, other.normalizedNumber)) return false;
91 if (photoId != other.photoId) return false
    [all...]
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
JsonTest.java 170 // Other.
183 Test1 other = (Test1)obj;
185 if (other.BooleanField != null) return false;
186 } else if (!BooleanField.equals(other.BooleanField)) return false;
188 if (other.ByteField != null) return false;
189 } else if (!ByteField.equals(other.ByteField)) return false;
191 if (other.CharacterField != null) return false;
192 } else if (!CharacterField.equals(other.CharacterField)) return false;
194 if (other.DoubleField != null) return false;
195 } else if (!DoubleField.equals(other.DoubleField)) return false
    [all...]
  /external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
Phonenumber.java 194 public PhoneNumber mergeFrom(PhoneNumber other) {
195 if (other.hasCountryCode()) {
196 setCountryCode(other.getCountryCode());
198 if (other.hasNationalNumber()) {
199 setNationalNumber(other.getNationalNumber());
201 if (other.hasExtension()) {
202 setExtension(other.getExtension());
204 if (other.hasItalianLeadingZero()) {
205 setItalianLeadingZero(other.isItalianLeadingZero());
207 if (other.hasNumberOfLeadingZeros())
    [all...]
  /external/blktrace/
rbtree.c 139 struct rb_node *other; local
145 other = parent->rb_right;
146 if (rb_is_red(other))
148 rb_set_black(other);
151 other = parent->rb_right;
153 if ((!other->rb_left || rb_is_black(other->rb_left)) &&
154 (!other->rb_right || rb_is_black(other->rb_right)))
156 rb_set_red(other);
    [all...]
  /external/icu/icu4c/source/i18n/
affixpatternparser.h 56 equals(const CurrencyAffixInfo &other) const {
57 return (fSymbol == other.fSymbol)
58 && (fISO == other.fISO)
59 && (fLong.equals(other.fLong))
60 && (fIsDefault == other.fIsDefault);
207 * Appends other to this instance mutating this instance in place.
208 * @param other The pattern appended to the end of this one.
211 AffixPattern &append(const AffixPattern &other);
244 * any other character. If an apostrophe prefixes a non special
272 UBool equals(const AffixPattern &other) const
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
SphereCollisionVolume.java 85 public boolean intersects(Vector2 position, FlipInfo flip, CollisionVolume other,
89 if (other instanceof AABoxCollisionVolume) {
91 result = other.intersects(otherPosition, otherFlip, this, position, flip);
97 if (other instanceof SphereCollisionVolume) {
98 SphereCollisionVolume sphereOther = (SphereCollisionVolume)other;
105 final float deltaX = other.getMaxXPosition(otherFlip)
106 - other.getMinXPosition(otherFlip);
107 final float deltaY = other.getMaxYPosition(otherFlip)
108 - other.getMinYPosition(otherFlip);
129 public void growBy(CollisionVolume other) {
    [all...]
  /external/webrtc/webrtc/
common_types.h 200 void Add(const RtcpPacketTypeCounter& other) {
201 nack_packets += other.nack_packets;
202 fir_packets += other.fir_packets;
203 pli_packets += other.pli_packets;
204 nack_requests += other.nack_requests;
205 unique_nack_requests += other.unique_nack_requests;
206 if (other.first_packet_time_ms != -1 &&
207 (other.first_packet_time_ms < first_packet_time_ms ||
210 first_packet_time_ms = other.first_packet_time_ms;
297 bool operator==(const CodecInst& other) const
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/bin_search_tree_/
constructors_destructor_fn_imps.hpp 76 PB_DS_BIN_TREE_NAME(const PB_DS_CLASS_C_DEC& other) :
78 debug_base(other),
81 PB_DS_TREE_TRACE_BASE_C_DEC(other),
83 Cmp_Fn(other),
84 node_update(other),
89 m_size = other.m_size;
90 PB_DS_STRUCT_ONLY_ASSERT_VALID(other)
94 m_p_head->m_p_parent = recursive_copy_node(other.m_p_head->m_p_parent);
97 m_size = other.m_size;
112 swap(PB_DS_CLASS_C_DEC& other)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/bin_search_tree_/
constructors_destructor_fn_imps.hpp 76 PB_DS_BIN_TREE_NAME(const PB_DS_CLASS_C_DEC& other) :
78 debug_base(other),
81 PB_DS_TREE_TRACE_BASE_C_DEC(other),
83 Cmp_Fn(other),
84 node_update(other),
89 m_size = other.m_size;
90 PB_DS_STRUCT_ONLY_ASSERT_VALID(other)
94 m_p_head->m_p_parent = recursive_copy_node(other.m_p_head->m_p_parent);
97 m_size = other.m_size;
112 swap(PB_DS_CLASS_C_DEC& other)
    [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/bin_search_tree_/
constructors_destructor_fn_imps.hpp 76 PB_DS_BIN_TREE_NAME(const PB_DS_CLASS_C_DEC& other) :
78 debug_base(other),
81 PB_DS_TREE_TRACE_BASE_C_DEC(other),
83 Cmp_Fn(other),
84 node_update(other),
89 m_size = other.m_size;
90 PB_DS_STRUCT_ONLY_ASSERT_VALID(other)
94 m_p_head->m_p_parent = recursive_copy_node(other.m_p_head->m_p_parent);
97 m_size = other.m_size;
112 swap(PB_DS_CLASS_C_DEC& other)
    [all...]

Completed in 741 milliseconds

<<21222324252627282930>>