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

  /external/collada/src/dae/
daeMetaCMPolicy.cpp 13 for( size_t i = 0; i < _children.getCount(); i++ ) {
14 delete _children[i];
daeMetaSequence.cpp 28 size_t cnt = _children.getCount();
31 if ( _children[x]->placeElement( parent, child, ordinal, i, before, after ) != NULL ) {
41 size_t cnt = _children.getCount();
43 if ( _children[x]->removeElement( parent, child ) ) {
52 size_t cnt = _children.getCount();
54 me = _children[x]->findChild( elementName );
63 size_t cnt = _children.getCount();
65 _children[x]->getChildren( parent, array );
daeMetaChoice.cpp 38 if ( _children[ myData->get(i) ]->placeElement( parent, child, ordinal, i, before, after ) != NULL )
47 // _children[ myData->get(i) ]->getChildren( parent, childsInChoice );
51 // _children[ x ]->getChildren( parent, childsInNext ); //If you get children in another choice then
57 // if ( _children[x]->placeElement( parent, child, ordinal, i, before, after ) != NULL )
72 size_t cnt = _children.getCount();
75 if ( _children[x]->placeElement( parent, child, ordinal, i, before, after ) != NULL )
96 _children[ myData->get(i) ]->getChildren( parent, childsInChoice );
97 size_t cnt = _children.getCount();
101 _children[ x ]->getChildren( parent, childsInNext ); //If you get children in another choice then
107 if ( _children[x]->placeElement( parent, child, ordinal, i, before, after ) != NULL )
    [all...]
  /external/collada/include/dae/
daeMetaCMPolicy.h 64 void appendChild( daeMetaCMPolicy *p ) { _children.append( p ); }
102 daeTArray<daeMetaCMPolicy*> _children; member in class:daeMetaCMPolicy
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
PKIXPolicyNode.java 28 List _children,
36 children = _children;
  /external/webkit/Source/WebCore/inspector/front-end/
RemoteObject.js 218 var children = this._children();
249 callback(this._children());
254 callback(this._children());
257 _children: function()
TimelinePanel.js     [all...]
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/
mock.py 107 self._children = {}
121 for child in self._children.itervalues():
178 if name not in self._children:
182 self._children[name] = Mock(parent=self, name=name, wraps=wraps)
184 return self._children[name]

Completed in 554 milliseconds