/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/category/ |
D | PropertyCategoryProviders.java | 29 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()
|
D | PropertyCategoryProvider.java | 25 PropertyCategory getCategory(Property property); in getCategory() method
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/ |
D | PropertyManager.java | 23 public static PropertyCategory getCategory(Property property) { in getCategory() method in PropertyManager 27 return property.getCategory(); in getCategory()
|
D | Property.java | 80 public final PropertyCategory getCategory() { in getCategory() method in Property
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/editor/structure/property/ |
D | PropertyListIntersector.java | 128 && PropertyManager.getCategory(example) == PropertyManager.getCategory(property)) { in add()
|
/external/clang/tools/libclang/ |
D | CIndexDiagnostic.h | 74 virtual unsigned getCategory() const = 0; 135 unsigned getCategory() const override;
|
D | CXLoadedDiagnostic.h | 44 unsigned getCategory() const override;
|
D | CXStoredDiagnostic.cpp | 74 unsigned CXStoredDiagnostic::getCategory() const { in getCategory() function in CXStoredDiagnostic
|
D | CIndexDiagnostic.cpp | 71 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/ |
D | PropertyTable.java | 860 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/ |
D | Local.java | 54 return type.ropType.getCategory(); in size()
|
/external/skia/src/core/ |
D | SkMaskCache.cpp | 56 const char* getCategory() const override { return "rrect-blur"; } in getCategory() function 150 const char* getCategory() const override { return "rects-blur"; } in getCategory() function
|
D | SkBitmapCache.cpp | 126 const char* getCategory() const override { return "bitmap"; } in getCategory() function 203 const char* getCategory() const override { return "mipmap"; } in getCategory() function
|
D | SkYUVPlanesCache.cpp | 51 const char* getCategory() const override { return "yuv-planes"; } in getCategory() function
|
D | SkResourceCache.h | 86 virtual const char* getCategory() const = 0;
|
D | SkResourceCache.cpp | 680 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/ |
D | ImageCacheBench.cpp | 29 const char* getCategory() const override { return "imagecachebench-test"; } in getCategory() function
|
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
D | BugType.h | 49 StringRef getCategory() const { return Category; } in getCategory() function
|
/external/clang/utils/analyzer/ |
D | CmpRuns.py | 63 def getCategory(self): member in AnalysisDiagnostic 84 self.getColumn(), self.getCategory(),
|
/external/skia/tests/ |
D | ImageCacheTest.cpp | 29 const char* getCategory() const override { return "test_cache"; } in getCategory() function
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.ui.views_3.5.0.I20100527-0800.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | DebugCheckers.cpp | 237 GetIssueString(SM, FL, getCheckName().getName(), BT->getCategory(), in checkPostStmt()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | PathDiagnostic.cpp | 383 if (X.getCategory() != Y.getCategory()) in compare() 384 return X.getCategory() < Y.getCategory(); in compare()
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | APFloat.h | 319 fltCategory getCategory() const { return category; } in getCategory() function
|
/external/skia/src/ports/ |
D | SkFontMgr_FontConfigInterface.cpp | 113 const char* getCategory() const override { return "request_cache"; } in getCategory() function
|