Searched defs:categories (Results 1 - 25 of 51) sorted by relevance

123

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DCommonBugCategories.h1 //=--- CommonBugCategories.h - Provides common issue categories -*- C++ -*-===//
16 namespace categories { namespace in namespace:clang::ento
/external/junit/src/main/java/org/junit/experimental/categories/
H A DCategoryFilterFactory.java1 package org.junit.experimental.categories;
16 * Creates a {@link org.junit.experimental.categories.Categories.CategoryFilter} given a
30 * Creates a {@link org.junit.experimental.categories.Categories.CategoryFilter} given an array of classes.
32 * @param categories Category classes.
34 protected abstract Filter createFilter(List<Class<?>> categories); argument
36 private List<Class<?>> parseCategories(String categories) throws ClassNotFoundException { argument
39 for (String category : categories.split(",")) {
H A DExcludeCategories.java1 package org.junit.experimental.categories;
7 import org.junit.experimental.categories.Categories.CategoryFilter;
11 * {@link org.junit.runner.FilterFactory} to exclude categories.
14 * given categories.
18 * --filter=org.junit.experimental.categories.ExcludeCategories=pkg.of.Cat1,pkg.of.Cat2
29 * not categorized with any of the specified categories.
31 * @param categories Category classes.
34 protected Filter createFilter(List<Class<?>> categories) { argument
35 return new ExcludesAny(categories);
39 public ExcludesAny(List<Class<?>> categories) { argument
43 ExcludesAny(Set<Class<?>> categories) argument
[all...]
H A DIncludeCategories.java1 package org.junit.experimental.categories;
7 import org.junit.experimental.categories.Categories.CategoryFilter;
11 * {@link org.junit.runner.FilterFactory} to include categories.
14 * given categories.
18 * --filter=org.junit.experimental.categories.IncludeCategories=pkg.of.Cat1,pkg.of.Cat2
29 * categorized with any of the specified categories.
31 * @param categories Category classes.
34 protected Filter createFilter(List<Class<?>> categories) { argument
35 return new IncludesAny(categories);
39 public IncludesAny(List<Class<?>> categories) { argument
43 IncludesAny(Set<Class<?>> categories) argument
[all...]
H A DCategory.java1 package org.junit.experimental.categories;
10 * Marks a test class or test method as belonging to one or more categories of tests.
H A DCategoryValidator.java1 package org.junit.experimental.categories;
H A DCategories.java1 package org.junit.experimental.categories;
68 * Example to run multiple categories:
86 * Determines the tests to run that are annotated with categories specified in
92 * If <tt>true</tt>, runs tests annotated with <em>any</em> of the categories in
93 * {@link IncludeCategory#value()}. Otherwise, runs tests only if annotated with <em>all</em> of the categories.
101 * Determines the tests which do not run if they are annotated with categories specified in the
107 * If <tt>true</tt>, the tests annotated with <em>any</em> of the categories in {@link ExcludeCategory#value()}
108 * do not run. Otherwise, the tests do not run if and only if annotated with <em>all</em> categories.
119 public static CategoryFilter include(boolean matchAny, Class<?>... categories) { argument
120 if (hasNull(categories)) {
130 include(Class<?>.... categories) argument
134 exclude(boolean matchAny, Class<?>... categories) argument
145 exclude(Class<?>.... categories) argument
265 private static Set<Class<?>> categories(Description description) { method in class:Categories.CategoryFilter
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DCommonBugCategories.cpp1 //=--- CommonBugCategories.cpp - Provides common issue categories -*- C++ -*-=//
13 namespace clang { namespace ento { namespace categories { namespace in namespace:clang::ento
/external/robolectric-shadows/resources/src/main/java/org/robolectric/manifest/
H A DIntentFilterData.java8 private final List<String> categories; field in class:IntentFilterData
16 public IntentFilterData(List<String> actions, List<String> categories) { argument
18 this.categories = new ArrayList<>(categories);
32 return categories;
/external/libchrome/base/trace_event/
H A Dtrace_config_category_filter.cc51 // Ignore empty categories.
67 // Excluded categories start with '-'.
106 // Do a second pass to check for explicitly disabled categories
116 // remaining categories of category_group_name is not present in the
128 // One of the categories present in category_group_name is not present in
135 // we consider this category group enabled, as long as it had categories
192 StringList categories(included_categories_);
193 categories.insert(categories.end(), disabled_categories_.begin(),
195 AddCategoriesToDict(categories, kIncludedCategoriesPara
250 AddCategoriesToDict( const StringList& categories, const char* param, DictionaryValue* dict) const argument
[all...]
/external/libmojo/third_party/jinja2/
H A D_stringdefs.py99 categories = {} variable
113 categories.setdefault(cat, []).append(c)
118 for cat in sorted(categories):
119 val = u''.join(categories[cat])
129 f.write('cats = %r\n\n' % sorted(categories.keys()))
/external/tensorflow/tensorflow/compiler/xla/
H A Dmetric_table_report.cc99 // Create the categories using a category_text -> category map.
107 // Move the categories to a vector.
108 std::vector<Category> categories; local
109 categories.reserve(category_map.size());
111 categories.push_back(std::move(key_value_pair.second));
112 categories.back().category_text = key_value_pair.first;
115 // Sort the categories.
119 std::sort(categories.begin(), categories.end(), metric_sum_greater);
121 return categories;
135 const std::vector<Category> categories = MakeCategories(&entries_); local
[all...]
/external/libmicrohttpd/src/examples/
H A Ddemo.c114 * NULL-terminated array of supported upload categories. Should match HTML
117 static const char * const categories[] = variable
147 * NULL-terminated array of supported upload categories. Should match HTML
336 for (category_idx = 0; NULL != categories[category_idx]; category_idx++)
338 category = categories[category_idx];
H A Ddemo_https.c115 * NULL-terminated array of supported upload categories. Should match HTML
118 static const char * const categories[] = variable
148 * NULL-terminated array of supported upload categories. Should match HTML
337 for (category_idx = 0; NULL != categories[category_idx]; category_idx++)
339 category = categories[category_idx];
/external/llvm/lib/Support/
H A Dregex2.h123 /* stuff for character categories */
147 int ncategories; /* how many character categories */
148 cat_t *categories; /* ->catspace[-CHAR_MIN] */ member in struct:re_guts
/external/swiftshader/third_party/LLVM/lib/Support/
H A Dregex2.h120 /* stuff for character categories */
144 int ncategories; /* how many character categories */
145 cat_t *categories; /* ->catspace[-CHAR_MIN] */ member in struct:re_guts
/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A Dregex2.h123 /* stuff for character categories */
147 int ncategories; /* how many character categories */
148 cat_t *categories; /* ->catspace[-CHAR_MIN] */ member in struct:re_guts
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsm16bitStorageTests.cpp1150 const Category categories[] = local
1156 for (deUint32 catIdx = 0; catIdx < DE_LENGTH_OF_ARRAY(categories); ++catIdx)
1161 string name = string(CAPABILITIES[capIdx].name) + "_" + categories[catIdx].name + "_" + intFacts[factIdx].name;
1170 fragments["pre_main"] = categories[catIdx].preMain.specialize(specs);
1171 fragments["testfun"] = categories[catIdx].testFunction.specialize(specs);
1173 fragments["decoration"] = categories[catIdx].decoration.specialize(specs);
2861 const Category categories[] = local
2867 for (deUint32 catIdx = 0; catIdx < DE_LENGTH_OF_ARRAY(categories); ++catIdx)
2872 string name = string(CAPABILITIES[capIdx].name) + "_" + categories[catIdx].name + "_" + intFacts[factIdx].name;
2884 fragments["pre_main"] = categories[catId
[all...]
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowIntent.java37 private final Set<String> categories = new HashSet<String>(); field in class:ShadowIntent
63 categories.addAll(other.categories);
108 categories.add(category);
114 categories.remove(category);
119 return categories.contains(category);
124 return categories;
441 if (!other.categories.isEmpty()
442 && (categories.isEmpty() || (flags & FILL_IN_CATEGORIES) != 0)) {
443 categories
[all...]
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
H A DAndroidFacade.java83 * <li><b>categories</b> - list of categories
391 String packagename, String classname, JSONArray categories) throws JSONException {
403 if (categories != null) {
404 for (int i = 0; i < categories.length(); i++) {
405 intent.addCategory(categories.getString(i));
687 classname, null /* categories */);
701 @RpcParameter(name = "categories", description = "a List of categories to add to the Intent")
702 @RpcOptional JSONArray categories,
390 buildIntent(String action, String uri, String type, JSONObject extras, String packagename, String classname, JSONArray categories) argument
692 makeIntent( @pcParametername = �) String action, @RpcParameter(name = �) @RpcOptional String uri, @RpcParameter(name = �, description = �) @RpcOptional String type, @RpcParameter(name = �, description = �) @RpcOptional JSONObject extras, @RpcParameter(name = �, description = �) @RpcOptional JSONArray categories, @RpcParameter(name = �, description = �) @RpcOptional String packagename, @RpcParameter(name = �, description = �) @RpcOptional String classname, @RpcParameter(name = �, description = �) @RpcOptional Integer flags ) argument
[all...]
/external/selinux/checkpolicy/
H A Dpolicy_parse.y271 opt_categories : categories
274 categories : category_def label
275 | categories category_def
/external/owasp/sanitizer/lib/junit/
H A Djunit-dep.jar ... textui/ org/ org/junit/ org/junit/experimental/ org/junit/experimental/categories/ org/junit/experimental/max/ org/junit/experimental/results/ org/junit ...
H A Djunit.jar ... hamcrest/internal/ org/junit/ org/junit/experimental/ org/junit/experimental/categories/ org/junit/experimental/max/ org/junit/experimental/results/ org/junit ...
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/
H A Djunit-4.8.1.jar ... hamcrest/internal/ org/junit/ org/junit/experimental/ org/junit/experimental/categories/ org/junit/experimental/max/ org/junit/experimental/results/ org/junit ...
/external/libphonenumber/lib/
H A Djunit-4.8.1.jar ... hamcrest/internal/ org/junit/ org/junit/experimental/ org/junit/experimental/categories/ org/junit/experimental/max/ org/junit/experimental/results/ org/junit ...

Completed in 1537 milliseconds

123