/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
LayoutMetadata.java | 272 NodeList children = node.getChildNodes(); local 273 for (int i = 0, n = children.getLength(); i < n; i++) { 274 Node child = children.item(i);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/ |
NewItemSelectionDialog.java | 92 // Only accept the UI node if it is not the UI root node and it can have children. 93 // If the node cannot have children, select its parent as a potential target. 373 * It also sets the list view to the adequate list of children that can
|
/sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/ |
WrongIdDetector.java | 159 NodeList children = layout.getChildNodes(); local 160 for (int j = 0, childCount = children.getLength(); j < childCount; j++) { 161 Node child = children.item(j);
|
/sdk/rule_api/src/com/android/ide/common/api/ |
INode.java | 106 * Returns the list of valid children nodes. The list can be empty but not null. 143 * it at the specified position in the children list. 159 * Removes the given XML element child from this node's list of children.
|
/external/chromium/chrome/browser/sync/syncable/ |
syncable.h | 491 // of children (e.g. because the ID changed during a commit). For those 602 // It allows efficient lookup of the children of a given parent. 845 // and return its id. Returns a root Id if parent has no children. 852 // children of |parent_id|. [all...] |
/external/clang/utils/ |
FindSpecRefs | 789 def flatten((key, children, data)): 790 children = sorted(map(flatten,children.values())) 791 return (key, children, sorted(data)) 796 (key,children,data) = node 799 for c in children: [all...] |
/external/v8/test/cctest/ |
test-profile-generator.cc | 748 for (int i = 0; i < parent->children()->length(); ++i) { 749 const ProfileNode* child = parent->children()->at(i); 800 CHECK(current->children()->length() == 0 || 801 current->children()->length() == 1); 802 if (current->children()->length() == 1) { 804 CHECK_EQ(0, current->children()->length());
|
/external/webkit/Source/WebCore/editing/ |
htmlediting.cpp | 61 // Atomic means that the node has no children, or has children which are ignored for the 346 // in a node. It returns 1 for some elements even though they do not have children, which 808 // .) a table cell with no children, 978 // return the number of children for container nodes and the length for unrendered text nodes. 984 // For containers return the number of children. For others do the same as above. [all...] |
/external/webkit/Source/WebCore/platform/graphics/android/layers/ |
LayerAndroid.cpp | 390 // now apply it to our children 466 // constantly recalculate the draw transform of layers that may require it (and their children) 489 // now apply it to our children 694 // disable layer merging within the children of these layer types 698 // pass the surface through children in drawing order, so that they may 989 writeln(file, indentLevel + 1, "children = ["); [all...] |
/frameworks/base/core/java/android/view/ |
LayoutInflater.java | 486 System.out.println("-----> start inflating children"); 488 // Inflate all children under temp 491 System.out.println("-----> done inflating children"); 713 * views, instantiate their children, and then call onFinishInflate(). [all...] |
/frameworks/base/core/java/android/widget/ |
AdapterViewAnimator.java | 53 * to the end of the current set of children, as specified by {@link #mActiveOffset} 75 * The number of views that the {@link AdapterViewAnimator} keeps as children at any 81 * Map of the children of the {@link AdapterViewAnimator}. 435 * children can live. For example, StackView adds padding to its childrens' frames so as to 438 * @return The FrameLayout into which children can be placed. [all...] |
/frameworks/base/docs/html/tools/debugging/ |
debugging-ui.jd | 277 children, these are also displayed. 281 itself and a count of its children. For example, this value is 4 for a View that has 3 282 children. 316 Click <strong>Request Layout</strong> to request a layout. The View and its children 333 ViewGroup objects. View objects that have more children and more complex View objects render 367 To see the class names of a View object's children, expand the View by clicking the
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
Folder.java | 355 ArrayList<ShortcutInfo> children = info.contents; local 357 setupContentForNumItems(children.size()); 358 placeInReadingOrder(children); 360 for (int i = 0; i < children.size(); i++) { 361 ShortcutInfo child = (ShortcutInfo) children.get(i); 512 // recreate all the children if the data set changes under us. We may want to do this more [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
GridLayoutConverter.java | 138 // No children. THAT was an easy conversion! 380 // Fix up children moved from LinearLayouts that have "invalid" sizes that 813 // add their children! 872 List<Element> children = DomUtilities.getChildren(parent); local [all...] |
/dalvik/tools/dmtracedump/ |
TraceDump.c | 173 struct TimedMethod *children[2]; /* 0=normal, 1=recursive */ member in struct:MethodEntry 317 method->children[0] = NULL; 318 method->children[1] = NULL; 1315 TimedMethod *children = parent->children[parentIsRecursive]; local [all...] |
/development/apps/Development/src/com/android/development/ |
PermissionDetails.java | 116 // A ViewHolder keeps references to children views to avoid unneccessary calls 126 // Creates a ViewHolder and store references to the two children views
|
/development/samples/training/bitmapfun/src/com/example/android/bitmapfun/ui/ |
ImageGridFragment.java | 52 * implementation with the key addition being the ImageWorker class w/ImageCache to load children 92 // The ImageWorker takes care of loading images into our ImageView children asynchronously
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
TreeParser.java | 97 * entire tree if node has children. If children, scan until
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/ |
AST.stg | 218 rewriteTree(root,children,description,enclosingTreeLevel,treeLevel) ::= << 222 <children:rewriteElement()>
|
/external/chromium/chrome/browser/resources/ |
filebrowse.html | 1196 for (var x = 0; x < element.children.length; x++) { 1197 if (element.children[x].className == 'downloadstatus') { 1198 var child = element.children[x]; 1200 } else if (element.children[x].className == 'downloadpause') { 1201 var child = element.children[x]; 1282 for (var y = 0; y < element.children.length; y++) { 1283 if (element.children[y].className == 'downloadstatus') { 1284 progressDiv = element.children[y]; [all...] |
/external/chromium/chrome/browser/ui/views/bubble/ |
bubble.cc | 252 // its children. 297 // its children.
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/news_a11y/ |
feed.html | 310 this.parentNode.nextSibling.children[1].focus(); 314 this.parentNode.previousSibling.children[1].focus();
|
/external/clang/lib/ARCMigrate/ |
TransRetainReleaseDealloc.cpp | 199 Stmt::child_range StmtExprChild = StmtE->children(); 206 Stmt::child_range CompStmtChild = CompS->children();
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
CheckObjCDealloc.cpp | 42 // Recurse to children. 91 // Recurse to children.
|
/external/dropbear/ |
svr-main.c | 332 /* catch + reap zombie children */ 377 /* catch and reap zombie children */
|