Home
last modified time | relevance | path

Searched refs:all_categories (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/packages/Python/lldbsuite/test/
Dtest_categories.py21 all_categories = { variable
81 if category not in all_categories and not exact_match:
82 category = unique_string_match(category, all_categories)
83 if (category not in all_categories) or category is None:
90 str(list(all_categories.keys())))
/external/chromium-trace/catapult/systrace/systrace/tracing_agents/
Dftrace_agent.py42 all_categories = { variable
212 if category not in all_categories:
215 req_events = all_categories[category]["req"]
224 for event in all_categories:
234 desc = all_categories[category]["desc"]
241 req_events = all_categories[category]["req"]
245 if "opt" in all_categories[category]:
246 opt_events = all_categories[category]["opt"]
/external/icu/icu4c/source/python/icutools/databuilder/
Dfiltration.py265 all_categories = set(
269 all_categories.remove(None)
270 all_categories = list(sorted(all_categories))
274 for category in all_categories:
290 if category not in all_categories: