Home
last modified time | relevance | path

Searched defs:NodeList (Results 1 – 16 of 16) sorted by relevance

/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/
DNodeList.java47 public class NodeList<N extends Node> implements List<N>, Iterable<N>, HasParentNode<NodeList<N>>, … class
55 public NodeList() { in NodeList() method in NodeList
59 public NodeList(Collection<N> n) { in NodeList() method in NodeList
64 public NodeList(N... n) { in NodeList() method in NodeList
/external/python/cpython3/Lib/xml/dom/
Dminicompat.py50 class NodeList(list): class
/external/python/cpython2/Lib/xml/dom/
Dminicompat.py51 class NodeList(list): class
/external/tensorflow/tensorflow/core/protobuf/
Dmeta_graph.proto168 message NodeList { message
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUAnnotateKernelFeatures.cpp48 SmallVector<CallGraphNode*, 8> NodeList; member in __anonea4ce5140111::AMDGPUAnnotateKernelFeatures
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
DMicrosoftDemangle.cpp37 struct NodeList { struct
39 NodeList *Next = nullptr; argument
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/struct/
DTestParentChildReferences.java108 static class NodeList class in TestParentChildReferences
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h216 using NodeList = SmallVector<BlockNode, 4>; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DMachO.h111 using NodeList = SmallVector<NodeState, 16>; variable
/external/swiftshader/third_party/subzero/src/
DIceDefs.h148 using NodeList = CfgVector<CfgNode *>; variable
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DJobSupport.kt363 private fun NodeList.notifyCompletion(cause: Throwable?) = in <lambda>() method
1355 internal class NodeList : LockFreeLinkedListHead(), Incomplete { in dispose() class
/external/llvm/lib/Target/Hexagon/
DRDFGraph.h473 typedef std::vector<NodeAddr<NodeBase*>> NodeList; typedef
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFGraph.h512 using NodeList = SmallVector<NodeAddr<NodeBase *>, 4>; variable
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
DShadowDOM.js1516 function NodeList() { class
1520 NodeList.prototype = { class
Dwebcomponents.js1555 function NodeList() { class
1559 NodeList.prototype = { class
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2979 SmallVector<PHINode *, 32> NodeList; member in __anonf13feda10711::PhiNodeSet