Home
last modified time | relevance | path

Searched defs:nodeList (Results 1 – 18 of 18) sorted by relevance

/external/jsilver/src/com/google/clearsilver/jsilver/syntax/parser/
DParser.java19 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/
DLexicalDifferenceCalculator.java89 …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/
DNodeList.java99 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
DNode.java583 NodeList<?> nodeList = (NodeList<?>) property.getValue(this); in registerForSubtree() local
/external/cldr/tools/java/org/unicode/cldr/util/
DNodeListIterator.java21 private NodeList nodeList; field in NodeListIterator
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/changes/
DListRemovalChange.java22 NodeList<Node> nodeList = new NodeList<>(); in getValue() local
DListAdditionChange.java24 NodeList<Node> nodeList = new NodeList<>(); in getValue() local
DListReplacementChange.java27 NodeList nodeList = new NodeList(); in getValue() local
/external/deqp-deps/glslang/hlsl/
DhlslGrammar.cpp153 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/
DXNodeSetForDOM.java61 public XNodeSetForDOM(NodeList nodeList, XPathContext xctxt) in XNodeSetForDOM()
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/concretesyntaxmodel/
DCsmList.java79 NodeList nodeList = property.getValueAsMultipleReference(node); in prettyPrint() local
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/nodeTypes/
DNodeWithStatements.java104 default N copyStatements(NodeList<Statement> nodeList) { in copyStatements()
/external/icu/icu4c/source/tools/ctestfw/
Dctest.c329 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/
DDTMNodeProxy.java752 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/
Dnv50_ir_graph.cpp412 std::list<Node *> nodeList; in findLightestPathWeight() local
/external/apache-xml/src/main/java/org/apache/xpath/
DNodeSetDTM.java160 public NodeSetDTM(NodeList nodeList, XPathContext xctxt) in NodeSetDTM()
/external/deqp/external/openglcts/modules/common/
DglcShaderLibrary.cpp1098 vector<tcu::TestNode*> nodeList; in parse() local
/external/deqp/framework/opengl/
DgluShaderLibrary.cpp1614 vector<tcu::TestNode*> nodeList; in parse() local