/ndk/tests/device/test-gnustl-full/unit/ |
sstream_test.cpp | 72 CPPUNIT_ASSERT( s.good() ); 82 CPPUNIT_ASSERT( s.good() ); 89 CPPUNIT_ASSERT( s.good() ); 100 CPPUNIT_ASSERT( s.good() ); 104 CPPUNIT_ASSERT( s.good() ); 108 CPPUNIT_ASSERT( s.good() ); 112 CPPUNIT_ASSERT( s.good() ); 115 CPPUNIT_ASSERT( s.good() ); 147 CPPUNIT_ASSERT( s.good() ); 152 CPPUNIT_ASSERT( s.good() ); [all...] |
iostream_test.cpp | 47 CPPUNIT_ASSERT( istr.good() ); 66 CPPUNIT_ASSERT( istr.good() );
|
/ndk/tests/device/test-stlport/unit/ |
sstream_test.cpp | 72 CPPUNIT_ASSERT( s.good() ); 82 CPPUNIT_ASSERT( s.good() ); 89 CPPUNIT_ASSERT( s.good() ); 100 CPPUNIT_ASSERT( s.good() ); 104 CPPUNIT_ASSERT( s.good() ); 108 CPPUNIT_ASSERT( s.good() ); 112 CPPUNIT_ASSERT( s.good() ); 115 CPPUNIT_ASSERT( s.good() ); 147 CPPUNIT_ASSERT( s.good() ); 152 CPPUNIT_ASSERT( s.good() ); [all...] |
iostream_test.cpp | 47 CPPUNIT_ASSERT( istr.good() ); 66 CPPUNIT_ASSERT( istr.good() );
|
/prebuilts/misc/windows/sdl2/test/ |
testatomic.c | 111 static SDL_atomic_t good = { 42 }; variable 125 SDL_AtomicAdd(&good, -CountInc); 170 v=SDL_AtomicGet(&good); 176 SDL_AtomicSet(&good, -5); 177 v=SDL_AtomicGet(&good); 181 SDL_AtomicSet(&good, CountTo); 182 v=SDL_AtomicGet(&good); 187 b=SDL_AtomicCAS(&good, 500, 43); 189 v=SDL_AtomicGet(&good); 192 b=SDL_AtomicCAS(&good, CountTo, 44) [all...] |
/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/ |
pointer.pass.cpp | 66 assert(os1.good()); 73 assert(os2.good()); 89 assert(os.good());
|
/external/clang/test/SemaCXX/ |
function-pointer-arguments.cpp | 9 void good() { function in namespace:PR16570
|
/external/elfutils/tests/ |
run-addr2line-test.sh | 21 tempfiles good.out stdin.nl stdin.nl.out stdin.nonl stdin.nonl.out foo.out 24 cat > good.out <<\EOF 44 cat good.out | testrun_compare ${abs_top_builddir}/src/addr2line -f -e testfile 0x08048468 0x0804845c foo bar foo+0x0 bar+0x0 foo-0x0 bar-0x0 59 cmp good.out stdin.nl.out || exit 1 74 tempfiles good.addr.out 76 cat > good.addr.out <<\EOF 104 cat good.addr.out | testrun_compare ${abs_top_builddir}/src/addr2line -a -f -e testfile 0x08048468 0x0804845c foo bar foo+0x0 bar+0x0 foo-0x0 bar-0x0 108 cmp good.addr.out stdin.nl.out || exit 1
|
/external/libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/ |
seekg.pass.cpp | 54 assert(is.good()); 62 assert(is.good());
|
/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.manip/ |
endl.pass.cpp | 70 assert(os.good()); 78 assert(os.good());
|
ends.pass.cpp | 61 assert(os.good()); 69 assert(os.good());
|
/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.unformatted/ |
put.pass.cpp | 66 assert(os.good()); 74 assert(os.good());
|
write.pass.cpp | 65 assert(os.good()); 74 assert(os.good());
|
/external/libcxx/test/std/input.output/string.streams/stringstream.members/ |
str.pass.cpp | 25 assert(ss.good()); 45 assert(ss.good());
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/ |
seekg.pass.cpp | 54 assert(is.good()); 62 assert(is.good());
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/ |
pointer.pass.cpp | 66 assert(os.good()); 84 assert(os.good());
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.manip/ |
endl.pass.cpp | 70 assert(os.good()); 78 assert(os.good());
|
ends.pass.cpp | 61 assert(os.good()); 69 assert(os.good());
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.unformatted/ |
put.pass.cpp | 66 assert(os.good()); 74 assert(os.good());
|
write.pass.cpp | 65 assert(os.good()); 74 assert(os.good());
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringstream.members/ |
str.pass.cpp | 25 assert(ss.good()); 45 assert(ss.good());
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
x86-64-segment.l | 11 11 # Force a good alignment.
|
/external/v8/test/mjsunit/regress/ |
regress-crbug-134609.js | 44 var iAmContextAllocated = "good"; 52 assertEquals("good", test()); 53 assertEquals("good", test()); 55 assertEquals("good", test()); 59 assertEquals("good", test());
|
/cts/tests/tests/keystore/src/android/keystore/cts/ |
SignatureTest.java | 846 KeyProtection good = getMinimalWorkingImportParamsForSigning(algorithm); local 862 KeyProtection good = getMinimalWorkingImportParamsForVerifying(algorithm); local 875 KeyProtection good = getMinimalWorkingImportParamsForSigning(algorithm); local 901 KeyProtection good = getMinimalWorkingImportParamsForVerifying(algorithm); local 934 KeyProtection good = getMinimalWorkingImportParamsForSigning(algorithm); local 962 KeyProtection good = getMinimalWorkingImportParamsForVerifying(algorithm); local 976 KeyProtection good = getMinimalWorkingImportParamsForSigning(algorithm); local 990 KeyProtection good = getMinimalWorkingImportParamsForVerifying(algorithm); local 1004 KeyProtection good = getMinimalWorkingImportParamsForSigning(algorithm); local 1020 KeyProtection good = getMinimalWorkingImportParamsForVerifying(algorithm); local 1036 KeyProtection good = getMinimalWorkingImportParamsForSigning(algorithm); local 1052 KeyProtection good = getMinimalWorkingImportParamsForVerifying(algorithm); local [all...] |
/external/chromium-trace/catapult/dashboard/dashboard/ |
buildbucket_job_status_test.py | 118 # Verify that both the good and bad revisions are displayed somewhere. 132 # raised, that's good enough.
|