HomeSort by relevance Sort by last modified time
    Searched defs:addNode (Results 1 - 25 of 33) sorted by null

1 2

  /external/apache-xml/src/main/java/org/apache/xpath/objects/
XNodeSetForDOM.java 46 ((NodeSetDTM) m_obj).addNode(dtmHandle);
XNodeSet.java 113 ((NodeSetDTM) m_obj).addNode(n);
  /external/llvm/include/llvm/CodeGen/
LatencyPriorityQueue.h 57 void addNode(const SUnit *SU) {
ResourcePriorityQueue.h 88 void addNode(const SUnit *SU) {
  /external/chromium/chrome/browser/resources/net_internals/
util.js 50 function addNode(parentNode, tagName) {
313 var table = addNode(parent, 'table');
316 var thead = addNode(table, 'thead');
317 var tbody = addNode(table, 'tbody');
321 var tableTitleRow = addNode(thead, 'tr');
332 row = addNode(thead, 'tr');
335 row = addNode(tbody, 'tr');
341 var tableCell = addNode(row, cellType, cell.text);
  /external/clang/lib/StaticAnalyzer/Core/
ExplodedGraph.cpp 215 Preds.addNode(V, G);
216 V->Succs.addNode(this, G);
231 void ExplodedNode::NodeGroup::addNode(ExplodedNode *N, ExplodedGraph &G) {
  /external/apache-xml/src/main/java/org/apache/xpath/
NodeSet.java 135 addNode(node);
379 public void addNode(Node n)
    [all...]
NodeSetDTM.java 173 addNode(handle); // addNodeInDocOrder(handle, xctxt);
189 addNode(node);
535 public void addNode(int n)
    [all...]
  /external/guava/guava/src/com/google/common/collect/
LinkedListMultimap.java 189 private Node<K, V> addNode(
493 previous = addNode((K) key, value, next);
547 addNode(key, value, null);
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
LinkedListMultimap.java 185 private Node<K, V> addNode(
489 previous = addNode((K) key, value, next);
543 addNode(key, value, null);
  /external/llvm/include/llvm/CodeGen/PBQP/
Graph.h 173 NodeItr addNode(const Vector &costs) {
459 nodeMap[nItr] = addNode(other.getNodeCosts(nItr));
  /external/llvm/lib/Analysis/
PathNumbering.cpp 238 _root = addNode(&(_function.getEntryBlock()));
239 _exit = addNode(NULL);
434 childNode = addNode(succBB);
489 BallLarusNode* BallLarusDag::addNode(BasicBlock* BB) {
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeProxy.java 767 nodeSet.addNode((Node) listVector.elementAt(i));
892 nodeSet.addNode((Node)listVector.elementAt(i));
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTM.java 130 m_last_kid=addNode(m_root, m_last_parent,m_last_kid, NULL);
135 // %REVIEW% Move this logic into addNode and recurse? Cleaner!
153 // addNode() will take care of switching it from
155 attrIndex=addNode(attrs.item(i),0,attrIndex,NULL);
182 protected int addNode(Node node, int parentIndex,
470 // contiguous sequence, and -- AFTER the DTM addNode -- can be used to
523 int nextindex=addNode(next,m_last_parent,m_last_kid,
540 // addNode() will take care of switching it from
542 attrIndex=addNode(attrs.item(i),
570 attrIndex=addNode(new DOM2DTMdefaultNamespaceDeclarationNode
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 71 void addNode(StringRef ID, const T* Node) {
74 void addNode(StringRef ID, ast_type_traits::DynTypedNode Node) {
165 Bindings.addNode(Id, Node);
168 Bindings.addNode(Id, Node);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM.java 867 protected int addNode(int type, int expandedTypeID,
    [all...]
SAX2DTM2.java     [all...]
  /prebuilts/tools/common/m2/internal/dom4j/dom4j/1.6.1/
dom4j-1.6.1.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /prebuilts/tools/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 
lint_api.jar 

Completed in 1041 milliseconds

1 2