/external/jsilver/src/com/google/clearsilver/jsilver/syntax/parser/ |
D | Parser.java | 19 protected ArrayList nodeList; field in Parser 875 @SuppressWarnings("hiding") ArrayList nodeList = new ArrayList(); in new0() local 892 @SuppressWarnings("hiding") ArrayList nodeList = new ArrayList(); in new1() local 906 @SuppressWarnings("hiding") ArrayList nodeList = new ArrayList(); in new2() local 941 @SuppressWarnings("hiding") ArrayList nodeList = new ArrayList(); in new3() local 961 @SuppressWarnings("hiding") ArrayList nodeList = new ArrayList(); in new4() local 990 @SuppressWarnings("hiding") ArrayList nodeList = new ArrayList(); in new5() local 1021 @SuppressWarnings("hiding") ArrayList nodeList = new ArrayList(); in new6() local 1067 @SuppressWarnings("hiding") ArrayList nodeList = new ArrayList(); in new7() local 1113 @SuppressWarnings("hiding") ArrayList nodeList = new ArrayList(); in new8() local [all …]
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/ |
D | LexicalDifferenceCalculator.java | 89 …lculateListRemovalDifference(ObservableProperty observableProperty, NodeList nodeList, int index) { in calculateListRemovalDifference() 97 …culateListAdditionDifference(ObservableProperty observableProperty, NodeList nodeList, int index, … in calculateListAdditionDifference() 105 …ateListReplacementDifference(ObservableProperty observableProperty, NodeList nodeList, int index, … in calculateListReplacementDifference() 162 NodeList nodeList; in calculatedSyntaxModelForNode() local 287 …rListRemoval(CsmElement csm, ObservableProperty observableProperty, NodeList nodeList, int index) { in calculatedSyntaxModelAfterListRemoval() 295 …ListAddition(CsmElement csm, ObservableProperty observableProperty, NodeList nodeList, int index, … in calculatedSyntaxModelAfterListAddition() 309 NodeList nodeList = (NodeList)rawValue; in calculatedSyntaxModelAfterListAddition() local 320 NodeList nodeList = (NodeList)rawValue; in calculatedSyntaxModelAfterListRemoval() local 325 …tReplacement(CsmElement csm, ObservableProperty observableProperty, NodeList nodeList, int index, … in calculatedSyntaxModelAfterListReplacement()
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/ |
D | NodeList.java | 99 public static <X extends Node> NodeList<X> nodeList(X... nodes) { in nodeList() method in NodeList 100 final NodeList<X> nodeList = new NodeList<>(); in nodeList() local 105 public static <X extends Node> NodeList<X> nodeList(Collection<X> nodes) { in nodeList() method in NodeList 106 final NodeList<X> nodeList = new NodeList<>(); in nodeList() local 111 public static <X extends Node> NodeList<X> nodeList(NodeList<X> nodes) { in nodeList() method in NodeList 112 final NodeList<X> nodeList = new NodeList<>(); in nodeList() local
|
D | Node.java | 583 NodeList<?> nodeList = (NodeList<?>) property.getValue(this); in registerForSubtree() local
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | NodeListIterator.java | 21 private NodeList nodeList; field in NodeListIterator
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/changes/ |
D | ListRemovalChange.java | 22 NodeList<Node> nodeList = new NodeList<>(); in getValue() local
|
D | ListAdditionChange.java | 24 NodeList<Node> nodeList = new NodeList<>(); in getValue() local
|
D | ListReplacementChange.java | 27 NodeList nodeList = new NodeList(); in getValue() local
|
/external/deqp-deps/glslang/hlsl/ |
D | hlslGrammar.cpp | 153 bool HlslGrammar::acceptDeclarationList(TIntermNode*& nodeList) in acceptDeclarationList() 329 bool HlslGrammar::acceptDeclaration(TIntermNode*& nodeList) in acceptDeclaration() 587 TIntermNode* nodeList = nullptr; in acceptFullySpecifiedType() local 590 bool HlslGrammar::acceptFullySpecifiedType(TType& type, TIntermNode*& nodeList, const TAttributes& … in acceptFullySpecifiedType() 1410 TIntermNode* nodeList = nullptr; in acceptType() local 1413 bool HlslGrammar::acceptType(TType& type, TIntermNode*& nodeList) in acceptType() 2077 bool HlslGrammar::acceptStruct(TType& type, TIntermNode*& nodeList) in acceptStruct() 2379 bool HlslGrammar::acceptStructDeclarationList(TTypeList*& typeList, TIntermNode*& nodeList, in acceptStructDeclarationList() 2483 bool HlslGrammar::acceptMemberFunctionDefinition(TIntermNode*& nodeList, const TType& type, TString… in acceptMemberFunctionDefinition() 2657 bool HlslGrammar::acceptFunctionDefinition(TFunctionDeclarator& declarator, TIntermNode*& nodeList, in acceptFunctionDefinition() [all …]
|
/external/apache-xml/src/main/java/org/apache/xpath/objects/ |
D | XNodeSetForDOM.java | 61 public XNodeSetForDOM(NodeList nodeList, XPathContext xctxt) in XNodeSetForDOM()
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/concretesyntaxmodel/ |
D | CsmList.java | 79 NodeList nodeList = property.getValueAsMultipleReference(node); in prettyPrint() local
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/nodeTypes/ |
D | NodeWithStatements.java | 104 default N copyStatements(NodeList<Statement> nodeList) { in copyStatements()
|
/external/icu/icu4c/source/tools/ctestfw/ |
D | ctest.c | 329 const TestNode** nodeList, in iterateTestsWithLevel() 496 const TestNode *nodeList[MAXTESTS]; in showTests() local 509 const TestNode *nodeList[MAXTESTS]; in runTests() local
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
D | DTMNodeProxy.java | 752 NodeList nodeList = retNode.getChildNodes(); in getElementsByTagName() local 800 NodeList nodeList = tempNode.getChildNodes(); in traverseChildren() local 877 NodeList nodeList = retNode.getChildNodes(); in getElementsByTagNameNS() local
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_graph.cpp | 412 std::list<Node *> nodeList; in findLightestPathWeight() local
|
/external/apache-xml/src/main/java/org/apache/xpath/ |
D | NodeSetDTM.java | 160 public NodeSetDTM(NodeList nodeList, XPathContext xctxt) in NodeSetDTM()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcShaderLibrary.cpp | 1098 vector<tcu::TestNode*> nodeList; in parse() local
|
/external/deqp/framework/opengl/ |
D | gluShaderLibrary.cpp | 1614 vector<tcu::TestNode*> nodeList; in parse() local
|