Home
last modified time | relevance | path

Searched refs:Debuggable (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/binder/tests/
DbinderLibTest.cpp1622 static Matcher<status_t> Debuggable(const Matcher<status_t> &matcher) { in Debuggable() function
1634 Debuggable(StatusEq(OK))); in TEST_F()
1646 Debuggable(StatusEq(OK))); in TEST_F()
1652 Debuggable(StatusEq(OK))); in TEST_F()
1671 Debuggable(StatusEq(BAD_VALUE))); in TEST_P()
1680 Debuggable(StatusEq(UNEXPECTED_NULL))); in TEST_P()
/frameworks/native/cmds/installd/
Drun_dex2oat_test.cpp540 TEST_F(RunDex2OatTest, Debuggable) { in TEST_F() argument