Home
last modified time | relevance | path

Searched defs:destination (Results 1 – 7 of 7) 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()
128 public void move(IFileStore destination, int options, IProgressMonitor monitor) in move()
DNewProjectCreator.java239 private boolean validateNewProjectLocationIsEmpty(IPath destination) { in validateNewProjectLocationIsEmpty()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/refactorings/core/
DAndroidTypeMoveParticipantTest.java103 @NonNull String destination, in moveType()
/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
/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
DExportWizard.java558 private String zipAlign(String zipAlignPath, File source, File destination) throws IOException { in zipAlign()
/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