| /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/ | 
| D | NodeList.java | 47 public class NodeList<N extends Node> implements List<N>, Iterable<N>, HasParentNode<NodeList<N>>, …  class55     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/ | 
| D | minicompat.py | 50 class NodeList(list):  class
 | 
| /external/python/cpython2/Lib/xml/dom/ | 
| D | minicompat.py | 51 class NodeList(list):  class
 | 
| /external/tensorflow/tensorflow/core/protobuf/ | 
| D | meta_graph.proto | 168   message NodeList {  message
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ | 
| D | AMDGPUAnnotateKernelFeatures.cpp | 48   SmallVector<CallGraphNode*, 8> NodeList;  member in __anonea4ce5140111::AMDGPUAnnotateKernelFeatures
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/ | 
| D | MicrosoftDemangle.cpp | 37 struct NodeList {  struct39   NodeList *Next = nullptr;  argument
 
 | 
| /external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/struct/ | 
| D | TestParentChildReferences.java | 108     static class NodeList  class in TestParentChildReferences
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ | 
| D | BlockFrequencyInfoImpl.h | 216     using NodeList = SmallVector<BlockNode, 4>;  member
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ | 
| D | MachO.h | 111   using NodeList = SmallVector<NodeState, 16>;  variable
 | 
| /external/swiftshader/third_party/subzero/src/ | 
| D | IceDefs.h | 148 using NodeList = CfgVector<CfgNode *>;  variable
 | 
| /external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/ | 
| D | JobSupport.kt | 363     private fun NodeList.notifyCompletion(cause: Throwable?) =  in <lambda>()  method1355 internal class NodeList : LockFreeLinkedListHead(), Incomplete {  in dispose()  class
 
 | 
| /external/llvm/lib/Target/Hexagon/ | 
| D | RDFGraph.h | 473   typedef std::vector<NodeAddr<NodeBase*>> NodeList;  typedef
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ | 
| D | RDFGraph.h | 512   using NodeList = SmallVector<NodeAddr<NodeBase *>, 4>;  variable
 | 
| /external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/ | 
| D | ShadowDOM.js | 1516   function NodeList() {  class1520   NodeList.prototype = {  class
 
 | 
| D | webcomponents.js | 1555     function NodeList() {  class1559     NodeList.prototype = {  class
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ | 
| D | CodeGenPrepare.cpp | 2979   SmallVector<PHINode *, 32> NodeList;  member in __anonf13feda10711::PhiNodeSet
 |