/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/ |
ViewHierarchyLoader.java | 67 ViewNode lastNode = null; 77 stack.push(lastNode); 89 lastNode = new ViewNode(); 90 lastNode.name = line.substring(0, index); 93 loadProperties(lastNode, line); 95 scene.addNode(lastNode); 98 scene.setRoot(lastNode); 104 final String edge = parent.name + lastNode.name; 107 scene.setEdgeTarget(edge, lastNode); 108 lastNode.parent = parent [all...] |
/external/webkit/Source/WebCore/editing/ |
ReplaceSelectionCommand.cpp | 538 Node* lastNode = m_lastLeafInserted.get(); 540 Node* enclosingSelect = enclosingNodeWithTag(firstPositionInOrBeforeNode(lastNode), selectTag); 542 lastNode = enclosingSelect; 543 return lastPositionInOrAfterNode(lastNode); [all...] |
CompositeEditCommand.cpp | 782 RefPtr<Node> lastNode = topNode; 796 appendNode(child, static_cast<Element *>(lastNode.get())); 797 lastNode = child.release(); 815 lastNode = topNode->lastChild(); 818 insertNodeAfter(clonedNode, lastNode); 819 lastNode = clonedNode.release(); [all...] |
/frameworks/base/media/libdrm/mobile1/src/xml/ |
xml_tinyparser.c | 343 uint8_t *lastNode = (uint8_t *)""; 365 strncmp((char *)lastNode, (char *)(buffer + 2), strlen((char *)lastNode))) 388 lastNode = nodeStr;
|
/external/webkit/Source/WebCore/html/parser/ |
HTMLTreeBuilder.cpp | [all...] |
/external/webkit/Source/WebCore/dom/ |
Position.cpp | 529 Node* lastNode = startNode; 536 if (currentNode != lastNode) { 544 lastNode = currentNode; 651 Node* lastNode = startNode; 658 if (currentNode != lastNode) { 667 lastNode = currentNode; [all...] |
/external/libxml2/include/libxml/ |
parserInternals.h | 558 * @lastNode: the last nod in the chunk 565 xmlNodePtr lastNode);
|
/external/webkit/Source/WebKit/android/nav/ |
CacheBuilder.cpp | [all...] |
CachedFrame.h | 124 CachedNode* lastNode() { return &mCachedNodes.last(); }
|
CachedFrame.cpp | 654 CachedNode* lastCached = lastNode(); [all...] |
/external/webkit/Source/WebCore/html/ |
HTMLElement.cpp | 813 static void setHasDirAutoFlagRecursively(Node* firstNode, bool flag, Node* lastNode = 0) 824 if (node == lastNode) 830 if (node == lastNode) [all...] |
/external/e2fsprogs/lib/et/ |
texinfo.tex | 396 \def\nodexxx[#1,#2]{\gdef\lastnode{#1}} 397 \let\lastnode=\relax 399 \def\donoderef{\ifx\lastnode\relax\else 400 \expandafter\expandafter\expandafter\setref{\lastnode}\fi 401 \let\lastnode=\relax} 403 \def\unnumbnoderef{\ifx\lastnode\relax\else 404 \expandafter\expandafter\expandafter\unnumbsetref{\lastnode}\fi 405 \let\lastnode=\relax} [all...] |
/packages/inputmethods/LatinIME/tools/makedict/src/com/android/inputmethod/latin/ |
BinaryDictInputOutput.java | 466 final Node lastNode = flatNodes.get(flatNodes.size() - 1); 469 + (lastNode.mCachedAddress + lastNode.mCachedSize)); [all...] |
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteDatabase.java | 2475 String lastnode = path.substring((indx != -1) ? ++indx : 0); local [all...] |
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/ |
SAX2DTM.java | [all...] |
/external/bison/build-aux/ |
texinfo.tex | [all...] |
/external/e2fsprogs/doc/ |
texinfo.tex | [all...] |
/external/libffi/ |
texinfo.tex | [all...] |
/ndk/sources/host-tools/make-3.81/config/ |
texinfo.tex | [all...] |
/external/grub/docs/ |
texinfo.tex | [all...] |
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
texinfo.tex | [all...] |
/external/libxml2/ |
parser.c | 216 xmlNodePtr lastNode); [all...] |