OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestNullReturn
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Test/connectivity/sl4n/facades/test/
test_facade.h
28
std::tuple<int, int>
TestNullReturn
();
test_facade.cpp
39
std::tuple<int, int> TestFacade::
TestNullReturn
() {
106
std::tie(result, error_code) = facade.
TestNullReturn
();
225
CommandReceiver::RegisterCommand("
TestNullReturn
",
/tools/test/connectivity/acts/tests/google/native/
NativeTest.py
43
return not self.droid.
TestNullReturn
()
Completed in 551 milliseconds