Home
last modified time | relevance | path

Searched refs:getCategories (Results 1 – 12 of 12) sorted by relevance

/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowIntent.java123 public Set<String> getCategories() { in getCategories() method in ShadowIntent
521 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()
/external/lldb/test/attic/
Dtester.py101 def getCategories(self): member in LLDBTestCase
108 def getCategories(self): member in SanityCheckTestCase
/external/lldb/test/example/
DTestSequenceFunctions.py32 def getCategories(self): member in SequenceFunctionsTestCase
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DIntentTest.java258 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()
/external/lldb/test/functionalities/expr-doesnt-deadlock/
DTestExprDoesntBlock.py13 def getCategories(self): member in ExprDoesntDeadlockTestCase
/external/lldb/test/functionalities/watchpoint/hello_watchpoint/
DTestMyFirstWatchpoint.py13 def getCategories (self): member in HelloWatchpointTestCase
/external/chromium_org/content/browser/devtools/
Ddevtools_tracing_handler.cc58 RegisterCommandHandler(devtools::Tracing::getCategories::kName, in DevToolsTracingHandler()
243 response->Set(devtools::Tracing::getCategories::kResponseCategories, in OnCategoriesReceived()
/external/lldb/test/functionalities/load_unload/
DTestLoadUnload.py14 def getCategories (self): member in LoadUnloadTestCase
/external/lldb/test/lang/objc/objc-stepping/
DTestObjCStepping.py11 def getCategories (self): member in TestObjCStepping
/external/lldb/test/lang/c/stepping/
DTestStepAndBreakpoints.py13 def getCategories(self): member in TestObjCStepping
/external/lldb/test/
Ddotest.py1471 test_categories = test_method.getCategories(test)
1473 test_categories = test.getCategories()
1475 test_categories = test.__self__.getCategories()
Dlldbtest.py1505 def getCategories(self): member in TestBase