HomeSort by relevance Sort by last modified time
    Searched full:child (Results 301 - 325 of 3947) sorted by null

<<11121314151617181920>>

  /external/skia/gpu/include/
GrTLList.h 54 GrTDLList<Child> fList;
57 class Child : public GrTLList::Entry<Child> {
  /external/skia/src/svg/
SkSVGClipPath.cpp 36 SkSVGElement* child = *fChildren.begin(); local
37 SkASSERT(child->getType() == SkSVGType_Use);
38 SkSVGUse* use = (SkSVGUse*) child;
  /external/skia/src/utils/
SkLayer.cpp 92 SkLayer* SkLayer::addChild(SkLayer* child) {
93 SkASSERT(this != child);
94 child->ref();
95 child->detachFromParent();
96 SkASSERT(child->fParent == NULL);
97 child->fParent = this;
99 *m_children.append() = child;
100 return child;
116 SkLayer* child = m_children[i]; local
117 SkASSERT(child->fParent == this)
    [all...]
  /external/webkit/LayoutTests/fast/xpath/
nsresolver-object.xhtml 24 var sXml = "<root><ex:child xmlns:ex='http://www.example.com'>SUCCESS</ex:child></root>";
29 var oResult = oXmlDom.evaluate("foo:child/text()", oXmlDom.documentElement, new MyNSResolver,
  /frameworks/base/core/java/android/widget/
HeterogeneousExpandableList.java 28 * and one view type for its child items. Although adapted for most {@link ExpandableListView}s,
31 * Lists that contain different types of group and/or child item views, should use an adapter that
36 * will be of the appropriate group or child type, resulting in a more efficient reuse of the
57 * Get the type of child View that will be created by
59 * for the specified child item.
61 * @param groupPosition the position of the group that the child resides in
62 * @param childPosition the position of the child with respect to other children in the group
63 * @return An integer representing the type of child View. Two child views should share the same
92 * Returns the number of types of child Views that will be created b
    [all...]
  /frameworks/base/include/utils/
GenerationCache.h 39 key(e.key), value(e.value), parent(e.parent), child(e.child) { }
41 key(e->key), value(e->value), parent(e->parent), child(e->child) { }
47 sp<Entry<EntryKey, EntryValue> > child; member in struct:android::Entry
226 mYoungest->child = entry;
234 entry->parent->child = entry->child;
237 if (entry->child.get()) {
238 entry->child->parent = entry->parent
    [all...]
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_editor_gtk_unittest.cc 113 GtkTreeIter child; local
115 ASSERT_TRUE(gtk_tree_model_iter_children(store, &child, &bookmark_bar_node));
116 f1_iter = child;
117 ASSERT_EQ("F1", UTF16ToUTF8(GetTitleFromTreeIter(store, &child)));
118 ASSERT_TRUE(gtk_tree_model_iter_next(store, &child));
119 ASSERT_EQ("F2", UTF16ToUTF8(GetTitleFromTreeIter(store, &child)));
120 ASSERT_FALSE(gtk_tree_model_iter_next(store, &child));
122 // F1 should have one child, F11
124 ASSERT_TRUE(gtk_tree_model_iter_children(store, &child, &f1_iter));
125 ASSERT_EQ("F11", UTF16ToUTF8(GetTitleFromTreeIter(store, &child)));
    [all...]
  /external/oprofile/daemon/
opd_perfmon.c 89 struct child { struct
98 static struct child * children;
205 static void create_context(struct child * self)
225 static void write_pmu(struct child * self)
281 static void load_context(struct child * self)
297 static void notify_parent(struct child * self, size_t cpu)
305 perror("Failed to write child pipe:");
311 static struct child * inner_child;
319 struct child * self = &children[cpu];
378 static void wait_for_child(struct child * child
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_editor_controller_unittest.mm 54 const BookmarkNode* child = default_parent_->GetChild(0);
55 EXPECT_EQ(child->GetTitle(), default_title_);
56 EXPECT_EQ(child->GetURL(), GURL(default_name_));
63 const BookmarkNode* child = default_parent_->GetChild(0);
64 EXPECT_EQ(child->GetTitle(), ASCIIToUTF16("whamma jamma bamma"));
65 EXPECT_EQ(child->GetURL(), GURL(default_name_));
74 const BookmarkNode* child = default_parent_->GetChild(0);
75 EXPECT_EQ(child->GetTitle(), default_title_);
76 EXPECT_EQ(child->GetURL(), GURL("http://yellow-sneakers.com/"));
83 const BookmarkNode* child = default_parent_->GetChild(0)
    [all...]
  /external/chromium/net/disk_cache/
mem_entry_impl.cc 26 // Convert global offset to child index.
31 // Convert global offset to offset in child entry.
36 // Returns a name for a child entry given the base_name of the parent and the
38 // If the entry is called entry_name, child entries will be named something
39 // like Range_entry_name:YYY where YYY is the number of the particular child.
83 // If this is a parent entry, we need to doom all the child entries.
97 // If this is a child entry, detach it from the parent.
107 // counting to child entry.
118 // A child entry is always not in use. The consequence is that a child entr
352 MemEntryImpl* child = OpenChild(offset + io_buf->BytesConsumed(), false); local
412 MemEntryImpl* child = OpenChild(offset + io_buf->BytesConsumed(), true); local
580 MemEntryImpl* child = new MemEntryImpl(backend_); local
    [all...]
  /external/icu4c/tools/toolutil/
xmlparser.h 61 * Append the contents of all text child nodes.
63 * text child nodes of element children.
88 * Get the number of child nodes.
92 * Get the i-th child node.
93 * @param i Index of the child node.
94 * @param type The child node type.
95 * @return A pointer to the child node object, or NULL if i is out of bounds.
99 * Get the next child element node, skipping non-element child nodes.
100 * @param i Enumeration index; initialize to 0 before getting the first child element
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
CustomBar.java 110 View child = getChildAt(index); local
111 if (child instanceof ImageView) {
112 ImageView imageView = (ImageView) child;
169 View child = getChildAt(index); local
170 if (child instanceof ImageView) {
171 ImageView imageView = (ImageView) child;
180 View child = findViewById(id); local
181 if (child instanceof ImageView) {
182 ImageView imageView = (ImageView) child;
201 View child = getChildAt(index) local
212 View child = findViewById(id); local
    [all...]
  /external/webkit/Source/WebCore/rendering/
InlineFlowBox.cpp 53 for (InlineBox* child = firstChild(); child; child = child->nextOnLine())
54 child->setHasBadParent();
81 void InlineFlowBox::addToLine(InlineBox* child)
83 ASSERT(!child->parent());
84 ASSERT(!child->nextOnLine());
85 ASSERT(!child->prevOnLine());
88 child->setParent(this)
190 InlineBox* child = firstChild(); local
    [all...]
  /external/clang/test/SemaObjC/
weak-attr-ivar.m 55 for (FooPlaypenEntry *child in [self children]) {
56 if ([child isInteresting]) {
58 _mostInterestingChild = child;
59 else if (child->_HUH > _mostInterestingChild->_HUH)
60 _mostInterestingChild = child;
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
UnmodifiableData.java 55 // Check if child already exists
56 Data child = getChild(path); local
58 if (child == null) {
59 // If the child described by path does not exist we throw
63 return child;
  /external/valgrind/main/none/tests/
pth_atfork1.c 65 child (void) function
80 pthread_atfork (prepare, parent, child);
104 /* We check whether the `prepare' and `child' function ran. */
111 error (EXIT_FAILURE, errno, "wrong child");
114 error (EXIT_FAILURE, 0, "Child terminated incorrectly");
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
nodeisdefaultnamespace09.js 79 Using isDefaultNamespace on a new Child of a new Element node with a namespace URI
92 var child;
102 child = doc.createElement("xhtml:p");
103 appendedChild = parent.appendChild(child);
106 isDefault = child.isDefaultNamespace("http://www.w3.org/1999/xhtml");
nodelookupnamespaceuri10.js 79 Invoke lookupNamespaceURI on a new Child of a new Element node with a namespace URI
92 var child;
102 child = doc.createElement("p");
103 appendedChild = parent.appendChild(child);
104 namespaceURI = child.lookupNamespaceURI("xhtml");
nodelookupprefix10.js 79 Invoke lookupPrefix on a new Child of a new Element node with a namespace URI
92 var child;
102 child = doc.createElement("br");
103 appendedChild = parent.appendChild(child);
104 prefix = child.lookupPrefix("http://www.w3.org/1999/xhtml");
  /external/webkit/LayoutTests/fast/xpath/4XPath/Core/
test_parser-expected.txt 1 PASS child::*
2 PASS /child::*
4 PASS /child::*/*/child::GCHILD
34 PASS (child::*)
  /external/webkit/Source/JavaScriptCore/API/tests/
Node.c 40 void Node_appendChild(Node* node, Node* child)
42 Node_ref(child);
44 nodeLink->node = child;
49 void Node_removeChild(Node* node, Node* child)
55 if (current->node == child) {
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
intermOut.cpp 93 case EOpAssign: out << "move second child to first child"; break;
94 case EOpInitialize: out << "initialize first child with second child"; break;
95 case EOpAddAssign: out << "add second child into first child"; break;
96 case EOpSubAssign: out << "subtract second child into first child"; break;
97 case EOpMulAssign: out << "multiply second child into first child"; break
    [all...]
  /external/webkit/Source/WebCore/editing/
ReplaceNodeWithSpanCommand.cpp 60 for (Node* child = nodeToReplace->firstChild(); child; child = nextChild.get()) {
61 nextChild = child->nextSibling();
62 newNode->appendChild(child, ec);
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGShadowTreeRootContainer.cpp 85 for (Node* child = m_shadowRoot->firstChild(); child; child = child->nextSibling())
86 child->attach();
SVGRenderSupport.cpp 206 for (RenderObject* child = start->firstChild(); child; child = child->nextSibling())
207 invalidateResourcesOfChildren(child);
215 for (RenderObject* child = start->firstChild(); child; child = child->nextSibling()) {
219 // When selfNeedsLayout is false and the layout size changed, we have to check whether this child uses relative length
    [all...]

Completed in 477 milliseconds

<<11121314151617181920>>