Searched refs:Category (Results 1 – 10 of 10) sorted by relevance
/tools/metalava/metalava-reporter/src/main/java/com/android/tools/metalava/reporter/ |
D | Issues.kt | 33 val ADDED_PACKAGE by Issue(Severity.HIDDEN, Category.COMPATIBILITY) 34 val ADDED_CLASS by Issue(Severity.HIDDEN, Category.COMPATIBILITY) 35 val ADDED_METHOD by Issue(Severity.HIDDEN, Category.COMPATIBILITY) 36 val ADDED_FIELD by Issue(Severity.HIDDEN, Category.COMPATIBILITY) 37 val ADDED_INTERFACE by Issue(Severity.HIDDEN, Category.COMPATIBILITY) 38 val REMOVED_PACKAGE by Issue(Severity.ERROR, Category.COMPATIBILITY) 39 val REMOVED_CLASS by Issue(Severity.ERROR, Category.COMPATIBILITY) 40 val REMOVED_METHOD by Issue(Severity.ERROR, Category.COMPATIBILITY) 41 val REMOVED_FIELD by Issue(Severity.ERROR, Category.COMPATIBILITY) 42 val REMOVED_INTERFACE by Issue(Severity.ERROR, Category.COMPATIBILITY) [all …]
|
/tools/metalava/integration/ |
D | build.gradle.kts | 55 attribute(Category.CATEGORY_ATTRIBUTE, project.objects.named(Category.DOCUMENTATION)) in <lambda>() 68 attribute(Category.CATEGORY_ATTRIBUTE, project.objects.named<Category>(Category.LIBRARY)) in Configuration()
|
/tools/dexter/slicer/ |
D | dex_ir.cc | 81 Type::Category Type::GetCategory() const { in GetCategory() 85 return Category::Reference; in GetCategory() 87 return Category::Void; in GetCategory() 90 return Category::WideScalar; in GetCategory() 92 return Category::Scalar; in GetCategory()
|
D | instrumentation.cc | 198 case ir::Type::Category::Reference: in GenerateShiftParamsCode() 204 case ir::Type::Category::Scalar: in GenerateShiftParamsCode() 210 case ir::Type::Category::WideScalar: in GenerateShiftParamsCode() 216 case ir::Type::Category::Void: in GenerateShiftParamsCode() 299 } else if (type->GetCategory() != ir::Type::Category::Reference) { in InjectArrayParamsHook() 302 current_reg += 1 + (type->GetCategory() == ir::Type::Category::WideScalar); in InjectArrayParamsHook() 371 (declared_return_type->GetCategory() == ir::Type::Category::Reference)); in Apply()
|
/tools/external_updater/ |
D | metadata.proto | 94 enum Category { enum 100 optional Category category = 1;
|
/tools/apifinder/checks/src/main/java/com/android/apifinder/ |
D | ApiFinderDetector.kt | 91 category = Category.TESTING,
|
/tools/dexter/slicer/export/slicer/ |
D | dex_ir.h | 176 enum class Category { Void, Scalar, WideScalar, Reference }; enum 182 Category GetCategory() const;
|
/tools/asuite/atest/tf_proto/ |
D | test_record.proto | 134 // Category of the action that was in progress during the failure
|
/tools/tradefederation/core/proto/ |
D | test_record.proto | 146 // Category of the action that was in progress during the failure
|
/tools/apkzlib/src/test/resources/testData/packaging/text-files/ |
D | rfc2460.txt | 10 Category: Standards Track Nokia
|