/packages/apps/Email/src/com/android/exchange/adapter/ |
ContactsSyncAdapter.java | 362 ArrayList<String> children = new ArrayList<String>(); local 486 childrenParser(children); 596 if (!children.isEmpty()) { 597 ops.addChildren(entity, children); 643 private void childrenParser(ArrayList<String> children) throws IOException { 647 if (children.size() < EasChildren.MAX_CHILDREN) { 648 children.add(getValue()); [all...] |
/external/bluetooth/glib/gobject/ |
gtype.c | 77 * again. this affects most of the struct TypeNode fields, e.g. ->children or 232 GType *children; member in struct:_TypeNode 456 pnode->children = g_renew (GType, pnode->children, pnode->n_children); 457 pnode->children[i] = type; 462 node->children = NULL; 877 node = find_conforming_child_type_L (lookup_type_node_I (pnode->children[i]), iface); 927 /* check whether one of our children already conforms (or whether the interface 3273 GType *children; local [all...] |
/external/webkit/WebCore/rendering/ |
RenderBlock.cpp | 91 // Our MarginInfo state used when laying out block children. 94 // Whether or not we can collapse our own margins with our children. We don't do this 103 // margins with our children's margins. To do otherwise would be to risk odd visual 104 // effects when the children overflow out of the parent block and yet still collapse 165 // Make sure to destroy anonymous children first while they are still connected to the rest of the tree, so that they will 167 children()->destroyLeftoverChildren(); 169 // Destroy our continuation before anything other than anonymous children. 170 // The reason we don't destroy it before anonymous children is that they may 171 // have continuations of their own that are anonymous children of our continuation. 186 // If we are an anonymous block, then our line boxes might have children [all...] |
/external/dbus/dbus/ |
dbus-object-tree.c | 186 _dbus_verbose (" searching children of %s for %s\n", 378 * @param fallback #TRUE to handle messages to children of this path 606 char **children; local 653 children = NULL; 654 if (!_dbus_object_tree_list_registered_unlocked (tree, path, &children)) 664 while (children[i] != NULL) 667 children[i])) 710 dbus_free_string_array (children); 1018 * @param child_entries returns #NULL-terminated array of children 1256 _dbus_verbose ("%s (%d children)\n" [all...] |
/dalvik/tools/dmtracedump/ |
TraceDump.c | 184 struct TimedMethod *children[2]; /* 0=normal, 1=recursive */ member in struct:MethodEntry 361 method->children[0] = NULL; 362 method->children[1] = NULL; 1391 TimedMethod *children = parent->children[parentIsRecursive]; local [all...] |
/dalvik/libcore/logging/src/main/java/java/util/logging/ |
Logger.java | 155 final List<Logger> children = new ArrayList<Logger>(); field in class:Logger 228 for (Logger logger : children) { [all...] |
/dalvik/libcore/prefs/src/main/java/java/util/prefs/ |
AbstractPreferences.java | 238 * array if this node has no children. The names of cached children are not 241 * @return the names of this node's children. 748 final AbstractPreferences[] children = values.toArray(new AbstractPreferences[values.size()]); local 749 for (AbstractPreferences child : children) {
|
/external/libxml2/ |
xpath.c | 964 xmlXPathDebugDumpNodeList(output, cur->nodeTab[0]->children, depth + 1); [all...] |
xmlschemastypes.c | 338 xmlSchemaTreeItemPtr children; member in struct:_xmlSchemaTreeItem 347 xmlSchemaTreeItemPtr children; member in struct:_xmlSchemaParticle 359 xmlSchemaTreeItemPtr children; member in struct:_xmlSchemaModelGroup 424 particle->children = (xmlSchemaTreeItemPtr) sequence; 431 sequence->children = (xmlSchemaTreeItemPtr) particle; 442 particle->children = (xmlSchemaTreeItemPtr) wild; 633 particle->children->children->children); 634 xmlFree((xmlSchemaParticlePtr) particle->children->children) [all...] |
xpointer.c | 139 cur = cur->children; 154 * Returns the index of the node in its parent children list, -1 184 cur = cur->children; [all...] |
/external/v8/tools/ |
tickprocessor.js | 382 this.printHeavyProfile(producersView.head.children); 429 var flatViewNodes = flatView.head.children; 461 this.printHeavyProfile(heavyView.head.children); 540 self.printHeavyProfile(rec.children, indent + 2);
|
/external/webkit/WebCore/loader/archive/cf/ |
LegacyWebArchive.cpp | 444 unsigned children = frame->tree()->childCount(); local 445 for (unsigned i = 0; i < children; ++i) {
|
/external/webkit/WebKit/qt/tests/qwebpage/ |
tst_qwebpage.cpp | 415 foreach (QObject* child, view.children()) { 1246 QList<QWebFrame*> children = webFrame->childFrames(); local [all...] |
/external/bluetooth/glib/gio/inotify/ |
inotify-path.c | 52 GList* children; member in struct:ip_watched_dir_s
|
/external/elfutils/libelf/ |
libelfP.h | 354 struct Elf *children; /* List of all descriptors for this archive. */ member in struct:Elf::__anon1823::__anon1827
|
/external/expat/amiga/include/libraries/ |
expat.h | 139 XML_Content * children; member in struct:XML_cp
|
/external/webkit/WebCore/accessibility/ |
AccessibilityTable.cpp | 219 // and add them as children 348 AccessibilityChildrenVector rowChildren = m_rows[row]->children();
|
AccessibilityObject.cpp | 758 AccessibilityChildrenVector axChildren = children(); 775 AccessibilityChildrenVector axChildren = children(); 789 AccessibilityChildrenVector axChildren = children(); [all...] |
/external/webkit/WebCore/editing/ |
CompositeEditCommand.cpp | 192 Vector<RefPtr<Node> > children; local 195 children.append(child); 197 size_t size = children.size(); 199 removeNode(children[i].release()); [all...] |
/external/webkit/WebKit/gtk/webkit/ |
webkitprivate.h | 131 HashSet<GtkWidget*> children; member in struct:_WebKitWebViewPrivate
|
/external/webkit/WebCore/platform/graphics/android/ |
GraphicsLayerAndroid.cpp | 150 bool GraphicsLayerAndroid::setChildren(const Vector<GraphicsLayer*>& children) 152 bool childrenChanged = GraphicsLayer::setChildren(children); 317 if (layer->children().size())
|
/external/webkit/WebKitTools/DumpRenderTree/gtk/ |
DumpRenderTree.cpp | 191 GSList* children = webkit_web_frame_get_children(frame); local 192 for (GSList* child = children; child; child = g_slist_next(child)) 194 g_slist_free(children);
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/ |
Bridge.java | 539 * Visits a View and its children and generate a {@link ILayoutViewInfo} containing the 556 ILayoutViewInfo[] children = new ILayoutViewInfo[n]; local 558 children[i] = visit(group.getChildAt(i), context); 560 result.setChildren(children); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
GraphicalEditorPart.java | 1012 List<UiElementNode> children = getModel().getUiChildren(); local [all...] |
/frameworks/base/tools/aapt/ |
Resource.cpp | 700 Vector<sp<XMLNode> >& children = const_cast<Vector<sp<XMLNode> >&>(application->getChildren()); local 701 for (size_t i = 0; i < children.size(); i++) { 702 sp<XMLNode> child = children.editItemAt(i); 718 Vector<sp<XMLNode> >& children = const_cast<Vector<sp<XMLNode> >&>(root->getChildren()); local 719 for (size_t i = 0; i < children.size(); i++) { 720 sp<XMLNode> child = children.editItemAt(i); [all...] |