/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
XmlErrorHandler.java | 20 import com.android.ide.eclipse.adt.AdtConstants; 101 AdtConstants.MARKER_XML, 130 AdtConstants.MARKER_XML, 162 AdtConstants.MARKER_ANDROID, result, line, IMarker.SEVERITY_ERROR); 167 marker.setAttribute(AdtConstants.MARKER_ATTR_TYPE, 168 AdtConstants.MARKER_ATTR_TYPE_ACTIVITY); 169 marker.setAttribute(AdtConstants.MARKER_ATTR_CLASS, className);
|
ProjectHelper.java | 19 import static com.android.ide.eclipse.adt.AdtConstants.COMPILER_COMPLIANCE_PREFERRED; 24 import com.android.ide.eclipse.adt.AdtConstants; 184 AdtConstants.WS_SEP); 188 if (javaDoc.startsWith(AdtConstants.WS_SEP)) { 347 if (AdtConstants.CONTAINER_FRAMEWORK.equals(path)) { 349 } else if (AdtConstants.CONTAINER_PRIVATE_LIBRARIES.equals(path)) { 351 } else if (AdtConstants.CONTAINER_DEPENDENCIES.equals(path)) { 373 JavaCore.newContainerEntry(new Path(AdtConstants.CONTAINER_FRAMEWORK))); 381 new Path(AdtConstants.CONTAINER_PRIVATE_LIBRARIES), true)); 388 new Path(AdtConstants.CONTAINER_PRIVATE_LIBRARIES) [all...] |
LibraryClasspathContainerInitializer.java | 19 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), 94 new Path(AdtConstants.CONTAINER_DEPENDENCIES), 124 if (AdtConstants.CONTAINER_PRIVATE_LIBRARIES.equals(containerPath.toString())) { 127 JavaCore.setClasspathContainer(new Path(AdtConstants.CONTAINER_PRIVATE_LIBRARIES), 133 } else if(AdtConstants.CONTAINER_DEPENDENCIES.equals(containerPath.toString())) { 136 JavaCore.setClasspathContainer(new Path(AdtConstants.CONTAINER_DEPENDENCIES), 194 return allocateContainer(javaProject, entries, new Path(AdtConstants.CONTAINER_PRIVATE_LIBRARIES), 297 processError(iProject, errorMessage, AdtConstants.MARKER_DEPENDENCY [all...] |
FolderDecorator.java | 20 import com.android.ide.eclipse.adt.AdtConstants; 57 if (project.hasNature(AdtConstants.NATURE_DEFAULT)) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/ |
ExportEditor.java | 20 import com.android.ide.eclipse.adt.AdtConstants; 35 public static final String ID = AdtConstants.EDITORS_NAMESPACE + ".text.ExportEditor"; //$NON-NLS-1$
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/ |
PostCompilerBuilder.java | 22 import com.android.ide.eclipse.adt.AdtConstants; 124 BaseProjectHelper.markResource(resource, AdtConstants.MARKER_PACKAGING, 146 removeMarkersFromContainer(project, AdtConstants.MARKER_AAPT_PACKAGE); 147 removeMarkersFromContainer(project, AdtConstants.MARKER_PACKAGING); 358 removeMarkersFromContainer(javaProject.getProject(), AdtConstants.MARKER_PACKAGING); 442 tmp = androidOutputFolder.findMember(AdtConstants.FN_RESOURCES_AP_); 482 AdtConstants.DEX_OPTIONS_FORCEJUMBO); 486 AdtConstants.DEX_OPTIONS_DISABLE_MERGER); 499 markProject(AdtConstants.MARKER_PACKAGING, Messages.Output_Missing, 513 markProject(AdtConstants.MARKER_PACKAGING, msg, IMarker.SEVERITY_ERROR) [all...] |
PreCompilerBuilder.java | 23 import com.android.ide.eclipse.adt.AdtConstants; 435 markProject(AdtConstants.MARKER_ADT, msg, IMarker.SEVERITY_ERROR); 460 markProject(AdtConstants.MARKER_ADT, msg, IMarker.SEVERITY_ERROR); 516 removeMarkersFromResource(manifestFile, AdtConstants.MARKER_ADT); 526 BaseProjectHelper.markResource(manifestFile, AdtConstants.MARKER_ADT, 536 BaseProjectHelper.markResource(manifestFile, AdtConstants.MARKER_ADT, 549 BaseProjectHelper.markResource(manifestFile, AdtConstants.MARKER_ADT, 558 BaseProjectHelper.markResource(manifestFile, AdtConstants.MARKER_ADT, 576 BaseProjectHelper.markResource(manifestFile, AdtConstants.MARKER_ADT, msg, 586 BaseProjectHelper.markResource(manifestFile, AdtConstants.MARKER_ADT [all...] |
ResourceManagerBuilder.java | 20 import com.android.ide.eclipse.adt.AdtConstants; 70 removeMarkersFromContainer(project, AdtConstants.MARKER_ADT); 83 removeMarkersFromContainer(project, AdtConstants.MARKER_ADT); 113 markProject(AdtConstants.MARKER_ADT, errorMessage, IMarker.SEVERITY_ERROR); 124 markProject(AdtConstants.MARKER_ADT, Messages.No_SDK_Setup_Error, 168 markProject(AdtConstants.MARKER_ADT, message, IMarker.SEVERITY_ERROR); 275 IFolder resFolder = project.getFolder(AdtConstants.WS_RESOURCES); 280 IFolder assetsFolder = project.getFolder(AdtConstants.WS_ASSETS);
|
BaseBuilder.java | 22 import com.android.ide.eclipse.adt.AdtConstants; 174 removeMarkersFromResource(file, AdtConstants.MARKER_XML); 354 stopOnMarker(iProject, AdtConstants.MARKER_TARGET, IResource.DEPTH_ZERO, 356 stopOnMarker(iProject, AdtConstants.MARKER_ADT, IResource.DEPTH_ZERO, 415 BaseProjectHelper.markResource(target, AdtConstants.MARKER_ADT, msg, 428 markProject(AdtConstants.MARKER_ADT, message, IMarker.SEVERITY_ERROR);
|
ChangedFileSetHelper.java | 21 import com.android.ide.eclipse.adt.AdtConstants; 91 set.setOutput(path + '/' + AdtConstants.FN_RESOURCES_AP_);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/ |
InstrumentationRunnerValidator.java | 22 import com.android.ide.eclipse.adt.AdtConstants; 91 if (AdtConstants.LIBRARY_TEST_RUNNER.equals(lib.getName())) { 133 AdtConstants.LIBRARY_TEST_RUNNER);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
AidlProcessor.java | 21 import com.android.ide.eclipse.adt.AdtConstants; 137 builder.removeMarkersFromResource(project, AdtConstants.MARKER_AIDL); 164 builder.removeMarkersFromResource(sourceFile, AdtConstants.MARKER_AIDL); 279 BaseProjectHelper.markResource(project, AdtConstants.MARKER_AIDL, 291 BaseProjectHelper.markResource(project, AdtConstants.MARKER_AIDL, 299 BaseProjectHelper.markResource(project, AdtConstants.MARKER_AIDL, msg, 305 BaseProjectHelper.markResource(project, AdtConstants.MARKER_AIDL, msg, 348 BaseProjectHelper.markResource(file, AdtConstants.MARKER_AIDL, msg, line, 398 AdtConstants.RE_AIDL_EXT, SdkConstants.DOT_JAVA);
|
AaptParser.java | 19 import com.android.ide.eclipse.adt.AdtConstants; 267 AdtConstants.MARKER_AAPT_COMPILE, IMarker.SEVERITY_ERROR) == false) { 291 AdtConstants.MARKER_AAPT_COMPILE, IMarker.SEVERITY_ERROR) == false) { 315 AdtConstants.MARKER_AAPT_COMPILE, IMarker.SEVERITY_ERROR) == false) { 329 AdtConstants.MARKER_AAPT_COMPILE, IMarker.SEVERITY_ERROR) == false) { 353 AdtConstants.MARKER_AAPT_COMPILE, IMarker.SEVERITY_ERROR) == false) { 369 AdtConstants.MARKER_AAPT_COMPILE, IMarker.SEVERITY_WARNING) == false) { 385 AdtConstants.MARKER_AAPT_COMPILE, IMarker.SEVERITY_ERROR) == false) { 400 AdtConstants.MARKER_AAPT_COMPILE, IMarker.SEVERITY_ERROR) == false) { 418 AdtConstants.MARKER_AAPT_PACKAGE, IMarker.SEVERITY_ERROR) == false) [all...] |
RenderScriptProcessor.java | 21 import com.android.ide.eclipse.adt.AdtConstants; 99 AdtConstants.RE_DEP_EXT, SdkConstants.DOT_RS)); 108 AdtConstants.RE_DEP_EXT, SdkConstants.DOT_FS)); 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...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/ |
ChooseConfigurationPage.java | 20 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);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/build/ |
AaptParserTest.java | 19 import com.android.ide.eclipse.adt.AdtConstants; 171 IMarker[] markers = file.findMarkers(AdtConstants.MARKER_AAPT_COMPILE, true, 178 markers = file.findMarkers(AdtConstants.MARKER_AAPT_COMPILE, true,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/ |
WidgetPullParser.java | 21 import com.android.ide.eclipse.adt.AdtConstants; 47 String[] segments = mDescriptor.getFullClassName().split(AdtConstants.RE_DOT);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/otherxml/ |
OtherXmlEditorDelegate.java | 21 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/editors/values/ |
ValuesEditorDelegate.java | 21 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/launch/ |
JUnitLaunchConfigDelegate.java | 20 import com.android.ide.eclipse.adt.AdtConstants; 153 URL jarUrl = bundle.getEntry(AdtConstants.WS_SEP + JUNIT_JAR);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/ |
ExtractStringAction.java | 19 import com.android.ide.eclipse.adt.AdtConstants; 172 if (proj != null && proj.hasNature(AdtConstants.NATURE_DEFAULT)) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/ |
AdtTestData.java | 19 import com.android.ide.eclipse.adt.AdtConstants; 87 if (mOsRootDataPath.equals(AdtConstants.WS_SEP)) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
NewProjectCreator.java | 31 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.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
VisualRefactoringAction.java | 18 import com.android.ide.eclipse.adt.AdtConstants; 123 if (proj != null && proj.hasNature(AdtConstants.NATURE_DEFAULT)) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/menu/ |
MenuEditorDelegate.java | 21 import com.android.ide.eclipse.adt.AdtConstants; 63 AdtConstants.EDITORS_NAMESPACE + ".menu.MenuEditor"; //$NON-NLS-1$
|