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

  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMAxisIteratorBase.java 197 * <code>return returnNode(node);</code>
211 protected final int returnNode(final int node)
  /external/sfntly/cpp/src/test/tinyxml/
tinyxmlparser.cpp 820 TiXmlNode* returnNode = 0;
852 returnNode = new TiXmlDeclaration();
859 returnNode = new TiXmlComment();
868 returnNode = text;
875 returnNode = new TiXmlUnknown();
883 returnNode = new TiXmlElement( "" );
890 returnNode = new TiXmlUnknown();
893 if ( returnNode )
896 returnNode->parent = this;
898 return returnNode;
    [all...]
  /external/tinyxml/
tinyxmlparser.cpp 797 TiXmlNode* returnNode = 0;
830 returnNode = new TiXmlDeclaration();
837 returnNode = new TiXmlComment();
846 returnNode = text;
853 returnNode = new TiXmlUnknown();
861 returnNode = new TiXmlElement( "" );
868 returnNode = new TiXmlUnknown();
871 if ( returnNode )
874 returnNode->parent = this;
881 return returnNode;
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrRedBlackTree.h 351 Node* returnNode = x;
382 return Iter(returnNode, this);
401 return Iter(returnNode, this);
425 return Iter(returnNode, this);
478 return Iter(returnNode, this);
    [all...]
  /external/skia/src/gpu/
GrRedBlackTree.h 351 Node* returnNode = x;
382 return Iter(returnNode, this);
401 return Iter(returnNode, this);
425 return Iter(returnNode, this);
478 return Iter(returnNode, this);
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ExpandableDictionary.java 661 Node returnNode = searchNode(node.mChildren, word, offset + 1, length);
662 if (returnNode != null) return returnNode;
    [all...]
  /external/tinyxml2/
tinyxml2.cpp 453 XMLNode* returnNode = 0;
490 returnNode = new (commentPool.Alloc()) XMLDeclaration( this );
491 returnNode->memPool = &commentPool;
495 returnNode = new (commentPool.Alloc()) XMLComment( this );
496 returnNode->memPool = &commentPool;
501 returnNode = text;
502 returnNode->memPool = &textPool;
507 returnNode = new (commentPool.Alloc()) XMLUnknown( this );
508 returnNode->memPool = &commentPool;
512 returnNode = new (elementPool.Alloc()) XMLElement( this );
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 169 milliseconds