Searched defs:copy (Results 1 - 11 of 11) sorted by relevance

/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
H A DITableFocusListener.java6 * You may obtain a copy of the License at
30 public void copy(Clipboard clipboard); method in interface:ITableFocusListener.IFocusedTableActivator
H A DScreenShotDialog.java6 * You may obtain a copy of the License at
165 Button copy = new Button(shell, SWT.PUSH);
166 copy.setText("Copy");
167 copy.setToolTipText("Copy the screenshot to the clipboard");
170 copy.setLayoutData(data);
171 copy.addSelectionListener(new SelectionAdapter() {
174 copy();
215 private void copy() { method in class:ScreenShotDialog
/sdk/eclipse/scripts/
H A Dcollect_sources_for_sdk.py7 # You may obtain a copy of the License at
118 copy(p, fp, f, pkg)
146 # Create destination directory based on package name then copy the
148 def copy(p, fp, f, pkg): function
/sdk/rule_api/src/com/android/ide/common/api/
H A DPoint.java6 * You may obtain a copy of the License at
52 public Point copy() { method in class:Point
H A DRect.java6 * You may obtain a copy of the License at
73 public Rect copy() { method in class:Rect
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
H A DFileStoreAdapter.java6 * You may obtain a copy of the License at
66 public void copy(IFileStore destination, int options, IProgressMonitor monitor) method in class:FileStoreAdapter
68 mStore.copy(destination, options, monitor);
/sdk/eclipse/plugins/com.android.ide.eclipse.traceview/src/com/android/ide/eclipse/traceview/editors/
H A DTraceviewEditor.java6 * You may obtain a copy of the License at
141 if (copy(shell, fileEditorInput.getURI(), file.getLocationURI()) == null) {
188 IFileStore destFileStore = copy(shell, fileStoreEditorInput.getURI(), localFile.toURI());
202 private IFileStore copy(Shell shell, URI source, URI dest) { method in class:TraceviewEditor
208 sourceFileStore.copy(destFileStore, EFS.OVERWRITE, null);
/sdk/emulator/qtools/
H A Dtrace_reader_base.h327 char *copy = new char[len + 1]; local
328 strcpy(copy, src);
329 return copy;
/sdk/ddms/app/src/com/android/ddms/
H A DUIThread.java6 * You may obtain a copy of the License at
310 public void copy(Clipboard clipboard) { method in class:UIThread.TableFocusListener
312 mCurrentActivator.copy(clipboard);
783 mTableListener.copy(mClipboard);
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
H A DLogPanel.java6 * You may obtain a copy of the License at
792 public void copy(Clipboard clipboard) { method in class:LogPanel
841 public void copy(Clipboard clipboard) {
870 * @param table The table to copy from.
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
H A DTemplateHandler.java6 * You may obtain a copy of the License at
153 static final String TAG_COPY = "copy"; //$NON-NLS-1$
458 copy(path, to);
629 // The target file doesn't exist: don't merge, just copy
940 copy(from, output);
955 private void copy(File src, IPath path) throws IOException { method in class:TemplateHandler
960 copy(child, path.append(child.getName()));

Completed in 321 milliseconds