HomeSort by relevance Sort by last modified time
    Searched refs:currentElement (Results 1 - 25 of 37) sorted by null

1 2

  /external/jdiff/src/jdiff/
APIHandler.java 40 private String currentElement = null;
82 currentElement = localName;
86 currentElement = localName;
94 currentElement = localName;
105 currentElement = localName;
109 currentElement = localName;
124 currentElement = localName;
143 XMLToAPI.addException(paramName, paramType, currentElement);
167 // program element, as determined by currentElement.
172 } else if (currentElement.compareTo("constructor") == 0 &&
    [all...]
Comments.java 218 public static String convertAtLinks(String text, String currentElement,
241 if (currentElement.compareTo("class") == 0 ||
242 currentElement.compareTo("interface") == 0) {
244 } else if (currentElement.compareTo("package") == 0) {
  /external/apache-http/src/org/apache/http/message/
BasicHeaderElementIterator.java 56 private HeaderElement currentElement = null;
118 this.currentElement = e;
133 if (this.currentElement == null) {
136 return this.currentElement != null;
140 if (this.currentElement == null) {
144 if (this.currentElement == null) {
148 HeaderElement element = this.currentElement;
149 this.currentElement = null;
  /external/jmonkeyengine/engine/src/xml/com/jme3/export/xml/
DOMOutputCapsule.java 62 private Element currentElement;
69 currentElement = null;
77 * appends a new Element with the given name to currentElement, sets
78 * currentElement to be new Element, and returns the new Element as well
82 if (currentElement == null) {
86 currentElement.appendChild(ret);
88 currentElement = ret;
106 currentElement.setAttribute(name, String.valueOf(value));
124 currentElement = (Element) currentElement.getParentNode()
    [all...]
  /external/webkit/Source/WebCore/svg/
SVGLocatable.cpp 92 SVGElement* currentElement = static_cast<SVGElement*>(current);
93 if (currentElement->isStyled())
95 ctm = static_cast<SVGStyledElement*>(currentElement)->localCoordinateSpaceTransform(mode).multiply(ctm);
98 if (currentElement == stopAtElement)
  /external/webkit/Source/WebCore/inspector/front-end/
BreakpointsSidebarPane.js 76 var currentElement = this.listElement.firstChild;
77 while (currentElement) {
78 if (currentElement._data && this._compareBreakpoints(currentElement._data, element._data) > 0)
80 currentElement = currentElement.nextSibling;
82 this._addListElement(element, currentElement);
310 var currentElement = this.listElement.firstChild;
311 while (currentElement) {
312 if (currentElement._url && currentElement._url < element._url
    [all...]
DOMBreakpointsSidebarPane.js 192 var currentElement = this.listElement.firstChild;
193 while (currentElement) {
194 if (currentElement._type && currentElement._type < element._type)
196 currentElement = currentElement.nextSibling;
198 this._addListElement(element, currentElement);
  /external/webkit/Source/WebCore/html/parser/
HTMLConstructionSite.cpp 283 ASSERT(currentElement()->isHTMLElement());
284 ASSERT(currentElement()->hasTagName(formTag));
285 m_form = static_cast<HTMLFormElement*>(currentElement());
311 m_activeFormattingElements.append(currentElement());
452 unopenedEntry.replaceElement(currentElement());
491 && causesFosterParenting(currentElement()->tagQName());
HTMLTreeBuilder.cpp 569 ASSERT(m_tree.currentElement()->hasTagName(formTag));
570 m_tree.currentElement()->setAttribute(actionAttr, actionAttribute->value());
    [all...]
HTMLConstructionSite.h 83 Element* currentElement() const { return m_openElements.top(); }
  /external/webkit/Source/WebCore/storage/
IDBKeyPath.cpp 64 const IDBKeyPathElement& currentElement() { return m_currentElement; }
195 IDBKeyPathElement element = lexer.currentElement();
223 IDBKeyPathElement element = lexer.currentElement();
  /libcore/luni/src/main/java/java/util/concurrent/
LinkedBlockingQueue.java 761 private E currentElement;
768 currentElement = current.item;
801 E x = currentElement;
804 currentElement = (current == null) ? null : current.item;
  /external/webkit/LayoutTests/fast/dom/TreeWalker/resources/
TreeWalker-currentNode.js 44 debug("Test how we handle the case when the traversed to node within the root, but the currentElement is not.");
  /external/clang/lib/CodeGen/
CGExprAgg.cpp 488 llvm::PHINode *currentElement =
490 currentElement->addIncoming(element, entryBB);
493 LValue elementLV = CGF.MakeAddrLValue(currentElement, elementType);
501 Builder.CreateInBoundsGEP(currentElement, one, "arrayinit.next");
511 currentElement->addIncoming(nextElement, Builder.GetInsertBlock());
    [all...]
  /external/guava/guava/lib/
jdiff.jar 
  /external/webkit/Source/WebKit/qt/Api/
qwebpage.cpp     [all...]
  /tools/motodev/src/plugins/logger/lib/
log4j-1.2.14.jar 
  /tools/motodev/src/plugins/preflighting.core/lib/
log4j-1.2.14.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-commons-net.jar 
ant-nodeps.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
  /prebuilts/tools/common/http-client/
httpcore-4.1.jar 
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 

Completed in 681 milliseconds

1 2