/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binary_heap_/ |
entry_pred.hpp | 67 typedef typename __rebind_v::other::const_pointer entry; 75 type(const Pred& other) : Pred(other) { }
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/resize_policy/ |
hash_load_check_resize_trigger_size_base.hpp | 63 swap(hash_load_check_resize_trigger_size_base& other) 64 { std::swap(m_size, other.m_size); } 86 swap(hash_load_check_resize_trigger_size_base& other) { }
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/binary_heap_/ |
entry_pred.hpp | 67 typedef typename __rebind_v::other::const_pointer entry; 75 type(const Pred& other) : Pred(other) { }
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/resize_policy/ |
hash_load_check_resize_trigger_size_base.hpp | 63 swap(hash_load_check_resize_trigger_size_base& other) 64 { std::swap(m_size, other.m_size); } 86 swap(hash_load_check_resize_trigger_size_base& other) { }
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binary_heap_/ |
entry_pred.hpp | 67 typedef typename __rebind_v::other::const_pointer entry; 75 type(const Pred& other) : Pred(other) { }
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/resize_policy/ |
hash_load_check_resize_trigger_size_base.hpp | 63 swap(hash_load_check_resize_trigger_size_base& other) 64 { std::swap(m_size, other.m_size); } 86 swap(hash_load_check_resize_trigger_size_base& other) { }
|
/external/libgdx/gdx/src/com/badlogic/gdx/utils/ |
Bits.java | 21 /** A bitset, without size limitation, allows comparison via bitwise operators to other bitfields.
207 * @param other a bit set */
208 public void and (Bits other) {
209 int commonWords = Math.min(bits.length, other.bits.length);
211 bits[i] &= other.bits[i];
223 * @param other a bit set */
224 public void andNot (Bits other) {
225 for (int i = 0, j = bits.length, k = other.bits.length; i < j && i < k; i++) {
226 bits[i] &= ~other.bits[i];
233 * @param other a bit set */ [all...] |
/external/v8/src/ |
bit-vector.h | 73 BitVector(const BitVector& other, Zone* zone) 74 : length_(other.length()), 77 CopyFrom(other); 85 void CopyFrom(const BitVector& other) { 86 DCHECK(other.length() <= length()); 87 for (int i = 0; i < other.data_length_; i++) { 88 data_[i] = other.data_[i]; 90 for (int i = other.data_length_; i < data_length_; i++) { 113 void Union(const BitVector& other) { 114 DCHECK(other.length() == length()) [all...] |
/external/webrtc/webrtc/modules/desktop_capture/ |
desktop_geometry.h | 29 bool equals(const DesktopVector& other) const { 30 return x_ == other.x_ && y_ == other.y_; 38 DesktopVector add(const DesktopVector& other) const { 39 return DesktopVector(x() + other.x(), y() + other.y()); 41 DesktopVector subtract(const DesktopVector& other) const { 42 return DesktopVector(x() - other.x(), y() - other.y()); 63 bool equals(const DesktopSize& 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/pat_trie_/ |
constructors_destructor_fn_imps.hpp | 76 PB_DS_PAT_TRIE_NAME(const PB_DS_CLASS_C_DEC& other) : 78 debug_base(other), 80 synth_access_traits(other), 81 node_update(other), 86 m_size = other.m_size; 87 PB_DS_ASSERT_VALID(other) 88 if (other.m_p_head->m_p_parent == 0) 95 m_p_head->m_p_parent = recursive_copy_node(other.m_p_head->m_p_parent); 112 swap(PB_DS_CLASS_C_DEC& other) 115 PB_DS_ASSERT_VALID(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/pat_trie_/ |
constructors_destructor_fn_imps.hpp | 76 PB_DS_PAT_TRIE_NAME(const PB_DS_CLASS_C_DEC& other) : 78 debug_base(other), 80 synth_access_traits(other), 81 node_update(other), 86 m_size = other.m_size; 87 PB_DS_ASSERT_VALID(other) 88 if (other.m_p_head->m_p_parent == 0) 95 m_p_head->m_p_parent = recursive_copy_node(other.m_p_head->m_p_parent); 112 swap(PB_DS_CLASS_C_DEC& other) 115 PB_DS_ASSERT_VALID(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/pat_trie_/ |
constructors_destructor_fn_imps.hpp | 76 PB_DS_PAT_TRIE_NAME(const PB_DS_CLASS_C_DEC& other) : 78 debug_base(other), 80 synth_access_traits(other), 81 node_update(other), 86 m_size = other.m_size; 87 PB_DS_ASSERT_VALID(other) 88 if (other.m_p_head->m_p_parent == 0) 95 m_p_head->m_p_parent = recursive_copy_node(other.m_p_head->m_p_parent); 112 swap(PB_DS_CLASS_C_DEC& other) 115 PB_DS_ASSERT_VALID(other) [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pat_trie_/ |
constructors_destructor_fn_imps.hpp | 76 PB_DS_PAT_TRIE_NAME(const PB_DS_CLASS_C_DEC& other) : 78 debug_base(other), 80 synth_access_traits(other), 81 node_update(other), 86 m_size = other.m_size; 87 PB_DS_ASSERT_VALID(other) 88 if (other.m_p_head->m_p_parent == 0) 95 m_p_head->m_p_parent = recursive_copy_node(other.m_p_head->m_p_parent); 112 swap(PB_DS_CLASS_C_DEC& other) 115 PB_DS_ASSERT_VALID(other) [all...] |
/external/proguard/src/proguard/evaluation/value/ |
TypedReferenceValue.java | 119 // Strip the class type prefix and suffix of the other type, if any. 125 // If this type is an array type, and the other type is not 134 // If the other type is an array type, and this type is not 149 // If this type is equal to the other type, or if the other type is 163 // If the other type is an array type, it might be ok. 199 public ReferenceValue generalize(ReferenceValue other) 201 return other.generalize(this); 205 public int equal(ReferenceValue other) 207 return other.equal(this) 593 TypedReferenceValue other = (TypedReferenceValue)object; local [all...] |
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
SuggestionData.java | 248 SuggestionData other = (SuggestionData)obj; 250 if (other.mFormat != null) 252 } else if (!mFormat.equals(other.mFormat)) 255 if (other.mIcon1 != null) 257 } else if (!mIcon1.equals(other.mIcon1)) 260 if (other.mIcon2 != null) 262 } else if (!mIcon2.equals(other.mIcon2)) 265 if (other.mIntentAction != null) 267 } else if (!mIntentAction.equals(other.mIntentAction)) 270 if (other.mIntentData != null [all...] |
/art/runtime/ |
offsets.h | 49 bool operator>(FrameOffset other) const { return val_ > other.val_; } 50 bool operator<(FrameOffset other) const { return val_ < other.val_; }
|
/dalvik/dexgen/src/com/android/dexgen/util/ |
IntSet.java | 47 * Merges {@code other} into this set, so this set becomes the 50 * @param other {@code non-null;} other set to merge with. 52 void merge(IntSet other);
|
/dalvik/dx/src/com/android/dx/util/ |
IntSet.java | 47 * Merges {@code other} into this set, so this set becomes the 50 * @param other {@code non-null;} other set to merge with. 52 void merge(IntSet other);
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
DefaultTransformer.java | 63 public boolean equals(Object other) { 64 if (this == other) { 67 if (other == null) { 70 return other instanceof DefaultTransformer;
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/pem/ |
PemHeader.java | 45 PemHeader other = (PemHeader)o; local 47 return other == this || (isEqual(this.name, other.name) && isEqual(this.value, other.value));
|
/external/clang/test/CodeGenCXX/ |
cxx0x-delegating-ctors.cpp | 72 void other(); 79 virtual void squawk() { other(); } 89 virtual void squawk() { other(); } 98 Foo::Foo() : Foo(__null) { other(); }
|
/external/clang/test/SemaTemplate/ |
copy-ctor-assign.cpp | 10 X(const X<U>& other) 11 : value(other.value + 1) { } // expected-error{{binary expression}} 14 X& operator=(const X<U>& other) { 15 value = other.value + 1; // expected-error{{binary expression}}
|
/external/compiler-rt/lib/msan/ |
msan_chained_origin_depot.h | 22 u32 ChainedOriginDepotGet(u32 id, u32 *other);
|
/external/deqp/framework/common/ |
tcuInterval.hpp | 88 Interval operator| (const Interval& other) const 90 return Interval(m_hasNaN || other.m_hasNaN, 91 de::min(m_lo, other.m_lo), 92 de::max(m_hi, other.m_hi)); 96 Interval& operator|= (const Interval& other) 98 return (*this = *this | other); 101 Interval operator& (const Interval& other) const 103 return Interval(m_hasNaN && other.m_hasNaN, 104 de::max(m_lo, other.m_lo), 105 de::min(m_hi, other.m_hi)) [all...] |
/external/deqp/framework/delibs/decpp/ |
deMutex.hpp | 48 Mutex (const Mutex& other); // Not allowed! 49 Mutex& operator= (const Mutex& other); // Not allowed! 68 ScopedLock (const ScopedLock& other); // Not allowed! 69 ScopedLock& operator= (const ScopedLock& other); // Not allowed! 79 * to misuse or other reason it will lead to process termination 96 * to misuse or other reason it will lead to process termination
|