/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/include/ |
expat.h | 121 and children point to an array of XML_Content cells that will be 125 the numchildren field will be zero and children will be NULL. The 128 CHOICE and SEQ will have name NULL, the number of children in 129 numchildren and children will point, recursively, to an array 142 XML_Content * children; member in struct:XML_cp [all...] |
/external/webkit/Source/WebKit/qt/tests/qwebpage/ |
tst_qwebpage.cpp | 527 foreach (QObject* child, view.children()) { 545 foreach (QObject* child, view.children()) { 1469 QList<QWebFrame*> children = webFrame->childFrames(); local [all...] |
/external/yaffs2/yaffs2/ |
yaffs_guts.c | [all...] |
/external/chromium/chrome/browser/bookmarks/ |
bookmark_model.cc | 443 std::sort(mutable_parent->children().begin(), 444 mutable_parent->children().end(), 542 // Recurse through children.
|
bookmark_utils.cc | 103 for (int i = 0; i < static_cast<int>(element.children.size()); ++i) 104 CloneBookmarkNodeImpl(model, element.children[i], new_folder, i); 108 // Returns the number of children of |node| that are of type url. 119 // Implementation of OpenAll. Opens all nodes of type URL and any children of 150 // For folders only open direct children.
|
/external/clang/lib/CodeGen/ |
CodeGenFunction.cpp | 456 for (Stmt::const_child_range I = S->children(); I; ++I) 480 for (Stmt::const_child_range I = S->children(); I; ++I) [all...] |
/external/elfutils/libelf/ |
elf_begin.c | 938 /* Enlist this new descriptor in the list of children. */ 941 result->next = ref->state.ar.children; 942 ref->state.ar.children = result;
|
/external/kernel-headers/original/linux/ |
sched.h | 804 * ptrace_list/ptrace_children forms the list of my children 830 * children/sibling forms the list of my children plus the 833 struct list_head children; /* list of my children */ member in struct:task_struct 834 struct list_head sibling; /* linkage in my parent's children list */ [all...] |
usb.h | 375 struct usb_device *children[USB_MAXCHILDREN]; member in struct:usb_device [all...] |
/external/v8/src/ |
profile-generator.h | 147 INLINE(const List<ProfileNode*>* children() const) { return &children_list_; } function in class:v8::internal::ProfileNode 548 Vector<HeapGraphEdge> children() { function in class:v8::internal::BASE_EMBEDDED [all...] |
/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
|
/packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
QuickContactActivity.java | 552 List<Action> children = mActions.get(mimeType); local 554 final Action firstInfo = children.get(0);
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
FocusHelper.java | 537 final CellLayoutChildren children = layout.getChildrenLayout(); local 538 final View newIcon = getIconInDirection(layout, children, -1, 1); 565 * Private helper method to sort all the CellLayout children in order of their (x,y) spatially 570 // First we order each the CellLayout children by their x,y coordinates [all...] |
/external/webkit/Source/WebCore/platform/graphics/ca/ |
GraphicsLayerCA.cpp | 300 bool GraphicsLayerCA::setChildren(const Vector<GraphicsLayer*>& children) 302 bool childrenChanged = GraphicsLayer::setChildren(children); 790 const Vector<GraphicsLayer*>& childLayers = children(); 914 const Vector<GraphicsLayer*>& childLayers = children(); 921 // Add the primary layer. Even if we have negative z-order children, the primary layer always comes behind. 924 // FIXME: add the contents layer in the correct order with negative z-order children. 926 // for replaced elements that don't have children. [all...] |
/external/webkit/Source/WebKit/qt/tests/qwebframe/ |
tst_qwebframe.cpp | 708 const QObjectList & children = parent->children(); local 709 foreach (QObject* child, children) { 2859 QList<QWebFrame*> children = m_page->mainFrame()->childFrames(); local [all...] |
/external/webkit/Source/WebKit/gtk/webkit/ |
webkitwebview.cpp | 123 * #WebKitWebFrame can have n children. 1111 HashSet<GtkWidget*> children = priv->children; local [all...] |
/external/libvpx/nestegg/src/ |
nestegg.c | 311 struct ebml_element_desc * children; member in struct:ebml_element_desc 897 ne_ctx_push(ctx, desc->children, node->data); 910 ne_ctx_push(ctx, desc->children, ctx->ancestor->data + desc->offset); [all...] |
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/ |
Workspace.java | 697 // Traverse children 699 if (node.children != null) { 700 for (ViewNode n : node.children) { [all...] |
/external/chromium/chrome/browser/extensions/ |
extension_menu_manager.cc | 328 list = &(parent->children());
|
/external/chromium/chrome/browser/safe_browsing/ |
malware_details_unittest.cc | 376 parent_node.children.push_back(GURL(kDOMChildURL));
|
/external/clang/lib/AST/ |
StmtDumper.cpp | 61 // Print out children. 62 Stmt::child_range CI = S->children();
|
/external/clang/lib/Sema/ |
JumpDiagnostics.cpp | 328 for (Stmt::child_range CI = S->children(); CI; ++CI) {
|
/external/webkit/Source/WebCore/accessibility/ |
AXObjectCache.cpp | 103 // in the list of children for its corresponding image. 115 AccessibilityObject::AccessibilityChildrenVector imageChildren = axRenderImage->children();
|
/external/webkit/Source/WebCore/inspector/front-end/ |
TimelineOverviewPane.js | 119 this._forAllRecords(recordsArray[i].children, callback);
|
/external/quake/quake/src/QW/client/ |
gl_rsurf.c | 1284 // recurse down the children, front side first 1285 R_RecursiveWorldNode (node->children[side]); 1336 R_RecursiveWorldNode (node->children[!side]); [all...] |