Home
last modified time | relevance | path

Searched refs:getCategory (Results 1 – 25 of 73) sorted by relevance

123

/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/category/
DPropertyCategoryProviders.java29 public PropertyCategory getCategory(Property property) {
30 return property.getCategory();
42 public PropertyCategory getCategory(Property property) {
64 public PropertyCategory getCategory(Property property) { in combine()
66 PropertyCategory category = provider.getCategory(property); in combine()
DPropertyCategoryProvider.java25 PropertyCategory getCategory(Property property); in getCategory() method
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/
DPropertyManager.java23 public static PropertyCategory getCategory(Property property) { in getCategory() method in PropertyManager
27 return property.getCategory(); in getCategory()
DProperty.java80 public final PropertyCategory getCategory() { in getCategory() method in Property
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/editor/structure/property/
DPropertyListIntersector.java128 && PropertyManager.getCategory(example) == PropertyManager.getCategory(property)) { in add()
/external/clang/tools/libclang/
DCIndexDiagnostic.h74 virtual unsigned getCategory() const = 0;
135 unsigned getCategory() const override;
DCXLoadedDiagnostic.h44 unsigned getCategory() const override;
DCXStoredDiagnostic.cpp74 unsigned CXStoredDiagnostic::getCategory() const { in getCategory() function in CXStoredDiagnostic
DCIndexDiagnostic.cpp71 unsigned getCategory() const override { return 0; } in getCategory() function in __anon153ac0610111::CXDiagnosticCustomNoteImpl
409 return D->getCategory(); in clang_getDiagnosticCategory()
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
DPropertyTable.java860 PropertyCategory category = getCategory(property); in rawProperties_shouldShow()
962 return getCategory(property); in forTests_getCategory()
1276 if (getCategory(property).isAdvanced()) { in drawProperty()
1279 } else if (getCategory(property).isPreferred() || getCategory(property).isSystem()) { in drawProperty()
1339 private PropertyCategory getCategory(Property property) { in getCategory() method in PropertyTable
1340 return m_propertyCategoryProvider.getCategory(property); in getCategory()
1553 if (getCategory(subProperty).isHidden() && !subProperty.isModified()) { in getSubProperties()
/external/dexmaker/dexmaker/src/main/java/com/android/dx/
DLocal.java54 return type.ropType.getCategory(); in size()
/external/skia/src/core/
DSkMaskCache.cpp56 const char* getCategory() const override { return "rrect-blur"; } in getCategory() function
150 const char* getCategory() const override { return "rects-blur"; } in getCategory() function
DSkBitmapCache.cpp126 const char* getCategory() const override { return "bitmap"; } in getCategory() function
203 const char* getCategory() const override { return "mipmap"; } in getCategory() function
DSkYUVPlanesCache.cpp51 const char* getCategory() const override { return "yuv-planes"; } in getCategory() function
DSkResourceCache.h86 virtual const char* getCategory() const = 0;
DSkResourceCache.cpp680 rec.getCategory(), rec.bytesUsed(), rec.diagnostic_only_getDiscardable()); in dump_visitor()
689 SkString dumpName = SkStringPrintf("skia/sk_resource_cache/%s_%p", rec.getCategory(), &rec); in sk_trace_dump_visitor()
/external/skia/bench/
DImageCacheBench.cpp29 const char* getCategory() const override { return "imagecachebench-test"; } in getCategory() function
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugType.h49 StringRef getCategory() const { return Category; } in getCategory() function
/external/clang/utils/analyzer/
DCmpRuns.py63 def getCategory(self): member in AnalysisDiagnostic
84 self.getColumn(), self.getCategory(),
/external/skia/tests/
DImageCacheTest.cpp29 const char* getCategory() const override { return "test_cache"; } in getCategory() function
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.ui.views_3.5.0.I20100527-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/clang/lib/StaticAnalyzer/Checkers/
DDebugCheckers.cpp237 GetIssueString(SM, FL, getCheckName().getName(), BT->getCategory(), in checkPostStmt()
/external/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp383 if (X.getCategory() != Y.getCategory()) in compare()
384 return X.getCategory() < Y.getCategory(); in compare()
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPFloat.h319 fltCategory getCategory() const { return category; } in getCategory() function
/external/skia/src/ports/
DSkFontMgr_FontConfigInterface.cpp113 const char* getCategory() const override { return "request_cache"; } in getCategory() function

123