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

  /external/clang/include/clang/Lex/
DirectoryLookup.h 64 bool isFramework)
66 LookupType(isFramework ? LT_Framework : LT_NormalDir),
95 return isFramework() ? u.Dir : 0;
105 /// isFramework - True if this is a framework directory.
107 bool isFramework() const { return getLookupType() == LT_Framework; }
HeaderSearchOptions.h 50 unsigned IsFramework : 1;
57 Entry(StringRef path, frontend::IncludeDirGroup group, bool isFramework,
59 : Path(path), Group(group), IsFramework(isFramework),
125 bool IsFramework, bool IgnoreSysRoot) {
126 UserEntries.push_back(Entry(Path, Group, IsFramework, IgnoreSysRoot));
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
ResourceHelper.java 126 parser, context, resValue.isFramework());
187 new FileInputStream(file), density, value.isFramework(),
206 parser, context, value.isFramework());
230 value.isFramework() ? null : context.getProjectKey());
236 value.isFramework() ? null : context.getProjectKey());
263 boolean isFramework, String cacheKey, BridgeContext context) throws IOException {
266 isFramework ? null : context.getProjectKey());
268 isFramework ? null : context.getProjectKey());
280 isFramework ? null : context.getProjectKey());
289 isFramework ? null : context.getProjectKey())
    [all...]
  /external/clang/lib/Frontend/
InitHeaderSearch.cpp 57 void AddPath(const Twine &Path, IncludeDirGroup Group, bool isFramework);
62 bool isFramework);
120 bool isFramework) {
127 AddUnmappedPath(IncludeSysroot + Path, Group, isFramework);
132 AddUnmappedPath(Path, Group, isFramework);
136 bool isFramework) {
156 std::make_pair(Group, DirectoryLookup(DE, Type, isFramework)));
162 if (!isFramework) {
522 } else if (CurEntry.isFramework()) {
555 else if (CurEntry.isFramework())
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutMetadata.java 370 boolean isFramework = header.startsWith(ANDROID_LAYOUT_RESOURCE_PREFIX);
372 isFramework));
376 boolean isFramework = footer.startsWith(ANDROID_LAYOUT_RESOURCE_PREFIX);
378 isFramework));
382 boolean isFramework = layout.startsWith(ANDROID_LAYOUT_RESOURCE_PREFIX);
383 if (isFramework) {
389 binding.addItem(new DataBindingItem(layout, isFramework, 1));
396 true /* isFramework */, 1));
400 true /* isFramework */, 1));
406 true /* isFramework */, 1))
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/content/res/
BridgeTypedArray.java 74 * @param isFramework whether the attribute is in the android namespace.
77 public void bridgeSetValue(int index, String name, boolean isFramework, ResourceValue value) {
80 mIsFramework[index] = isFramework;
371 parser, mContext, resValue.isFramework());
681 if (mPlatformFile || resValue.isFramework()) {
736 if (resValue.isFramework()) {
  /prebuilts/devtools/tools/lib/
layoutlib-api.jar 
sdk-common.jar 
lint-api.jar 
lint-checks.jar 
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeContext.java 278 if (value.isFramework()) {
319 boolean isPlatformLayout = resource.isFramework();
327 this, resource.isFramework());
365 this, resource.isFramework());
758 * each attributes. The information is (name, isFramework)
770 boolean isFramework = false;
772 isFramework = true;
778 results.add(Pair.of(resolvedResource.getSecond(), isFramework));
791 * @return A (name, isFramework) pair describing the attribute if found. Returns null
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
XmlPropertyEditor.java 143 boolean isFramework = text.startsWith(ANDROID_PREFIX)
145 resValue = resolver.findResValue(text, isFramework);
151 isFramework = isFramework
154 ResourceValue v = resolver.findResValue(text, isFramework);
  /external/clang/lib/Lex/
HeaderSearch.cpp 143 if (SearchDirs[Idx].isFramework()) {
198 if (isFramework())
248 if (isFramework())
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/util/
BridgeXmlPullAttributes.java 269 if (mPlatformFile || resource.isFramework()) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/
ResourceHelper.java 553 boolean isFramework = color.isFramework();
554 color = resources.findResValue(value, isFramework);
  /prebuilts/misc/common/layoutlib_api/
layoutlib_api-prebuilt.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
Hyperlinks.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
ProjectCallback.java 507 if (itemRef.isFramework()) {
621 true /* isFramework */, 1));
624 true /* isFramework */, 1));
627 true /* isFramework */, 1));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractStyleRefactoring.java 568 if (resolvedValue.isFramework()) {

Completed in 1046 milliseconds