OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:included_categories
(Results
1 - 3
of
3
) sorted by null
/external/chromium-trace/catapult/telemetry/telemetry/timeline/
tracing_category_filter.py
87
def
included_categories
(self):
member in class:TracingCategoryFilter
127
INCLUDED_CATEGORIES_PARAM = '
included_categories
'
182
if self.
included_categories
and other.
included_categories
:
185
if not self.
included_categories
<= other.
included_categories
:
187
elif self.
included_categories
:
190
if self.
included_categories
.intersection(other.excluded_categories):
192
elif other.
included_categories
:
tracing_category_filter_unittest.py
12
self.assertEquals(set(['x']), set(cf.
included_categories
))
/external/libchrome/base/trace_event/
trace_event_unittest.cc
1221
std::vector<std::string>
included_categories
;
local
[
all
...]
Completed in 965 milliseconds