Searched defs:copy (Results 1 – 11 of 11) sorted by relevance
126 Configuration copy = Configuration.copy(configuration); in testCopy() local
93 ILaunchConfigurationWorkingCopy copy = config.getWorkingCopy(); in run() local
148 def copy(p, fp, f, pkg): function
75 public static ImageData copy(ImageData image) { in copy() method in GraphicsUtilities
316 ProjectPropertiesWorkingCopy copy = state.getProperties().makeWorkingCopy(); in installAppCompatLibrary() local485 ProjectPropertiesWorkingCopy copy = properties.makeWorkingCopy(); in createLibraryProject() local
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
240 public static Configuration copy(@NonNull Configuration original) { in copy() method in Configuration241 Configuration copy = create(original.mConfigChooser); in copy() local
320 ElementDescriptor[] copy = new ElementDescriptor[elements.length]; in sort() local
1106 private void copy(File src, IPath path) throws IOException { in copy() method in TemplateHandler