Searched defs:getChildren (Results 1 - 23 of 23) sorted by relevance

/external/skia/src/animator/
H A DSkDrawGroup.h45 SkTDDrawableArray* getChildren() { return &fChildren; } function in class:SkGroup
/external/collada/src/dae/
H A DdaeMetaAny.cpp52 void daeMetaAny::getChildren( daeElement *parent, daeElementRefArray &array ) { function in class:daeMetaAny
H A DdaeMetaSequence.cpp62 void daeMetaSequence::getChildren( daeElement *parent, daeElementRefArray &array ) { function in class:daeMetaSequence
65 _children[x]->getChildren( parent, array );
H A DdaeMetaChoice.cpp47 // _children[ myData->get(i) ]->getChildren( parent, childsInChoice );
51 // _children[ x ]->getChildren( parent, childsInNext ); //If you get children in another choice then
96 _children[ myData->get(i) ]->getChildren( parent, childsInChoice );
101 _children[ x ]->getChildren( parent, childsInNext ); //If you get children in another choice then
145 void daeMetaChoice::getChildren( daeElement *parent, daeElementRefArray &array ) { function in class:daeMetaChoice
148 _children[x]->getChildren( parent, array );
H A DdaeMetaGroup.cpp114 getChildren( parent, array );
132 void daeMetaGroup::getChildren( daeElement *parent, daeElementRefArray &array ) { function in class:daeMetaGroup
135 (*((daeElementRef*)_elementContainer->get(parent, (daeInt)x )))->getChildren( array );
139 _children[i]->getChildren( el, array );
142 //_elementContainer->_elementType->getChildren( parent, array );
H A DdaeMetaElementAttribute.cpp218 void daeMetaElementAttribute::getChildren( daeElement *parent, daeElementRefArray &array ) { function in class:daeMetaElementAttribute
225 void daeMetaElementArrayAttribute::getChildren( daeElement *parent, daeElementRefArray &array ) { function in class:daeMetaElementArrayAttribute
H A DdaeMetaElement.cpp439 void daeMetaElement::getChildren( daeElement* parent, daeElementRefArray &array ) function in class:daeMetaElement
451 _contentModel->getChildren( parent, array );
H A DdaeElement.cpp152 getChildren( ea );
400 daeElementRefArray daeElement::getChildren() { function in class:daeElement
402 getChildren(array);
406 void daeElement::getChildren( daeElementRefArray &array ) { function in class:daeElement
407 _meta->getChildren( this, array );
439 _meta->getChildren( this, children );
506 childCount1 = formatToken(cdom::toString(elt1->getChildren().getCount())),
507 childCount2 = formatToken(cdom::toString(elt2->getChildren().getCount()));
572 daeElementRefArray children1 = elt1.getChildren(),
573 children2 = elt2.getChildren();
[all...]
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
H A DPKIXPolicyNode.java52 public Iterator getChildren() method in class:PKIXPolicyNode
/external/emma/core/java12/com/vladium/emma/report/
H A DIItem.java28 Iterator /* IItem */ getChildren (); method in interface:IItem
34 Iterator /* IItem */ getChildren (ItemComparator /* IItem */ order); method in interface:IItem
H A DItem.java39 public final Iterator getChildren () method in class:Item
44 public final Iterator getChildren (final ItemComparator /* IItem */ order) method in class:Item
49 return getChildren ();
/external/antlr/src/org/antlr/runtime/tree/
H A DBaseTree.java62 public List getChildren() { method in class:BaseTree
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
H A DBaseCompiledTemplate.java232 public Iterable<? extends Data> getChildren(Data parent) { method in class:BaseCompiledTemplate
236 return parent.getChildren();
/external/jsilver/src/com/google/clearsilver/jsilver/data/
H A DData.java148 Iterable<? extends Data> getChildren(); method in interface:Data
H A DDefaultDataContext.java324 public Iterable<? extends Data> getChildren() { method in class:DefaultDataContext.LocalVariable
H A DDelegatedData.java177 return new DelegatedIterator(getDelegate().getChildren().iterator());
191 public Iterable<? extends Data> getChildren() { method in class:DelegatedData
H A DNestedMapData.java58 * Single object returned by getChildren(). Constructs ChildrenIterator objects.
291 public Iterable<? extends Data> getChildren() { method in class:NestedMapData
455 for (Data fromChild : from.getChildren()) {
488 for (Data child : getChildren()) {
597 * unexpected behavior if the children list is modified between when getChildren() is called and
599 * iterator is usually called immediately after getChildren().
/external/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h173 SmallVector<LexicalScope *, 4> &getChildren() { return Children; } function in class:llvm::LexicalScope
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.h152 const std::vector<DIE *> &getChildren() const { return Children; } function in class:llvm::DIE
/external/llvm/include/llvm/Analysis/
H A DDominators.h84 const std::vector<DomTreeNodeBase<NodeT>*> &getChildren() const { function in class:llvm::DomTreeNodeBase
514 assert(Node->getChildren().empty() && "Node is not a leaf node.");
/external/webkit/Tools/DumpRenderTree/gtk/
H A DAccessibilityUIElementGtk.cpp62 void AccessibilityUIElement::getChildren(Vector<AccessibilityUIElement>& children) function in class:AccessibilityUIElement
/external/webkit/Tools/DumpRenderTree/win/
H A DAccessibilityUIElementWin.cpp82 void AccessibilityUIElement::getChildren(Vector<AccessibilityUIElement>& children) function in class:AccessibilityUIElement
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 2069 milliseconds