/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/ |
D | 25-4.c | 27 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/ |
D | 19-4.c | 30 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/ |
D | print-pptp.c | 108 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/ |
D | multiprocess_test_android.cc | 70 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/ |
D | run_yasm.py | 34 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/ |
D | lit.cfg | 21 result_code = cfg.get('global', 'result_code') 23 result = lit.Test.Result(getattr(lit.Test, result_code),
|
D | metrics.ini | 2 result_code = PASS key
|
/external/nos/host/generic/nugget/proto/nugget/app/protoapi/ |
D | testing_api.proto | 52 DcryptError result_code = 1; field 66 DcryptError result_code = 1; field 81 DcryptError result_code = 1; field
|
/external/jemalloc/test/ |
D | test.sh.in | 28 result_code=$? 29 case ${result_code} in
|
/external/nos/test/system-test-harness/src/ |
D | aes-cmac-tests.cc | 99 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()
|
D | cavptests.cc | 121 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()
|
D | runtests.cc | 247 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/scapy/test/ |
D | pptp.uts | 498 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/ |
D | esextcTessellationShaderTCTE.cpp | 1936 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/ |
D | tif_predict.c | 705 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/ |
D | eas.py | 196 def __init__ (self, result_code, msg, function=None): argument 198 self.result_code = result_code
|