Home
last modified time | relevance | path

Searched defs:getCategory (Results 1 – 13 of 13) sorted by relevance

/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/category/
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
DProperty.java80 public final PropertyCategory getCategory() { in getCategory() method in Property
/external/clang/tools/libclang/
DCXStoredDiagnostic.cpp74 unsigned CXStoredDiagnostic::getCategory() const { in getCategory() function in CXStoredDiagnostic
DCXLoadedDiagnostic.cpp121 unsigned CXLoadedDiagnostic::getCategory() const { in getCategory() function in CXLoadedDiagnostic
DCIndexDiagnostic.cpp71 unsigned getCategory() const override { return 0; } in getCategory() function in __anonfea142010111::CXDiagnosticCustomNoteImpl
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugType.h49 StringRef getCategory() const { return Category; } in getCategory() function
DPathDiagnostic.h799 StringRef getCategory() const { return Category; } in getCategory() function
/external/llvm/include/llvm/ADT/
DAPFloat.h430 fltCategory getCategory() const { return category; } in getCategory() function
/external/clang/utils/analyzer/
DCmpRuns.py63 def getCategory(self): member in AnalysisDiagnostic
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
DRegisterSpec.java371 public int getCategory() { in getCategory() method in RegisterSpec
/external/dexmaker/src/dx/java/com/android/dx/rop/type/
DType.java609 public int getCategory() { in getCategory() method in Type
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
DPropertyTable.java1339 private PropertyCategory getCategory(Property property) { in getCategory() method in PropertyTable