/external/libxml2/ |
relaxng.c | 109 xmlRelaxNGGrammarPtr children; /* the children grammar if any */ member in struct:_xmlRelaxNGGrammar 303 xmlNodePtr seq; /* the sequence of children left to validate */ 864 if (grammar->children != NULL) { 865 xmlRelaxNGFreeGrammar(grammar->children); [all...] |
/external/llvm/lib/CodeGen/AsmPrinter/ |
DIE.h | 59 /// ChildrenFlag - Dwarf children flag. 120 /// Size - Size of instance + children. 128 /// Children DIEs. 130 std::vector<DIE *> Children; 152 const std::vector<DIE *> &getChildren() const { return Children; } 174 Children.push_back(Child);
|
/external/webkit/Source/WebCore/inspector/front-end/ |
BreakpointsSidebarPane.js | 471 categoryItem.children = {}; 490 categoryItem.children[eventName] = breakpointItem; 506 for (var eventName in categoryItem.children) { 507 var breakpointItem = categoryItem.children[eventName]; 550 for (var eventName in categoryItem.children) { 551 var breakpointItem = categoryItem.children[eventName];
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
GraphicsLayerChromium.cpp | 130 bool GraphicsLayerChromium::setChildren(const Vector<GraphicsLayer*>& children) 132 bool childrenChanged = GraphicsLayer::setChildren(children); 465 // Add the primary layer first. Even if we have negative z-order children, the primary layer always comes behind. 468 // FIXME: add the contents layer in the correct order with negative z-order children. 470 // for replaced elements that don't have children. 474 const Vector<GraphicsLayer*>& childLayers = children();
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
GraphicsLayerCACF.cpp | 156 bool GraphicsLayerCACF::setChildren(const Vector<GraphicsLayer*>& children) 158 bool childrenChanged = GraphicsLayer::setChildren(children); 479 // Add the primary layer first. Even if we have negative z-order children, the primary layer always comes behind. 482 // FIXME: add the contents layer in the correct order with negative z-order children. 484 // for replaced elements that don't have children. 488 const Vector<GraphicsLayer*>& childLayers = children();
|
/external/webkit/Tools/DumpRenderTree/gtk/ |
AccessibilityUIElementGtk.cpp | 62 void AccessibilityUIElement::getChildren(Vector<AccessibilityUIElement>& children) 67 children.append(AccessibilityUIElement(child)); 123 Vector<AccessibilityUIElement> children; local 124 getChildrenWithRange(children, index, index + 1); 126 if (children.size() == 1) 127 return children.at(0);
|
/frameworks/base/core/java/android/preference/ |
GenericInflater.java | 323 System.out.println("-----> start inflating children"); 325 // Inflate all children under temp 328 System.out.println("-----> done inflating children"); 458 * items, instantiate their children, and then call onFinishInflate(). 491 System.out.println("-----> start inflating children"); 495 System.out.println("-----> done inflating children");
|
PreferenceGroupAdapter.java | 60 * {@link Preference}s don't have to be direct children of this 61 * {@link PreferenceGroup}, they can be grand children or younger) 116 // If this group gets or loses any children, let us know
|
/frameworks/base/docs/html/training/design-navigation/ |
descendant-lateral.jd | 49 <img src="{@docRoot}images/training/app-navigation-descendant-lateral-children.png" 50 alt="Collection-related children and section-related children" id="figure-children"> 52 <p class="img-caption"><strong>Figure 2.</strong> Collection-related children and section-related children.</p>
|
/libcore/luni/src/main/java/java/beans/ |
PropertyChangeSupport.java | 47 new ObjectStreamField("children", Object.class), 340 putFields.put("children", map); 357 Map<String, PropertyChangeSupport> children local 358 = (Map<String, PropertyChangeSupport>) readFields.get("children", null); 359 if (children != null) { 360 for (Map.Entry<String, PropertyChangeSupport> entry : children.entrySet()) {
|
/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));
|
/sdk/rule_api/src/com/android/ide/common/api/ |
IViewRule.java | 264 * insertion. For example, the <code>DialerFilterRule</code> will insert EditText children 293 * Called when one or more children are about to be deleted by the user. Note that 294 * children deleted programmatically from view rules (via 301 * @param deleted a nonempty list of children about to be deleted 302 * @param parent the parent of the deleted children (which still contains the children
|
/frameworks/base/core/java/android/widget/ |
ListView.java | 129 // Keeps focused children visible through resizes 591 // make sure we aren't scrolling beyond the end of our children 607 // make sure we aren't scrolling any further than the top our children 741 * @param childrenTop Top of the area in which children can be drawn, as 743 * @param childrenBottom Bottom of the area in which children can be drawn, 799 * @param childrenTop Where to start drawing children 800 * @param childrenBottom Last pixel where children can be drawn 859 * @param childrenBottom Bottom pixel were children can be drawn 876 * @param childrenTop Top pixel were children can be drawn [all...] |
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
ElemContext.java | 84 * then the value is true. If it is true the text children of the element 162 * a stack frame for an HTML "IMG" tag which has no children and 180 * unexpected children.
|
/external/chromium/chrome/browser/chromeos/ |
native_dialog_window.cc | 30 GList* children = gtk_container_get_children( local 33 GList* current = children; 44 g_list_free(children);
|
/external/chromium/third_party/libjingle/source/talk/base/ |
task.h | 65 // (3) Finally it helps manage parent tasks and children. If a parent 66 // task gets aborted, all the children tasks are too. The nice thing 71 // sure all those children are aborted and get deleted.
|
/external/clang/include/clang/Serialization/ |
ModuleManager.h | 137 /// traversing the children (preorder traversal) and after 138 /// traversing the children (postorder traversal). 142 /// visiting the module before or after visiting its children. The
|
/external/jmonkeyengine/engine/src/core/com/jme3/animation/ |
Skeleton.java | 130 List<Bone> children = sourceRoot.getChildren(); local 131 for (int i = 0; i < children.size(); i++) { 132 Bone sourceChild = children.get(i);
|
/external/libusb/libusb.xcodeproj/ |
project.pbxproj | 55 children = ( 68 children = ( 84 children = (
|
/external/skia/src/animator/ |
SkDrawGroup.cpp | 150 if (closedYet) //we had children, now it's time to close the group 152 else //no children 172 return true; // skip add; already added so that scope is findable by children
|
/external/webkit/Source/JavaScriptCore/profiler/ |
ProfileNode.cpp | 171 // Because we iterate in post order all of our children have been stopped before us. 307 // Print children's names and information 332 // Print children's names and information
|
/external/webkit/Source/WebCore/rendering/ |
RenderTableRow.cpp | 69 children()->updateBeforeAfterContent(this, BEFORE); 70 children()->updateBeforeAfterContent(this, AFTER); 193 // Just forward to our children always.
|
/frameworks/base/core/java/android/content/ |
UriMatcher.java | 163 ArrayList<UriMatcher> children = node.mChildren; 164 int numChildren = children.size(); 168 child = children.get(j);
|
/frameworks/support/v7/gridlayout/gen/android/support/v7/gridlayout/ |
R.java | 26 Align the bounds of the children. 30 Align the margins of the children. 36 /** The maximum number of columns to create when automatically positioning children. 156 allocate row and column parameters when they are not specified by its children's 175 /** The maximum number of rows to create when automatically positioning children. 248 <tr><td><code>{@link #GridLayout_columnCount android.support.v7.gridlayout:columnCount}</code></td><td> The maximum number of columns to create when automatically positioning children.</td></tr> 254 <tr><td><code>{@link #GridLayout_rowCount android.support.v7.gridlayout:rowCount}</code></td><td> The maximum number of rows to create when automatically positioning children.</td></tr> 293 Align the bounds of the children. 297 Align the margins of the children. 308 The maximum number of columns to create when automatically positioning children. [all...] |
/packages/apps/Settings/src/com/android/settings/deviceinfo/ |
MiscFilesHandler.java | 148 String[] children = dir.list(); local 149 for (int i=0; i < children.length; i++) { 150 boolean success = deleteDir(new File(dir, children[i]));
|