Searched refs:getChildCount (Results 1 - 25 of 136) sorted by relevance

123456

/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowViewAnimator.java26 if (whichChild >= getChildCount()) {
29 mWhichChild = getChildCount() - 1;
/external/robolectric/src/test/java/com/xtremelabs/robolectric/util/
H A DCustomView2.java15 childCountAfterInflate = getChildCount();
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DViewGroupTest.java92 assertThat(root.getChildCount(), equalTo(2));
240 assertThat(root.getChildCount(), equalTo(3));
243 assertThat(root.getChildCount(), equalTo(2));
248 assertThat(root.getChildCount(), equalTo(2));
254 assertThat(root.getChildCount(), equalTo(0));
260 assertThat(root.getChildCount(), equalTo(3));
263 assertThat(root.getChildCount(), equalTo(2));
268 assertThat(root.getChildCount(), equalTo(2));
274 assertThat(root.getChildCount(), equalTo(0));
280 assertThat(root.getChildCount(), equalT
[all...]
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
H A DBaseTreeAdaptor.js46 var n = this.getChildCount(t),
107 var nc = newRootTree.getChildCount();
126 if ( r.getChildCount()===0 ) {
129 else if ( r.getChildCount()===1 ) {
192 getChildCount: function(t) {
193 return t.getChildCount();
H A DCommonTree.js63 if ( this.getChildCount()>0 ) {
73 if ( this.getChildCount()>0 ) {
H A DCommonTreeAdaptor.js143 getChildCount: function(t) {
147 return t.getChildCount();
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DTreeIterator.java81 if ( adaptor.getChildCount(tree)>0 ) return true;
88 if ( adaptor.getChildCount(tree)==0 ) { // single node tree (special)
101 if ( adaptor.getChildCount(tree)>0 ) {
110 adaptor.getChildIndex(tree)+1 >= adaptor.getChildCount(parent) )
H A DRewriteRuleSubtreeStream.java78 while (adaptor.isNil(tree) && adaptor.getChildCount(tree) == 1)
H A DTree.java49 int getChildCount(); method in interface:Tree
H A DTreeVisitor.java58 for (int i=0; i<adaptor.getChildCount(t); i++) {
H A DBaseTreeAdaptor.java89 int n = getChildCount(t);
146 int nc = newRootTree.getChildCount();
165 if ( r.getChildCount()==0 ) {
168 else if ( r.getChildCount()==1 ) {
233 public int getChildCount(Object t) { method in class:BaseTreeAdaptor
234 return ((Tree)t).getChildCount();
H A DTreeWizard.java192 int n = adaptor.getChildCount(t);
261 int n = adaptor.getChildCount(t);
350 int n1 = adaptor.getChildCount(t1);
351 int n2 = tpattern.getChildCount();
418 int n1 = adaptor.getChildCount(t1);
419 int n2 = adaptor.getChildCount(t2);
H A DCommonTree.java94 if ( getChildCount()>0 ) {
104 if ( getChildCount()>0 ) {
H A DCommonTreeAdaptor.java140 public int getChildCount(Object t) { method in class:CommonTreeAdaptor
142 return ((Tree)t).getChildCount();
H A DBaseTree.java76 public int getChildCount() { method in class:BaseTree
257 int n = getChildCount();
270 int n = getChildCount();
290 int n = this.getChildCount();
H A DDOTTreeGenerator.java90 if ( adaptor.getChildCount(tree)==0 ) {
132 int n = adaptor.getChildCount(tree);
159 int n = adaptor.getChildCount(tree);
/external/emma/core/java12/com/vladium/emma/report/
H A DIItem.java27 int getChildCount (); method in interface:IItem
/external/jsilver/src/com/google/clearsilver/jsilver/functions/structure/
H A DSubcountFunction.java41 return literalConstant(thisNode.getChildCount(), arg);
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DGrammarAST.java330 if (getChildCount() == 0)
332 return (GrammarAST)getChild(getChildCount() - 1);
344 return (GrammarAST)parent.getChild(parent.getChildCount() - 1);
349 return (GrammarAST[])getChildren().toArray(new GrammarAST[getChildCount()]);
361 int count = root.getChildCount();
411 for (int i = 0; i < getChildCount(); i++){
490 for (int i = 0; i < t.getChildCount(); i++){
520 for (int i= 0; i < t.getChildCount(); i++) {
529 if (getChildCount() == 0) return;
556 for (int j =0 ; j < getChildCount();
[all...]
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
H A DContentWrapperView.java97 return getChildCount() > 1;
105 assert getChildCount() > 1;
129 assert getChildCount() <= 2;
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3basetreeadaptor.c70 static ANTLR3_UINT32 getChildCount (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE t);
144 adaptor->getChildCount = (ANTLR3_UINT32 (*)(pANTLR3_BASE_TREE_ADAPTOR, void *))
145 getChildCount;
177 nCount = adaptor->getChildCount(adaptor, t);
256 nCount = adaptor->getChildCount(adaptor, t);
485 n = adaptor->getChildCount (adaptor, t);
510 n = adaptor->getChildCount(adaptor, tree);
645 if (newRootTree->getChildCount(newRootTree) > 1)
715 if (root->getChildCount(root) == 0)
719 else if (root->getChildCount(roo
890 getChildCount (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE tree) function
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRTree.h38 - (NSUInteger) getChildCount;
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Dtreewizard.py394 for i in range(self.adaptor.getChildCount(t)):
491 for i in range(self.adaptor.getChildCount(t)):
567 n1 = self.adaptor.getChildCount(t1)
568 n2 = tpattern.getChildCount()
608 n1 = adaptor.getChildCount(t1)
609 n2 = adaptor.getChildCount(t2)
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRTree.h32 - (NSUInteger) getChildCount;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRTree.h32 - (NSUInteger) getChildCount;

Completed in 1505 milliseconds

123456