/external/skia/src/animator/ |
SkDisplayAdd.cpp | 162 SkDisplayable* child = maker.fChildren[inner]; local 163 if (child == old || child->contains(old))
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
Schema.java | 89 @param name Name of the child element 94 ElementType child = getElementType(name); local 96 if (child == null) { 97 throw new Error("No child " + name + " for parent " + parentName); 100 throw new Error("No parent " + parentName + " for child " + name); 102 child.setParent(parent);
|
/external/valgrind/main/memcheck/perf/ |
many-loss-records.c | 43 struct Chunk* child; member in struct:Chunk 63 free_chunks ((&(*mem)->child)); 99 new->child = prev;
|
/external/webkit/Source/JavaScriptCore/profiler/ |
ProfileNode.cpp | 116 RefPtr<ProfileNode> child = prpChild; local 117 child->setParent(this); 119 m_children.last()->setNextSibling(child.get()); 120 m_children.append(child.release());
|
/external/webkit/Source/WebCore/bridge/qt/ |
qt_class.cpp | 158 QObject* child = children.at(index); local 159 if (child->objectName() == name) 190 // Child objects 195 QObject* child = children.at(index); local 196 if (child->objectName() == name) { 197 f = new QtField(child);
|
/external/webkit/Source/WebCore/editing/ |
InsertParagraphSeparatorCommand.cpp | 138 RefPtr<Element> child = ancestors[i - 1]->cloneElementWithoutChildren(); local 139 appendNode(child, parent); 140 parent = child.release();
|
/external/webkit/Source/WebCore/html/ |
HTMLOptionElement.cpp | 118 // Handle the common special case where there's exactly 1 child node, and it's a text node. 119 Node* child = firstChild(); local 120 if (child && child->isTextNode() && !child->nextSibling()) { 121 static_cast<Text *>(child)->setData(text, ec);
|
/external/webkit/Source/WebCore/page/ |
FrameTree.cpp | 38 for (Frame* child = firstChild(); child; child = child->tree()->nextSibling()) 39 child->setView(0); 66 bool FrameTree::transferChild(PassRefPtr<Frame> child) 68 Frame* oldParent = child->tree()->parent(); 70 return false; // |child| is already a child of m_thisFrame. 73 oldParent->tree()->removeChild(child.get()) 178 Frame* FrameTree::child(unsigned index) const function in class:WebCore::FrameTree 186 Frame* FrameTree::child(const AtomicString& name) const function in class:WebCore::FrameTree 258 Frame* child = firstChild(); local [all...] |
/external/webkit/Source/WebCore/rendering/ |
FixedTableLayout.cpp | 85 RenderObject* child = m_table->firstChild(); local 92 while (child && child->isTableCol()) { 93 RenderTableCol* col = toRenderTableCol(child); 131 RenderObject* next = child->firstChild(); 133 next = child->nextSibling(); 134 if (!next && child->parent()->isTableCol()) { 135 next = child->parent()->nextSibling(); 138 child = next; 152 child = firstRow->firstChild() [all...] |
RenderRubyRun.cpp | 75 RenderObject* child = firstChild(); local 76 return child && child->isRubyText() ? static_cast<RenderRubyText*>(child) : 0; 81 RenderObject* child = lastChild(); local 82 return child && child->isRubyBase() ? static_cast<RenderRubyBase*>(child) : 0; 104 bool RenderRubyRun::isChildAllowed(RenderObject* child, RenderStyle*) const 106 return child->isRubyText() || child->isInline() [all...] |
/external/webkit/Source/WebCore/wml/ |
WMLTableElement.cpp | 130 Node* child = children->item(i); local 131 if (child->hasTagName(tagName)) 132 childElements.append(static_cast<WMLElement*>(child));
|
/external/webkit/Source/WebCore/xml/ |
XSLStyleSheetLibxslt.cpp | 60 , m_processed(false) // Child sheets get marked as processed when the libxslt engine has finally seen them. 163 // ensure that all child stylesheets use the same dictionaries as their 279 XSLStyleSheet* child = import->styleSheet(); local 280 if (!child) 283 if (child->processed()) 286 // Check the URI of the child stylesheet against the doc URI. 297 child->markAsProcessed(); 298 return child->document();
|
/frameworks/base/core/java/android/widget/ |
LinearLayout.java | 36 * You can also specify gravity, which specifies the alignment of all the child elements by 87 * use the child at this index as the baseline. 96 * The additional offset to the child's baseline. 305 final View child = getVirtualChildAt(i); local 307 if (child != null && child.getVisibility() != GONE) { 309 final LayoutParams lp = (LayoutParams) child.getLayoutParams(); 310 final int top = child.getTop() - lp.topMargin; 317 final View child = getVirtualChildAt(count - 1); local 319 if (child == null) 332 final View child = getVirtualChildAt(i); local 344 final View child = getVirtualChildAt(count - 1); local 430 final View child = getChildAt(mBaselineAlignedChildIndex); local 618 final View child = getVirtualChildAt(i); local 736 final View child = getVirtualChildAt(i); local 778 final View child = getVirtualChildAt(i); local 851 final View child = getVirtualChildAt(i); local 894 final View child = getVirtualChildAt(i); local 959 final View child = getVirtualChildAt(i); local 1110 final View child = getVirtualChildAt(i); local 1160 final View child = getVirtualChildAt(i); local 1267 final View child = getVirtualChildAt(i); local 1312 final View child = getVirtualChildAt(i); local 1449 final View child = getVirtualChildAt(i); local 1555 final View child = getVirtualChildAt(childIndex); local [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...] |
/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
setNamedItemNS04.java | 39 * which contains an ENTITY_REFERENCE child node. Get access to the node's 83 Node child; local 94 child = nList.item(0); 95 nodeType = (int) child.getNodeType(); 98 child = doc.createEntityReference("ent4"); 99 assertNotNull("createdEntRefNotNull", child); 101 n2List = child.getChildNodes();
|
/ndk/sources/host-tools/ndk-stack/elff/ |
dwarf_die.cc | 104 /* For CU DIEs address range may be zero size, even though its child DIEs 113 * Lets iterate through child DIEs to find the leaf (last DIE) that contains 115 DIEObject* child = last_child(); local 116 while (child != NULL) { 117 DIEObject* leaf = child->get_leaf_for_address(address); 121 child = child->prev_sibling(); 123 /* No child DIE contains this address. This DIE is the leaf. */ 234 printf("\n-----------> CHILD OF:\n");
|
/packages/apps/Contacts/src/com/android/contacts/widget/ |
ProportionalLayout.java | 32 * <p>Only one child is allowed; if more are required, another ViewGroup can be used as the direct 33 * child of this layout.</p> 92 throw new IllegalStateException("ProportionalLayout requires exactly one child"); 95 final View child = getChildAt(0); local 98 measureChild(child, widthMeasureSpec, heightMeasureSpec); 99 final int childWidth = child.getMeasuredWidth(); 100 final int childHeight = child.getMeasuredHeight(); 113 measureChild(child, 124 throw new IllegalStateException("ProportionalLayout requires exactly one child"); 127 final View child = getChildAt(0) local [all...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
PagedViewCellLayout.java | 112 final View child = getChildAt(i); local 113 child.cancelLongPress(); 117 public boolean addViewToCellLayout(View child, int index, int childId, 130 child.setId(childId); 131 mChildren.addView(child, index, lp); 227 View child = getChildAt(i); local 234 child.measure(childWidthMeasureSpec, childheightMeasureSpec); 262 View child = getChildAt(i); local 263 child.layout(mPaddingLeft, mPaddingTop, 274 View child = getChildOnPageAt(count - 1) local [all...] |
/packages/apps/Mms/src/com/android/mms/dom/smil/ |
ElementParallelTimeContainerImpl.java | 90 ElementTime child = (ElementTime) children.item(i); local 91 TimeList endTimeList = child.getEnd(); 121 ElementTime child = (ElementTime) children.item(i); local 123 TimeList beginList = child.getBegin(); 136 TimeList endList = child.getEnd(); 150 activeChildren.add((Node) child);
|
/sdk/chimpchat/src/com/android/chimpchat/core/ |
ChimpView.java | 170 ChimpView child = new ChimpView(ChimpView.ACCESSIBILITY_IDS, ids); local 171 child.setManager(manager); 172 children.add(child);
|
/sdk/layoutopt/libs/uix/src/com/android/layoutopt/uix/ |
LayoutAnalyzer.java | 236 Node child = list.item(i); local 237 if (child.getNodeType() == Node.ELEMENT_NODE) { 238 analyze(analysis, child);
|
/sdk/lint/libs/lint_api/src/com/android/tools/lint/api/ |
XmlVisitor.java | 193 Node child = childNodes.item(i); local 194 if (child.getNodeType() == Node.ELEMENT_NODE) { 195 visitElement(context, (Element) child);
|
/sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/ |
ResourceXmlDetector.java | 173 Node child = childNodes.item(i); local 174 if (child.getNodeType() == Node.ELEMENT_NODE) { 175 children.add((Element) child); 192 Node child = childNodes.item(i); local 193 if (child.getNodeType() == Node.ELEMENT_NODE) {
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
CameraPreview.java | 207 // We purposely disregard child measurements because act as a 222 final View child = getChildAt(0); local 234 // Center the child SurfaceView within the parent. 237 child.layout((width - scaledChildWidth) / 2, 0, 241 child.layout(0, (height - scaledChildHeight) / 2,
|
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/ |
CameraFragment.java | 213 // We purposely disregard child measurements because act as a 238 final View child = getChildAt(0); local 250 // Center the child SurfaceView within the parent. 254 child.layout((width - scaledChildWidth) / 2, 0, 259 child.layout(0, (height - scaledChildHeight) / 2, width,
|