/external/selinux/libsepol/cil/test/unit/ |
D | test_integration.c | 41 int status = 0, status1 = 0, status2 = 0; in test_integration() local 48 status1 = system("checkpolicy -M -c 24 -o policy.conf.24 test/policy.conf &> /dev/null"); in test_integration() 50 if (WIFSIGNALED(status1) && (WTERMSIG(status1) == SIGINT || WTERMSIG(status1) == SIGQUIT)) in test_integration() 60 CuAssertIntEquals(tc, 1, WIFEXITED(status1)); in test_integration() 61 CuAssertIntEquals(tc, 0, WEXITSTATUS(status1)); in test_integration()
|
/external/icu/icu4c/source/test/intltest/ |
D | selfmts.cpp | 265 UErrorCode status1 = U_ZERO_ERROR; in selectFormatAPITest() local 266 SelectFormat* selFmt1 = new SelectFormat( SIMPLE_PATTERN , status1); in selectFormatAPITest() 267 if( U_FAILURE(status1)) { in selectFormatAPITest() 280 status1 = U_ZERO_ERROR; in selectFormatAPITest() 281 selFmt1->applyPattern( pattern, status1); in selectFormatAPITest() 282 if (U_FAILURE(status1)) { in selectFormatAPITest() 294 status1 = U_ZERO_ERROR; in selectFormatAPITest() 299 selFmt1->format( keyWord, result , ignore , status1); in selectFormatAPITest() 300 if (U_FAILURE(status1)) { in selectFormatAPITest() 310 status1 = U_ZERO_ERROR; in selectFormatAPITest() [all …]
|
D | mnkytst.cpp | 90 UErrorCode status1 = U_ZERO_ERROR, status2= U_ZERO_ERROR; in TestCollationKey() local 93 myCollator->getCollationKey(subs, collationKey1, status1); in TestCollationKey() 100 myCollator->getCollationKey(subs, collationKey1, status1); in TestCollationKey() 107 myCollator->getCollationKey(subs, collationKey1, status1); in TestCollationKey() 117 myCollator->getCollationKey(subs, collationKey1, status1); in TestCollationKey()
|
/external/jmonkeyengine/engine/src/test/jme3test/network/ |
D | TestSerialization.java | 87 Status status1; field in TestSerialization.TestSerializationMessage 116 status1 = Status.High; in TestSerializationMessage() 137 System.out.println(cm.status1); in messageReceived()
|
/external/libnfc-nci/src/nfc/tags/ |
D | ce_t3t.c | 168 void ce_t3t_send_rsp (tCE_CB *p_ce_cb, UINT8 *p_nfcid2, UINT8 opcode, UINT8 status1, UINT8 status2) in ce_t3t_send_rsp() argument 191 UINT8_TO_STREAM (p_dst, status1); in ce_t3t_send_rsp() 995 tNFC_STATUS CE_T3tSendCheckRsp (UINT8 status1, UINT8 status2, UINT8 num_blocks, UINT8 *p_block_data) in CE_T3tSendCheckRsp() argument 1002 …CE_TRACE_API3 ("CE_T3tCheckRsp: status1=0x%02X, status2=0x%02X, num_blocks=%i", status1, status2, … in CE_T3tSendCheckRsp() 1022 UINT8_TO_STREAM (p_dst, status1); in CE_T3tSendCheckRsp() 1025 if (status1 == T3T_MSG_RSP_STATUS_OK) in CE_T3tSendCheckRsp() 1051 tNFC_STATUS CE_T3tSendUpdateRsp (UINT8 status1, UINT8 status2) in CE_T3tSendUpdateRsp() argument 1056 CE_TRACE_API2 ("CE_T3tUpdateRsp: status1=0x%02X, status2=0x%02X", status1, status2); in CE_T3tSendUpdateRsp() 1057 ce_t3t_send_rsp (p_ce_cb, NULL, T3T_MSG_OPC_UPDATE_RSP, status1, status2); in CE_T3tSendUpdateRsp()
|
/external/e2fsprogs/tests/m_mkfs_overhead/ |
D | script | 21 status1=$? 23 if [ "$status1" = 0 ] ; then
|
/external/libnfc-nci/src/nfc/include/ |
D | ce_api.h | 128 NFC_API extern tNFC_STATUS CE_T3tSendCheckRsp (UINT8 status1, UINT8 status2, UINT8 num_blocks, UINT… 139 NFC_API extern tNFC_STATUS CE_T3tSendUpdateRsp (UINT8 status1, UINT8 status2);
|
/external/e2fsprogs/tests/ |
D | run_e2fsck | 69 status1=$? 89 if [ "$status1" -eq 0 -a "$status2" -eq 0 -a "$status3" -eq 0 ] ; then
|
/external/protobuf/gtest/test/ |
D | gtest-death-test_test.cc | 246 const int status1 = NormalExitStatus(1); in TEST() local 252 EXPECT_PRED1(pred1, status1); in TEST() 254 EXPECT_FALSE(pred0(status1)); in TEST()
|
/external/gtest/test/ |
D | gtest-death-test_test.cc | 258 const int status1 = NormalExitStatus(1); in TEST() local 264 EXPECT_PRED1(pred1, status1); in TEST() 266 EXPECT_FALSE(pred0(status1)); in TEST()
|
/external/google-breakpad/src/testing/gtest/test/ |
D | gtest-death-test_test.cc | 260 const int status1 = NormalExitStatus(1); in TEST() local 266 EXPECT_PRED1(pred1, status1); in TEST() 268 EXPECT_FALSE(pred0(status1)); in TEST()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 3086 int status1 = COMMON_INTERCEPTOR_ON_EXIT(ctx); 3087 if (status == 0) status = status1;
|