Searched defs:getCategory (Results 1 - 25 of 32) sorted by relevance

12

/external/clang/tools/libclang/
H A DCXStoredDiagnostic.cpp74 unsigned CXStoredDiagnostic::getCategory() const { function in class:CXStoredDiagnostic
H A DCXLoadedDiagnostic.cpp119 unsigned CXLoadedDiagnostic::getCategory() const { function in class:CXLoadedDiagnostic
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/
H A DPropertyManager.java23 public static PropertyCategory getCategory(Property property) { method in class:PropertyManager
27 return property.getCategory();
H A DProperty.java80 public final PropertyCategory getCategory() { method in class:Property
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/category/
H A DPropertyCategoryProvider.java25 PropertyCategory getCategory(Property property); method in interface:PropertyCategoryProvider
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugType.h49 StringRef getCategory() const { return Category; } function in class:clang::ento::BugType
H A DPathDiagnostic.h795 StringRef getCategory() const { return Category; } function in class:clang::ento::PathDiagnostic
/external/clang/utils/analyzer/
H A DCmpRuns.py63 def getCategory(self): member in class:AnalysisDiagnostic
84 self.getColumn(), self.getCategory(),
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DRegisterSpec.java360 return reg + getCategory();
365 * shorthand for {@code getType().getCategory()}.
371 public int getCategory() { method in class:RegisterSpec
372 return type.getType().getCategory();
379 * @see #getCategory
391 * @see #getCategory
/external/smack/src/org/jivesoftware/smackx/packet/
H A DDiscoverInfo.java303 public String getCategory() { method in class:DiscoverInfo.Identity
/external/llvm/include/llvm/ADT/
H A DAPFloat.h397 fltCategory getCategory() const { return category; } function in class:llvm::APFloat
/external/dexmaker/src/dx/java/com/android/dx/rop/type/
H A DType.java609 public int getCategory() { method in class:Type
623 * @see #getCategory
641 * @see #getCategory
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
H A DPropertyTable.java860 PropertyCategory category = getCategory(property);
962 return getCategory(property);
1276 if (getCategory(property).isAdvanced()) {
1279 } else if (getCategory(property).isPreferred() || getCategory(property).isSystem()) {
1339 private PropertyCategory getCategory(Property property) { method in class:PropertyTable
1340 return m_propertyCategoryProvider.getCategory(property);
1553 if (getCategory(subProperty).isHidden() && !subProperty.isModified()) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.views_3.5.0.I20100527-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.help_3.5.0.v20100524.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.commands_3.6.0.I20100512-1500.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.commons.logging_1.0.4.v201005080501.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.updatesite_1.0.201.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.text_3.5.0.v20100601-1300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 259 milliseconds

12