HomeSort by relevance Sort by last modified time
    Searched refs:JAVA (Results 1 - 9 of 9) sorted by null

  /sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/
Scope.java 31 /** The analysis considers more than one file but only the Java code */
35 * The analysis considers both the Java code in the project and any
38 JAVA,
66 return scope == JAVA; // or scope == PROJECT but that's handled above
  /sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/detector/api/
ScopeTest.java 26 assertTrue(Scope.SINGLE_FILE.within(Scope.JAVA));
31 assertTrue(Scope.JAVA_CODE.within(Scope.JAVA));
33 assertTrue(Scope.JAVA.within(Scope.JAVA));
34 assertTrue(Scope.JAVA.within(Scope.PROJECT));
39 assertFalse(Scope.JAVA.within(Scope.SINGLE_FILE));
42 assertFalse(Scope.JAVA.within(Scope.RESOURCES));
44 assertFalse(Scope.PROJECT.within(Scope.JAVA));
46 assertFalse(Scope.JAVA.within(Scope.JAVA_CODE));
47 assertFalse(Scope.JAVA.within(Scope.JAVA_CODE))
    [all...]
  /dalvik/tests/etc/
reference-run-test-classes 60 ${JAVA} ${DEBUG_OPTS} -ea ${VERIFY_ARG} -classpath classes Main "$@"
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
WorkingSetGroup.java 41 IWorkingSetIDs.JAVA, IWorkingSetIDs.RESOURCE
WorkingSetHelper.java 22 import java.util.ArrayList;
23 import java.util.Iterator;
24 import java.util.List;
122 if (!IWorkingSetIDs.JAVA.equals(id) && !IWorkingSetIDs.RESOURCE.equals(id))
  /dalvik/tests/
run-test 36 export JAVA="java"
  /prebuilt/common/ant/
ant.jar 
  /prebuilt/common/ecj/
ecj.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 167 milliseconds