HomeSort by relevance Sort by last modified time
    Searched full:lastchild (Results 26 - 50 of 215) sorted by null

12 3 4 5 6 7 8 9

  /external/markdown/markdown/extensions/
def_list.py 44 sibling = self.lastChild(parent)
51 sibling = self.lastChild(parent)
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
ScrollToPositionWithAutoMeasure.java 74 View lastChild = llm.getChildAt(llm.getChildCount() - 1);
75 int lastChildPos = recyclerView.getChildAdapterPosition(lastChild);
  /external/skia/experimental/docs/
svgBackend.js 75 while (svgRoot.lastChild) {
76 svgRoot.removeChild(svgRoot.lastChild);
216 while (svgPicture.lastChild) {
217 svgPicture.removeChild(svgPicture.lastChild);
  /frameworks/base/tests/UiBench/src/com/android/test/uibench/
NotificationShadeActivity.java 143 View lastChild = mChildren.get(mChildrenCount - 1);
145 lastChild.setTranslationY(translationY);
147 lastChild.setElevation((1 - p) * INITIAL_ELEVATION);
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
NestedMapData.java 55 private NestedMapData lastChild = null;
113 data.prevSibling = sym.lastChild;
114 if (sym.lastChild != null) {
115 // Update previous lastChild to point to new child.
116 sym.lastChild.nextSibling = data;
121 sym.lastChild = data;
143 parent.lastChild = prevSibling;
  /external/sfntly/cpp/src/test/tinyxml/
tinyxml.cpp 141 lastChild = 0;
182 lastChild = 0;
201 node->prev = lastChild;
204 if ( lastChild )
205 lastChild->next = node;
209 lastChild = node;
288 assert( lastChild == afterThis );
289 lastChild = node;
322 lastChild = node;
350 lastChild = removeThis->prev
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
WatchListDecorLayout.java 308 View lastChild = mListView.getChildAt(mListView.getChildCount() - 1);
311 lastChild.getY() + lastChild.getHeight() - mBottomPanel.getTop()));
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_attrgetvalue1.java 65 Node lastChild;
hc_attrappendchild2.java 66 Node lastChild;
hc_attrappendchild4.java 70 Node lastChild;
hc_attrappendchild5.java 68 Node lastChild;
hc_attrinsertbefore7.java 72 Node lastChild;
hc_attrlastchild.java 31 * Checks that Node.lastChild for an attribute node contains
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractStyleRefactoring.java 469 Node lastChild = root.getLastChild();
470 if (lastChild != null) {
471 if (lastChild instanceof IndexedRegion) {
472 IndexedRegion region = (IndexedRegion) lastChild;
477 while (lastChild != null) {
478 if (lastChild.getNodeType() == Node.ELEMENT_NODE) {
480 indent = AndroidXmlEditor.getIndent(document, lastChild);
483 lastChild = lastChild.getPreviousSibling();
  /external/libxml2/
SAX2.c     [all...]
  /external/tinyxml2/
tinyxml2.cpp 546 firstChild( 0 ), lastChild( 0 ),
578 firstChild = lastChild = 0;
587 if ( child == lastChild )
588 lastChild = lastChild->prev;
609 if ( lastChild ) {
611 TIXMLASSERT( lastChild->next == 0 );
612 lastChild->next = addThis;
613 addThis->prev = lastChild;
614 lastChild = addThis;
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
CommonTree.cs 208 CommonTree lastChild = (CommonTree)Children[Children.Count - 1];
210 stopIndex = lastChild.TokenStopIndex;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
CommonTree.cs 276 ITree lastChild = Children[Children.Count - 1];
278 stopIndex = lastChild.TokenStopIndex;
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
CommonTree.java 151 CommonTree lastChild = (CommonTree)children.get(children.size()-1);
153 stopIndex = lastChild.getTokenStopIndex();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msxml.h 306 virtual HRESULT WINAPI get_lastChild(IXMLDOMNode **lastChild) = 0;
353 HRESULT (WINAPI *get_lastChild)(IXMLDOMNode *This,IXMLDOMNode **lastChild);
402 #define IXMLDOMNode_get_lastChild(This,lastChild) (This)->lpVtbl->get_lastChild(This,lastChild)
447 HRESULT WINAPI IXMLDOMNode_get_lastChild_Proxy(IXMLDOMNode *This,IXMLDOMNode **lastChild);
530 HRESULT (WINAPI *get_lastChild)(IXMLDOMDocumentFragment *This,IXMLDOMNode **lastChild);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_minidom.py 80 and root.lastChild is elem
91 and root.lastChild is nelem
453 and pi.lastChild is None
753 and root.firstChild is root.lastChild
780 and root.firstChild is not root.lastChild
781 and root.firstChild.nextSibling is root.lastChild
783 and root.lastChild.previousSibling is root.firstChild
784 and root.lastChild.nextSibling is None
800 and root.firstChild is root.lastChild
    [all...]
  /external/okhttp/website/static/
html5shiv.min.js 6 c=d.insertBefore(c.lastChild,d.firstChild);b.hasCSS=!!c}g||t(a,b);return a}var k=l.html5||{},s=/^<|^(?:button|map|select|textarea|object|iframe|option|optgroup)$/i,r=/^(?:a|b|code|div|fieldset|h1|h2|h3|h4|h5|h6|i|label|li|ol|p|q|span|strong|style|table|tbody|td|th|tr|ul)$/i,j,o="_html5shiv",h=0,n={},g;(function(){try{var a=f.createElement("a");a.innerHTML="<xyz></xyz>";j="hidden"in a;var b;if(!(b=1==a.childNodes.length)){f.createElement("a");var c=f.createDocumentFragment();b="undefined"==typeof c.cloneNode||
  /external/python/cpython2/Lib/test/
test_minidom.py 87 and root.lastChild is elem
98 and root.lastChild is nelem
479 and pi.lastChild is None
725 and root.firstChild is root.lastChild
752 and root.firstChild is not root.lastChild
753 and root.firstChild.nextSibling is root.lastChild
755 and root.lastChild.previousSibling is root.firstChild
756 and root.lastChild.nextSibling is None
772 and root.firstChild is root.lastChild
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
DocumentBuilderImpl.java 344 Node lastChild = parent.getLastChild();
345 if (lastChild != null && lastChild.getNodeType() == Node.TEXT_NODE) {
346 Text textNode = (Text) lastChild;
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_minidom.py 80 and root.lastChild is elem
91 and root.lastChild is nelem
487 and pi.lastChild is None
787 and root.firstChild is root.lastChild
814 and root.firstChild is not root.lastChild
815 and root.firstChild.nextSibling is root.lastChild
817 and root.lastChild.previousSibling is root.firstChild
818 and root.lastChild.nextSibling is None
    [all...]

Completed in 1541 milliseconds

12 3 4 5 6 7 8 9