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.cpp78 unsigned CXStoredDiagnostic::getCategory() const { in getCategory() function in CXStoredDiagnostic
DCXLoadedDiagnostic.cpp118 unsigned CXLoadedDiagnostic::getCategory() const { in getCategory() function in CXLoadedDiagnostic
DCIndexDiagnostic.cpp74 unsigned getCategory() const { return 0; } in getCategory() function in __anon2e96c6e50111::CXDiagnosticCustomNoteImpl
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugType.h40 StringRef getCategory() const { return Category; } in getCategory() function
DPathDiagnostic.h651 StringRef getCategory() const { return Category; } in getCategory() function
/external/llvm/include/llvm/ADT/
DAPFloat.h319 fltCategory getCategory() const { return category; } in getCategory() function
/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/webkit/Source/WebCore/inspector/front-end/
DAuditsPanel.js105 getCategory: function(id) method in WebInspector.AuditsPanel
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
DPropertyTable.java1319 private PropertyCategory getCategory(Property property) { in getCategory() method in PropertyTable