Home
last modified time | relevance | path

Searched refs:AdtConstants (Results 1 – 25 of 80) sorted by relevance

1234

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
DXmlErrorHandler.java20 import com.android.ide.eclipse.adt.AdtConstants;
101 AdtConstants.MARKER_XML, in warning()
130 AdtConstants.MARKER_XML, in handleError()
162 AdtConstants.MARKER_ANDROID, result, line, IMarker.SEVERITY_ERROR); in checkClass()
167 marker.setAttribute(AdtConstants.MARKER_ATTR_TYPE, in checkClass()
168 AdtConstants.MARKER_ATTR_TYPE_ACTIVITY); in checkClass()
169 marker.setAttribute(AdtConstants.MARKER_ATTR_CLASS, className); in checkClass()
DProjectHelper.java19 import static com.android.ide.eclipse.adt.AdtConstants.COMPILER_COMPLIANCE_PREFERRED;
24 import com.android.ide.eclipse.adt.AdtConstants;
184 AdtConstants.WS_SEP); in getJavaDocPath()
188 if (javaDoc.startsWith(AdtConstants.WS_SEP)) { in getJavaDocPath()
347 if (AdtConstants.CONTAINER_FRAMEWORK.equals(path)) { in fixProjectClasspathEntries()
349 } else if (AdtConstants.CONTAINER_PRIVATE_LIBRARIES.equals(path)) { in fixProjectClasspathEntries()
351 } else if (AdtConstants.CONTAINER_DEPENDENCIES.equals(path)) { in fixProjectClasspathEntries()
373 JavaCore.newContainerEntry(new Path(AdtConstants.CONTAINER_FRAMEWORK))); in fixProjectClasspathEntries()
381 new Path(AdtConstants.CONTAINER_PRIVATE_LIBRARIES), true)); in fixProjectClasspathEntries()
388 new Path(AdtConstants.CONTAINER_PRIVATE_LIBRARIES), in fixProjectClasspathEntries()
[all …]
DLibraryClasspathContainerInitializer.java19 import static com.android.ide.eclipse.adt.AdtConstants.CONTAINER_DEPENDENCIES;
22 import com.android.ide.eclipse.adt.AdtConstants;
90 new Path(AdtConstants.CONTAINER_PRIVATE_LIBRARIES), in updateProjects()
94 new Path(AdtConstants.CONTAINER_DEPENDENCIES), in updateProjects()
124 if (AdtConstants.CONTAINER_PRIVATE_LIBRARIES.equals(containerPath.toString())) { in initialize()
127 JavaCore.setClasspathContainer(new Path(AdtConstants.CONTAINER_PRIVATE_LIBRARIES), in initialize()
133 } else if(AdtConstants.CONTAINER_DEPENDENCIES.equals(containerPath.toString())) { in initialize()
136 JavaCore.setClasspathContainer(new Path(AdtConstants.CONTAINER_DEPENDENCIES), in initialize()
194 … return allocateContainer(javaProject, entries, new Path(AdtConstants.CONTAINER_PRIVATE_LIBRARIES), in allocateLibraryContainer()
297 processError(iProject, errorMessage, AdtConstants.MARKER_DEPENDENCY, in convertJarsToClasspathEntries()
[all …]
DFolderDecorator.java20 import com.android.ide.eclipse.adt.AdtConstants;
57 if (project.hasNature(AdtConstants.NATURE_DEFAULT)) { in decorate()
DAndroidNature.java19 import com.android.ide.eclipse.adt.AdtConstants;
137 addNatureToProjectDescription(project, AdtConstants.NATURE_DEFAULT, monitor); in setupProjectNatures()
162 if (natureId.equals(AdtConstants.NATURE_DEFAULT)) { in addNatureToProjectDescription()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
DPreCompilerBuilder.java23 import com.android.ide.eclipse.adt.AdtConstants;
435 markProject(AdtConstants.MARKER_ADT, msg, IMarker.SEVERITY_ERROR); in build()
460 markProject(AdtConstants.MARKER_ADT, msg, IMarker.SEVERITY_ERROR); in build()
516 removeMarkersFromResource(manifestFile, AdtConstants.MARKER_ADT); in build()
526 BaseProjectHelper.markResource(manifestFile, AdtConstants.MARKER_ADT, in build()
536 BaseProjectHelper.markResource(manifestFile, AdtConstants.MARKER_ADT, in build()
549 BaseProjectHelper.markResource(manifestFile, AdtConstants.MARKER_ADT, in build()
558 BaseProjectHelper.markResource(manifestFile, AdtConstants.MARKER_ADT, in build()
576 BaseProjectHelper.markResource(manifestFile, AdtConstants.MARKER_ADT, msg, in build()
586 BaseProjectHelper.markResource(manifestFile, AdtConstants.MARKER_ADT, in build()
[all …]
DPostCompilerBuilder.java22 import com.android.ide.eclipse.adt.AdtConstants;
124 BaseProjectHelper.markResource(resource, AdtConstants.MARKER_PACKAGING,
146 removeMarkersFromContainer(project, AdtConstants.MARKER_AAPT_PACKAGE); in clean()
147 removeMarkersFromContainer(project, AdtConstants.MARKER_PACKAGING); in clean()
358 removeMarkersFromContainer(javaProject.getProject(), AdtConstants.MARKER_PACKAGING); in build()
442 tmp = androidOutputFolder.findMember(AdtConstants.FN_RESOURCES_AP_); in build()
482 AdtConstants.DEX_OPTIONS_FORCEJUMBO); in build()
486 AdtConstants.DEX_OPTIONS_DISABLE_MERGER); in build()
499 markProject(AdtConstants.MARKER_PACKAGING, Messages.Output_Missing, in build()
513 markProject(AdtConstants.MARKER_PACKAGING, msg, IMarker.SEVERITY_ERROR); in build()
[all …]
DResourceManagerBuilder.java20 import com.android.ide.eclipse.adt.AdtConstants;
70 removeMarkersFromContainer(project, AdtConstants.MARKER_ADT); in clean()
83 removeMarkersFromContainer(project, AdtConstants.MARKER_ADT); in build()
113 markProject(AdtConstants.MARKER_ADT, errorMessage, IMarker.SEVERITY_ERROR); in build()
124 markProject(AdtConstants.MARKER_ADT, Messages.No_SDK_Setup_Error, in build()
168 markProject(AdtConstants.MARKER_ADT, message, IMarker.SEVERITY_ERROR); in build()
275 IFolder resFolder = project.getFolder(AdtConstants.WS_RESOURCES); in build()
280 IFolder assetsFolder = project.getFolder(AdtConstants.WS_ASSETS); in build()
DBaseBuilder.java22 import com.android.ide.eclipse.adt.AdtConstants;
174 removeMarkersFromResource(file, AdtConstants.MARKER_XML); in checkXML()
354 stopOnMarker(iProject, AdtConstants.MARKER_TARGET, IResource.DEPTH_ZERO, in abortOnBadSetup()
356 stopOnMarker(iProject, AdtConstants.MARKER_ADT, IResource.DEPTH_ZERO, in abortOnBadSetup()
415 BaseProjectHelper.markResource(target, AdtConstants.MARKER_ADT, msg, in handleStreamException()
428 markProject(AdtConstants.MARKER_ADT, message, IMarker.SEVERITY_ERROR); in handleException()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
DRenderScriptProcessor.java21 import com.android.ide.eclipse.adt.AdtConstants;
99 AdtConstants.RE_DEP_EXT, SdkConstants.DOT_RS)); in handleGeneratedFile()
108 AdtConstants.RE_DEP_EXT, SdkConstants.DOT_FS)); in handleGeneratedFile()
209 builder.removeMarkersFromResource(project, AdtConstants.MARKER_RENDERSCRIPT);
225 builder.removeMarkersFromResource(sourceFile, AdtConstants.MARKER_RENDERSCRIPT);
229 builder.removeMarkersFromResource(dep, AdtConstants.MARKER_RENDERSCRIPT);
307 AdtConstants.MARKER_RENDERSCRIPT,
321 BaseProjectHelper.markResource(project, AdtConstants.MARKER_AIDL,
331 BaseProjectHelper.markResource(project, AdtConstants.MARKER_RENDERSCRIPT, msg,
339 BaseProjectHelper.markResource(project, AdtConstants.MARKER_RENDERSCRIPT, msg,
[all …]
DAaptParser.java19 import com.android.ide.eclipse.adt.AdtConstants;
267 AdtConstants.MARKER_AAPT_COMPILE, IMarker.SEVERITY_ERROR) == false) { in parseOutput()
291 AdtConstants.MARKER_AAPT_COMPILE, IMarker.SEVERITY_ERROR) == false) { in parseOutput()
315 AdtConstants.MARKER_AAPT_COMPILE, IMarker.SEVERITY_ERROR) == false) { in parseOutput()
329 AdtConstants.MARKER_AAPT_COMPILE, IMarker.SEVERITY_ERROR) == false) { in parseOutput()
353 AdtConstants.MARKER_AAPT_COMPILE, IMarker.SEVERITY_ERROR) == false) { in parseOutput()
369 AdtConstants.MARKER_AAPT_COMPILE, IMarker.SEVERITY_WARNING) == false) { in parseOutput()
385 AdtConstants.MARKER_AAPT_COMPILE, IMarker.SEVERITY_ERROR) == false) { in parseOutput()
400 AdtConstants.MARKER_AAPT_COMPILE, IMarker.SEVERITY_ERROR) == false) { in parseOutput()
418 AdtConstants.MARKER_AAPT_PACKAGE, IMarker.SEVERITY_ERROR) == false) { in parseOutput()
[all …]
DAidlProcessor.java21 import com.android.ide.eclipse.adt.AdtConstants;
137 builder.removeMarkersFromResource(project, AdtConstants.MARKER_AIDL); in doCompileFiles()
164 builder.removeMarkersFromResource(sourceFile, AdtConstants.MARKER_AIDL); in doCompileFiles()
279 BaseProjectHelper.markResource(project, AdtConstants.MARKER_AIDL, in execAidl()
291 BaseProjectHelper.markResource(project, AdtConstants.MARKER_AIDL, in execAidl()
299 BaseProjectHelper.markResource(project, AdtConstants.MARKER_AIDL, msg, in execAidl()
305 BaseProjectHelper.markResource(project, AdtConstants.MARKER_AIDL, msg, in execAidl()
348 BaseProjectHelper.markResource(file, AdtConstants.MARKER_AIDL, msg, line, in parseAidlOutput()
398 AdtConstants.RE_AIDL_EXT, SdkConstants.DOT_JAVA); in getAidlOutputFile()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
DInstrumentationRunnerValidator.java22 import com.android.ide.eclipse.adt.AdtConstants;
91 if (AdtConstants.LIBRARY_TEST_RUNNER.equals(lib.getName())) { in hasTestRunnerLibrary()
133 AdtConstants.LIBRARY_TEST_RUNNER); in validateInstrumentationRunner()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
DNewProjectCreator.java31 import com.android.ide.eclipse.adt.AdtConstants;
141 SdkConstants.FD_OUTPUT + AdtConstants.WS_SEP;
143 SdkConstants.FD_OUTPUT + AdtConstants.WS_SEP +
144 SdkConstants.FD_CLASSES_OUTPUT + AdtConstants.WS_SEP;
146 SdkConstants.FD_RESOURCES + AdtConstants.WS_SEP;
148 SdkConstants.FD_ASSETS + AdtConstants.WS_SEP;
150 SdkConstants.FD_RES_DRAWABLE + AdtConstants.WS_SEP;
153 AdtConstants.WS_SEP;
156 AdtConstants.WS_SEP;
159 AdtConstants.WS_SEP;
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/build/
DAaptParserTest.java19 import com.android.ide.eclipse.adt.AdtConstants;
171 IMarker[] markers = file.findMarkers(AdtConstants.MARKER_AAPT_COMPILE, true, in checkRanges()
178 markers = file.findMarkers(AdtConstants.MARKER_AAPT_COMPILE, true, in checkRanges()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/
DExportEditor.java20 import com.android.ide.eclipse.adt.AdtConstants;
35 …public static final String ID = AdtConstants.EDITORS_NAMESPACE + ".text.ExportEditor"; //$NON-NLS-…
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
DChooseConfigurationPage.java20 import com.android.ide.eclipse.adt.AdtConstants;
54 static final String RES_FOLDER_ABS = AdtConstants.WS_RESOURCES + AdtConstants.WS_SEP;
56 static final String RES_FOLDER_REL = SdkConstants.FD_RESOURCES + AdtConstants.WS_SEP;
160 int pos = wsFolderPath.indexOf(AdtConstants.WS_SEP_CHAR); in onWsFolderPathUpdated()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
DWidgetPullParser.java21 import com.android.ide.eclipse.adt.AdtConstants;
47 String[] segments = mDescriptor.getFullClassName().split(AdtConstants.RE_DOT); in WidgetPullParser()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/
DAdtTestData.java19 import com.android.ide.eclipse.adt.AdtConstants;
87 if (mOsRootDataPath.equals(AdtConstants.WS_SEP)) { in AdtTestData()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DJUnitLaunchConfigDelegate.java20 import com.android.ide.eclipse.adt.AdtConstants;
153 URL jarUrl = bundle.getEntry(AdtConstants.WS_SEP + JUNIT_JAR); in getJunitJarLocation()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/otherxml/
DOtherXmlEditorDelegate.java21 import com.android.ide.eclipse.adt.AdtConstants;
56 AdtConstants.EDITORS_NAMESPACE + ".xml.XmlEditor"; //$NON-NLS-1$
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
DResourceExplorerView.java21 import com.android.ide.eclipse.adt.AdtConstants;
79 AdtConstants.EDITORS_NAMESPACE + "ResourceExplorer.Col1"; //$NON-NLS-1$
81 AdtConstants.EDITORS_NAMESPACE + "ResourceExplorer.Col2"; //$NON-NLS-1$
245 if (project.hasNature(AdtConstants.NATURE_DEFAULT)) { in handleProjectSelection()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
DExtractStringAction.java19 import com.android.ide.eclipse.adt.AdtConstants;
172 if (proj != null && proj.hasNature(AdtConstants.NATURE_DEFAULT)) { in getSelectedFile()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/
DValuesEditorDelegate.java21 import com.android.ide.eclipse.adt.AdtConstants;
63 AdtConstants.EDITORS_NAMESPACE + ".resources.ResourcesEditor"; //$NON-NLS-1$
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/menu/
DMenuEditorDelegate.java21 import com.android.ide.eclipse.adt.AdtConstants;
63 AdtConstants.EDITORS_NAMESPACE + ".menu.MenuEditor"; //$NON-NLS-1$

1234