HomeSort by relevance Sort by last modified time
    Searched defs:status1 (Results 1 - 21 of 21) sorted by null

  /external/selinux/libsepol/cil/test/unit/
test_integration.c 41 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/libchrome/sandbox/linux/services/
yama_unittests.cc 80 int status1 = Yama::GetStatus(); local
83 ASSERT_LE(0, status1);
86 status1);
90 EXPECT_EQ(status1, status2);
94 EXPECT_NE(0, Yama::STATUS_KNOWN & status1);
96 if (status1 & Yama::STATUS_STRICT_ENFORCING) {
98 EXPECT_TRUE(status1 & Yama::STATUS_ENFORCING);
101 if (status1 & Yama::STATUS_ENFORCING) {
103 EXPECT_NE(0, status1 & Yama::STATUS_PRESENT);
107 EXPECT_EQ(static_cast<bool>(status1 & Yama::STATUS_ENFORCING)
    [all...]
  /external/icu/icu4c/source/test/intltest/
mnkytst.cpp 90 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);
selfmts.cpp 265 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 = U_ZERO_ERROR
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
tic54x-dis.c 424 const char *status1[] = { local
430 n ? status1[SBIT (opcode)] : status0[SBIT (opcode)]);
  /external/google-breakpad/src/testing/gtest/test/
gtest-death-test_test.cc 260 const int status1 = NormalExitStatus(1); local
266 EXPECT_PRED1(pred1, status1);
268 EXPECT_FALSE(pred0(status1));
    [all...]
  /external/gtest/test/
gtest-death-test_test.cc 258 const int status1 = NormalExitStatus(1); local
264 EXPECT_PRED1(pred1, status1);
266 EXPECT_FALSE(pred0(status1));
    [all...]
  /external/protobuf/gtest/test/
gtest-death-test_test.cc 246 const int status1 = NormalExitStatus(1); local
252 EXPECT_PRED1(pred1, status1);
254 EXPECT_FALSE(pred0(status1));
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest-death-test_test.cc 258 const int status1 = NormalExitStatus(1); local
264 EXPECT_PRED1(pred1, status1);
266 EXPECT_FALSE(pred0(status1));
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest-death-test_test.cc 259 const int status1 = NormalExitStatus(1); local
265 EXPECT_PRED1(pred1, status1);
267 EXPECT_FALSE(pred0(status1));
    [all...]
  /prebuilts/devtools/tools/lib/
ecj-4.4.jar 
  /prebuilts/sdk/tools/jacks/
jack-3.36.CANDIDATE.jar 
jack-4.7.BETA.jar 
  /prebuilts/tools/common/m2/repository/com/google/dagger/dagger-compiler/2.6/
dagger-compiler-2.6.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4/
ecj-4.4.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4.2/
ecj-4.4.2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar 
  /prebuilts/tools/common/offline-m2/org/eclipse/jdt/core/compiler/ecj/4.4/
ecj-4.4.jar 
  /prebuilts/tools/common/offline-m2/org/eclipse/jdt/core/compiler/ecj/4.4.2/
ecj-4.4.2.jar 
  /prebuilts/tools/common/offline-m2/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.11.0.v20150602-1242.jar 

Completed in 610 milliseconds