Home
last modified time | relevance | path

Searched defs:newNode (Results 1 – 19 of 19) sorted by relevance

/external/testng/src/test/java/test/
DGraphTest.java165 String newNode = String.valueOf(i + (100 * depth)); in findPredecessorsTiming() local
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMNamedNodeMap.java161 public Node setNamedItem(Node newNode) in setNamedItem()
/external/icu/icu4c/source/common/
Dstringtriebuilder.cpp319 StringTrieBuilder::registerNode(Node *newNode, UErrorCode &errorCode) { in registerNode()
357 Node *newNode=new FinalValueNode(value); in registerFinalValue() local
/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3basetree.c272 pANTLR3_BASE_TREE newNode; in dupTree() local
/external/skia/src/pdf/
DSkPDFDocument.cpp137 auto newNode = sk_make_sp<SkPDFDict>("Pages"); in generate_page_tree() local
/external/apache-xml/src/main/java/org/apache/xml/utils/
DDOMBuilder.java175 protected void append(Node newNode) throws org.xml.sax.SAXException in append()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DStringTrieBuilder.java139 private final Node registerNode(Node newNode) { in registerNode()
170 ValueNode newNode=new ValueNode(value); in registerFinalValue() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DStringTrieBuilder.java141 private final Node registerNode(Node newNode) { in registerNode()
172 ValueNode newNode=new ValueNode(value); in registerFinalValue() local
/external/icu/icu4c/source/tools/ctestfw/
Dctest.c174 TestNode *newNode; in createTestNode() local
208 TestNode *newNode; in addTest() local
/external/swiftshader/third_party/LLVM/lib/Analysis/
DPathNumbering.cpp491 BallLarusNode* newNode = createNode(BB); in addNode() local
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_deadlock_detector.h157 uptr newNode(uptr data) { in newNode() function
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DToHTMLStream.java2115 Node newNode = new Node(); in put() local
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
DPathProfiling.cpp555 BallLarusNode* newNode = addNode(newBlock); in splitUpdate() local
/external/swiftshader/src/OpenGL/compiler/
DIntermediate.cpp1776 TIntermConstantUnion *newNode = 0; in fold() local
/external/llvm/include/llvm/ADT/
DIntervalMap.h1011 template <typename NodeT> NodeT *newNode() { in newNode() function
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DIntervalMap.h1001 template <typename NodeT> NodeT *newNode() { in newNode() function
/external/llvm/lib/Target/Hexagon/
DRDFGraph.cpp841 NodeAddr<NodeBase*> DataFlowGraph::newNode(uint16_t Attrs) { in newNode() function in DataFlowGraph
/external/libxml2/
Dtree.c5793 xmlNodePtr last, newNode, tmp; in xmlNodeAddContentLen() local
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp10268 IMAGE_CMD_BUF_LAYOUT_NODE newNode = {pRenderPassInfo->pAttachments[i].initialLayout, in VerifyFramebufferAndRenderPassLayouts() local