/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
SelectionManager.java | 611 * children). 848 * In case of multiple selection, we also need to remove all children when their 850 * children. 934 List<UiElementNode> children = parentUiNode.getUiChildren(); local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
ClientRulesEngine.java | 322 NodeList children = node.getChildNodes(); 323 for (int i = 0, n = children.getLength(); i < n; i++) { 324 Node child = children.item(i);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
GridLayoutConverter.java | 140 // No children. THAT was an easy conversion! 385 // Fix up children moved from LinearLayouts that have "invalid" sizes that 818 // add their children! 877 List<Element> children = DomUtilities.getChildren(parent); local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/ |
UiClassAttributeNode.java | 554 IJavaElement[] children; 555 children = root.getChildren(); 556 for (IJavaElement child : children) { 571 // Couldn't get the children: we just ignore this package root.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/ |
RenameResourceParticipant.java | 373 // Only show the children in the refactoring preview dialog 624 NodeList children = element.getChildNodes(); local 625 for (int i = 0, n = children.getLength(); i < n; i++) { 626 Node child = children.item(i);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar | |
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar | |
org.eclipse.jface_3.6.1.M20100825-0800.jar | |
/external/v8/test/cctest/ |
test-heap-profiler.cc | 34 i::Vector<i::HeapGraphEdge> children = entry->children(); local 35 for (int i = 0; i < children.length(); ++i) { 36 if (children[i].type() == i::HeapGraphEdge::kShortcut) continue; 37 i::HeapEntry* child = children[i].to(); 206 v8::HeapProfiler::TakeSnapshot(v8_str("children")); 618 " parsed_meta.fields.indexOf('children');\n" [all...] |
/build/tools/droiddoc/templates-ds/assets/js/ |
docs.js | 152 $(this).children('ul').show(); 193 // if there aren't any children, go to the next section (required for About pages) 311 section.children('ul').slideUp(250, function() { 319 $others.removeClass('expanded').children('ul').slideUp(250); 323 section.children('ul').slideDown(250, function() { [all...] |
/build/tools/droiddoc/templates-sac/assets/js/ |
docs.js | 210 $(this).children('ul').show(); 250 // if there aren't any children, go to the next section (required for About pages) 385 section.children('ul').slideUp(250, function() { 393 $others.removeClass('expanded').children('ul').slideUp(250); 397 section.children('ul').slideDown(250, function() { [all...] |
/build/tools/droiddoc/templates-sdk/assets/js/ |
docs.js | 246 // if there aren't any children, go to the next section (required for About pages) 364 section.children('ul').slideUp(250, function() { 372 $others.removeClass('expanded').children('ul').slideUp(250); 376 section.children('ul').slideDown(250, function() { 598 $(this).children('ul').show(); [all...] |
/external/clang/lib/Analysis/ |
CFG.cpp | 238 ArrayRef<Stmt*> children; member in class:__anon5642::reverse_children 243 iterator begin() const { return children.rbegin(); } 244 iterator end() const { return children.rend(); } 250 children = CE->getRawSubExprs(); 257 children = llvm::makeArrayRef(reinterpret_cast<Stmt**>(IE->getInits()), 266 for (Stmt::child_range I = S->children(); I; ++I) { 271 children = childrenBuf; [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/ |
ActionScript.stg | 788 /** match ^(root children) in tree parser */ 789 tree(root, actionsAfterRoot, children, nullableChildList, 796 <children:element()> 801 <children:element()> [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/ |
CPP.stg | 850 /** match ^(root children) in tree parser */ 851 tree(root, children, nullableChildList) ::= << 857 <children:element()> 864 <children:element()> [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/ |
Java.stg | 862 /** match ^(root children) in tree parser */ 863 tree(root, actionsAfterRoot, children, nullableChildList, 870 <children:element()> 875 <children:element()> [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/ |
Perl5.stg | 821 /** match ^(root children) in tree parser */ 822 tree(root, actionsAfterRoot, children, nullableChildList, 829 <children:element()> 834 <children:element()> [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/ |
Python.stg | 947 /** match ^(root children) in tree parser */ 948 tree(root, actionsAfterRoot, children, nullableChildList, 955 <children:element()> 960 <children:element()> [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Scala/ |
Scala.stg | 852 /** match ^(root children) in tree parser */ 853 tree(root, actionsAfterRoot, children, nullableChildList, 861 <children:element()> 868 <children:element()> [all...] |
/external/libxml2/ |
xpointer.c | 139 cur = cur->children; 154 * Returns the index of the node in its parent children list, -1 184 cur = cur->children; [all...] |
/frameworks/base/core/java/android/app/ |
Activity.java | 700 HashMap<String, Object> children; field in class:Activity.NonConfigurationInstances 1621 HashMap<String, Object> children = onRetainNonConfigurationChildInstances(); local [all...] |
/frameworks/base/tools/aapt/ |
Resource.cpp | 811 Vector<sp<XMLNode> >& children = const_cast<Vector<sp<XMLNode> >&>(application->getChildren()); local 812 for (size_t i = 0; i < children.size(); i++) { 813 sp<XMLNode> child = children.editItemAt(i); 829 Vector<sp<XMLNode> >& children = const_cast<Vector<sp<XMLNode> >&>(root->getChildren()); local 830 for (size_t i = 0; i < children.size(); i++) { 831 sp<XMLNode> child = children.editItemAt(i); [all...] |
/prebuilts/devtools/tools/lib/ |
common.jar | |
org-eclipse-jface-3.6.2.jar | |
/prebuilts/misc/common/tools-common/ |
tools-common-prebuilt.jar | |