Home
last modified time | relevance | path

Searched refs:child_node (Results 1 – 4 of 4) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
DbtGImpactBvh.cpp245 int child_node = getLeftNode(nodecount); in refit() local
246 if(child_node) in refit()
248 getNodeBound(child_node,temp_box); in refit()
252 child_node = getRightNode(nodecount); in refit()
253 if(child_node) in refit()
255 getNodeBound(child_node,temp_box); in refit()
DbtGImpactQuantizedBvh.cpp267 int child_node = getLeftNode(nodecount); in refit() local
268 if(child_node) in refit()
270 getNodeBound(child_node,temp_box); in refit()
274 child_node = getRightNode(nodecount); in refit()
275 if(child_node) in refit()
277 getNodeBound(child_node,temp_box); in refit()
/external/cmockery/cmockery_0_1_2/src/
Dcmockery.c556 ListNode * const child_node = child_list->next; in remove_always_return_values() local
558 if (child_node->refcount < -1) { in remove_always_return_values()
559 list_remove_free(child_node, free_value, NULL); in remove_always_return_values()
595 const ListNode *child_node; in check_for_leftover_values() local
599 for (child_node = child_list->next; child_node != child_list; in check_for_leftover_values()
600 child_node = child_node->next) { in check_for_leftover_values()
601 const SourceLocation * const location = child_node->value; in check_for_leftover_values()
/external/chromium-trace/catapult/devil/devil/utils/
Dfind_usb_devices.py127 for child_node in self._port_to_node.values():
128 for descendant_node in child_node.AllNodes():