Home
last modified time | relevance | path

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

/third_party/selinux/libsepol/cil/test/unit/
H A 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()
/third_party/icu/icu4c/source/test/intltest/
H A Dselfmts.cpp272 UErrorCode status1 = U_ZERO_ERROR; in selectFormatAPITest() local
273 SelectFormat* selFmt1 = new SelectFormat( SIMPLE_PATTERN , status1); in selectFormatAPITest()
274 if( U_FAILURE(status1)) { in selectFormatAPITest()
287 status1 = U_ZERO_ERROR; in selectFormatAPITest()
288 selFmt1->applyPattern( pattern, status1); in selectFormatAPITest()
289 if (U_FAILURE(status1)) { in selectFormatAPITest()
301 status1 = U_ZERO_ERROR; in selectFormatAPITest()
306 selFmt1->format( keyWord, result , ignore , status1); in selectFormatAPITest()
307 if (U_FAILURE(status1)) { in selectFormatAPITest()
317 status1 in selectFormatAPITest()
[all...]
H A Dmnkytst.cpp92 UErrorCode status1 = U_ZERO_ERROR, status2= U_ZERO_ERROR; in TestCollationKey() local
95 myCollator->getCollationKey(subs, collationKey1, status1); in TestCollationKey()
102 myCollator->getCollationKey(subs, collationKey1, status1); in TestCollationKey()
109 myCollator->getCollationKey(subs, collationKey1, status1); in TestCollationKey()
119 myCollator->getCollationKey(subs, collationKey1, status1); in TestCollationKey()
/third_party/libabigail/tests/data/test-read-ctf/
H A Dtest0.c17 unsigned int status1 : 1; member
/third_party/ltp/utils/sctp/func_tests/
H A Dtest_sockopt.c415 struct sctp_status status1, status2; in main() local
417 memset(&status1, 0, sizeof(status1)); in main()
423 (char *)&status1, &optlen); in main()
436 if (strncmp((char *)&status1, (char *)&status2, optlen)) in main()
/third_party/googletest/googletest/test/
H A Dgoogletest-death-test-test.cc270 const int status1 = NormalExitStatus(1); in TEST() local
276 EXPECT_PRED1(pred1, status1); in TEST()
278 EXPECT_FALSE(pred0(status1)); in TEST()
/third_party/backends/backend/
H A Drts8891.c5450 setup_shading_calibration (struct Rts8891_Device *dev, int mode, int *light, int *status1, SANE_Byte * regs) in setup_shading_calibration() argument
5462 *status1 = mode; in setup_shading_calibration()
5465 *status1 |= 0x08; in setup_shading_calibration()
6135 int status1; in shading_calibration() local
6166 status=setup_shading_calibration(dev, mode, &light, &status1, dev->regs); in shading_calibration()
6177 sanei_rts88xx_set_status (dev->devnum, dev->regs, status1, light); in shading_calibration()
6552 setup_scan_registers (struct Rts8891_Session *session, SANE_Byte *status1, SANE_Byte *status2, SANE_Byte *regs) in setup_scan_registers() argument
6581 *status1 = 0x10; in setup_scan_registers()
6585 *status1 = 0x20; in setup_scan_registers()
6589 *status1 in setup_scan_registers()
7621 SANE_Byte status1, status2; write_scan_registers() local
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DGeometryShaderTest.cpp805 GLenum status1 = glCheckFramebufferStatus(GL_FRAMEBUFFER); in TEST_P() local
807 EXPECT_GLENUM_EQ(GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS_EXT, status1); in TEST_P()

Completed in 15 milliseconds