Home
last modified time | relevance | path

Searched refs:result_code (Results 1 – 16 of 16) sorted by relevance

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/
D25-4.c27 int result_code = PTS_PASS; in main() local
42 result_code = PTS_FAIL; in main()
46 result_code = PTS_UNRESOLVED; in main()
49 result_code = PTS_FAIL; in main()
57 if (result_code == PTS_PASS) { in main()
60 return result_code; in main()
66 if (result_code == PTS_FAIL) { in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setscheduler/
D19-4.c30 int result_code = PTS_PASS; in main() local
47 result_code = PTS_FAIL; in main()
51 result_code = PTS_UNRESOLVED; in main()
54 result_code = PTS_FAIL; in main()
62 if (result_code == PTS_PASS) { in main()
65 return result_code; in main()
71 if (result_code == PTS_FAIL) { in main()
/external/tcpdump/
Dprint-pptp.c108 uint8_t result_code; member
125 uint8_t result_code; member
136 uint8_t result_code; member
159 uint8_t result_code; member
183 uint8_t result_code; member
206 uint8_t result_code; member
483 const uint8_t *result_code, int ctrl_msg_type) in pptp_result_code_print() argument
485 ND_PRINT((ndo, " RESULT_CODE(%u", *result_code)); in pptp_result_code_print()
496 ND_PRINT((ndo, ":%s", tok2str(dict, "?", *result_code))); in pptp_result_code_print()
554 ND_TCHECK(ptr->result_code); in pptp_sccrp_print()
[all …]
/external/libchrome/base/test/
Dmultiprocess_test_android.cc70 base::android::ScopedJavaLocalRef<jobject> result_code = in WaitForMultiprocessTestChildExit() local
74 if (result_code.is_null() || in WaitForMultiprocessTestChildExit()
75 Java_MainReturnCodeResult_hasTimedOut(env, result_code)) { in WaitForMultiprocessTestChildExit()
79 *exit_code = Java_MainReturnCodeResult_getReturnCode(env, result_code); in WaitForMultiprocessTestChildExit()
/external/pdfium/third_party/yasm/
Drun_yasm.py34 result_code = subprocess.call(sys.argv[1:]) variable
35 if result_code != 0:
36 sys.exit(result_code)
/external/llvm/utils/lit/tests/Inputs/test-data/
Dlit.cfg21 result_code = cfg.get('global', 'result_code')
23 result = lit.Test.Result(getattr(lit.Test, result_code),
Dmetrics.ini2 result_code = PASS key
/external/nos/host/generic/nugget/proto/nugget/app/protoapi/
Dtesting_api.proto52 DcryptError result_code = 1; field
66 DcryptError result_code = 1; field
81 DcryptError result_code = 1; field
/external/nos/test/system-test-harness/src/
Daes-cmac-tests.cc99 EXPECT_EQ(result.result_code(), DcryptError::DE_NO_ERROR) in TEST_F()
100 << result.result_code() << " is " in TEST_F()
101 << DcryptError_Name(result.result_code()); in TEST_F()
Dcavptests.cc121 EXPECT_EQ(result.result_code(), DcryptError::DE_NO_ERROR) in TEST_F()
122 << result.result_code() << " is " in TEST_F()
123 << DcryptError_Name(result.result_code()); in TEST_F()
Druntests.cc247 EXPECT_EQ(result.result_code(), DcryptError::DE_NO_ERROR) in TEST_F()
248 << result.result_code() << " is " in TEST_F()
249 << DcryptError_Name(result.result_code()); in TEST_F()
/external/jemalloc/test/
Dtest.sh.in28 result_code=$?
29 case ${result_code} in
/external/scapy/test/
Dpptp.uts498 start_control_connection_reply = PPTPStartControlConnectionReply(result_code='General error',
517 assert start_control_connection_reply_pkt.result_code == 2
544 stop_control_connection_reply = PPTPStopControlConnectionReply(result_code='General error',error_co…
553 assert stop_control_connection_reply_pkt.result_code == 2
576 echo_reply = PPTPEchoReply(identifier=42, result_code='OK')
586 assert echo_reply_pkt.result_code == 1
635 result_code='Busy', error_code='No-Resource',
649 assert outgoing_call_reply_pkt.result_code == 4
698 incoming_call_reply = PPTPIncomingCallReply(call_id=4243, peer_call_id=4242, result_code='Connected…
709 assert incoming_call_reply_pkt.result_code == 1
[all …]
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderTCTE.cpp1936 std::stringstream result_code; in getFragmentShaderCode() local
1938 result_code << "${VERSION}\n" in getFragmentShaderCode()
1948 result_code << "in float te_pointsize;\n"; in getFragmentShaderCode()
1951 result_code << "in vec4 te_position;\n" in getFragmentShaderCode()
1960 return result_code.str(); in getFragmentShaderCode()
1979 std::stringstream result_code; in getTessellationControlShaderCode() local
1981 result_code << "${VERSION}\n" in getTessellationControlShaderCode()
1987 result_code << "${TESSELLATION_POINT_SIZE_REQUIRE}\n"; in getTessellationControlShaderCode()
1990 result_code << "\n" in getTessellationControlShaderCode()
1996 result_code << "${IN_PER_VERTEX_DECL_ARRAY_POINT_SIZE}"; in getTessellationControlShaderCode()
[all …]
/external/pdfium/third_party/libtiff/
Dtif_predict.c705 int result_code; in PredictorEncodeTile() local
740 result_code = (*sp->encodetile)(tif, working_copy, cc0, s); in PredictorEncodeTile()
744 return result_code; in PredictorEncodeTile()
/external/sonivox/jet_tools/JetCreator/
Deas.py196 def __init__ (self, result_code, msg, function=None): argument
198 self.result_code = result_code