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

  /external/clang/include/clang/Lex/
DirectoryLookup.h 69 bool isFramework)
71 LookupType(isFramework ? LT_Framework : LT_NormalDir),
100 return isFramework() ? u.Dir : 0;
110 /// isFramework - True if this is a framework directory.
112 bool isFramework() const { return getLookupType() == LT_Framework; }
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
bundlebuilder.py 346 def isFramework():
441 if not self.standalone and not isFramework():
453 if self.standalone and isFramework():
    [all...]
  /prebuilts/misc/common/layoutlib_api/
layoutlib_api-prebuilt.jar 
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeContext.java 282 if (value.isFramework()) {
323 boolean isPlatformLayout = resource.isFramework();
331 this, resource.isFramework());
369 this, resource.isFramework());
762 * each attributes. The information is (name, isFramework)
774 boolean isFramework = false;
776 isFramework = true;
782 results.add(Pair.of(resolvedResource.getSecond(), isFramework));
795 * @return A (name, isFramework) pair describing the attribute if found. Returns null
    [all...]
  /prebuilts/devtools/tools/lib/
layoutlib-api.jar 
sdk-common.jar 
lint-api.jar 
lint-checks.jar 

Completed in 284 milliseconds