HomeSort by relevance Sort by last modified time
    Searched defs:lastNode (Results 1 - 11 of 11) sorted by null

  /dalvik/libcore/luni/src/main/java/java/util/
TreeSet.java 381 TreeMap.Node<E, Object> lastNode = null;
384 lastNode = map.addToLast(lastNode,elem, Boolean.TRUE);
TreeMap.java 173 Node<K, V> lastNode;
203 lastNode = node;
217 if (lastNode != null) {
218 int idx = lastNode.right_idx - lastOffset;
219 backingMap.removeFromIterator(lastNode, idx);
220 lastNode = null;
244 int idx = lastNode.right_idx - lastOffset;
245 return backingMap.new MapEntry(lastNode, idx);
262 return lastNode.keys[lastNode.right_idx - lastOffset]
    [all...]
  /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...]
  /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/WebCore/dom/
Position.cpp 483 Node* lastNode = startNode;
490 if (currentNode != lastNode) {
498 lastNode = currentNode;
604 Node* lastNode = startNode;
611 if (currentNode != lastNode) {
620 lastNode = currentNode;
    [all...]
  /external/webkit/WebKit/android/nav/
CachedFrame.h 115 CachedNode* lastNode() { return &mCachedNodes.last(); }
CacheBuilder.cpp     [all...]
  /external/webkit/WebCore/editing/
CompositeEditCommand.cpp 751 RefPtr<Node> lastNode = topNode;
765 appendNode(child, static_cast<Element *>(lastNode.get()));
766 lastNode = child.release();
784 lastNode = topNode->lastChild();
787 insertNodeAfter(clonedNode, lastNode);
788 lastNode = clonedNode.release();
    [all...]
ReplaceSelectionCommand.cpp 520 Node* lastNode = m_lastLeafInserted.get();
522 Node* enclosingSelect = enclosingNodeWithTag(firstDeepEditingPositionForNode(lastNode), selectTag);
524 lastNode = enclosingSelect;
525 return lastDeepEditingPositionForNode(lastNode);
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM.java     [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 999 milliseconds