Home
last modified time | relevance | path

Searched refs:PASS (Results 1 – 9 of 9) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
Dtestit31 PASS=0
95 PASS=$(($PASS + $pass))
122 echo "number of tests passed : $PASS"
124 echo "total number of tests : $(($FAIL+$PASS))"
Dtestit_android393 PASS=0
488 PASS=$(($PASS+$pass))
515 echo "number of tests passed : $PASS"
517 echo "total number of tests : $(($FAIL+$PASS))"
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/
Dtestit75 PASS=0
144 PASS=$(($PASS+$pass))
175 echo "number of tests passed : $PASS"
177 echo "total number of tests : $(($FAIL+$PASS))"
Dtestit_android386 PASS=0
481 PASS=$(($PASS+$pass))
508 echo "number of tests passed : $PASS"
510 echo "total number of tests : $(($FAIL+$PASS))"
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/test/
Dformat.py74 return lit.Test.Result(lit.Test.PASS)
135 return lit.Test.PASS, ''
158 return lit.Test.PASS, ''
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Dtest_tools.ipp128 tl = PASS;
135 case PASS:
173 if( tl == PASS )
204 if( tl != PASS )
233 << ( tl == PASS ? "} doesn't exceed " : "} exceeds " )
255 << ( tl == PASS ? " doesn't exceed " : " exceeds " )
288 if( tl != PASS ) {
356 case PASS:
/ndk/sources/android/support/tests/minitest/
Dminitest.cc148 if (result_ == PASS) in Failure()
195 case minitest::TestCase::PASS: in main()
Dminitest.h208 PASS = 0,
213 TestCase() : result_(PASS) {}
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
Dtest_tools.hpp425 WARN, CHECK, REQUIRE, PASS enumerator