HomeSort by relevance Sort by last modified time
    Searched full:children (Results 226 - 250 of 2686) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
BaseTreeAdaptor.js 57 * in list children of t. Warning: if t has no children, but child does
58 * and child isNil then you can decide it is ok to move children to t via
59 * t.children = child.children; i.e., without copying the array. Just
69 /** If oldRoot is a nil root, just copy or move the children to newRoot.
91 * children; i.e., you don't have to copy the list. We are
116 // is a flat list (i.e., nil-rooted tree). All children of oldRoot
  /external/chromium/chrome/browser/bookmarks/
bookmark_node_data.cc 37 children.push_back(Element(node->GetChild(i)));
49 pickle->WriteSize(children.size());
50 for (std::vector<Element>::const_iterator i = children.begin();
51 i != children.end(); ++i) {
67 children.clear();
72 children.resize(children_count);
73 for (std::vector<Element>::iterator i = children.begin();
74 i != children.end(); ++i) {
  /external/chromium/chrome/browser/geolocation/
geolocation_exceptions_table_model.h 26 // of CONTENT_SETTING_DEFAULT can't be removed unless all its children are
31 // parent, and it has children, the row in model will be updated to have
  /external/chromium/chrome/browser/resources/
collected_cookies.js 16 $('block-button').disabled = !allowedCookies.children.length ||
22 $('allow-this-session-button').disabled = !blockedCookies.children.length ||
  /external/chromium/chrome/browser/ui/webui/options/
cookies_view_handler.h 50 // SendChildren to pass back children nodes data to WebUI.
53 // Get children nodes data and pass it to 'CookiesView.loadChildren' to
cookies_view_handler.cc 89 ListValue* children = new ListValue; local
91 children);
99 args.Append(children);
194 ListValue* children = new ListValue; local
196 children);
202 args.Append(children);
  /external/chromium/chrome/common/safe_browsing/
safebrowsing_messages.h 25 // children of this node. Can be emtpy.
26 IPC_STRUCT_MEMBER(std::vector<GURL>, children)
  /external/webkit/Source/WebCore/wml/
WMLTableElement.cpp 124 RefPtr<NodeList> children = startElement->childNodes(); local
125 if (!children)
128 unsigned length = children->length();
130 Node* child = children->item(i);
140 RefPtr<NodeList> children = sourceElement->childNodes(); local
141 if (!children)
146 unsigned length = children->length();
148 RefPtr<Node> clonedNode = children->item(i)->cloneNode(true);
  /external/webkit/Source/WebKit/mac/WebView/
WebRenderLayer.h 32 NSArray *children; variable
42 - (NSArray *)children;
WebRenderNode.h 35 NSArray *children; variable
43 - (NSArray *)children;
  /frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
scenegraph.rs 63 rsForEach(gTransformRS, gRootNode->children, gRootNode->children);
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
linecnt.inp 20 Their wives and children beg and cry.
39 And my wife and children at my feet,
  /packages/apps/Contacts/res/layout/
people_activity.xml 26 (Adding them directly as the children of this view is not recommended. ViewPager should
27 be treated like a ListView, which doesn't expect children to be added from the layout.)
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
GLViewMock.java 61 // call children's layout.
73 // call children's measure.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
waitflags.h 27 #define WUNTRACED 2 /* Report status of stopped children. */
35 #define __WNOTHREAD 0x20000000 /* Don't wait on children of other threads
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
waitflags.h 27 #define WUNTRACED 2 /* Report status of stopped children. */
35 #define __WNOTHREAD 0x20000000 /* Don't wait on children of other threads
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
waitflags.h 27 #define WUNTRACED 2 /* Report status of stopped children. */
35 #define __WNOTHREAD 0x20000000 /* Don't wait on children of other threads
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
UnwrapRefactoringTest.java 29 // Unwrap view with parent, no children - this will unwrap the parent (frame layout)
34 // Unwrap view with parent and children; this should unwrap the element itself
  /external/chromium/chrome/common/extensions/docs/examples/api/bookmarks/basic/
popup.html 34 if (query && !bookmarkNode.children) {
50 var options = bookmarkNode.children ?
54 var edit = bookmarkNode.children ? $('<table><tr><td>Name</td><td>' +
125 if (bookmarkNode.children && bookmarkNode.children.length > 0) {
126 li.append(dumpTreeNodes(bookmarkNode.children, query));
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
parsing.cc 137 const std::vector<buzz::XmlElement*>& children) {
138 for (std::vector<buzz::XmlElement*>::const_iterator iter = children.begin();
139 iter != children.end();
154 std::vector<buzz::XmlElement*> children; local
158 children.push_back(new buzz::XmlElement(*child));
160 return children;
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
AssetLinkNode.java 51 * The AssetLinkNode does not store its children when exported to file.
123 * Loads the linked children AssetKeys from the AssetManager and attaches them to the Node<br>
167 children.add(child);
178 SafeArrayList<Spatial> childs = children;
179 children = new SafeArrayList<Spatial>(Spatial.class);
183 children = childs;
  /external/libvpx/nestegg/halloc/src/
halloc.c 32 hlist_head_t children; /* 1 pointer */ member in struct:hblock
81 hlist_init(&p->children);
98 hlist_relink_head(&p->children);
138 hlist_add(&p->children, &b->siblings);
226 hlist_for_each(i, &p->children)
247 hlist_for_each_safe(i, tmp, &p->children)
  /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
15 --trace-children-skip-by-arg=patt1,patt2,... same as --trace-children-skip=
16 but check the argv[] entries for children, rather
  /external/webkit/Examples/NetscapeCocoaPlugin/NetscapeCocoaPlugin.xcodeproj/
project.pbxproj 40 children = (
51 children = (
59 children = (
68 children = (
78 children = (
155 children = (
  /external/webkit/Examples/NetscapeCoreAnimationPlugin/NetscapeCoreAnimationPlugin.xcodeproj/
project.pbxproj 45 children = (
56 children = (
66 children = (
76 children = (
84 children = (
161 children = (

Completed in 583 milliseconds

1 2 3 4 5 6 7 8 91011>>