Searched refs:clone (Results 1 - 11 of 11) sorted by relevance

/barrelfish-master/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/visualisation/
H A DViewletRangeCollection.java43 // clone the selection
44 public Object clone() { method in class:ViewletRangeCollection
45 return this.clone();
H A DViewletRange.java42 // clone the selection
43 public Object clone() throws CloneNotSupportedException; method in interface:ViewletRange
H A DViewletSelection.java50 // clone the selection
51 public Object clone() throws CloneNotSupportedException; method in interface:ViewletSelection
H A DSpreadSheetSelectionViewletRange.java115 public Object clone() throws CloneNotSupportedException { method in class:SpreadSheetSelectionViewletRange
116 return super.clone();
H A DGraphViewer.java455 ArrayList index2 = (ArrayList)index.clone();
/barrelfish-master/lib/acpica/generate/linux/
H A Dgen-repo.sh66 git clone $SRCDIR $GR_acpica_repo > /dev/null || exit 2
H A Dgen-patch.sh73 git clone $SRCDIR $GP_acpica_repo > /dev/null || exit 2
/barrelfish-master/usr/eclipseclp/documents/libman/
H A Dgfd.tex1426 quite low, so GFD by default will clone frequently during search, as
1430 more expensive to clone), and reducing the frequency of cloning may
1439 changes GFD makes to the Gecode state before a clone is created.
1440 Note that GFD does not create a clone simply when cloning_distance is
1441 exceeded, as it only creates a new clone when the cloned state would
1445 While it is not necessary for the user to specify the creation of a clone,
1447 set very high -- GFD may not produce a clone at the right place. So
1448 \bipref{gfd_update/0}{../bips/lib/gfd/gfd_update-0.html} is provided to force the creation of a clone.
/barrelfish-master/doc/017-arm/
H A DARM.tex164 $ hg clone http://repo.gem5.org/gem5 -r 0fea324c832c gem5
/barrelfish-master/usr/eclipseclp/GecodeInterface/
H A Dgfd.cpp636 if (*solverp == NULL) { // no valid current solver space, clone ancestor
640 } else { // clone ancestor
650 *solverp = static_cast<GecodeSpace*>((*ancestorp)->clone());
/barrelfish-master/lib/tommath/
H A Dtommath.tex1256 and then copy another existing mp\_int into the newly intialized mp\_int will be known as creating a clone. This is

Completed in 279 milliseconds