Searched refs:categories (Results 1 - 25 of 71) sorted by relevance

123

/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/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
H A DBugType.h66 : BugType(check, name, categories::LogicError), desc(description) {}
70 : BugType(checker, name, categories::LogicError), desc(description) {}
73 : BugType(checker, name, categories::LogicError), desc(name) {}
/external/chromium-trace/
H A Dsystrace_agent.py8 A systrace agent contains the command-line options and trace categories to
12 def __init__(self, options, categories):
17 categories: The trace categories to capture.
20 self._categories = categories
H A Drun_unittest.py56 options, categories = systrace.parse_options(SYSTRACE_CMD)
57 agent = atrace_agent.AtraceAgent(options, categories)
104 options, categories = systrace.parse_options([])
105 agent = atrace_agent.AtraceAgent(options, categories)
110 options, categories = systrace.parse_options(SYSTRACE_LIST_CATEGORIES_CMD)
111 agent = atrace_agent.AtraceAgent(options, categories)
118 options, categories = systrace.parse_options(SYSTRACE_CMD)
119 agent = atrace_agent.AtraceLegacyAgent(options, categories)
H A Dsystrace.py37 A tuple containing the options structure and a list of categories to
52 parser.add_option('-l', '--list-categories', dest='list_categories',
54 help='list the available categories and exit')
86 options, categories = parser.parse_args(argv[1:])
97 return (options, categories)
132 def create_agents(options, categories):
139 categories: The trace categories to capture.
162 agent = module.try_create_agent(options, categories)
170 options, categories
[all...]
/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.h42 DisableLog (const char **categories, lldb_private::Stream *feedback_strm);
45 EnableLog (lldb::StreamSP &log_stream_sp, uint32_t log_options, const char **categories, lldb_private::Stream *feedback_strm);
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.h45 DisableLog (const char **categories, lldb_private::Stream *feedback_strm);
48 EnableLog (lldb::StreamSP &log_stream_sp, uint32_t log_options, const char **categories, lldb_private::Stream *feedback_strm);
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/mesa3d/src/mapi/glapi/gen/
H A Dgl_procs.py146 categories = {}
151 if not categories.has_key(cat):
152 categories[cat] = []
155 categories[cat].append(proto)
156 if categories:
160 keys = categories.keys()
164 print "\n".join(categories[key])
/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"
H A DLogChannelDWARF.h62 Disable (const char** categories, lldb_private::Stream *feedback_strm);
71 const char **categories); // The categories to enable within this logging stream, if empty, enable default set
/external/lldb/include/lldb/
H A Dlldb-private-log.h80 DisableLog (const char **categories, Stream *feedback_strm);
83 EnableLog (lldb::StreamSP &log_stream_sp, uint32_t log_options, const char **categories, Stream *feedback_strm);
/external/lldb/include/lldb/Core/
H A DLog.h63 typedef void (*DisableCallback) (const char **categories, Stream *feedback_strm);
66 const char **categories,
95 const char **categories,
213 // categories is a an array of chars that ends with a NULL element.
215 Disable (const char **categories, Stream *feedback_strm) = 0;
221 const char **categories) = 0;// The categories to enable within this logging stream, if empty, enable default set
/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/
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/regex-re2/re2/testing/
H A Dunicode_test.py178 for category, codes in self.categories.items():
189 self.categories = unicode.Categories(unicode_dir=_UNICODE_DIR)
197 self.assertTrue(ord("a") in self.categories["L"])
198 self.assertTrue(ord("0") in self.categories["N"])
199 self.assertTrue(0x8B5A in self.categories["L"])
200 self.assertTrue(0x6C38 in self.categories["L"])
201 self.assertTrue(0x92D2 in self.categories["L"])
/external/regex-re2/re2/
H A Dunicode.py284 categories = {}
287 """Process single UnicodeData.txt line, updating categories."""
289 categories.setdefault(category, []).extend(codes)
293 categories.setdefault(short, []).extend(codes)
296 return categories
/external/chromium-trace/agents/
H A Datrace_agent.py22 # If a custom list of categories is not specified, traces will include
23 # these categories (if available on the device).
25 # The command to list trace categories.
50 def try_create_agent(options, categories):
52 return AtraceAgent(options, categories)
56 return AtraceAgent(options, categories)
58 return AtraceLegacyAgent(options, categories)
62 def __init__(self, options, categories):
63 super(AtraceAgent, self).__init__(options, categories)
328 categories
[all...]
/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
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSizeofPointer.cpp69 categories::LogicError,
H A DIdenticalExprChecker.cpp74 categories::LogicError,
127 categories::LogicError,
158 categories::LogicError,
246 categories::LogicError, Message, ELoc);
268 categories::LogicError,

Completed in 3651 milliseconds

123