HomeSort by relevance Sort by last modified time
    Searched refs:AdtConstants (Results 1 - 25 of 80) 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;
186 AdtConstants.WS_SEP);
190 if (javaDoc.startsWith(AdtConstants.WS_SEP)) {
349 if (AdtConstants.CONTAINER_FRAMEWORK.equals(path)) {
351 } else if (AdtConstants.CONTAINER_PRIVATE_LIBRARIES.equals(path)) {
353 } else if (AdtConstants.CONTAINER_DEPENDENCIES.equals(path)) {
375 JavaCore.newContainerEntry(new Path(AdtConstants.CONTAINER_FRAMEWORK)));
383 new Path(AdtConstants.CONTAINER_PRIVATE_LIBRARIES), true));
390 new Path(AdtConstants.CONTAINER_PRIVATE_LIBRARIES)
    [all...]
LibraryClasspathContainerInitializer.java 19 import static com.android.ide.eclipse.adt.AdtConstants.CONTAINER_DEPENDENCIES;
23 import com.android.ide.eclipse.adt.AdtConstants;
93 new Path(AdtConstants.CONTAINER_PRIVATE_LIBRARIES),
97 new Path(AdtConstants.CONTAINER_DEPENDENCIES),
127 if (AdtConstants.CONTAINER_PRIVATE_LIBRARIES.equals(containerPath.toString())) {
130 JavaCore.setClasspathContainer(new Path(AdtConstants.CONTAINER_PRIVATE_LIBRARIES),
136 } else if(AdtConstants.CONTAINER_DEPENDENCIES.equals(containerPath.toString())) {
139 JavaCore.setClasspathContainer(new Path(AdtConstants.CONTAINER_DEPENDENCIES),
197 return allocateContainer(javaProject, entries, new Path(AdtConstants.CONTAINER_PRIVATE_LIBRARIES),
300 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);
444 tmp = androidOutputFolder.findMember(AdtConstants.FN_RESOURCES_AP_);
484 AdtConstants.DEX_OPTIONS_FORCEJUMBO);
488 AdtConstants.DEX_OPTIONS_DISABLE_MERGER);
503 markProject(AdtConstants.MARKER_PACKAGING, Messages.Output_Missing,
517 markProject(AdtConstants.MARKER_PACKAGING, msg, IMarker.SEVERITY_ERROR)
    [all...]
PreCompilerBuilder.java 23 import com.android.ide.eclipse.adt.AdtConstants;
441 markProject(AdtConstants.MARKER_ADT, msg, IMarker.SEVERITY_ERROR);
454 markProject(AdtConstants.MARKER_ADT, msg, IMarker.SEVERITY_ERROR);
479 markProject(AdtConstants.MARKER_ADT, msg, IMarker.SEVERITY_ERROR);
535 removeMarkersFromResource(manifestFile, AdtConstants.MARKER_ADT);
545 BaseProjectHelper.markResource(manifestFile, AdtConstants.MARKER_ADT,
555 BaseProjectHelper.markResource(manifestFile, AdtConstants.MARKER_ADT,
568 BaseProjectHelper.markResource(manifestFile, AdtConstants.MARKER_ADT,
577 BaseProjectHelper.markResource(manifestFile, AdtConstants.MARKER_ADT,
595 BaseProjectHelper.markResource(manifestFile, AdtConstants.MARKER_ADT, msg
    [all...]
ResourceManagerBuilder.java 20 import com.android.ide.eclipse.adt.AdtConstants;
74 removeMarkersFromContainer(project, AdtConstants.MARKER_ADT);
87 removeMarkersFromContainer(project, AdtConstants.MARKER_ADT);
144 markProject(AdtConstants.MARKER_ADT, errorMessage, IMarker.SEVERITY_ERROR);
155 markProject(AdtConstants.MARKER_ADT, Messages.No_SDK_Setup_Error,
199 markProject(AdtConstants.MARKER_ADT, message, IMarker.SEVERITY_ERROR);
306 IFolder resFolder = project.getFolder(AdtConstants.WS_RESOURCES);
311 IFolder assetsFolder = project.getFolder(AdtConstants.WS_ASSETS);
ChangedFileSetHelper.java 21 import com.android.ide.eclipse.adt.AdtConstants;
92 path + '/' + AdtConstants.WS_BIN_RELATIVE_BC + "/**"); //$NON-NLS-1$
95 set.setOutput(path + '/' + AdtConstants.FN_RESOURCES_AP_);
BaseBuilder.java 22 import com.android.ide.eclipse.adt.AdtConstants;
175 removeMarkersFromResource(file, AdtConstants.MARKER_XML);
355 stopOnMarker(iProject, AdtConstants.MARKER_TARGET, IResource.DEPTH_ZERO,
357 stopOnMarker(iProject, AdtConstants.MARKER_ADT, IResource.DEPTH_ZERO,
416 BaseProjectHelper.markResource(target, AdtConstants.MARKER_ADT, msg,
429 markProject(AdtConstants.MARKER_ADT, message, IMarker.SEVERITY_ERROR);
  /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/
RenderScriptLauncher.java 20 import com.android.ide.eclipse.adt.AdtConstants;
123 AdtConstants.MARKER_RENDERSCRIPT,
137 BaseProjectHelper.markResource(mProject, AdtConstants.MARKER_AIDL,
148 BaseProjectHelper.markResource(mProject, AdtConstants.MARKER_RENDERSCRIPT, msg,
157 BaseProjectHelper.markResource(mProject, AdtConstants.MARKER_RENDERSCRIPT, msg,
231 BaseProjectHelper.markResource(f, AdtConstants.MARKER_RENDERSCRIPT, msg, line,
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...]
BuildHelper.java 22 import com.android.ide.eclipse.adt.AdtConstants;
180 IFolder resFolder = mProject.getFolder(AdtConstants.WS_RESOURCES);
186 IFolder cacheFolder = binFolder.getFolder(AdtConstants.WS_BIN_RELATIVE_CRUNCHCACHE);
231 IFolder cacheFolder = binFolder.getFolder(AdtConstants.WS_BIN_RELATIVE_CRUNCHCACHE);
234 IFolder bcFolder = binFolder.getFolder(AdtConstants.WS_BIN_RELATIVE_BC);
237 IFolder resFolder = mProject.getFolder(AdtConstants.WS_RESOURCES);
240 IFolder assetsFolder = mProject.getFolder(AdtConstants.WS_ASSETS);
268 IFolder libCacheFolder = libBinFolder.getFolder(AdtConstants.WS_BIN_RELATIVE_CRUNCHCACHE);
271 IFolder libBcFolder = libBinFolder.getFolder(AdtConstants.WS_BIN_RELATIVE_BC);
275 IFolder libResFolder = lib.getFolder(AdtConstants.WS_RESOURCES)
    [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)) {

Completed in 394 milliseconds

1 2 3 4