Searched refs:Child (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/sax/java/android/sax/ |
D | Children.java | 25 Child[] children = new Child[16]; 34 Child current = children[index]; in getOrCreate() 37 current = new Child(parent, uri, localName, parent.depth + 1, hash); in getOrCreate() 42 Child previous; in getOrCreate() 56 current = new Child(parent, uri, localName, parent.depth + 1, hash); in getOrCreate() 69 Child current = children[index]; in get() 86 static class Child extends Element { class in Children 89 Child next; 91 Child(Element parent, String uri, String localName, int depth, in Child() method in Children.Child
|
/frameworks/compile/slang/ |
D | slang_rs_ast_replace.cpp | 69 if (clang::Stmt *Child = *I) { in VisitStmt() local 70 if (!matchesStmt(Child)) { in VisitStmt() 71 Visit(Child); in VisitStmt()
|
D | slang_rs_check_ast.cpp | 33 if (clang::Stmt *Child = *I) { in VisitStmt() local 34 Visit(Child); in VisitStmt()
|
D | slang_rs_object_ref_count.cpp | 282 if (clang::Stmt *Child = *I) { in VisitStmt() local 283 Visit(Child); in VisitStmt() 1487 if (clang::Stmt *Child = *I) { in VisitStmt() local 1488 Visit(Child); in VisitStmt()
|
/frameworks/base/docs/html/guide/topics/ui/layout/ |
D | linear.jd | 63 Child views can specify a weight value, and then any remaining space in the view group is
|
/frameworks/base/docs/html/training/gestures/ |
D | viewgroup.jd | 19 <li><a href="#delegate">Extend a Child View's Touchable Area</a></li> 210 <h2 id="delegate">Extend a Child View's Touchable Area</h2>
|