/packages/apps/VideoEditor/src/com/android/videoeditor/util/ |
FileUtils.java | 278 final String[] children = dir.list(); local 279 for (int i = 0; i < children.length; i++) { 280 final File f = new File(dir, children[i]);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
SelectionOverlay.java | 172 List<INode> children = new ArrayList<INode>(); local 176 children.add(node); 183 (NodeProxy) parent, children, view);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/ |
XmlStringFileHelper.java | 169 * @param parent The parent node. If not null, will to start searching its children. 170 * Set to null when iterating through children. 173 * @return The next children or sibling nide with the requested element name or null.
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
Antlr.Runtime.Tree.pas | 84 /// a list of element as the children. If you want a flat tree (a list) 115 /// in list children of t. 119 /// Warning: if t has no children, but child does and child isNil then you 120 /// can decide it is ok to move children to t via t.children = child.children; 128 /// if it's not ok to move children to t with a simple assignment. 134 /// If oldRoot is a nil root, just copy or move the children to newRoot. 158 /// children; i.e., you don't have to copy the list. We are 204 /// If oldRoot is a nil root, just copy or move the children to newRoot [all...] |
/external/libxml2/ |
xmlschemas.c | 186 #define WXS_PARTICLE_TERM(p) (WXS_PARTICLE(p))->children 190 #define WXS_PARTICLE_MODEL(p) WXS_MODEL_GROUP_CAST WXS_PARTICLE(p)->children 194 #define WXS_MODELGROUPDEF_MODEL(mgd) (WXS_MODEL_GROUP_CAST (mgd))->children 203 #define WXS_MODELGROUP_PARTICLE(mg) WXS_PTC_CAST (mg)->children 503 xmlSchemaTreeItemPtr children; member in struct:_xmlSchemaTreeItem 665 xmlSchemaTreeItemPtr children; /* the "term" (e.g. a model group, member in struct:_xmlSchemaParticle 685 xmlSchemaTreeItemPtr children; /* first particle (OR "element decl" OR "wildcard") */ member in struct:_xmlSchemaModelGroup 703 xmlSchemaTreeItemPtr children; /* the "model group" */ member in struct:_xmlSchemaModelGroupDef [all...] |
/cts/suite/audio_quality/test_description/ |
dut_speaker_calibration.xml | 25 <!-- equivalent of for loop. all children will be completed before moving to the next
|
dut_speaker_calibration_no_pass.xml | 25 <!-- equivalent of for loop. all children will be completed before moving to the next
|
host_speaker_calibration.xml | 25 <!-- equivalent of for loop. all children will be completed before moving to the next
|
host_speaker_calibration_no_pass.xml | 25 <!-- equivalent of for loop. all children will be completed before moving to the next
|
/cts/suite/audio_quality/test_description/test/ |
test_io.xml | 25 <!-- equivalent of for loop. all children will be completed before moving to the next
|
/dalvik/tests/084-class-init/src/ |
Main.java | 63 /* wait for children to complete */
|
/development/ide/xcode/GL.xcodeproj/ |
project.pbxproj | 55 children = ( 65 children = ( 85 children = ( 93 children = (
|
/development/ide/xcode/ports.xcodeproj/ |
project.pbxproj | 58 children = ( 68 children = ( 90 children = ( 98 children = (
|
/development/ide/xcode/pvjpeg.xcodeproj/ |
project.pbxproj | 57 children = ( 68 children = ( 88 children = ( 96 children = (
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/tree/ |
ANTLRCommonTreeTest.m | 211 [newParent addChildren:parent.children]; 213 STAssertEquals([newParent getChild:0], [parent getChild:0], @"Children did not match"); 239 STAssertEquals((NSInteger)[parent getChildCount], (NSInteger)0, @"There were supposed to be no children!"); 284 STAssertEquals((NSInteger)[parent getChildCount], (NSInteger)1, @"There were either no children or more than 1: %d", [parent getChildCount]); 311 STAssertTrue([parent getChildCount] == 1, @"There were either no children or more than 1: %d", [parent getChildCount]); 429 STAssertEquals(deletedChild, tree, @"Children do not match!"); 478 STFail(@"Exception was not thrown when I tried to replace a child on a parent with no children"); 509 STAssertTrue([parent getChild:0] == replacement, @"Children do not match"); 551 STAssertEquals([parent2 getChild:1], child2, @"An extra child (child2) should be in the children collection");
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/ |
ASTTreeParser.stg | 62 /** match ^(root children) in tree parser; override here to 65 tree(root, actionsAfterRoot, children, nullableChildList, 87 <children:element()> 92 <children:element()>
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/ |
ASTTreeParser.stg | 72 /** match ^(root children) in tree parser; override here to 75 tree(root, actionsAfterRoot, children, nullableChildList, 103 <children:element()> 108 <children:element()>
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/ |
ASTTreeParser.stg | 64 /** match ^(root children) in tree parser; override here to 67 tree(root, actionsAfterRoot, children, nullableChildList, 89 <children:element()> 94 <children:element()>
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/ |
ASTTreeParser.stg | 65 /** match ^(root children) in tree parser; override here to 68 tree(root, actionsAfterRoot, children, nullableChildList, 90 <children:element()> 95 <children:element()>
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/ |
ASTTreeParser.stg | 72 /** match ^(root children) in tree parser; override here to 75 tree(root, actionsAfterRoot, children, nullableChildList, 98 <children:element()> 103 <children:element()>
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/ |
ASTTreeParser.stg | 61 /** match ^(root children) in tree parser; override here to 64 tree(root, actionsAfterRoot, children, nullableChildList, 86 <children:element()> 91 <children:element()>
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/ |
ASTTreeParser.stg | 106 /** match ^(root children) in tree parser; override here to 109 tree(root, actionsAfterRoot, children, nullableChildList, 132 <children:element()> 137 <children:element()>
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/ |
ASTTreeParser.stg | 70 /** match ^(root children) in tree parser; override here to 73 tree(root, actionsAfterRoot, children, nullableChildList, 97 <children:element()> 102 <children:element()>
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
ElemCallTemplate.java | 169 * This after the template's children have been composed. 324 * @param newChild Child to add to this node's children list 326 * @return The child that was just added the children list 346 * Call the children visitors.
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
trees-nary.sgml | 24 To reverse the children of a node use g_node_reverse_children(). 68 @children: The <structfield>children</structfield> field points to the first 69 child of the <structname>GNode</structname>. The other children are accessed
|