/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/ |
H A D | ITableFocusListener.java | 6 * You may obtain a copy of the License at 30 public void copy(Clipboard clipboard); method in interface:ITableFocusListener.IFocusedTableActivator
|
H A D | ScreenShotDialog.java | 6 * 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 D | collect_sources_for_sdk.py | 7 # 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 D | Point.java | 6 * You may obtain a copy of the License at 52 public Point copy() { method in class:Point
|
H A D | Rect.java | 6 * 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 D | FileStoreAdapter.java | 6 * 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 D | TraceviewEditor.java | 6 * 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 D | trace_reader_base.h | 327 char *copy = new char[len + 1]; local 328 strcpy(copy, src); 329 return copy;
|
/sdk/ddms/app/src/com/android/ddms/ |
H A D | UIThread.java | 6 * 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 D | LogPanel.java | 6 * 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 D | TemplateHandler.java | 6 * 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()));
|