Searched defs:addNode (Results 1 - 17 of 17) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DLatencyPriorityQueue.h57 void addNode(const SUnit *SU) { function in class:llvm::LatencyPriorityQueue
H A DResourcePriorityQueue.h88 void addNode(const SUnit *SU) { function in class:llvm::ResourcePriorityQueue
/external/chromium/chrome/browser/resources/net_internals/
H A Dutil.js50 function addNode(parentNode, tagName) { function
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/
H A DExplodedGraph.cpp215 Preds.addNode(V, G);
216 V->Succs.addNode(this, G);
231 void ExplodedNode::NodeGroup::addNode(ExplodedNode *N, ExplodedGraph &G) { function in class:ExplodedNode::NodeGroup
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
H A DDOM2DTM.java130 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, method in class:DOM2DTM
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(ne
[all...]
/external/guava/guava/src/com/google/common/collect/
H A DLinkedListMultimap.java189 private Node<K, V> addNode( method in class:LinkedListMultimap
493 previous = addNode((K) key, value, next);
547 addNode(key, value, null);
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DLinkedListMultimap.java185 private Node<K, V> addNode( method in class:LinkedListMultimap
489 previous = addNode((K) key, value, next);
543 addNode(key, value, null);
/external/apache-xml/src/main/java/org/apache/xpath/
H A DNodeSet.java135 addNode(node);
379 public void addNode(Node n) method in class:NodeSet
H A DNodeSetDTM.java173 addNode(handle); // addNodeInDocOrder(handle, xctxt);
189 addNode(node);
535 public void addNode(int n) method in class:NodeSetDTM
/external/llvm/include/llvm/CodeGen/PBQP/
H A DGraph.h173 NodeItr addNode(const Vector &costs) { function in class:PBQP::Graph
459 nodeMap[nItr] = addNode(other.getNodeCosts(nItr));
/external/llvm/lib/Analysis/
H A DPathNumbering.cpp238 _root = addNode(&(_function.getEntryBlock()));
239 _exit = addNode(NULL);
434 childNode = addNode(succBB);
489 BallLarusNode* BallLarusDag::addNode(BasicBlock* BB) { function in class:BallLarusDag
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
H A DSAX2DTM.java867 protected int addNode(int type, int expandedTypeID, method in class:SAX2DTM
1535 m_previous = addNode(m_coalescedTextType, exName,
1693 int doc = addNode(DTM.DOCUMENT_NODE,
1883 int elemNode = addNode(DTM.ELEMENT_NODE, exName,
1903 prev = addNode(DTM.NAMESPACE_NODE, exName, elemNode,
1921 prev = addNode(DTM.NAMESPACE_NODE, exName, elemNode,
1978 prev = addNode(nodeType, exName, elemNode, prev, val,
2139 m_previous = addNode(DTM.PROCESSING_INSTRUCTION_NODE, exName,
2461 m_previous = addNode(DTM.COMMENT_NODE, exName,
H A DSAX2DTM2.java2093 int elemNode = addNode(DTM.ELEMENT_NODE, exName,
2113 addNode(DTM.NAMESPACE_NODE, exName, elemNode,
2132 addNode(DTM.NAMESPACE_NODE, exName, elemNode, DTM.NULL, val, false);
2187 addNode(nodeType, exName, elemNode, DTM.NULL, val,
2271 m_previous = addNode(DTM.COMMENT_NODE, DTM.COMMENT_NODE,
2285 int doc = addNode(DTM.DOCUMENT_NODE,
2334 protected final int addNode(int type, int expandedTypeID, method in class:SAX2DTM2
2415 m_previous = addNode(m_coalescedTextType, DTM.TEXT_NODE,
2424 m_previous = addNode(m_coalescedTextType, DTM.TEXT_NODE,
2462 m_previous = addNode(DT
[all...]
/external/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h71 void addNode(StringRef ID, const T* Node) { function in class:clang::ast_matchers::internal::BoundNodesMap
74 void addNode(StringRef ID, ast_type_traits::DynTypedNode Node) { function in class:clang::ast_matchers::internal::BoundNodesMap
165 Bindings.addNode(Id, Node);
168 Bindings.addNode(Id, Node);
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.team.core_3.5.100.R36x_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 3991 milliseconds