HomeSort by relevance Sort by last modified time
    Searched refs:children (Results 576 - 600 of 759) sorted by null

<<21222324252627282930>>

  /prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/linux/
device.h 104 struct list_head children; member in class:__anon28905
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/
device.h 104 struct list_head children; member in class:__anon29297
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/
device.h 104 struct list_head children; member in class:__anon29744
  /external/webkit/Source/WebCore/inspector/front-end/
StylesSidebarPane.js 735 var child = this.propertiesTreeOutline.children[0];
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridModel.java 125 /** List of all the view data for the children in this layout */
186 * Computes the index (among the children nodes) to insert a new node into which
309 INode[] children = layout.getChildren(); local
316 mChildViews = new ArrayList<ViewData>(children.length);
318 for (INode child : children) {
325 declaredRowCount == UNDEFINED ? children.length : declaredRowCount,
326 declaredColumnCount == UNDEFINED ? children.length : declaredColumnCount);
400 // are assigned by assuming that the children are assigned successive
452 // Vertical layout: successive children are assigned to the same column in
543 * children
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RelativeLayoutConversionHelper.java 131 // No children. THAT was an easy conversion!
305 // the -children-, and we ask each for its element parent (which won't have a view)
306 // and we look at the parent's layout attributes and its children layout constraints,
420 * Returns the sum of all the layout weights of the children in the given LinearLayout
464 List<Element> children = DomUtilities.getChildren(layout); local
470 for (int index = 0, childCount = children.size(); index < childCount; index++) {
471 Element child = children.get(index);
486 // We can't emulate a LinearLayout where multiple children have positive
488 // child has a non-zero weight, and all children after it are pushed
552 Element nextChild = children.get(index + 1)
745 NodeList children = layout.getChildNodes(); local
    [all...]
  /external/chromium/chrome/browser/tab_contents/
render_view_context_menu.cc 327 submenu_items = GetRelevantExtensionItems(item->children(), params_,
372 ExtensionMenuItem::List children = local
373 GetRelevantExtensionItems(item->children(), params_,
375 if (children.empty()) {
381 RecursivelyAppendExtensionItems(children, can_cross_incognito,
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderBlock.cpp 86 // 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
104 // margins with our children's margins. To do otherwise would be to risk odd visual
105 // effects when the children overflow out of the parent block and yet still collapse
163 // Make sure to destroy anonymous children first while they are still connected to the rest of the tree, so that they will
165 children()->destroyLeftoverChildren();
167 // Destroy our continuation before anything other than anonymous children.
168 // The reason we don't destroy it before anonymous children is that they may
169 // have continuations of their own that are anonymous children of our continuation.
185 // If we are an anonymous block, then our line boxes might have children
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/adapter/
ContactsSyncAdapter.java 373 ArrayList<String> children = new ArrayList<String>(); local
497 childrenParser(children);
607 if (!children.isEmpty()) {
608 ops.addChildren(entity, children);
654 private void childrenParser(ArrayList<String> children) throws IOException {
658 if (children.size() < EasChildren.MAX_CHILDREN) {
659 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/dbus/dbus/
dbus-object-tree.c 188 _dbus_verbose (" searching children of %s for %s\n",
382 * @param fallback #TRUE to handle messages to children of this path
622 char **children; local
669 children = NULL;
670 if (!_dbus_object_tree_list_registered_unlocked (tree, path, &children))
680 while (children[i] != NULL)
683 children[i]))
726 dbus_free_string_array (children);
1033 * @param child_entries returns #NULL-terminated array of children
    [all...]
  /frameworks/base/core/java/android/app/
Activity.java 684 HashMap<String, Object> children; field in class:Activity.NonConfigurationInstances
1568 HashMap<String, Object> children = onRetainNonConfigurationChildInstances(); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GraphicalEditorPart.java 1310 List<UiElementNode> children = model.getUiChildren(); local
    [all...]
  /external/chromium/chrome/browser/sync/engine/
syncer_unittest.cc 198 syncable::Directory::ChildHandles children; local
199 dir->GetChildHandles(&trans, trans.root_id(), &children);
200 ASSERT_TRUE(0 == children.size());
1886 syncable::Directory::ChildHandles children; local
1982 Directory::ChildHandles children; local
3118 Directory::ChildHandles children; local
4306 syncable::Directory::ChildHandles children; local
4346 syncable::Directory::ChildHandles children; local
4428 syncable::Directory::ChildHandles children; local
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
socketpoolwrapper.js 57 * children and adds them all to |socketPoolList|. |parent| is the
  /external/chromium/chrome/common/
sandbox_policy.cc 122 // If |children| is set to true, we need to add the wildcard rules to also
124 bool AddDirectory(int path, const wchar_t* sub_dir, bool children,
143 if (children)
  /external/libxml2/
xpath.c 964 xmlXPathDebugDumpNodeList(output, cur->nodeTab[0]->children, depth + 1);
    [all...]
  /external/mesa3d/
Android.mk 202 # Build children
  /external/v8/tools/
tickprocessor.js 397 this.printHeavyProfile(producersView.head.children);
444 var flatViewNodes = flatView.head.children;
476 this.printHeavyProfile(heavyView.head.children);
555 self.printHeavyProfile(rec.children, indent + 2);
  /external/valgrind/main/none/tests/
cmdline1.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
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_nodereplacechildnewchilddiffdocument.js 90 of its children with a node created from a different
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_nodereplacechildnewchilddiffdocument.js 90 of its children with a node created from a different
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
documentadoptnode06.js 81 of the adopted node and the adopted children of the attribute node.
textreplacewholetext06.js 85 nodes (whose replacement text is a character entity reference) appended as children of its parent element node.
  /external/webkit/Source/WebCore/loader/archive/cf/
LegacyWebArchive.cpp 445 unsigned children = frame->tree()->childCount(); local
446 for (unsigned i = 0; i < children; ++i) {

Completed in 908 milliseconds

<<21222324252627282930>>