HomeSort by relevance Sort by last modified time
    Searched refs:IsCategoryEnabled (Results 1 - 7 of 7) sorted by null

  /external/libchrome/base/files/
file_tracing.h 17 if (FileTracing::IsCategoryEnabled()) \
30 static bool IsCategoryEnabled();
file_tracing.cc 24 bool FileTracing::IsCategoryEnabled() {
file.cc 90 if (FileTracing::IsCategoryEnabled())
  /external/libchrome/base/trace_event/
trace_config_category_filter.h 49 bool IsCategoryEnabled(const StringPiece& category_name) const;
trace_config_unittest.cc 307 EXPECT_FALSE(tc_empty.category_filter().IsCategoryEnabled("Category1"));
309 tc_empty.category_filter().IsCategoryEnabled("not-excluded-category"));
310 EXPECT_TRUE(tc_asterisk.category_filter().IsCategoryEnabled("Category1"));
312 tc_asterisk.category_filter().IsCategoryEnabled("not-excluded-category"));
407 EXPECT_TRUE(tc.category_filter().IsCategoryEnabled("included"));
408 EXPECT_TRUE(tc.category_filter().IsCategoryEnabled("inc_pattern_category"));
409 EXPECT_TRUE(tc.category_filter().IsCategoryEnabled("disabled-by-default-cc"));
410 EXPECT_FALSE(tc.category_filter().IsCategoryEnabled("excluded"));
411 EXPECT_FALSE(tc.category_filter().IsCategoryEnabled("exc_pattern_category"));
413 tc.category_filter().IsCategoryEnabled("disabled-by-default-others"))
    [all...]
trace_config_category_filter.cc 100 if (IsCategoryEnabled(category_group_token))
141 bool TraceConfigCategoryFilter::IsCategoryEnabled(
trace_config.cc 343 if (category_filter_.IsCategoryEnabled(MemoryDumpManager::kTraceCategory)) {
390 if (category_filter_.IsCategoryEnabled(MemoryDumpManager::kTraceCategory)) {
527 if (category_filter_.IsCategoryEnabled(MemoryDumpManager::kTraceCategory)) {

Completed in 347 milliseconds