Searched refs:destination (Results 1 – 10 of 10) sorted by relevance
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
D | FileStoreAdapter.java | 66 public void copy(IFileStore destination, int options, IProgressMonitor monitor) in copy() argument 68 mStore.copy(destination, options, monitor); in copy() 128 public void move(IFileStore destination, int options, IProgressMonitor monitor) in move() argument 130 mStore.move(destination, options, monitor); in move()
|
D | NewProjectCreator.java | 239 private boolean validateNewProjectLocationIsEmpty(IPath destination) { in validateNewProjectLocationIsEmpty() argument 240 File f = new File(destination.toOSString()); in validateNewProjectLocationIsEmpty()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/templates/ |
D | SimpleFile.java | 46 public String destination; field in SimpleFile.FileOp 69 op.destination = fileArg.getSimpleValue(); in process() 71 if (op.source == null || op.destination == null) in process() 91 IFile destFile = project.getFile(new Path(op.destination)); in process()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/refactorings/core/ |
D | AndroidTypeMoveParticipantTest.java | 103 @NonNull String destination, in moveType() argument 108 IFolder destinationFolder = project.getFolder(destination); in moveType()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/ |
D | AndroidTypeMoveParticipant.java | 131 Object destination = getArguments().getDestination(); in initialize() local 132 if (destination instanceof IPackageFragment) { in initialize() 133 IPackageFragment packageFragment = (IPackageFragment) destination; in initialize() 135 } else if (destination instanceof IResource) { in initialize() 140 if (resource.equals(destination)) { in initialize()
|
/sdk/eclipse/scripts/ |
D | build_adt.sh | 46 echo Copying ADT plugins and bundle into destination folder
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/ |
D | ViewHierarchyLoader.java | 183 public int compare(ViewNode.Property source, ViewNode.Property destination) { in loadProperties() 184 return source.name.compareTo(destination.name); in loadProperties()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/ |
D | KeyCheckPage.java | 160 String destination = ProjectHelper.loadStringProperty(project, in onShow() local 162 if (destination != null) { in onShow() 163 mDestination.setText(destination); in onShow()
|
D | ExportWizard.java | 558 private String zipAlign(String zipAlignPath, File source, File destination) throws IOException { in zipAlign() argument 565 command[4] = destination.getAbsolutePath(); in zipAlign()
|
/sdk/docs/ |
D | howto_build_SDK.txt | 182 build script by giving it a destination directory and an optional build number: 189 The first argument is the destination directory. It must be absolute. Do not 190 give a relative destination directory such as "../mysdk" -- this would make the
|