HomeSort by relevance Sort by last modified time
    Searched refs:AdtConstants (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /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;
158 AdtConstants.WS_SEP);
162 if (javaDoc.startsWith(AdtConstants.WS_SEP)) {
319 if (AdtConstants.CONTAINER_FRAMEWORK.equals(path)) {
322 if (AdtConstants.CONTAINER_LIBRARIES.equals(path)) {
334 JavaCore.newContainerEntry(new Path(AdtConstants.CONTAINER_FRAMEWORK)));
341 JavaCore.newContainerEntry(new Path(AdtConstants.CONTAINER_LIBRARIES)));
442 AdtConstants.COMPILER_COMPLIANCE_PREFERRED);
444 AdtConstants.COMPILER_COMPLIANCE_PREFERRED)
    [all...]
FolderDecorator.java 20 import com.android.ide.eclipse.adt.AdtConstants;
57 if (project.hasNature(AdtConstants.NATURE_DEFAULT)) {
LibraryClasspathContainerInitializer.java 20 import com.android.ide.eclipse.adt.AdtConstants;
86 new Path(AdtConstants.CONTAINER_LIBRARIES),
117 if (AdtConstants.CONTAINER_LIBRARIES.equals(containerPath.toString())) {
120 JavaCore.setClasspathContainer(new Path(AdtConstants.CONTAINER_LIBRARIES),
148 if (AdtConstants.CONTAINER_LIBRARIES.equals(path)) {
159 JavaCore.newContainerEntry(new Path(AdtConstants.CONTAINER_LIBRARIES),
355 processError(iProject, errorMessage, AdtConstants.MARKER_DEPENDENCY,
360 new Path(AdtConstants.CONTAINER_LIBRARIES),
414 && p.hasNature(AdtConstants.NATURE_DEFAULT) == false) {
479 refProject.hasNature(AdtConstants.NATURE_DEFAULT) == false)
    [all...]
  /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;
173 removeMarkersFromResource(file, AdtConstants.MARKER_XML);
351 stopOnMarker(iProject, AdtConstants.MARKER_TARGET, IResource.DEPTH_ZERO,
353 stopOnMarker(iProject, AdtConstants.MARKER_ADT, IResource.DEPTH_ZERO,
412 BaseProjectHelper.markResource(target, AdtConstants.MARKER_ADT, msg,
425 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));
210 builder.removeMarkersFromResource(project, AdtConstants.MARKER_RENDERSCRIPT);
226 builder.removeMarkersFromResource(sourceFile, AdtConstants.MARKER_RENDERSCRIPT);
230 builder.removeMarkersFromResource(dep, AdtConstants.MARKER_RENDERSCRIPT);
299 AdtConstants.MARKER_RENDERSCRIPT,
313 BaseProjectHelper.markResource(project, AdtConstants.MARKER_AIDL,
323 BaseProjectHelper.markResource(project, AdtConstants.MARKER_RENDERSCRIPT, msg,
331 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 30 import com.android.ide.eclipse.adt.AdtConstants;
140 SdkConstants.FD_OUTPUT + AdtConstants.WS_SEP;
142 SdkConstants.FD_OUTPUT + AdtConstants.WS_SEP +
143 SdkConstants.FD_CLASSES_OUTPUT + AdtConstants.WS_SEP;
145 SdkConstants.FD_RESOURCES + AdtConstants.WS_SEP;
147 SdkConstants.FD_ASSETS + AdtConstants.WS_SEP;
149 SdkConstants.FD_RES_DRAWABLE + AdtConstants.WS_SEP;
152 AdtConstants.WS_SEP;
155 AdtConstants.WS_SEP;
158 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$

Completed in 451 milliseconds

1 2 3 4