/libcore/luni/src/main/java/java/util/prefs/ |
XMLParser.java | 366 NodeList children = selectNodeList(node, "node"); local 368 int childNumber = children.getLength(); 381 // get children preferences node 383 Element child = (Element) children.item(i); 389 // load children nodes after unlock 391 loadNode(prefChildren[i], (Element) children.item(i));
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
info.h | 85 struct list_head children; member in struct:snd_info_entry
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
info.h | 85 struct list_head children; member in struct:snd_info_entry
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
RulesEngine.java | 213 * @param children The selected children of the node, if any (used to 220 NodeProxy parentNode, List<NodeProxy> children ) { 227 rule.addLayoutActions(actions, parentNode, children); 404 // Find a target which accepts children. If you for example select a button 532 // (For example, a ScrollView parent can go and set all its children's layout params to 583 List<INode> children) { 589 parentRule.onRemovingChildren(children, parentNode, [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/ |
ManifestEditor.java | 354 List<UiElementNode> children = appUiNode.getUiChildren(); local 357 processMarker(marker, children, IResourceDelta.ADDED); 376 List<UiElementNode> children = app_ui_node.getUiChildren(); local 379 processMarker(markerDelta.getMarker(), children, markerDelta.getKind()); local 472 null /*children*/, false /*mandatory*/);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/ |
AndroidManifestDescriptors.java | 170 * It first computes the new children of the descriptor and then updates them 389 * It then finds all children of the descriptor, inflates them recursively and sets them 434 ArrayList<ElementDescriptor> children = new ArrayList<ElementDescriptor>(); local 457 children.add(child); 467 elemDesc.setChildren(children.toArray(new ElementDescriptor[children.size()]));
|
/system/media/camera/docs/ |
metadata_validate.py | 96 Finds all the children that are a Tag (as opposed to a NavigableString), 98 of the children. 119 matching_tags = [i for i in element.children if isinstance(i, Tag) and i.name == tag]
|
/external/clang/lib/CodeGen/ |
CGDecl.cpp | 512 for (Stmt::const_child_range children = s->children(); children; ++children) 513 // children might be null; as in missing decl or conditional of an if-stmt. 514 if ((*children) && isAccessedBy(var, *children)) [all...] |
/external/chromium/chrome/common/extensions/docs/examples/api/contextMenus/basic/ |
sample.js | 24 // Create a parent item and two children.
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.help_3.5.0.v20100524.jar | |
/external/valgrind/main/none/tests/ |
cmdline2.stdout.exp | 12 --trace-children=no|yes Valgrind-ise child processes (follow execve)? [no] 13 --trace-children-skip=patt1,patt2,... specifies a list of executables 14 that --trace-children=yes should not trace into 15 --trace-children-skip-by-arg=patt1,patt2,... same as --trace-children-skip= 16 but check the argv[] entries for children, rather
|
/external/webkit/LayoutTests/dom/html/level1/core/ |
hc_nodehaschildnodes.js | 79 has children.
|
/external/webkit/LayoutTests/dom/xhtml/level1/core/ |
hc_nodehaschildnodes.js | 79 has children.
|
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
nodereplacechild02.js | 80 children, and returns the oldChild node.
|
/external/webkit/Source/WebCore/accessibility/ |
AccessibilityTable.cpp | 301 // and add them as children 340 m_children.append(row->children()); 431 AccessibilityChildrenVector rowChildren = m_rows[row]->children();
|
/external/webkit/Source/WebCore/inspector/ |
InspectorTimelineAgent.cpp | 365 parent.children->pushObject(record.release()); 389 entry.record->setArray("children", entry.children);
|
/libcore/luni/src/test/java/libcore/java/lang/ |
OldThreadGroupTest.java | 348 // No API to get the count of immediate children only 374 ThreadGroup[] children = groups(group); local 375 for (ThreadGroup element : children) {
|
/build/tools/releasetools/ |
ota_from_target_files | 124 self.parent.children.append(self) 128 self.children = [] 138 for i in self.children: 176 i.children.sort(key=lambda i: i.name) 185 """Count up the (uid, gid, mode) tuples for all children and 199 for i in self.children: 238 # item (and all its children) have already been set to. We only 250 for i in item.children:
|
/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/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/chromium/chrome/browser/sync/engine/ |
syncer_util.cc | 81 syncable::Directory::ChildHandles* children) { 92 trans->directory()->GetChildHandles(trans, old_id, children); 93 Directory::ChildHandles::iterator i = children->begin(); 94 while (i != children->end()) { 100 // among the children will be valid after the loop, since we update all 101 // the children at once. 125 syncable::Directory::ChildHandles children; local 126 ChangeEntryIDAndUpdateChildren(trans, entry, new_id, &children); 283 // If we have still-existing children, then we need to deal with [all...] |
/external/libxml2/ |
valid.c | [all...] |
/external/webkit/Source/WebCore/inspector/front-end/ |
inspector.css | 1237 .outline-disclosure ol.children { 1241 .outline-disclosure ol.children.expanded { 1458 .event-listener-breakpoints.properties-tree .children li { [all...] |
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
ANTLR.g | 353 GrammarAST[] children = alt.getChildrenAsArray(); 355 for ( int i = 0; i < children.length; i++ ) 357 if ( i < children.length - 1 ) 358 adaptor.setChild( alt, i + 1, children[i] ); 360 adaptor.addChild( alt, children[i] );
|