Searched refs:childSet (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
H A DSVGResourcesCycleSolver.cpp79 HashSet<RenderSVGResourceContainer*> childSet; local
80 childResources->buildSetOfResources(childSet);
83 HashSet<RenderSVGResourceContainer*>::iterator end = childSet.end();
84 for (HashSet<RenderSVGResourceContainer*>::iterator it = childSet.begin(); it != end; ++it) {
/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DEscapeAnalysis.java170 * @param childSet {@code non-null;} the EscapeSet for the object being put
172 private void addEdge(EscapeSet parentSet, EscapeSet childSet) { argument
173 if (!childSet.parentSets.contains(parentSet)) {
174 childSet.parentSets.add(parentSet);
176 if (!parentSet.childSets.contains(childSet)) {
177 parentSet.childSets.add(childSet);
439 EscapeSet childSet = latticeValues.get(setIndex);
440 addEdge(escSet, childSet);
441 if (childSet.escape.compareTo(escSet.escape) < 0) {
442 childSet
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 125 milliseconds