HomeSort by relevance Sort by last modified time
    Searched refs:child (Results 401 - 425 of 2913) sorted by null

<<11121314151617181920>>

  /external/chromium_org/mojo/services/public/cpp/view_manager/lib/
node.cc 72 void RemoveChildImpl(Node* child, Node::Children* children) {
74 std::find(children->begin(), children->end(), child);
77 NodePrivate(child).ClearParent();
281 void Node::AddChild(Node* child) {
285 CHECK_EQ(NodePrivate(child).view_manager(), manager_);
286 LocalAddChild(child);
288 static_cast<ViewManagerClientImpl*>(manager_)->AddChild(child->id(), id_);
291 void Node::RemoveChild(Node* child) {
295 CHECK_EQ(NodePrivate(child).view_manager(), manager_);
296 LocalRemoveChild(child);
    [all...]
  /external/chromium_org/v8/test/mjsunit/regress/
regress-2073.js 50 var Child,
51 child;
52 Child = function() {};
53 Child.prototype = this;
54 child = new Child();
55 child.id = nextid();
56 child.parent = this;
57 child.left = this.last;
58 child.right = null
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
LocalFrame.cpp 176 for (Frame* child = tree().firstChild(); child; child = child->tree().nextSibling()) {
177 if (child->isLocalFrame())
178 childFrames.append(toLocalFrame(child));
203 for (RefPtr<Frame> child = tree().firstChild(); child; child = child->tree().nextSibling())
    [all...]
  /external/llvm/utils/TableGen/
X86DisassemblerTables.cpp 73 /// @param child - The class that may be the subset
75 /// @return - True if child is a subset of parent, false otherwise.
76 static inline bool inheritsFrom(InstructionContext child,
79 if (child == parent)
84 return(inheritsFrom(child, IC_64BIT) ||
85 inheritsFrom(child, IC_OPSIZE) ||
86 inheritsFrom(child, IC_ADSIZE) ||
87 inheritsFrom(child, IC_XD) ||
88 inheritsFrom(child, IC_XS));
90 return(inheritsFrom(child, IC_64BIT_REXW) |
    [all...]
  /frameworks/support/v4/java/android/support/v4/widget/
DrawerLayout.java 61 * attribute on child views corresponding to which side of the view you want the drawer
65 * <p>To use a DrawerLayout, position your primary content view as the first child with
66 * a width and height of <code>match_parent</code>. Add drawers as child views after the main
205 * @param drawerView The child view that was moved
258 void dispatchChildInsets(View child, Object insets, int drawerGravity);
268 public void dispatchChildInsets(View child, Object insets, int drawerGravity) {
286 public void dispatchChildInsets(View child, Object insets, int drawerGravity) {
287 DrawerLayoutCompatApi21.dispatchChildInsets(child, insets, drawerGravity);
700 * @return the absolute gravity of the child drawerView, resolved according
716 final View child = getChildAt(i) local
747 final View child = getChildAt(i); local
825 final View child = getChildAt(i); local
878 final View child = getChildAt(i); local
1224 final View child = getChildAt(i); local
1447 final View child = getChildAt(i); local
1515 final View child = getChildAt(i); local
1859 final View child = v.getChildAt(i); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGText.cpp 72 bool RenderSVGText::isChildAllowed(RenderObject* child, RenderStyle*) const
74 return child->isSVGInline() || (child->isText() && SVGRenderSupport::isRenderableTextNode(child));
133 if (RenderObject* child = toRenderSVGInline(current)->firstChild()) {
134 current = child;
154 void RenderSVGText::subtreeChildWasAdded(RenderObject* child)
156 ASSERT(child);
163 // The positioning elements cache doesn't include the new 'child' yet. Clear the
167 if (!child->isSVGInlineText() && !child->isSVGInline()
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
glX_XML.py 53 child = element.children
54 while child:
55 if child.type == "element" and child.name == "size":
56 n = child.nsProp( "name", None )
57 c = child.nsProp( "count", None )
58 m = child.nsProp( "mode", None )
73 child = child.next
138 child = element.childre
    [all...]
  /external/mesa3d/src/mapi/glapi/gen/
glX_XML.py 53 child = element.children
54 while child:
55 if child.type == "element" and child.name == "size":
56 n = child.nsProp( "name", None )
57 c = child.nsProp( "count", None )
58 m = child.nsProp( "mode", None )
73 child = child.next
138 child = element.childre
    [all...]
  /development/tools/idegen/src/com/android/idegen/
DirectorySearch.java 142 for (File child : children) {
143 if (child.isDirectory()) {
151 ImmutableList<File> dirs = findSourceDirs(child);
153 if (SOURCE_DIRS.contains(child.getName())) {
154 builder.add(child);
179 for (File child : children) {
180 if (child.isDirectory()) {
181 Matcher matcher = EXCLUDE_PATTERN.matcher(child.getName());
187 builder.add(child);
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
dottreegen.py 69 template="$parent$ -> $child$ // \"$parentText$\" -> \"$childText$\"\n"
103 # must have already dumped as child from previous
114 # for each child, do a "<unique-name> [label=text]" node def
116 child = adaptor.getChild(tree, i)
118 number = self.getNodeNumber(child)
120 nodeST = self.getNodeST(adaptor, child)
124 self.toDOTDefineNodes(child, adaptor, treeST, knownNodes)
133 # must have already dumped as child from previous
139 # for each child, do a parent -> child edge using unique node name
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
debug.rb 54 child = self.child_of( tree, i )
55 simulate_tree_construction( child )
56 @debug_listener.add_child( tree, child )
72 def add_child( tree, child )
73 case child
75 node = create_with_payload( child )
78 tree.nil? || child.nil? and return
79 super( tree, child )
80 @debug_listener.add_child( tree, child )
  /external/chromium_org/ash/wm/
lock_layout_manager.cc 54 void LockLayoutManager::OnWindowAddedToLayout(aura::Window* child) {
55 child->AddObserver(this);
57 // LockWindowState replaces default WindowState of a child.
58 wm::WindowState* window_state = LockWindowState::SetLockWindowState(child);
63 void LockLayoutManager::OnWillRemoveWindowFromLayout(aura::Window* child) {
64 child->RemoveObserver(this);
67 void LockLayoutManager::OnWindowRemovedFromLayout(aura::Window* child) {
70 void LockLayoutManager::OnChildWindowVisibilityChanged(aura::Window* child,
74 void LockLayoutManager::SetChildBounds(aura::Window* child,
76 wm::WindowState* window_state = wm::GetWindowState(child);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
NodeTraversal.cpp 102 for (Node* child = descendant; child; child = child->lastChild())
103 descendant = child;
113 while (Node* child = previous->lastChild())
114 previous = child;
142 while (Node* child = next->firstChild())
143 next = child;
  /external/chromium_org/third_party/libjingle/source/talk/xmllite/
xmlprinter.cc 122 const XmlChild* child = element->FirstChild(); local
124 if (child == NULL)
128 while (child) {
129 if (child->IsText()) {
131 PrintCDATAText(child->AsText()->Text());
133 PrintBodyText(child->AsText()->Text());
136 PrintElement(child->AsElement());
138 child = child->NextChild();
  /external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
tinyxml.cpp 305 // A document can never be a child. Thanks to Noam.
819 // 2) An element with only a text child is printed as <foo> text </foo>
902 const TiXmlNode* child = this->FirstChild(); local
903 if ( child ) {
904 const TiXmlText* childText = child->ToText();
    [all...]
  /external/chromium_org/third_party/skia/src/views/
SkViewInflate.cpp 26 const SkDOM::Node* child = dom.getFirstChild(node); local
27 while (child)
29 SkView* view = this->createView(dom, child);
32 this->rInflate(dom, child, view);
37 const char* name = dom.getName(child);
40 if (!strcmp(name, "listenTo") && (target = dom.findAttr(child, "target")) != NULL)
43 if (!strcmp(name, "broadcastTo") && (target = dom.findAttr(child, "target")) != NULL)
46 child = dom.getNextSibling(child);
  /external/lldb/test/pexpect-2.4/examples/
chess2.py 15 self.child = pexpect.spawn (engine)
18 #self.child.expect ('Chess')
19 #if self.child.after != 'Chess':
21 #self.term.process_list (self.child.before)
22 #self.term.process_list (self.child.after)
33 k = self.child.read(1, 10)
58 c = self.child.read(1,10)
68 self.child.sendline (move)
92 self.child.sendline ('switch')
95 self.child.sendline ('depth'
    [all...]
  /external/sfntly/cpp/src/test/tinyxml/
tinyxml.cpp 305 // A document can never be a child. Thanks to Noam.
819 // 2) An element with only a text child is printed as <foo> text </foo>
902 const TiXmlNode* child = this->FirstChild(); local
903 if ( child ) {
904 const TiXmlText* childText = child->ToText();
    [all...]
  /external/skia/src/views/
SkViewInflate.cpp 26 const SkDOM::Node* child = dom.getFirstChild(node); local
27 while (child)
29 SkView* view = this->createView(dom, child);
32 this->rInflate(dom, child, view);
37 const char* name = dom.getName(child);
40 if (!strcmp(name, "listenTo") && (target = dom.findAttr(child, "target")) != NULL)
43 if (!strcmp(name, "broadcastTo") && (target = dom.findAttr(child, "target")) != NULL)
46 child = dom.getNextSibling(child);
  /external/tinyxml/
tinyxml.cpp 785 // 2) An element with only a text child is printed as <foo> text </foo>
884 const TiXmlNode* child = this->FirstChild(); local
885 if ( child ) {
886 const TiXmlText* childText = child->ToText();
1621 TiXmlNode* child = node->FirstChild(); local
1622 if ( child )
1623 return TiXmlHandle( child );
1633 TiXmlNode* child = node->FirstChild( value ); local
1634 if ( child )
1635 return TiXmlHandle( child );
1645 TiXmlElement* child = node->FirstChildElement(); local
1657 TiXmlElement* child = node->FirstChildElement( value ); local
1670 TiXmlNode* child = node->FirstChild(); local
1689 TiXmlNode* child = node->FirstChild( value ); local
1708 TiXmlElement* child = node->FirstChildElement(); local
1727 TiXmlElement* child = node->FirstChildElement( value ); local
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
RecentsView.java 134 View child = getChildAt(i); local
135 if (child != mSearchBar) {
146 View child = getChildAt(i); local
147 if (child != mSearchBar) {
148 TaskStackView stackView = (TaskStackView) child;
170 View child = getChildAt(i); local
171 if (child != mSearchBar) {
172 TaskStackView stackView = (TaskStackView) child;
197 View child = getChildAt(i); local
198 if (child != mSearchBar)
209 View child = getChildAt(i); local
275 View child = getChildAt(i); local
305 View child = getChildAt(i); local
326 View child = getChildAt(i); local
339 View child = getChildAt(i); local
353 View child = getChildAt(i); local
573 View child = getChildAt(i); local
    [all...]
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
ShadowOverlayContainer.java 156 // padding and child margin are not supported.
178 View child = getChildAt(i); local
179 if (child == mWrappedView) {
182 lp = child.getLayoutParams();
196 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
205 final View child = getChildAt(i); local
206 if (child.getVisibility() != GONE) {
207 final int width = child.getMeasuredWidth();
208 final int height = child.getMeasuredHeight();
209 child.layout(0, 0, width, height)
    [all...]
  /external/chromium_org/media/formats/mp4/
box_reader.cc 175 BoxReader child(&buf_[pos_], size_ - pos_, log_cb_);
176 if (!child.ReadHeader(&err)) break;
178 children_.insert(std::pair<FourCC, BoxReader>(child.type(), child));
179 pos_ += child.size();
186 bool BoxReader::HasChild(Box* child) {
188 DCHECK(child);
189 return children_.count(child->BoxType()) > 0;
192 bool BoxReader::ReadChild(Box* child) {
194 FourCC child_type = child->BoxType()
    [all...]
  /external/chromium_org/tools/idl_parser/
idl_node.py 40 # which will be passed as a child to a standard IDLNode.
56 # which will be passed as a child to a standard IDLNode.
134 for child in self._children:
135 child.Traverse(search, filter_nodes)
181 for child in self.GetChildren():
182 if child.GetClass() in keys:
183 out.append(child)
194 for child in children:
195 if not child:
197 if type(child) == IDLAttribute
    [all...]
  /external/fio/lib/
rbtree.c 224 struct rb_node *child, *parent; local
228 child = node->rb_right;
230 child = node->rb_left;
238 child = node->rb_right;
242 if (child)
243 rb_set_parent(child, parent);
245 parent->rb_right = child;
248 parent->rb_left = child;
272 if (child)
273 rb_set_parent(child, parent)
    [all...]

Completed in 1562 milliseconds

<<11121314151617181920>>