Home
last modified time | relevance | path

Searched refs:TEST_RESULT (Results 1 – 7 of 7) sorted by relevance

/external/ltp/testcases/kernel/syscalls/symlink/
Dsymlink01.c497 int TEST_RESULT; variable
655 TEST_RESULT = TBROK; in creat_symlink()
682 TEST_RESULT = TBROK; in creat_object()
695 TEST_RESULT = TBROK; in creat_object()
737 TEST_RESULT = TBROK; in ck_symlink()
743 TEST_RESULT = TBROK; in ck_symlink()
766 TEST_RESULT = TBROK; in ck_both()
772 TEST_RESULT = TBROK; in ck_both()
778 TEST_RESULT = TBROK; in ck_both()
802 TEST_RESULT = TBROK; in creat_path_max()
[all …]
/external/flatbuffers/tests/
DRustTest.sh20 TEST_RESULT=$?
21 if [[ $TEST_RESULT == 0 ]]; then
29 TEST_RESULT=$?
30 if [[ $TEST_RESULT == 0 ]]; then
/external/testng/src/main/java/org/testng/remote/strprotocol/
DMessageHelper.java32 public static final int TEST_RESULT = 1000; field in MessageHelper
33 public static final int PASSED_TEST = TEST_RESULT + ITestResult.SUCCESS;
34 public static final int FAILED_TEST = TEST_RESULT + ITestResult.FAILURE;
35 public static final int SKIPPED_TEST = TEST_RESULT + ITestResult.SKIP;
36 …public static final int FAILED_ON_PERCENTAGE_TEST = TEST_RESULT + ITestResult.SUCCESS_PERCENTAGE_F…
37 public static final int TEST_STARTED = TEST_RESULT + ITestResult.STARTED;
DStringMessageSender.java130 else if(messageType < MessageHelper.TEST_RESULT) { in receiveMessage()
DTestResultMessage.java106 init(MessageHelper.TEST_RESULT + result.getStatus(), in TestResultMessage()
/external/tensorflow/tensorflow/tools/ci_build/builds/
Dbenchmark.sh81 TEST_RESULT=$?
105 TEST_RESULT=2
112 if [[ ${TEST_RESULT} -eq 0 ]]; then
Dbuilds_common.sh168 TEST_RESULT=$?
173 if [[ ${TEST_RESULT} == 0 ]]; then