Home
last modified time | relevance | path

Searched refs:lChild (Results 1 – 25 of 113) sorted by relevance

12345

/dports/java/java3d/java3d-1.5.2/j3d-core/src/classes/share/javax/media/j3d/
H A DBHInternalNode.java41 BHNode lChild; field in BHInternalNode
47 this.lChild = null; in BHInternalNode()
54 this.lChild = null; in BHInternalNode()
61 this.lChild = lChild; in BHInternalNode()
75 this.lChild = lChild; in BHInternalNode()
79 return (BHNode) lChild; in getLeftChild()
87 lChild = child; in setLeftChild()
109 if(lChild != null) in computeBoundingHull()
119 if(lChild == null) { in computeBoundingHull()
205 if(lChild != null) in destroyTree()
[all …]
H A DBHNode.java145 return ((BHInternalNode)this).lChild.findNode(node); in findNode()
159 else if(parent.lChild == this) in deleteFromParent()
160 parent.lChild = null; in deleteFromParent()
167 " lChild " + ((BHInternalNode)this).lChild); in deleteFromParent()
171 " parent.lChild " + parent.lChild); in deleteFromParent()
196 if(((BHInternalNode)(this)).lChild != null) in deleteAndUpdateMarkedNodes()
197 ((BHInternalNode)(this)).lChild = in deleteAndUpdateMarkedNodes()
201 (((BHInternalNode)(this)).lChild == null)) { in deleteAndUpdateMarkedNodes()
206 BHNode leftChild = ((BHInternalNode)this).lChild; in deleteAndUpdateMarkedNodes()
220 ((BHInternalNode)this).lChild); in deleteAndUpdateMarkedNodes()
[all …]
/dports/devel/open-beagle/beagle-3.0.3/beagle/GP/src/
H A DSystem.cpp183 for(PACC::XML::ConstIterator lChild=inIter->getFirstChild(); lChild; ++lChild) { in read() local
184 if(lChild->getType() == PACC::XML::eData) { in read()
185 if(lChild->getValue() == "Randomizer") mRandomizer->readWithSystem(lChild, *this); in read()
186 else if(lChild->getValue() == "Register") mRegister->readWithSystem(lChild, *this); in read()
187 else if(lChild->getValue() == "Logger") mLogger->readWithSystem(lChild, *this); in read()
194 for(PACC::XML::ConstIterator lChild=inIter->getFirstChild(); lChild; ++lChild) { in read() local
195 if(lChild->getType() == PACC::XML::eData) { in read()
196 if((lChild->getValue() != "Randomizer") && in read()
197 (lChild->getValue() != "Register") && in read()
198 (lChild->getValue() != "Logger") && in read()
[all …]
H A DPrimitiveSuperSet.cpp150 for(PACC::XML::ConstIterator lChild=inIter->getFirstChild(); lChild; ++lChild) { in readWithSystem() local
151 … if((lChild->getType()==PACC::XML::eData) && (lChild->getValue()=="PrimitiveSet")) ++lNbPrimitSet; in readWithSystem()
155 for(PACC::XML::ConstIterator lChild=inIter->getFirstChild(); lChild; ++lChild) { in readWithSystem() local
156 if((lChild->getType()==PACC::XML::eData) && (lChild->getValue()=="PrimitiveSet")) { in readWithSystem()
157 mPrimitSets[lPSIndex++]->readWithContext(lChild, *lGPContext); in readWithSystem()
H A DModuleVectorComponent.cpp69 for(PACC::XML::ConstIterator lChild=inIter->getFirstChild(); lChild; ++lChild) { in readWithSystem() local
70 if((lChild->getType()==PACC::XML::eData) && (lChild->getValue()=="Genotype")) { in readWithSystem()
71 if(lChild->getFirstChild()==NULL) mModules.push_back(NULL); in readWithSystem()
76 mModules.back()->readWithContext(lChild, *lGPContext); in readWithSystem()
H A DFitnessKoza.cpp316 for(PACC::XML::ConstIterator lChild=inIter->getFirstChild(); lChild; ++lChild) { in read() local
317 if(lChild->getType() == PACC::XML::eData) { in read()
318 if(lChild->getValue() == "Normalized") { in read()
319 PACC::XML::ConstIterator lChild2 = lChild->getFirstChild(); in read()
325 else if(lChild->getValue() == "Adjusted") { in read()
326 PACC::XML::ConstIterator lChild2 = lChild->getFirstChild(); in read()
332 else if(lChild->getValue() == "Standardized") { in read()
333 PACC::XML::ConstIterator lChild2 = lChild->getFirstChild(); in read()
339 else if(lChild->getValue() == "Raw") { in read()
340 PACC::XML::ConstIterator lChild2 = lChild->getFirstChild(); in read()
[all …]
/dports/devel/open-beagle/beagle-3.0.3/beagle/src/
H A DDeme.cpp191 for(PACC::XML::ConstIterator lChild=inIter->getFirstChild(); lChild; ++lChild) { in readWithContext() local
193 if(lChild->getValue() == "Stats") mStats->read(lChild); in readWithContext()
196 else if(lChild->getValue() == "Population") readPopulation(lChild, ioContext); in readWithContext()
215 for(PACC::XML::ConstIterator lChild=inIter->getFirstChild(); lChild; ++lChild) { in readMigrationBuffer() local
216 if((lChild->getType()==PACC::XML::eData) && (lChild->getValue()=="Individual")) ++lSize; in readMigrationBuffer()
228 for(PACC::XML::ConstIterator lChild=inIter->getFirstChild(); lChild; ++lChild) { in readMigrationBuffer() local
229 if((lChild->getType()==PACC::XML::eData) && (lChild->getValue()=="Individual")) { in readMigrationBuffer()
255 for(PACC::XML::ConstIterator lChild=inIter->getFirstChild(); lChild; ++lChild) { in readPopulation() local
256 if((lChild->getType()==PACC::XML::eData) && (lChild->getValue()=="Individual")) ++lSize; in readPopulation()
268 for(PACC::XML::ConstIterator lChild=inIter->getFirstChild(); lChild; ++lChild) { in readPopulation() local
[all …]
H A DReplacementStrategyOp.cpp71 for(BreederNode::Handle lChild=getRootNode(); lChild!=NULL; lChild=lChild->getNextSibling()) { in buildRoulette() local
72 outRoulette.insert(i++, lChild->getBreederOp()->getBreedingProba(lChild->getFirstChild())); in buildRoulette()
130 for(PACC::XML::ConstIterator lChild=inIter->getFirstChild(); lChild; ++lChild) { in readWithMap() local
131 if(lChild->getType() == PACC::XML::eData) { in readWithMap()
132 OperatorMap::iterator lIterOp = inOpMap.find(lChild->getValue().c_str()); in readWithMap()
141 lOSS << "Operator \"" << lChild->getValue() << "\" is not a breeder operator!"; in readWithMap()
142 throw Beagle_IOExceptionNodeM(*lChild, lOSS.str().c_str()); in readWithMap()
148 getRootNode()->readWithMap(lChild, inOpMap); in readWithMap()
155 lBreederChild->getNextSibling()->readWithMap(lChild, inOpMap); in readWithMap()
H A DSystem.cpp303 for(PACC::XML::ConstIterator lChild=inIter->getFirstChild(); lChild; ++lChild) { in read() local
304 if(lChild->getType() == PACC::XML::eData) { in read()
305 if(lChild->getValue() == "Randomizer") mRandomizer->readWithSystem(lChild, *this); in read()
306 else if(lChild->getValue() == "Register") mRegister->readWithSystem(lChild, *this); in read()
307 else if(lChild->getValue() == "Logger") mLogger->readWithSystem(lChild, *this); in read()
312 for(PACC::XML::ConstIterator lChild=inIter->getFirstChild(); lChild; ++lChild) { in read() local
313 if(lChild->getType() == PACC::XML::eData) { in read()
314 if((lChild->getValue() != "Randomizer") && in read()
315 (lChild->getValue() != "Register") && in read()
316 (lChild->getValue() != "Logger")) { in read()
[all …]
H A DVivarium.cpp186 for(PACC::XML::ConstIterator lChild=inIter->getFirstChild(); lChild; ++lChild) { in readWithContext() local
187 if(lChild->getType()==PACC::XML::eData) { in readWithContext()
188 if(lChild->getValue() == "Stats") mStats->read(lChild); in readWithContext()
189 else if(lChild->getValue() == "HallOfFame") mHallOfFame->readWithContext(lChild, ioContext); in readWithContext()
190 else if(lChild->getValue() == "Population") readPopulation(lChild, ioContext); in readWithContext()
209 for(PACC::XML::ConstIterator lChild=inIter->getFirstChild(); lChild; ++lChild) { in readPopulation() local
210 if((lChild->getType()==PACC::XML::eData) && (lChild->getValue()=="Deme")) ++lSize; in readPopulation()
222 for(PACC::XML::ConstIterator lChild=inIter->getFirstChild(); lChild; ++lChild) { in readPopulation() local
223 if((lChild->getType()==PACC::XML::eData) && (lChild->getValue()=="Deme")) { in readPopulation()
227 (*this)[lIndex]->readWithContext(lChild, ioContext); in readPopulation()
H A DStats.cpp102 for(PACC::XML::ConstIterator lChild=inIter->getFirstChild(); lChild; ++lChild) { in read() local
103 if((lChild->getType()==PACC::XML::eData) && (lChild->getValue()=="Measure")) ++lSize; in read()
110 for(PACC::XML::ConstIterator lChild=inIter->getFirstChild(); lChild; ++lChild) { in read() local
111 if(lChild->getType() == PACC::XML::eData) { in read()
112 if(lChild->getValue() == "Item") { in read()
113 string lKey = lChild->getAttribute("key").c_str(); in read()
117 throw Beagle_IOExceptionNodeM(*lChild, lOSS.str().c_str()); in read()
119 PACC::XML::ConstIterator lChild2 = lChild->getFirstChild(); in read()
123 throw Beagle_IOExceptionNodeM(*lChild, lOSS.str().c_str()); in read()
132 else if(lChild->getValue() == "Measure") { in read()
[all …]
H A DBreederNode.cpp143 for(PACC::XML::ConstIterator lChild=inIter->getFirstChild(); lChild; ++lChild) { in readWithMap() local
144 if(lChild->getType() == PACC::XML::eData) { in readWithMap()
145 OperatorMap::iterator lIterOp = inOpMap.find(lChild->getValue().c_str()); in readWithMap()
154 lOSS << "Operator \"" << lChild->getValue() << "\" is not a breeder operator!"; in readWithMap()
155 throw Beagle_IOExceptionNodeM(*lChild, lOSS.str().c_str()); in readWithMap()
160 getFirstChild()->readWithMap(lChild, inOpMap); in readWithMap()
167 lBreederChild->getNextSibling()->readWithMap(lChild, inOpMap); in readWithMap()
187 for(BreederNode::Handle lChild=getFirstChild(); lChild!=NULL; in write() local
188 lChild=lChild->getNextSibling()) { in write()
189 lChild->write(ioStreamer, inIndent); in write()
H A DMilestoneReadOp.cpp146 for(PACC::XML::ConstIterator lChild=lNode->getFirstChild(); lChild; ++lChild) { in readMilestone() local
147 if(lChild->getType() == PACC::XML::eData) { in readMilestone()
149 if(lChild->getValue() == "Milestone") { in readMilestone()
158 for(PACC::XML::ConstIterator lChild2=lChild->getFirstChild(); lChild2; ++lChild2) { in readMilestone()
177 else if(lChild->getValue() == "System") { in readMilestone()
191 ioContext.getSystemHandle()->read(lChild); in readMilestone()
195 else if(lChild->getValue() == "Evolver") { in readMilestone()
217 lEvolver->read(lChild); in readMilestone()
221 else if(lChild->getValue() == "Register") { in readMilestone()
239 else if(lChild->getValue() == "Vivarium") { in readMilestone()
[all …]
H A DMap.cpp107 for(PACC::XML::ConstIterator lChild=inIter->getFirstChild(); lChild; ++lChild) { in read() local
108 if((lChild->getType()==PACC::XML::eData) && (lChild->getValue()=="Entry")) { in read()
109 string lKey = lChild->getAttribute("key").c_str(); in read()
111 throw Beagle_IOExceptionNodeM(*lChild, "no key attribute for actual entry!"); in read()
115 throw Beagle_IOExceptionNodeM(*lChild, lOSS.str().c_str()); in read()
117 PACC::XML::ConstIterator lChild2 = lChild->getFirstChild(); in read()
H A DIndividual.cpp293 for(PACC::XML::ConstIterator lChild=inIter->getFirstChild(); lChild; ++lChild) { in readWithContext() local
294 if((lChild->getType()==PACC::XML::eData) && (lChild->getValue()=="Genotype")) ++lSize; in readWithContext()
307 for(PACC::XML::ConstIterator lChild=inIter->getFirstChild(); lChild; ++lChild) { in readWithContext() local
308 if(lChild->getType() == PACC::XML::eData) { in readWithContext()
309 if(lChild->getValue() == "Fitness") { in readWithContext()
310 string lValidity = lChild->getAttribute("valid").c_str(); in readWithContext()
313 mFitness->read(lChild); in readWithContext()
317 else if(lChild->getValue() == "Genotype") { in readWithContext()
321 (*this)[lIdx]->readWithContext(lChild, ioContext); in readWithContext()
H A DIndividualBag.cpp140 PACC::XML::ConstIterator lChild = inIter->getFirstChild(); in readWithContext() local
142 for(lSize = 0; lChild; ++lSize) ++lChild; in readWithContext()
154 lChild = inIter->getFirstChild(); in readWithContext()
155 for(size_type j=0; lChild; ++j) { in readWithContext()
156 … if((lChild->getType()==PACC::XML::eData) && (lChild->getValue()=="NullHandle")) (*this)[j] = NULL; in readWithContext()
159 (*this)[j]->readWithContext(lChild,ioContext); in readWithContext()
161 ++lChild; in readWithContext()
H A DRegister.cpp481 for(PACC::XML::ConstIterator lChild=inIter->getFirstChild(); lChild; ++lChild) { in read() local
482 if((lChild->getType()==PACC::XML::eData) && (lChild->getValue()=="Entry")) { in read()
483 string lEntryKey = lChild->getAttribute("key").c_str(); in read()
527 for(PACC::XML::ConstIterator lChild = lIter->getFirstChild(); lChild; ++lChild) { in readParametersFile() local
528 if((lChild->getType()==PACC::XML::eData) && (lChild->getValue()=="Register")) { in readParametersFile()
529 readWithSystem(lChild, ioSystem); in readParametersFile()
531 if((lChild->getType()==PACC::XML::eData) && (lChild->getValue()=="System")) { in readParametersFile()
532 ioSystem.read(lChild); in readParametersFile()
552 for(PACC::XML::ConstIterator lChild=inIter->getFirstChild(); lChild; ++lChild) { in readWithSystem() local
553 if((lChild->getType()==PACC::XML::eData) && (lChild->getValue()=="Entry")) { in readWithSystem()
[all …]
/dports/devel/open-beagle/beagle-3.0.3/PACC/Math/
H A DVector.cpp64 for(XML::Iterator lChild = inNode->getFirstChild(); lChild; ++lChild) { in read() local
65 if(lChild->getType() == XML::eString) { in read()
67 istringstream lStream(lChild->getValue()); in read()
74 } else if(lChild->getType() == XML::eData && lChild->getValue() == "Float") { in read()
76 …if((lValue = lChild->getAttribute("v")) != "" || (lValue = lChild->getAttribute("value")) != "") p… in read()
77 …else if(lChild->getFirstChild() && lChild->getFirstChild()->getType() == XML::eString) push_back(S… in read()
/dports/lang/rhino/rhino1_7R4/src/org/mozilla/javascript/optimizer/
H A DOptimizer.java168 Node lChild = n.getFirstChild(); in rewriteForNumberVariables() local
169 Node rChild = lChild.getNext(); in rewriteForNumberVariables()
211 Node lChild = n.getFirstChild(); in rewriteForNumberVariables() local
212 Node rChild = lChild.getNext(); in rewriteForNumberVariables()
215 markDCPNumberContext(lChild); in rewriteForNumberVariables()
218 if (convertParameter(lChild)) { in rewriteForNumberVariables()
250 Node lChild = n.getFirstChild(); in rewriteForNumberVariables() local
251 Node rChild = lChild.getNext(); in rewriteForNumberVariables()
256 if (convertParameter(lChild)) { in rewriteForNumberVariables()
303 Node rChild = lChild.getNext(); in rewriteForNumberVariables()
[all …]
/dports/devel/open-beagle/beagle-3.0.3/tests/LinGP/src/
H A DInstructionSet.cpp113 for(PACC::XML::ConstIterator lChild=inIter->getFirstChild(); lChild; ++lChild) { in read() local
114 if(lChild->getType() == PACC::XML::eData) { in read()
115 Instruction::Handle lInstruction = getInstructionByName(lChild->getValue()); in read()
118 lOSS << "Instruction \"" << lChild->getValue(); in read()
120 throw Beagle_IOExceptionNodeM(*lChild, lOSS.str()); in read()
122 lInstruction->read(lChild); in read()
H A DProgram.cpp140 for(PACC::XML::ConstIterator lChild=inIter->getFirstChild(); lChild; ++lChild) { in readWithContext() local
141 if(lChild->getType() != PACC::XML::eData) in readWithContext()
142 throw Beagle_IOExceptionNodeM(*lChild, "tag expected!"); in readWithContext()
145 lInstructionSet->getInstructionByName(lChild->getValue()); in readWithContext()
148 lOSS << "no instruction named \"" << lChild->getValue(); in readWithContext()
150 throw Beagle_IOExceptionNodeM(*lChild, lOSS.str()); in readWithContext()
153 back()->read(lChild); in readWithContext()
H A DInstructionSuperSet.cpp72 for(PACC::XML::ConstIterator lChild=inIter->getFirstChild(); lChild; ++lChild) { in read() local
73 if((lChild->getType()==PACC::XML::eData) && (lChild->getValue()=="InstructionSet")) { in read()
74 (*this)[lPSIndex++]->read(lChild); in read()
/dports/devel/open-beagle/beagle-3.0.3/PACC/XML/
H A DNode.cpp97 while(lChild) delete &(*(lChild++)); in operator =()
171 while(lChild) delete &(*(lChild++)); in eraseChildren()
178 for(ConstIterator lChild = getFirstChild(); lChild; ++lChild) ++lCount; in getChildCount() local
259 Node* lChild; in parse() local
261 while((lChild=parse(inTokenizer, inNoParseTags)) != NULL) lNode->insertAsLastChild(lChild); in parse()
424 Node* lChild = new Node; in readContentAsString() local
425 insertAsLastChild(lChild); in readContentAsString()
426 lChild->setType(eNoParse); in readContentAsString()
432 string& lString = (*lChild)[""]; in readContentAsString()
483 if(lChild && lChild->mType == eString && !lChild->getNextSibling()) { in serialize()
[all …]
/dports/devel/open-beagle/beagle-3.0.3/beagle/GA/src/
H A DCMAHolder.cpp61 for(PACC::XML::ConstIterator lChild=inIter->getFirstChild(); lChild; ++lChild) { in readWithSystem() local
62 if((lChild->getType()==PACC::XML::eData) && (lChild->getValue()=="CMAValues")) { in readWithSystem()
63 std::string lIndexStr = lChild->getAttribute("index"); in readWithSystem()
64 if(lIndexStr.empty()) throw Beagle_IOExceptionNodeM(*lChild, "attribute \"index\" expected!"); in readWithSystem()
67 for(PACC::XML::ConstIterator lChild2=lChild->getFirstChild(); lChild2; ++lChild2) { in readWithSystem()
H A DESVector.cpp127 PACC::XML::ConstIterator lChild = inIter->getFirstChild(); in readWithContext() local
128 if((!lChild) || (lChild->getType()!=PACC::XML::eString)) in readWithContext()
129 throw Beagle_IOExceptionNodeM(*lChild, "expected content for the ES vector!"); in readWithContext()
132 std::istringstream lISS(lChild->getValue()); in readWithContext()
138 throw Beagle_IOExceptionNodeM(*lChild, "bad format of ES vector!"); in readWithContext()
140 throw Beagle_IOExceptionNodeM(*lChild, "bad format of ES vector!"); in readWithContext()

12345