HomeSort by relevance Sort by last modified time
    Searched full:expected_ret (Results 1 - 5 of 5) sorted by null

  /external/autotest/client/site_tests/security_AltSyscall/
security_AltSyscall.py 27 def run_test(self, exe, table, expected_ret, pretty_msg):
36 @param expected_ret Expected return value from the test
44 if ret != expected_ret:
45 logging.error("ret: %d, expected: %d", ret, expected_ret)
  /external/autotest/client/site_tests/security_Minijail_seccomp/
security_Minijail_seccomp.py 25 def run_test(self, exe, args, jail, expected_ret, pretty_msg):
43 if ret != expected_ret:
44 logging.error("ret: %d, expected: %d" % (ret, expected_ret))
  /external/v8/test/cctest/compiler/
test-run-native-calls.cc 1092 int32_t expected_ret; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/
libpython2.7.a     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
libpython2.7.a     [all...]

Completed in 115 milliseconds