Home
last modified time | relevance | path

Searched refs:getPath (Results 1 – 25 of 78) sorted by relevance

1234

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/project/
DProjectHelperTest.java62 assertEquals("Project/src", fixedEntries[0].getPath().toString()); in testFixProjectClasspathEntriesFromOldContainer()
63 assertEquals(OLD_CONTAINER_ID, fixedEntries[1].getPath().toString()); in testFixProjectClasspathEntriesFromOldContainer()
64 assertEquals(CONTAINER_ID, fixedEntries[2].getPath().toString()); in testFixProjectClasspathEntriesFromOldContainer()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
DAndroidTargetParser.java97 new AndroidJarLoader(mAndroidTarget.getPath(IAndroidTarget.ANDROID_JAR)); in run()
131 mAndroidTarget.getPath(IAndroidTarget.ATTRIBUTES), in run()
140 mAndroidTarget.getPath(IAndroidTarget.MANIFEST_ATTRIBUTES), in run()
268 mAndroidTarget.getPath(IAndroidTarget.LAYOUT_LIB), in run()
370 mAndroidTarget.getPath(IAndroidTarget.ANDROID_JAR)); in collectPermissions()
388 collectValues(mAndroidTarget.getPath(IAndroidTarget.ACTIONS_ACTIVITY), in collectIntentFilterActionsAndCategories()
390 collectValues(mAndroidTarget.getPath(IAndroidTarget.ACTIONS_BROADCAST), in collectIntentFilterActionsAndCategories()
392 collectValues(mAndroidTarget.getPath(IAndroidTarget.ACTIONS_SERVICE), in collectIntentFilterActionsAndCategories()
394 collectValues(mAndroidTarget.getPath(IAndroidTarget.CATEGORIES), in collectIntentFilterActionsAndCategories()
457 mAndroidTarget.getPath(IAndroidTarget.WIDGETS)); in collectLayoutClasses()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
DIGLPropertyAccessor.java30 String getPath(); in getPath() method
DTextureUnitPropertyAccessor.java61 public String getPath() { in getPath() method in TextureUnitPropertyAccessor
DCurrentProgramPropertyAccessor.java63 public String getPath() { in getPath() method in CurrentProgramPropertyAccessor
DCurrentVboPropertyAccessor.java68 public String getPath() { in getPath() method in CurrentVboPropertyAccessor
DPropertyChangeTransform.java71 throw new RuntimeException("No such property: " + mAccessor.getPath()); in apply()
DTexturePropertyAccessor.java82 public String getPath() { in getPath() method in TexturePropertyAccessor
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DTraceFileInfo.java30 public String getPath() { in getPath() method in TraceFileInfo
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/model/
DGLTrace.java90 file = new RandomAccessFile(mTraceFileInfo.getPath(), "r"); //$NON-NLS-1$ in getImage()
112 File f = new File(mTraceFileInfo.getPath()); in isTraceFileModified()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
DLibraryClasspathContainerInitializer.java222 e.getPath(), in convertJarsToClasspathEntries()
414 String path = entry.getPath().toString(); in allocateContainer()
530 if (!e.getPath().toString().equals(CONTAINER_DEPENDENCIES) && e.isExported()) { in getDependencyListFromClasspath()
557 IProject refProject = wsRoot.getProject(entry.getPath().lastSegment()); in processCPE()
580 entry.getPath(), javaProject); in processCPE()
592 AdtPlugin.log(jme, "Failed to resolve ClasspathContainer: %s", entry.getPath()); in processCPE()
620 IPath path = e.getPath(); in handleClasspathLibrary()
DAndroidClasspathContainer.java66 public IPath getPath() { in getPath() method in AndroidClasspathContainer
DAndroidClasspathContainerInitializer.java277 public IPath getPath() { in allocateAndroidContainer() method
702 paths.add(target.getPath(IAndroidTarget.ANDROID_JAR));
703 paths.add(target.getPath(IAndroidTarget.SOURCES));
710 String targetDocPath = target.getPath(IAndroidTarget.DOCS);
758 IPath entryPath = entry.getPath();
812 && containerPath.equals(curr.getPath())) {
DProjectHelper.java109 IPath path = newEntry.getPath(); in replaceEntryInClasspath()
111 if (path.equals(entries[i].getPath())) { in replaceEntryInClasspath()
216 IPath path = entry.getPath(); in findClasspathEntryByPath()
253 IPath path = entry.getPath(); in findClasspathEntryByName()
339 IPath path = entry.getPath(); in fixProjectClasspathEntries()
348 String path = entry.getPath().toString(); in fixProjectClasspathEntries()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sourcelookup/
DAdtSourceLookupDirector.java63 String path = target.getPath(IAndroidTarget.ANDROID_JAR); in initializeDefaults()
75 && path.equals(entry.getPath().toString())) { in initializeDefaults()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
DProjectNamePage.java190 mLocationText.setText(mValues.projectLocation.getPath()); in setVisible()
221 updateLocationPathField(mValues.projectLocation.getPath()); in modifyText()
419 mValues.extractFromAndroidManifest(new Path(mValues.projectLocation.getPath())); in updateLocationPathField()
455 + "SDK Tools installed: Please update. (Missing %1$s)", file.getPath())); in validatePage()
480 Path path = new Path(mValues.projectLocation.getPath()); in validateLocation()
511 if (mValues.projectLocation.getPath().length() == 0) { in validateLocation()
DImportProjectWizard.java80 + "first. (Could not find %1$s)", file.getPath())); in performFinish()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
DGradleModule.java80 public String getPath() { in getPath() method in GradleModule
DBuildFileCreator.java252 projectSettingsPath.add(currentModule.getPath()); in createBuildFiles()
381 … mBuildFile.append(" compile project('" + dep.getPath() + "')\n"); //$NON-NLS-1$ //$NON-NLS-2$ in appendDependencies()
429 SdkConstants.FD_GEN_SOURCES.equals(entry.getPath().lastSegment())) { in createAndroidSourceSets()
432 IPath path = entry.getPath().removeFirstSegments(1); in createAndroidSourceSets()
488 IPath path = entry.getPath().removeFirstSegments(1); in createJavaSourceSets()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/
DEclipseTestCollector.java54 String filePath = entry.getPath().replace(".class", ""); in addTestCases()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/resources/platform/
DAttributeInfoTest.java296 assertNotNull("$ADT_SDK_SOURCE_PATH (" + sdk.getPath() + ") is not a directory", in testIsValid()
302 assertTrue(attrsPath.getPath(), attrsPath.exists()); in testIsValid()
303 AttrsXmlParser parser = new AttrsXmlParser(attrsPath.getPath(), in testIsValid()
320 if (isResourceDir && file.isFile() && file.getPath().endsWith(DOT_XML)) { in checkDir()
362 file.getPath() + ":\nCould not validate value \"" + value in checkElement()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
DProjectClassLoader.java314 e.getPath(), javaProject); in getExternalJars()
332 e.getPath()); in getExternalJars()
343 IPath path = e.getPath(); in handleClassPathEntry()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/binaryxml/
DBinaryXMLMultiPageEditorPart.java59 IPath path = fragmentRoot.getPath(); in setInput()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/
DDraw9PatchEditor.java177 mNinePatchedImage = imageViewer.loadFile(mFileEditorInput.getPath().toOSString()); in createPartControl()
181 mNinePatchedImage = imageViewer.loadFile(mFileEditorInput.getPath().toOSString()); in createPartControl()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
DBuildHelper.java541 sb = new StringBuilder(quotePath(target.getPath(IAndroidTarget.ANDROID_JAR))); in runProguard()
878 String aapt = mBuildToolInfo.getPath(BuildToolInfo.PathId.AAPT); in executeAapt()
931 commandArray.add(target.getPath(IAndroidTarget.ANDROID_JAR)); in executeAapt()
1029 e.getPath().toString().equals(AdtConstants.CONTAINER_DEPENDENCIES))) { in gatherPaths()
1045 IProject refProject = wsRoot.getProject(entry.getPath().lastSegment()); in handleCPE()
1069 entry.getPath(), javaProject); in handleCPE()
1080 AdtPlugin.log(jme, "Failed to resolve ClasspathContainer: %s", entry.getPath()); in handleCPE()
1088 IPath path = e.getPath(); in handleClasspathLibrary()

1234