Searched
full:children (Results
951 -
975 of
2686) sorted by null
<<31323334353637383940>>
/external/libxml2/ |
debugXML.c | 315 } else if ((node->parent != NULL) && (node->parent->children != node)) 836 if (attr->children != NULL) { 838 xmlCtxtDumpNodeList(ctxt, attr->children); 1072 (node->children != NULL) && (node->type != XML_ENTITY_REF_NODE)) { 1074 xmlCtxtDumpNodeList(ctxt, node->children); [all...] |
/external/llvm/lib/CodeGen/AsmPrinter/ |
DwarfDebug.cpp | 463 SmallVector<DIE *, 8> Children; 471 Children.push_back(Arg); 473 // Collect lexical scope children first. 478 Children.push_back(Variable); 482 Children.push_back(Nested); 500 if (Children.empty()) 507 // Add children 508 for (SmallVector<DIE *, 8>::iterator I = Children.begin(), 509 E = Children.end(); I != E; ++I) [all...] |
/build/tools/droiddoc/templates-pdk/assets/ |
android-developer-reference.js | 99 node.children = Array(); 199 mom.children[i] = new_node(me, mom, node_data[0], node_data[1], 273 me.node.children = new Array(); 288 mom = mom.children[j];
|
/build/tools/droiddoc/templates-sdk/assets/js/ |
droiddoc.js | 146 node.children = Array(); 244 mom.children[i] = new_node(me, mom, node_data[0], node_data[1], 318 me.node.children = new Array(); 333 mom = mom.children[j];
|
/cts/tests/tests/webkitsecurity/src/android/webkitsecurity/cts/ |
WebkitCloneBlockChildrenInlineMismatchCrashTest.java | 63 private static final String TEST_PATH = "clone-block-children-inline-mismatch-crash.html";
|
WebkitCounterReparentTableChildrenCrashTest.java | 63 private static final String TEST_PATH = "counter-reparent-table-children-crash.html";
|
WebkitDetailsChildrenMergeCrashTest.java | 63 private static final String TEST_PATH = "details-children-merge-crash.html";
|
WebkitInlineChildrenCrashTest.java | 63 private static final String TEST_PATH = "inline-children-crash.html";
|
WebkitRemoveAllChildrenCrashTest.java | 63 private static final String TEST_PATH = "remove-all-children-crash.html";
|
WebkitReparentTableChildrenWithCountersCrashTest.java | 63 private static final String TEST_PATH = "reparent-table-children-with-counters-crash.html";
|
WebkitRootInlineboxSelectedChildrenCrashTest.java | 63 private static final String TEST_PATH = "root-inlinebox-selected-children-crash.html";
|
WebkitRubyBaseMergeBlockChildrenCrashTest.java | 63 private static final String TEST_PATH = "ruby-base-merge-block-children-crash.html";
|
/dalvik/hit/src/com/android/hit/ |
ArrayInstance.java | 80 // If we're in the set then we and our children have been visited
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
ExpandableList2.java | 87 // Given the group, we return a cursor for all the children within that group
|
/development/samples/FixedGridLayout/src/com/example/android/fixedgridlayout/ |
FixedGridLayout.java | 29 * A layout that arranges its children in a grid. The size of the
|
/development/samples/XmlAdapters/src/com/example/android/xmladapters/ |
XmlDocumentProvider.java | 57 * projections fetch attributes values or text in the matching row node or its children. 71 * <code>child2</code> which are children of a node named <code>child1</code> which are themselves 72 * children of a root node named <code>root</code>.</p> 386 // updated as children are parsed and projectionPatterns are searched in nodePath.
|
/development/samples/training/bitmapfun/src/com/example/android/bitmapfun/ui/ |
ImageDetailFragment.java | 32 * This fragment will populate the children of the ViewPager from {@link ImageDetailActivity}.
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
RewriteRuleSubtreeStream.as | 39 * children; e.g., ^(type ID)+ adds ID to type and then 2nd iteration
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
RewriteRuleSubtreeStream.cs | 56 * children; e.g., ^(type ID)+ adds ID to type and then 2nd iteration
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
RewriteRuleSubtreeStream.cs | 61 * children; e.g., ^(type ID)+ adds ID to type and then 2nd iteration
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
RewriteRuleSubtreeStream.java | 57 * children; e.g., ^(type ID)+ adds ID to type and then 2nd iteration
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/ |
visitor.rb | 46 children have been visited.
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
GrammarAST.java | 391 // else check children 410 // check children 448 // if roots match, do full list match test on children. 519 // copy all children of root.
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
ElemIf.java | 140 * Call the children visitors.
|
ElemWhen.java | 116 * Call the children visitors.
|
Completed in 744 milliseconds
<<31323334353637383940>>