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

1 2

  /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));
  /frameworks/native/libs/vr/libpdx/
status_tests.cpp 58 Status<int> status1; local
61 status1 = Status<int>{12};
63 EXPECT_FALSE(status1.empty());
65 EXPECT_TRUE(status1.ok());
67 EXPECT_EQ(12, status1.get());
68 EXPECT_EQ(0, status1.error());
72 status1 = status2;
73 EXPECT_FALSE(status1.empty());
75 EXPECT_FALSE(status1.ok());
77 EXPECT_EQ(0, status1.get())
84 Status<std::unique_ptr<int>> status1; local
    [all...]
  /external/icu/icu4c/source/test/intltest/
mnkytst.cpp 92 UErrorCode status1 = U_ZERO_ERROR, status2= U_ZERO_ERROR; local
95 myCollator->getCollationKey(subs, collationKey1, status1);
102 myCollator->getCollationKey(subs, collationKey1, status1);
109 myCollator->getCollationKey(subs, collationKey1, status1);
119 myCollator->getCollationKey(subs, collationKey1, status1);
selfmts.cpp 267 UErrorCode status1 = U_ZERO_ERROR; local
268 SelectFormat* selFmt1 = new SelectFormat( SIMPLE_PATTERN , status1);
269 if( U_FAILURE(status1)) {
282 status1 = U_ZERO_ERROR;
283 selFmt1->applyPattern( pattern, status1);
284 if (U_FAILURE(status1)) {
296 status1 = U_ZERO_ERROR;
301 selFmt1->format( keyWord, result , ignore , status1);
302 if (U_FAILURE(status1)) {
312 status1 = U_ZERO_ERROR
    [all...]
numbertest_api.cpp 1425 UErrorCode status1 = U_ZERO_ERROR; local
    [all...]
  /external/ltp/utils/sctp/func_tests/
test_sockopt.c 412 struct sctp_status status1, status2; local
414 memset(&status1, 0, sizeof(status1));
420 (char *)&status1, &optlen);
433 if (strncmp((char *)&status1, (char *)&status2, optlen))
    [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
tic54x-dis.c 424 const char *status1[] = { local
430 n ? status1[SBIT (opcode)] : status0[SBIT (opcode)]);
  /external/tensorflow/tensorflow/core/kernels/hexagon/
graph_transferer_test.cc 461 Status status1 = si_gt.LoadGraphFromProtoFile( local
  /system/bt/profile/avrcp/tests/
avrcp_device_test.cc 150 PlayStatus status1 = {0x1234, 0x5678, PlayState::PLAYING}; local
155 .WillOnce(InvokeCb<0>(status1))
192 PlayStatus status1 = {0x1234, 0x5678, PlayState::PLAYING}; local
197 .WillOnce(InvokeCb<0>(status1))
    [all...]
  /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/googletest/googletest/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/v8/testing/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/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...]
  /prebuilts/ndk/r16/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 
ecj-4.6.1.jar 
  /prebuilts/sdk/tools/jacks/
jack-4.32.CANDIDATE.jar 
  /prebuilts/tools/common/m2/repository/com/google/dagger/dagger-compiler/2.6/
dagger-compiler-2.6.jar 
  /prebuilts/tools/common/m2/repository/com/google/dagger/dagger-compiler/2.7/
dagger-compiler-2.7.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/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.6.1/
ecj-4.6.1.jar 
  /prebuilts/tools/common/m2/repository/org/jboss/forge/roaster/roaster-jdt/2.18.7.Final/
roaster-jdt-2.18.7.Final.jar 

Completed in 1770 milliseconds

1 2