/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/thin_heap_/ |
constructors_destructor_fn_imps.hpp | 71 thin_heap(const PB_DS_CLASS_C_DEC& other) 72 : base_type(other) 87 swap(PB_DS_CLASS_C_DEC& other) 90 base_type::swap(other); 91 std::swap(m_p_max, other.m_p_max);
|
/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_/ |
point_iterators.hpp | 122 bin_search_tree_const_it_(const PB_DS_TREE_CONST_ODIR_IT_C_DEC& other) 123 : m_p_nd(other.m_p_nd) 128 operator=(const PB_DS_TREE_CONST_IT_C_DEC& other) 130 m_p_nd = other.m_p_nd; 136 operator=(const PB_DS_TREE_CONST_ODIR_IT_C_DEC& other) 138 m_p_nd = other.m_p_nd; 157 operator==(const PB_DS_TREE_CONST_IT_C_DEC & other) const 158 { return m_p_nd == other.m_p_nd; } 161 operator==(const PB_DS_TREE_CONST_ODIR_IT_C_DEC & other) const 162 { return m_p_nd == other.m_p_nd; [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/ov_tree_map_/ |
constructors_destructor_fn_imps.hpp | 81 PB_DS_OV_TREE_NAME(const PB_DS_CLASS_C_DEC& other) : 83 trace_base(other), 85 cmp_fn(other), 86 node_update(other), 92 copy_from_ordered_range(other.begin(), other.end()); 104 typename _Alloc::template rebind<value_type>::other> 108 typename _Alloc::template rebind<Key>::other> 204 swap(PB_DS_CLASS_C_DEC& other) 207 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/thin_heap_/ |
constructors_destructor_fn_imps.hpp | 71 thin_heap(const PB_DS_CLASS_C_DEC& other) 72 : base_type(other) 87 swap(PB_DS_CLASS_C_DEC& other) 90 base_type::swap(other); 91 std::swap(m_p_max, other.m_p_max);
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/bin_search_tree_/ |
point_iterators.hpp | 122 bin_search_tree_const_it_(const PB_DS_TREE_CONST_ODIR_IT_C_DEC& other) 123 : m_p_nd(other.m_p_nd) 128 operator=(const PB_DS_TREE_CONST_IT_C_DEC& other) 130 m_p_nd = other.m_p_nd; 136 operator=(const PB_DS_TREE_CONST_ODIR_IT_C_DEC& other) 138 m_p_nd = other.m_p_nd; 157 operator==(const PB_DS_TREE_CONST_IT_C_DEC & other) const 158 { return m_p_nd == other.m_p_nd; } 161 operator==(const PB_DS_TREE_CONST_ODIR_IT_C_DEC & other) const 162 { return m_p_nd == other.m_p_nd; [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/ov_tree_map_/ |
constructors_destructor_fn_imps.hpp | 81 PB_DS_OV_TREE_NAME(const PB_DS_CLASS_C_DEC& other) : 83 trace_base(other), 85 cmp_fn(other), 86 node_update(other), 92 copy_from_ordered_range(other.begin(), other.end()); 104 typename _Alloc::template rebind<value_type>::other> 108 typename _Alloc::template rebind<Key>::other> 204 swap(PB_DS_CLASS_C_DEC& other) 207 PB_DS_ASSERT_VALID(other) [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/thin_heap_/ |
constructors_destructor_fn_imps.hpp | 71 thin_heap(const PB_DS_CLASS_C_DEC& other) 72 : base_type(other) 87 swap(PB_DS_CLASS_C_DEC& other) 90 base_type::swap(other); 91 std::swap(m_p_max, other.m_p_max);
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/ |
tlsdyn-o32-2.s | 5 .globl other 6 .ent other 7 .type other,@function 8 other: label 64 .end other
|
/external/libgdx/gdx/src/com/badlogic/gdx/math/ |
Affine2.java | 43 * @param other The affine matrix to copy. This matrix will not be modified. */ 44 public Affine2 (Affine2 other) { 45 set(other); 61 * @param other The affine matrix to copy. 63 public Affine2 set (Affine2 other) { 64 m00 = other.m00; 65 m01 = other.m01; 66 m02 = other.m02; 67 m10 = other.m10; 68 m11 = other.m11 77 float[] other = matrix.val; local 98 float[] other = matrix.val; local [all...] |
/external/e2fsprogs/lib/ext2fs/ |
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/v8/src/ |
bignum.cc | 54 void Bignum::AssignBignum(const Bignum& other) { 55 exponent_ = other.exponent_; 56 for (int i = 0; i < other.used_digits_; ++i) { 57 bigits_[i] = other.bigits_[i]; 60 for (int i = other.used_digits_; i < used_digits_; ++i) { 63 used_digits_ = other.used_digits_; 144 Bignum other; 145 other.AssignUInt64(operand); 146 AddBignum(other); 150 void Bignum::AddBignum(const Bignum& other) { [all...] |
/art/runtime/base/ |
hash_set.h | 72 bool operator==(const BaseIterator& other) const { 73 return hash_set_ == other.hash_set_ && this->index_ == other.index_; 76 bool operator!=(const BaseIterator& other) const { 77 return !(*this == other); 169 HashSet(const HashSet& other) noexcept 170 : allocfn_(other.allocfn_), 171 hashfn_(other.hashfn_), 172 emptyfn_(other.emptyfn_), 173 pred_(other.pred_) [all...] |
/external/llvm/unittests/ADT/ |
SCCIteratorTest.cpp | 44 bool operator==(const NodeSubset &other) const { 45 return other.Elements == this->Elements; 47 bool operator!=(const NodeSubset &other) const { 48 return !(*this == other); 75 bool isSubsetOf(const NodeSubset &other) const { 76 return (this->Elements | other.Elements) == other.Elements; 85 NodeSubset Join(const NodeSubset &other) const { 86 return this->Elements | other.Elements; 90 NodeSubset Meet(const NodeSubset &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/rb_tree_map_/ |
split_join_fn_imps.hpp | 44 join(PB_DS_CLASS_C_DEC& other) 47 PB_DS_ASSERT_VALID(other) 48 if (base_type::join_prep(other) == false) 51 PB_DS_ASSERT_VALID(other) 55 const node_pointer p_x = other.split_min(); 56 join_imp(p_x, other.m_p_head->m_p_parent); 57 base_type::join_finish(other); 59 PB_DS_ASSERT_VALID(other) 235 split(key_const_reference r_key, PB_DS_CLASS_C_DEC& other) 238 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/rb_tree_map_/ |
split_join_fn_imps.hpp | 44 join(PB_DS_CLASS_C_DEC& other) 47 PB_DS_ASSERT_VALID(other) 48 if (base_type::join_prep(other) == false) 51 PB_DS_ASSERT_VALID(other) 55 const node_pointer p_x = other.split_min(); 56 join_imp(p_x, other.m_p_head->m_p_parent); 57 base_type::join_finish(other); 59 PB_DS_ASSERT_VALID(other) 235 split(key_const_reference r_key, PB_DS_CLASS_C_DEC& other) 238 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/rb_tree_map_/ |
split_join_fn_imps.hpp | 44 join(PB_DS_CLASS_C_DEC& other) 47 PB_DS_ASSERT_VALID(other) 48 if (base_type::join_prep(other) == false) 51 PB_DS_ASSERT_VALID(other) 55 const node_pointer p_x = other.split_min(); 56 join_imp(p_x, other.m_p_head->m_p_parent); 57 base_type::join_finish(other); 59 PB_DS_ASSERT_VALID(other) 235 split(key_const_reference r_key, PB_DS_CLASS_C_DEC& other) 238 PB_DS_ASSERT_VALID(other) [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/rb_tree_map_/ |
split_join_fn_imps.hpp | 44 join(PB_DS_CLASS_C_DEC& other) 47 PB_DS_ASSERT_VALID(other) 48 if (base_type::join_prep(other) == false) 51 PB_DS_ASSERT_VALID(other) 55 const node_pointer p_x = other.split_min(); 56 join_imp(p_x, other.m_p_head->m_p_parent); 57 base_type::join_finish(other); 59 PB_DS_ASSERT_VALID(other) 235 split(key_const_reference r_key, PB_DS_CLASS_C_DEC& other) 238 PB_DS_ASSERT_VALID(other) [all...] |
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/ipaddr/ |
ipaddr.py | 450 def __eq__(self, other): 452 return (self._ip == other._ip 453 and self._version == other._version) 457 def __ne__(self, other): 458 eq = self.__eq__(other) 463 def __le__(self, other): 464 gt = self.__gt__(other) 469 def __ge__(self, other): 470 lt = self.__lt__(other) 475 def __lt__(self, other) [all...] |
/dalvik/dexgen/src/com/android/dexgen/rop/cst/ |
CstFieldRef.java | 67 protected int compareTo0(Constant other) { 68 int cmp = super.compareTo0(other); 74 CstFieldRef otherField = (CstFieldRef) other;
|
/dalvik/dx/src/com/android/dx/cf/code/ |
ReturnAddress.java | 86 public boolean equals(Object other) { 87 if (!(other instanceof ReturnAddress)) { 91 return subroutineAddress == ((ReturnAddress) other).subroutineAddress;
|
/dalvik/dx/src/com/android/dx/rop/cst/ |
CstFieldRef.java | 67 protected int compareTo0(Constant other) { 68 int cmp = super.compareTo0(other); 74 CstFieldRef otherField = (CstFieldRef) other;
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/ |
GLColor.java | 41 public boolean equals(Object other) { 42 if (other instanceof GLColor) { 43 GLColor color = (GLColor)other;
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/field/ |
GenericPolynomialExtensionField.java | 53 GenericPolynomialExtensionField other = (GenericPolynomialExtensionField)obj; local 54 return subfield.equals(other.subfield) && minimalPolynomial.equals(other.minimalPolynomial);
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/pyasn1/type/ |
tag.py | 33 def __eq__(self, other): return self.uniq == other.uniq 34 def __ne__(self, other): return self.uniq != other.uniq 35 def __lt__(self, other): return self.uniq < other.uniq 36 def __le__(self, other): return self.uniq <= other.uniq 37 def __gt__(self, other): return self.uniq > other.uni [all...] |
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/ |
CstFieldRef.java | 67 protected int compareTo0(Constant other) { 68 int cmp = super.compareTo0(other); 74 CstFieldRef otherField = (CstFieldRef) other;
|