HomeSort by relevance Sort by last modified time
    Searched refs:nodeCount (Results 1 - 25 of 119) sorted by null

1 2 3 4 5

  /external/libgdx/extensions/gdx-bullet/jni/swig/softbody/
btSoftBody.i 53 int nodeCount = 0;
59 for (int j = 0; j < nodeCount; j++) {
66 btSoftBody::Node &node = result->m_nodes[nodeCount];
79 idx = nodeCount;
80 nodeCount++;
84 result->m_nodes.resize(nodeCount);
90 chks.resize(nodeCount * nodeCount, false);
94 #define IDX(_x_,_y_) ((_y_)*nodeCount+(_x_))
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/
btQuantizedBvh.cpp 912 int nodeCount = m_curNodeIndex;
916 targetBvh->m_quantizedContiguousNodes.initializeFromBuffer(nodeData, nodeCount, nodeCount);
920 for (int nodeIndex = 0; nodeIndex < nodeCount; nodeIndex++)
935 for (int nodeIndex = 0; nodeIndex < nodeCount; nodeIndex++)
951 nodeData += sizeof(btQuantizedBvhNode) * nodeCount;
960 targetBvh->m_contiguousNodes.initializeFromBuffer(nodeData, nodeCount, nodeCount);
964 for (int nodeIndex = 0; nodeIndex < nodeCount; nodeIndex++)
976 for (int nodeIndex = 0; nodeIndex < nodeCount; nodeIndex++
    [all...]
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityCache.java 341 final int nodeCount = nodes.size();
342 for (int i = nodeCount - 1; i >= 0; i--) {
442 final int nodeCount = nodes.size();
443 for (int j = 0; j < nodeCount; j++) {
  /frameworks/base/core/java/android/animation/
AnimatorSet.java 283 final int nodeCount = mNodes.size();
284 for (int i = 0; i < nodeCount; i ++) {
692 final int nodeCount = mNodes.size();
697 anim.mNodes = new ArrayList<Node>(nodeCount);
705 for (int n = 0; n < nodeCount; n++) {
729 for (int i = 0; i < nodeCount; i++) {
748 for (int n = 0; n < nodeCount; n++) {
    [all...]
  /external/opencv3/modules/objdetect/src/
cascadedetect.hpp 185 int nodeCount;
533 nodeOfs += weak.nodeCount;
534 leafOfs += weak.nodeCount + 1;
575 nodeOfs += weak.nodeCount;
576 leafOfs += weak.nodeCount + 1;
cascadedetect.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
ssearch.cpp 213 int32_t nodeCount = 0;
223 nodeCount++;
230 nodeCount++;
240 nodeCount++;
248 nodeCount++;
252 TEST_ASSERT(nodeCount == testCase->countChildren());
    [all...]
  /external/opencv3/modules/cudaobjdetect/src/
cascadeclassifier.cpp 718 int nodeCount = (int)internalNodes.size()/nodeStep;
719 cl_trees.push_back(nodeCount);
721 cl_nodes.reserve((cl_nodes.size() + nodeCount) * 3);
725 subsets.reserve(subsets.size() + nodeCount * subsetSize);
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_ra.cpp 694 unsigned int nodeCount;
721 for (unsigned int i = 0; i < nodeCount; ++i) {
1084 for (unsigned int i = 0; i < nodeCount; ++i) {
    [all...]
  /frameworks/base/core/java/android/view/
AccessibilityInteractionController.java     [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/de/pdark/decentxml/1.3/
decentxml-1.3.jar 
  /prebuilts/tools/common/m2/repository/de/pdark/decentxml/1.3/
decentxml-1.3.jar 
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/
softbody_wrap.cpp     [all...]
  /external/guice/extensions/persist/lib/
dom4j-1.6.1.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
dom4j-1.6.1.jar 
  /prebuilts/tools/common/m2/repository/dom4j/dom4j/1.6.1/
dom4j-1.6.1.jar 
  /external/opencv3/modules/core/src/
matrix.cpp     [all...]
  /external/opencv3/modules/core/include/opencv2/core/
mat.hpp     [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /prebuilts/devtools/tools/lib/
lint-checks.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.2.0/
lint-checks-23.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.2.1/
lint-checks-23.2.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.2.2/
lint-checks-23.2.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.2.4/
lint-checks-23.2.4.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.2.5/
lint-checks-23.2.5.jar 

Completed in 652 milliseconds

1 2 3 4 5