HomeSort by relevance Sort by last modified time
    Searched refs:child_node (Results 1 - 5 of 5) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
btGImpactBvh.cpp 245 int child_node = getLeftNode(nodecount); local
246 if(child_node)
248 getNodeBound(child_node,temp_box);
252 child_node = getRightNode(nodecount);
253 if(child_node)
255 getNodeBound(child_node,temp_box);
btGImpactQuantizedBvh.cpp 267 int child_node = getLeftNode(nodecount); local
268 if(child_node)
270 getNodeBound(child_node,temp_box);
274 child_node = getRightNode(nodecount);
275 if(child_node)
277 getNodeBound(child_node,temp_box);
  /system/core/sdcard/
sdcard.c 1006 struct node* child_node; local
1053 struct node* child_node; local
1104 struct node* child_node; local
    [all...]
  /external/cmockery/cmockery_0_1_2/src/
cmockery.c 556 ListNode * const child_node = child_list->next; local
558 if (child_node->refcount < -1) {
559 list_remove_free(child_node, free_value, NULL);
595 const ListNode *child_node; local
599 for (child_node = child_list->next; child_node != child_list;
600 child_node = child_node->next) {
601 const SourceLocation * const location = child_node->value;
    [all...]
  /external/chromium-trace/catapult/devil/devil/utils/
find_usb_devices.py 127 for child_node in self._port_to_node.values():
128 for descendant_node in child_node.AllNodes():

Completed in 257 milliseconds