Home
last modified time | relevance | path

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/
DFileStoreAdapter.java66 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()
DNewProjectCreator.java239 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/
DSimpleFile.java46 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/
DAndroidTypeMoveParticipantTest.java103 @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/
DAndroidTypeMoveParticipant.java131 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/
Dbuild_adt.sh46 echo Copying ADT plugins and bundle into destination folder
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
DViewHierarchyLoader.java183 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/
DKeyCheckPage.java160 String destination = ProjectHelper.loadStringProperty(project, in onShow() local
162 if (destination != null) { in onShow()
163 mDestination.setText(destination); in onShow()
DExportWizard.java558 private String zipAlign(String zipAlignPath, File source, File destination) throws IOException { in zipAlign() argument
565 command[4] = destination.getAbsolutePath(); in zipAlign()
/sdk/docs/
Dhowto_build_SDK.txt182 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