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

  /sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/detector/api/
ScopeTest.java 24 assertTrue(Scope.SINGLE_FILE.within(Scope.SINGLE_FILE));
25 assertTrue(Scope.SINGLE_FILE.within(Scope.JAVA_CODE));
26 assertTrue(Scope.SINGLE_FILE.within(Scope.JAVA));
27 assertTrue(Scope.SINGLE_FILE.within(Scope.RESOURCES));
28 assertTrue(Scope.SINGLE_FILE.within(Scope.PROJECT));
29 assertTrue(Scope.RESOURCES.within(Scope.RESOURCES));
30 assertTrue(Scope.RESOURCES.within(Scope.PROJECT));
31 assertTrue(Scope.JAVA_CODE.within(Scope.JAVA));
32 assertTrue(Scope.JAVA_CODE.within(Scope.PROJECT));
33 assertTrue(Scope.JAVA.within(Scope.JAVA))
    [all...]
  /sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/
Scope.java 44 * Returns true if this scope is within the given scope. For example a file
45 * scope is within a project scope, but a project scope is not within a file
49 * @return true if this scope is within the other scope
51 public boolean within(Scope scope) { method in class:Scope
56 // Everything is within a project
61 // A single file is within everything else
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ShowWithinMenu.java 67 Reference within = mLayoutEditor.getGraphicalEditor().getIncludedWithin(); local
68 if (within == null) {
71 return within.equals(mReference);
  /external/srec/srec/include/
pre_desc.h 96 accdata **within; member in struct:__anon11352
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
prototype-1.6.0.3.js     [all...]

Completed in 161 milliseconds