/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/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/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/clang/test/Index/ |
complete-cxx-inline-methods.cpp | 18 OtherClass(const OtherClass &other) : MyCls(other), value(value) { }
|
/external/deqp/executor/ |
xeTestCaseListParser.hpp | 45 TestCaseListParser (const TestCaseListParser& other); 46 TestCaseListParser& operator= (const TestCaseListParser& other);
|
/external/deqp/framework/delibs/decpp/ |
deDynamicLibrary.hpp | 44 DynamicLibrary (const DynamicLibrary& other); // Not allowed! 45 DynamicLibrary& operator= (const DynamicLibrary& other); // Not allowed!
|
deThread.hpp | 59 Thread (const Thread& other); // Not allowed! 60 Thread& operator= (const Thread& other); // Not allowed!
|
deThreadLocal.hpp | 45 ThreadLocal (const ThreadLocal& other); // Not allowed! 46 ThreadLocal& operator= (const ThreadLocal& other); // Not allowed!
|
/external/deqp/framework/randomshaders/ |
rsgShaderGenerator.hpp | 45 ShaderGenerator (const ShaderGenerator& other); 46 ShaderGenerator& operator= (const ShaderGenerator& other);
|
/external/deqp/modules/gles2/functional/ |
es2fBufferObjectQueryTests.hpp | 52 BufferObjectQueryTests (const BufferObjectQueryTests& other); 53 BufferObjectQueryTests& operator= (const BufferObjectQueryTests& other);
|
es2fFloatStateQueryTests.hpp | 54 FloatStateQueryTests (const FloatStateQueryTests& other); 55 FloatStateQueryTests& operator= (const FloatStateQueryTests& other);
|
es2fIntegerStateQueryTests.hpp | 54 IntegerStateQueryTests (const IntegerStateQueryTests& other); 55 IntegerStateQueryTests& operator= (const IntegerStateQueryTests& other);
|
es2fTextureStateQueryTests.hpp | 53 TextureStateQueryTests (const TextureStateQueryTests& other); 54 TextureStateQueryTests& operator= (const TextureStateQueryTests& other);
|
/external/deqp/modules/gles3/functional/ |
es3fBufferObjectQueryTests.hpp | 53 BufferObjectQueryTests (const BufferObjectQueryTests& other); 54 BufferObjectQueryTests& operator= (const BufferObjectQueryTests& other);
|
es3fInteger64StateQueryTests.hpp | 54 Integer64StateQueryTests (const Integer64StateQueryTests& other); 55 Integer64StateQueryTests& operator= (const Integer64StateQueryTests& other);
|
/external/deqp/modules/gles31/functional/ |
es31fShaderAtomicOpTests.hpp | 53 ShaderAtomicOpTests (const ShaderAtomicOpTests& other); 54 ShaderAtomicOpTests& operator= (const ShaderAtomicOpTests& other);
|
es31fUniformLocationTests.hpp | 52 UniformLocationTests (const UniformLocationTests& other); 53 UniformLocationTests& operator= (const UniformLocationTests& other);
|