HomeSort by relevance Sort by last modified time
    Searched defs:m_id (Results 1 - 21 of 21) sorted by null

  /external/avahi/avahi-compat-howl/include/salt/
interface.h 46 sw_uint8 m_id[6]; member in struct:_sw_mac_address
  /external/testng/src/test/java/test/timeout/
TimeOutTest.java 13 private final long m_id; field in class:TimeOutTest
16 m_id = System.currentTimeMillis();
72 return m_id;
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btUnionFind.h 28 int m_id; member in struct:btElement
58 return (x == m_elements[x].m_id);
91 m_elements[i].m_id = j; m_elements[j].m_sz += m_elements[i].m_sz;
95 m_elements[j].m_id = i; m_elements[i].m_sz += m_elements[j].m_sz;
98 m_elements[i].m_id = j; m_elements[j].m_sz += m_elements[i].m_sz;
107 while (x != m_elements[x].m_id)
112 const btElement* elementPtr = &m_elements[m_elements[x].m_id];
113 m_elements[x].m_id = elementPtr->m_id;
114 x = elementPtr->m_id;
    [all...]
  /hardware/bsp/intel/peripheral/libupm/src/am2315/
am2315.h 195 uint32_t m_id; member in class:upm::AM2315
  /external/eigen/Eigen/src/SparseCore/
SparseCwiseBinaryOp.h 117 m_id = m_lhsIter.index();
124 m_id = m_lhsIter.index();
130 m_id = m_rhsIter.index();
137 m_id = -1;
144 EIGEN_STRONG_INLINE Index index() const { return m_id; }
148 EIGEN_STRONG_INLINE operator bool() const { return m_id>=0; }
155 Index m_id; member in class:Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector
MappedSparseMatrix.h 124 m_id(mat.outerIndexPtr()[outer]),
125 m_start(m_id),
129 inline InnerIterator& operator++() { m_id++; return *this; }
131 inline Scalar value() const { return m_matrix.valuePtr()[m_id]; }
132 inline Scalar& valueRef() { return const_cast<Scalar&>(m_matrix.valuePtr()[m_id]); }
134 inline Index index() const { return m_matrix.innerIndexPtr()[m_id]; }
138 inline operator bool() const { return (m_id < m_end) && (m_id>=m_start); }
143 Index m_id; member in class:Eigen::MappedSparseMatrix::InnerIterator
155 m_id(mat.outerIndexPtr()[outer+1])
174 Index m_id; member in class:Eigen::MappedSparseMatrix::ReverseInnerIterator
    [all...]
SparseVector.h 352 : m_data(vec.m_data), m_id(0), m_end(static_cast<Index>(m_data.size()))
359 : m_data(data), m_id(0), m_end(static_cast<Index>(m_data.size()))
362 inline InnerIterator& operator++() { m_id++; return *this; }
364 inline Scalar value() const { return m_data.value(m_id); }
365 inline Scalar& valueRef() { return const_cast<Scalar&>(m_data.value(m_id)); }
367 inline Index index() const { return m_data.index(m_id); }
371 inline operator bool() const { return (m_id < m_end); }
375 Index m_id; member in class:Eigen::SparseVector::InnerIterator
384 : m_data(vec.m_data), m_id(static_cast<Index>(m_data.size())), m_start(0)
391 : m_data(data), m_id(static_cast<Index>(m_data.size())), m_start(0
407 Index m_id; member in class:Eigen::SparseVector::ReverseInnerIterator
    [all...]
SparseMatrix.h 873 : m_values(mat.valuePtr()), m_indices(mat.innerIndexPtr()), m_outer(outer), m_id(mat.m_outerIndex[outer])
878 m_end = m_id + mat.m_innerNonZeros[outer];
881 inline InnerIterator& operator++() { m_id++; return *this; }
883 inline const Scalar& value() const { return m_values[m_id]; }
884 inline Scalar& valueRef() { return const_cast<Scalar&>(m_values[m_id]); }
886 inline Index index() const { return m_indices[m_id]; }
891 inline operator bool() const { return (m_id < m_end); }
897 Index m_id; member in class:Eigen::SparseMatrix::InnerIterator
930 Index m_id; member in class:Eigen::SparseMatrix::ReverseInnerIterator
    [all...]
  /external/opencv3/modules/core/src/
parallel_pthreads.cpp 109 ForThread(): m_task_start(false), m_parent(0), m_state(eFTNotStarted), m_id(0)
142 size_t m_id; member in class:cv::ForThread
278 m_id = id;
  /external/testng/src/main/java/org/testng/internal/
ClonedMethod.java 20 private String m_id; field in class:ClonedMethod
89 return m_id;
259 m_id = id;
BaseTestMethod.java 43 protected String m_id = ""; field in class:BaseTestMethod
360 return m_id;
368 m_id = id;
  /frameworks/native/libs/binder/tests/
binderLibTest.cpp 679 : m_id(id)
709 if (m_id != 0)
726 if (m_id != 0) {
781 reply->writeInt32(m_id);
789 reply->writeInt32(m_id);
898 int32_t m_id; member in class:BinderLibTestService
  /hardware/qcom/bt/msm8909/libbt-vendor/include/
hw_ar3k.h 153 int m_id; member in struct:uart_t
  /hardware/qcom/bt/msm8992/libbt-vendor/include/
hw_ar3k.h 153 int m_id; member in struct:uart_t
  /hardware/qcom/bt/msm8996/libbt-vendor/include/
hw_ar3k.h 153 int m_id; member in struct:uart_t
  /hardware/qcom/bt/msmcobalt/libbt-vendor/include/
hw_ar3k.h 153 int m_id; member in struct:uart_t
  /external/deqp/modules/egl/
teglMultiThreadTests.cpp 124 int getId (void) const { return m_id; }
136 const int m_id; member in class:deqp::egl::TestThread
181 , m_id (id)
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
PropertyTable.java 843 if (propertyInfo.m_id.equals(m_activePropertyId)) {
1354 private final String m_id; field in class:PropertyTable.PropertyInfo
    [all...]
  /external/guice/lib/build/
felix-2.0.5.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/propertysheet/1.0/
propertysheet-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/
testng-6.9.10.jar 

Completed in 490 milliseconds