Home
last modified time | relevance | path

Searched refs:status1 (Results 1 – 17 of 17) sorted by relevance

/external/libchrome/sandbox/linux/services/
Dyama_unittests.cc80 int status1 = Yama::GetStatus(); in TEST() local
83 ASSERT_LE(0, status1); in TEST()
86 status1); in TEST()
90 EXPECT_EQ(status1, status2); in TEST()
94 EXPECT_NE(0, Yama::STATUS_KNOWN & status1); in TEST()
96 if (status1 & Yama::STATUS_STRICT_ENFORCING) { in TEST()
98 EXPECT_TRUE(status1 & Yama::STATUS_ENFORCING); in TEST()
101 if (status1 & Yama::STATUS_ENFORCING) { in TEST()
103 EXPECT_NE(0, status1 & Yama::STATUS_PRESENT); in TEST()
107 EXPECT_EQ(static_cast<bool>(status1 & Yama::STATUS_ENFORCING), in TEST()
[all …]
/external/selinux/libsepol/cil/test/unit/
Dtest_integration.c41 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/
Dselfmts.cpp265 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 …]
Dmnkytst.cpp90 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/libnfc-nci/src/nfc/tags/
Dce_t3t.c179 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
202 UINT8_TO_STREAM (p_dst, status1); in ce_t3t_send_rsp()
1006 tNFC_STATUS CE_T3tSendCheckRsp (UINT8 status1, UINT8 status2, UINT8 num_blocks, UINT8 *p_block_data) in CE_T3tSendCheckRsp() argument
1013 …CE_TRACE_API3 ("CE_T3tCheckRsp: status1=0x%02X, status2=0x%02X, num_blocks=%i", status1, status2, … in CE_T3tSendCheckRsp()
1033 UINT8_TO_STREAM (p_dst, status1); in CE_T3tSendCheckRsp()
1036 if (status1 == T3T_MSG_RSP_STATUS_OK) in CE_T3tSendCheckRsp()
1062 tNFC_STATUS CE_T3tSendUpdateRsp (UINT8 status1, UINT8 status2) in CE_T3tSendUpdateRsp() argument
1067 CE_TRACE_API2 ("CE_T3tUpdateRsp: status1=0x%02X, status2=0x%02X", status1, status2); in CE_T3tSendUpdateRsp()
1068 ce_t3t_send_rsp (p_ce_cb, NULL, T3T_MSG_OPC_UPDATE_RSP, status1, status2); in CE_T3tSendUpdateRsp()
/external/e2fsprogs/tests/m_mkfs_overhead/
Dscript21 status1=$?
23 if [ "$status1" = 0 ] ; then
/external/libnfc-nci/src/nfc/include/
Dce_api.h128 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/
Drun_e2fsck69 status1=$?
89 if [ "$status1" -eq 0 -a "$status2" -eq 0 -a "$status3" -eq 0 ] ; then
/external/protobuf/gtest/test/
Dgtest-death-test_test.cc246 const int status1 = NormalExitStatus(1); in TEST() local
252 EXPECT_PRED1(pred1, status1); in TEST()
254 EXPECT_FALSE(pred0(status1)); in TEST()
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
Dgtest-death-test_test.cc258 const int status1 = NormalExitStatus(1); in TEST() local
264 EXPECT_PRED1(pred1, status1); in TEST()
266 EXPECT_FALSE(pred0(status1)); in TEST()
/external/gtest/test/
Dgtest-death-test_test.cc258 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/
Dgtest-death-test_test.cc260 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/
Dsanitizer_common_interceptors.inc3299 int status1 = COMMON_INTERCEPTOR_ON_EXIT(ctx);
3300 if (status == 0) status = status1;
/external/icu/tools/srcgen/currysrc/libs/
Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...
/external/dagger2/lib/
Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/robolectric/v3/runtime/
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...