HomeSort by relevance Sort by last modified time
    Searched defs:projectPath (Results 1 - 22 of 22) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
ChangedFileSetHelper.java 61 IPath projectPath = project.getFullPath();
69 paths.add(path.makeRelativeTo(projectPath).toString() + "/**"); //$NON-NLS-1$
  /packages/apps/VideoEditor/src/com/android/videoeditor/
ProjectsActivity.java 228 final String projectPath = bundle.getString(PARAM_DIALOG_PATH_ID);
239 deleteProject(projectPath);
281 private void deleteProject(final String projectPath) {
282 ApiService.deleteProject(ProjectsActivity.this, projectPath);
283 mAdapter.remove(projectPath);
291 final String projectPath = FileUtils.createNewProjectPath(this);
292 intent.putExtra(PARAM_OPEN_PROJECT_PATH, projectPath);
301 private void openProject(String projectPath) {
304 intent.putExtra(PARAM_OPEN_PROJECT_PATH, projectPath);
  /frameworks/base/media/java/android/media/videoeditor/
AudioTrack.java 530 final String projectPath = mMANativeHelper.getProjectPath();
531 final String audioWaveFilename = String.format(projectPath + "/audioWaveformFile-"
MediaVideoItem.java 535 final String projectPath = mMANativeHelper.getProjectPath();
546 String.format(projectPath + "/" + "audioWaveformFile-"+ getId() + ".dat");
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/videoeditor/
MediaPropertiesTest.java 58 final String projectPath = mVideoEditorHelper.
60 mVideoEditor = mVideoEditorHelper.createVideoEditor(projectPath);
    [all...]
MediaItemThumbnailTest.java 57 final String projectPath = mVideoEditorHelper.
59 mVideoEditor = mVideoEditorHelper.createVideoEditor(projectPath);
    [all...]
VideoEditorExportTest.java 77 final String projectPath =
79 mVideoEditor = mVideoEditorHelper.createVideoEditor(projectPath);
    [all...]
VideoEditorPreviewTest.java 125 final String projectPath =
127 mVideoEditor = mVideoEditorHelper.createVideoEditor(projectPath);
    [all...]
VideoEditorAPITest.java 74 final String projectPath = mVideoEditorHelper.
76 mVideoEditor = mVideoEditorHelper.createVideoEditor(projectPath);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewProjectWizardState.java 329 String projectPath = location.getPath();
336 ProjectProperties p = ProjectProperties.load(projectPath,
377 projectPath.startsWith(existingTarget.getLocation())) {
ApplicationInfoPage.java 593 String projectPath = projectDir.getPath();
597 projectPath));
601 projectPath));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/
ResourceHelper.java 311 IPath projectPath = new Path(FD_RESOURCES + WS_SEP + folderType.getName() + WS_SEP
313 IFile file = project.getFile(projectPath);
337 String projectPath = FD_RESOURCES + WS_SEP + FD_RES_VALUES + WS_SEP
340 IResource member = project.findMember(projectPath);
458 IFile file = project.getFile(new Path(projectPath));
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
VideoEditorStressTest.java 104 final String projectPath =
106 mVideoEditor = mVideoEditorHelper.createVideoEditor(projectPath);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeFinder.java     [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
VideoEditorPerformance.java 87 final String projectPath =
89 mVideoEditor = mVideoEditorHelper.createVideoEditor(projectPath);
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/service/
ApiService.java 233 * @param projectPath The project path
235 public ServiceMediaProcessingProgressListener(String projectPath) {
236 mProjectPath = projectPath;
307 * @param projectPath The project path
315 public static void createVideoEditor(Context context, String projectPath, String projectName,
319 intent.putExtra(PARAM_PROJECT_PATH, projectPath);
332 * @param projectPath The project path
334 public static void loadVideoEditor(Context context, String projectPath) {
337 intent.putExtra(PARAM_PROJECT_PATH, projectPath);
346 * @param projectPath The project pat
    [all...]
  /prebuilts/devtools/tools/lib/
ant-tasks.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
org.eclipse.jdt.launching_3.5.100.v20100526.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 

Completed in 943 milliseconds