HomeSort by relevance Sort by last modified time
    Searched full:other_category (Results 1 - 4 of 4) sorted by null

  /external/libchrome/base/test/
trace_event_analyzer.h 295 static Query OtherCategory() { return Query(OTHER_CATEGORY); }
322 return Query(OTHER_CATEGORY) == Query::String(category);
440 OTHER_CATEGORY,
trace_event_analyzer_unittest.cc 165 Query other_category = Query::OtherCategoryIs(other.category); local
192 EXPECT_TRUE(other_category.Evaluate(event));
trace_event_analyzer.cc 504 case OTHER_CATEGORY:
  /external/libchrome/base/trace_event/
trace_event_unittest.cc     [all...]

Completed in 162 milliseconds