OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isFramework
(Results
1 - 12
of
12
) 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/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.2.0/
layoutlib-api-22.2.0.jar
/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
/prebuilts/gradle-plugin/com/android/tools/sdk-common/22.2.0/
sdk-common-22.2.0.jar
/prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.2.0/
lint-api-22.2.0.jar
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.2.0/
lint-checks-22.2.0.jar
Completed in 235 milliseconds