Searched refs:getCategories (Results 1 – 12 of 12) sorted by relevance
123 public Set<String> getCategories() { in getCategories() method in ShadowIntent521 if (getCategories() != other.getCategories()) { in filterEquals()522 if (getCategories() != null) { in filterEquals()523 if (!getCategories().equals(other.getCategories())) { in filterEquals()527 if (!other.getCategories().equals(getCategories())) { in filterEquals()
101 def getCategories(self): member in LLDBTestCase108 def getCategories(self): member in SanityCheckTestCase
32 def getCategories(self): member in SequenceFunctionsTestCase
258 Set<String> categories = intent.getCategories(); in shouldSupportCategories()269 assertEquals(0, intent.getCategories().size()); in shouldSupportCategories()278 assertTrue(intent.getCategories().contains("foo")); in shouldAddCategories()307 assertTrue(intentA.getCategories().contains(category)); in shouldFillIn()
13 def getCategories(self): member in ExprDoesntDeadlockTestCase
13 def getCategories (self): member in HelloWatchpointTestCase
58 RegisterCommandHandler(devtools::Tracing::getCategories::kName, in DevToolsTracingHandler()243 response->Set(devtools::Tracing::getCategories::kResponseCategories, in OnCategoriesReceived()
14 def getCategories (self): member in LoadUnloadTestCase
11 def getCategories (self): member in TestObjCStepping
13 def getCategories(self): member in TestObjCStepping
1471 test_categories = test_method.getCategories(test)1473 test_categories = test.getCategories()1475 test_categories = test.__self__.getCategories()
1505 def getCategories(self): member in TestBase