HomeSort by relevance Sort by last modified time
    Searched refs:expect_ret (Results 1 - 2 of 2) sorted by null

  /external/ltp/testcases/lib/
test_net.sh 447 local expect_ret=0
448 [ "$expect_res" != "pass" ] && expect_ret=1
488 if [ "$expect_ret" -ne "$ret" ]; then
  /frameworks/native/libs/binder/tests/
binderDriverInterfaceTest.cpp 90 void binderTestIoctlRetErr2(int cmd, void *arg, int expect_ret, int expect_errno, int accept_errno) {
94 EXPECT_EQ(expect_ret, ret);

Completed in 151 milliseconds