Searched defs:copy (Results 1 – 11 of 11) sorted by relevance
124 Configuration copy = Configuration.copy(configuration); in testCopy() local
93 ILaunchConfigurationWorkingCopy copy = config.getWorkingCopy(); in run() local
148 def copy(p, fp, f, pkg): function
124 SparseArray<IGLProperty> copy = new SparseArray<IGLProperty>(mSparseArray.size()); in clone() local
202 private IFileStore copy(Shell shell, URI source, URI dest) { in copy() method in TraceviewEditor
66 public void copy(IFileStore destination, int options, IProgressMonitor monitor) in copy() method in FileStoreAdapter
237 public static Configuration copy(@NonNull Configuration original) { in copy() method in Configuration238 Configuration copy = create(original.mConfigChooser); in copy() local
392 ProjectPropertiesWorkingCopy copy = properties.makeWorkingCopy(); in createLibraryProject() local
327 char *copy = new char[len + 1]; in Strdup() local
1025 private void copy(File src, IPath path) throws IOException { in copy() method in TemplateHandler
320 ElementDescriptor[] copy = new ElementDescriptor[elements.length]; in sort() local