/development/samples/HoneycombGallery/src/com/example/android/hcgallery/ |
FitCenterFrameLayout.java | 25 * A simple layout that fits and centers each child view, maintaining aspect ratio. 38 // We purposely disregard child measurements. 68 final View child = getChildAt(i); local 69 if (child.getVisibility() == GONE) { 73 // Fit and center the child within the parent. Make sure not to consider padding 74 // as part of the child's aspect ratio. 76 childPaddingLeft = child.getPaddingLeft(); 77 childPaddingTop = child.getPaddingTop(); 78 childPaddingRight = child.getPaddingRight(); 79 childPaddingBottom = child.getPaddingBottom() [all...] |
/external/jsilver/src/com/google/clearsilver/jsilver/data/ |
ChainedData.java | 96 Data child = d.getChild(path); local 97 if (child != null) { 102 return child; 106 first = child; 111 children.add(child); 114 children.add(child); 131 Data child = getChild(path); local 132 if (child != null) { 133 return child; 142 Data child = getChild(path) local 152 Data child = getChild(path); local 167 Data child = getChild(path); local 177 Data child = getChild(path); local 187 Data child = getChild(path); local [all...] |
/external/valgrind/main/helgrind/tests/ |
tc05_simple_race.c | 6 /* Simple test program, has a race. Parent and child both modify y 25 pthread_t child; local 27 if (pthread_create(&child, NULL, child_fn, NULL)) { 38 if (pthread_join(child, NULL)) {
|
/external/valgrind/main/memcheck/tests/ |
atomic_incs.stdout.exp-32bit | 2 child
|
atomic_incs.stdout.exp-64bit | 2 child
|
file_locking.stderr.exp | 3 child: about to lock file for writing.
|
/external/webkit/Source/WebCore/rendering/ |
RenderRubyBase.cpp | 51 bool RenderRubyBase::isChildAllowed(RenderObject* child, RenderStyle*) const 53 return child->isInline(); 61 for (RenderObject* child = firstChild(); child != beforeChild; child = child->nextSibling()) { 62 if (!child->isFloatingOrPositioned() && !(child->isAnonymousBlock() && child->childrenInline())) 74 // First make sure that beforeChild (if set) is indeed a direct child of this [all...] |
/external/chromium/chrome/browser/resources/options/ |
certificate_tree.js | 65 addAt: function(child, index) { 66 Tree.prototype.addAt.call(this, child, index); 67 if (child.data && child.data.id) 68 this.treeLookup_[child.data.id] = child; 72 remove: function(child) { 73 Tree.prototype.remove.call(this, child); 74 if (child.data && child.data.id [all...] |
/external/webkit/Source/WebCore/editing/ |
MergeIdenticalElementsCommand.cpp | 53 for (Node* child = m_element1->firstChild(); child; child = child->nextSibling()) 54 children.append(child); 81 for (Node* child = m_element2->firstChild(); child && child != atChild; child = child->nextSibling() [all...] |
RemoveNodePreservingChildrenCommand.cpp | 44 for (Node* child = m_node->firstChild(); child; child = child->nextSibling()) 45 children.append(child); 49 RefPtr<Node> child = children[i].release(); local 50 removeNode(child); 51 insertNodeBefore(child.release(), m_node);
|
/external/webkit/Source/WebKit/mac/Misc/ |
MailQuirksUserScript.js | 35 for (var child = parent.firstChild; child != stopAt; child = child.nextSibling) 36 children.push(child); 50 var child = children[i]; 52 if (child.nodeType == child.DOCUMENT_TYPE_NODE) 53 child.parentNode.removeChild(child); [all...] |
/external/clang/test/SemaObjC/ |
undef-class-messagin-error.m | 7 @interface Child (Categ) // expected-error {{cannot find interface declaration for 'Child'; did you mean '_Child'?}}
|
/external/webkit/Source/WebCore/svg/ |
SVGFontFaceSrcElement.cpp | 49 for (Node* child = firstChild(); child; child = child->nextSibling()) { 51 if (child->hasTagName(font_face_uriTag)) 52 srcValue = static_cast<SVGFontFaceUriElement*>(child)->srcValue(); 53 else if (child->hasTagName(font_face_nameTag)) 54 srcValue = static_cast<SVGFontFaceNameElement*>(child)->srcValue();
|
/external/collada/src/dae/ |
daeMetaAny.cpp | 21 daeElement *daeMetaAny::placeElement( daeElement *parent, daeElement *child, daeUInt &ordinal, daeInt offset, daeElement* before, daeElement *after ) { 26 daeElement::removeFromParent( child ); 27 child->setParentElement( parent ); 30 return child; 33 daeBool daeMetaAny::removeElement( daeElement *parent, daeElement *child ) { 35 (void)child;
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/ |
ACsOpenPosition.java | 70 void removeChild(@SuppressWarnings("unused") Node child) 72 // Remove child 73 if(this._csOpen_ == child) 79 throw new RuntimeException("Not a child."); 85 // Replace child 92 throw new RuntimeException("Not a child.");
|
ADataCommand.java | 70 void removeChild(@SuppressWarnings("unused") Node child) 72 // Remove child 73 if(this._data_ == child) 79 throw new RuntimeException("Not a child."); 85 // Replace child 92 throw new RuntimeException("Not a child.");
|
ADecNumberVariable.java | 70 void removeChild(@SuppressWarnings("unused") Node child) 72 // Remove child 73 if(this._decNumber_ == child) 79 throw new RuntimeException("Not a child."); 85 // Replace child 92 throw new RuntimeException("Not a child.");
|
ADecimalExpression.java | 70 void removeChild(@SuppressWarnings("unused") Node child) 72 // Remove child 73 if(this._value_ == child) 79 throw new RuntimeException("Not a child."); 85 // Replace child 92 throw new RuntimeException("Not a child.");
|
AExistsExpression.java | 70 void removeChild(@SuppressWarnings("unused") Node child) 72 // Remove child 73 if(this._expression_ == child) 79 throw new RuntimeException("Not a child."); 85 // Replace child 92 throw new RuntimeException("Not a child.");
|
AHexExpression.java | 70 void removeChild(@SuppressWarnings("unused") Node child) 72 // Remove child 73 if(this._value_ == child) 79 throw new RuntimeException("Not a child."); 85 // Replace child 92 throw new RuntimeException("Not a child.");
|
AHexNumberVariable.java | 70 void removeChild(@SuppressWarnings("unused") Node child) 72 // Remove child 73 if(this._hexNumber_ == child) 79 throw new RuntimeException("Not a child."); 85 // Replace child 92 throw new RuntimeException("Not a child.");
|
AMultipleCommand.java | 66 void removeChild(@SuppressWarnings("unused") Node child) 68 // Remove child 69 if(this._command_.remove(child)) 74 throw new RuntimeException("Not a child."); 80 // Replace child 99 throw new RuntimeException("Not a child.");
|
ANameVariable.java | 70 void removeChild(@SuppressWarnings("unused") Node child) 72 // Remove child 73 if(this._word_ == child) 79 throw new RuntimeException("Not a child."); 85 // Replace child 92 throw new RuntimeException("Not a child.");
|
ANegativeExpression.java | 70 void removeChild(@SuppressWarnings("unused") Node child) 72 // Remove child 73 if(this._expression_ == child) 79 throw new RuntimeException("Not a child."); 85 // Replace child 92 throw new RuntimeException("Not a child.");
|
ANotExpression.java | 70 void removeChild(@SuppressWarnings("unused") Node child) 72 // Remove child 73 if(this._expression_ == child) 79 throw new RuntimeException("Not a child."); 85 // Replace child 92 throw new RuntimeException("Not a child.");
|