HomeSort by relevance Sort by last modified time
    Searched defs:compliance (Results 1 - 2 of 2) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ProjectHelper.java 5 * you may not use this file except in compliance with the License.
281 // If needed, check and fix compiler compliance and source compatibility
287 * Checks the project compiler compliance level is supported.
297 // get the project compliance level option
298 String compliance = javaProject.getOption(JavaCore.COMPILER_COMPLIANCE, true); local
300 // check it against a list of valid compliance level strings.
301 if (checkCompliance(compliance) == false) {
302 // if we didn't find the proper compliance level, we return an error
309 // check it against a list of valid compliance level strings.
311 // if we didn't find the proper compliance level, we return an erro
    [all...]
  /prebuilt/common/ecj/
ecj.jar 

Completed in 170 milliseconds