Searched defs:status1 (Results 1 - 8 of 8) sorted by relevance

/external/selinux/libsepol/cil/test/unit/
H A Dtest_integration.c41 int status = 0, status1 = 0, status2 = 0; local
48 status1 = system("checkpolicy -M -c 24 -o policy.conf.24 test/policy.conf &> /dev/null");
50 if (WIFSIGNALED(status1) && (WTERMSIG(status1) == SIGINT || WTERMSIG(status1) == SIGQUIT))
60 CuAssertIntEquals(tc, 1, WIFEXITED(status1));
61 CuAssertIntEquals(tc, 0, WEXITSTATUS(status1));
/external/icu/icu4c/source/test/intltest/
H A Dmnkytst.cpp90 UErrorCode status1 = U_ZERO_ERROR, status2= U_ZERO_ERROR; local
93 myCollator->getCollationKey(subs, collationKey1, status1);
100 myCollator->getCollationKey(subs, collationKey1, status1);
107 myCollator->getCollationKey(subs, collationKey1, status1);
117 myCollator->getCollationKey(subs, collationKey1, status1);
H A Dselfmts.cpp265 UErrorCode status1 = U_ZERO_ERROR; local
266 SelectFormat* selFmt1 = new SelectFormat( SIMPLE_PATTERN , status1);
267 if( U_FAILURE(status1)) {
280 status1 = U_ZERO_ERROR;
281 selFmt1->applyPattern( pattern, status1);
282 if (U_FAILURE(status1)) {
294 status1 = U_ZERO_ERROR;
299 selFmt1->format( keyWord, result , ignore , status1);
300 if (U_FAILURE(status1)) {
310 status1
[all...]
/external/jmonkeyengine/engine/src/test/jme3test/network/
H A DTestSerialization.java87 Status status1; field in class:TestSerialization.TestSerializationMessage
116 status1 = Status.High;
137 System.out.println(cm.status1);
/external/libnfc-nci/src/nfc/tags/
H A Dce_t3t.c168 void ce_t3t_send_rsp (tCE_CB *p_ce_cb, UINT8 *p_nfcid2, UINT8 opcode, UINT8 status1, UINT8 status2) argument
191 UINT8_TO_STREAM (p_dst, status1);
995 tNFC_STATUS CE_T3tSendCheckRsp (UINT8 status1, UINT8 status2, UINT8 num_blocks, UINT8 *p_block_data) argument
1002 CE_TRACE_API3 ("CE_T3tCheckRsp: status1=0x%02X, status2=0x%02X, num_blocks=%i", status1, status2, num_blocks);
1022 UINT8_TO_STREAM (p_dst, status1);
1025 if (status1 == T3T_MSG_RSP_STATUS_OK)
1051 tNFC_STATUS CE_T3tSendUpdateRsp (UINT8 status1, UINT8 status2) argument
1056 CE_TRACE_API2 ("CE_T3tUpdateRsp: status1=0x%02X, status2=0x%02X", status1, status
[all...]
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest-death-test_test.cc260 const int status1 = NormalExitStatus(1); local
266 EXPECT_PRED1(pred1, status1);
268 EXPECT_FALSE(pred0(status1));
/external/gtest/test/
H A Dgtest-death-test_test.cc258 const int status1 = NormalExitStatus(1); local
264 EXPECT_PRED1(pred1, status1);
266 EXPECT_FALSE(pred0(status1));
/external/protobuf/gtest/test/
H A Dgtest-death-test_test.cc246 const int status1 = NormalExitStatus(1); local
252 EXPECT_PRED1(pred1, status1);
254 EXPECT_FALSE(pred0(status1));

Completed in 880 milliseconds