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

12

/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/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/junit/src/org/junit/experimental/categories/
H A DCategory.java1 package org.junit.experimental.categories;
7 * Marks a test class or test method as belonging to one or more categories of tests.
H A DCategories.java4 package org.junit.experimental.categories;
111 List<Class<?>> categories= categories(description);
112 if (categories.isEmpty())
114 for (Class<?> each : categories)
117 for (Class<?> each : categories)
123 private List<Class<?>> categories(Description description) { method in class:Categories.CategoryFilter
124 ArrayList<Class<?>> categories= new ArrayList<Class<?>>();
125 categories.addAll(Arrays.asList(directCategories(description)));
126 categories
[all...]
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDPLog.cpp49 ProcessKDPLog::DisableLog (const char **categories, Stream *feedback_strm) argument
56 if (categories[0] != NULL)
59 for (size_t i = 0; categories[i] != NULL; ++i)
61 const char *arg = categories[i];
96 ProcessKDPLog::EnableLog (StreamSP &log_stream_sp, uint32_t log_options, const char **categories, Stream *feedback_strm) argument
116 for (size_t i=0; categories[i] != NULL; ++i)
118 const char *arg = categories[i];
156 strm->Printf ("Logging categories for '%s':\n"
157 " all - turn on all available logging categories\n"
161 " default - enable the default set of logging categories fo
[all...]
/external/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemoteLog.cpp59 ProcessGDBRemoteLog::DisableLog (const char **categories, Stream *feedback_strm) argument
66 if (categories[0] != NULL)
69 for (size_t i = 0; categories[i] != NULL; ++i)
71 const char *arg = categories[i];
107 ProcessGDBRemoteLog::EnableLog (StreamSP &log_stream_sp, uint32_t log_options, const char **categories, Stream *feedback_strm) argument
127 for (size_t i=0; categories[i] != NULL; ++i)
129 const char *arg = categories[i];
167 strm->Printf ("Logging categories for '%s':\n"
168 " all - turn on all available logging categories\n"
172 " default - enable the default set of logging categories fo
[all...]
/external/lldb/source/
H A Dlldb-log.cpp105 lldb_private::DisableLog (const char **categories, Stream *feedback_strm) argument
112 if (categories[0] != NULL)
115 for (size_t i = 0; categories[i] != NULL; ++i)
117 const char *arg = categories[i];
164 lldb_private::EnableLog (StreamSP &log_stream_sp, uint32_t log_options, const char **categories, Stream *feedback_strm) argument
185 for (size_t i=0; categories[i] != NULL; ++i)
187 const char *arg = categories[i];
235 strm->Printf("Logging categories for 'lldb':\n"
236 " all - turn on all available logging categories\n"
240 " default - enable the default set of logging categories fo
[all...]
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DLogChannelDWARF.cpp87 LogChannelDWARF::Disable (const char **categories, Stream *feedback_strm) argument
93 for (size_t i = 0; categories[i] != NULL; ++i)
95 const char *arg = categories[i];
128 const char **categories // The categories to enable within this logging stream, if empty, enable default set
141 for (size_t i = 0; categories[i] != NULL; ++i)
143 const char *arg = categories[i];
175 strm->Printf ("Logging categories for '%s':\n"
176 " all - turn on all available logging categories\n"
/external/lldb/source/Core/
H A DLog.cpp370 const char **categories,
378 pos->second.enable (log_stream_sp, log_options, categories, feedback_strm);
384 channel_pos->second->Enable (log_stream_sp, log_options, feedback_strm, categories);
415 const char *categories[1] = {NULL}; local
418 pos->second.disable (categories, feedback_strm);
423 channel_pos->second->Disable (categories, feedback_strm);
366 EnableAllLogChannels( StreamSP &log_stream_sp, uint32_t log_options, const char **categories, Stream *feedback_strm ) argument
H A DDebugger.cpp2627 Debugger::EnableLog (const char *channel, const char **categories, const char *log_file, uint32_t log_options, Stream &error_stream) argument
2660 log_callbacks.enable (log_stream_sp, log_options, categories, &error_stream);
2668 if (log_channel_sp->Enable (log_stream_sp, log_options, &error_stream, categories))
/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/robolectric/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/lldb/source/API/
H A DSBDebugger.cpp1242 SBDebugger::EnableLog (const char *channel, const char **categories) argument
1248 return m_opaque_sp->EnableLog (channel, categories, NULL, log_options, errors);
/external/selinux/checkpolicy/
H A Dpolicy_parse.y263 opt_categories : categories
266 categories : category_def label
267 | 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/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 ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
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.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.ui.views_3.5.0.I20100527-0800.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.eclipse.text_3.5.0.v20100601-1300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.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 ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 570 milliseconds

12