Searched refs:IncludeCategory (Results 1 - 9 of 9) sorted by relevance

/external/junit/src/main/java/org/junit/experimental/categories/
H A DCategories.java18 * annotated with either the category given with the @IncludeCategory
60 * @IncludeCategory(SlowTests.class)
71 * @IncludeCategory({FastTests.class, SmokeTests.class})
84 public @interface IncludeCategory { interface in class:Categories
93 * {@link IncludeCategory#value()}. Otherwise, runs tests only if annotated with <em>all</em> of the categories.
102 * value of this annotation or their subtypes regardless of being included in {@link IncludeCategory#value()}.
322 IncludeCategory annotation= klass.getAnnotation(IncludeCategory.class);
327 IncludeCategory annotation= klass.getAnnotation(IncludeCategory
[all...]
/external/clang/include/clang/Format/
H A DFormat.h370 struct IncludeCategory { struct in struct:clang::format::FormatStyle
375 bool operator==(const IncludeCategory &Other) const {
406 std::vector<IncludeCategory> IncludeCategories;
/external/clang/lib/Format/
H A DFormat.cpp47 LLVM_YAML_IS_SEQUENCE_VECTOR(clang::format::FormatStyle::IncludeCategory)
377 template <> struct MappingTraits<FormatStyle::IncludeCategory> {
378 static void mapping(IO &IO, FormatStyle::IncludeCategory &Category) {
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/
H A Djunit-4.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/libphonenumber/lib/
H A Djunit-4.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/owasp/sanitizer/lib/junit/
H A Djunit-dep.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/clang/unittests/Format/
H A DFormatTest.cpp10375 std::vector<FormatStyle::IncludeCategory> ExpectedCategories = {{"abc/.*", 2},
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...

Completed in 342 milliseconds