Searched defs:shouldSucceed (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/skia/tests/
H A DFrontBufferedStreamTest.cpp25 SkStream* bufferedStream, bool shouldSucceed) {
27 REPORTER_ASSERT(reporter, success == shouldSucceed);
24 test_rewind(skiatest::Reporter* reporter, SkStream* bufferedStream, bool shouldSucceed) argument
H A DSerializationTest.cpp174 static T* TestFlattenableSerialization(T* testObj, bool shouldSucceed, argument
198 if (shouldSucceed) {
239 bool shouldSucceed,
249 xfermodeImageFilter, shouldSucceed, reporter));
253 if (shouldSucceed) {
237 TestBitmapSerialization(const SkBitmap& validBitmap, const SkBitmap& invalidBitmap, bool shouldSucceed, skiatest::Reporter* reporter) argument
/external/skia/tests/
H A DFrontBufferedStreamTest.cpp25 SkStream* bufferedStream, bool shouldSucceed) {
27 REPORTER_ASSERT(reporter, success == shouldSucceed);
24 test_rewind(skiatest::Reporter* reporter, SkStream* bufferedStream, bool shouldSucceed) argument
H A DSerializationTest.cpp171 static T* TestFlattenableSerialization(T* testObj, bool shouldSucceed, argument
195 if (shouldSucceed) {
236 bool shouldSucceed,
246 xfermodeImageFilter, shouldSucceed, reporter));
250 if (shouldSucceed) {
234 TestBitmapSerialization(const SkBitmap& validBitmap, const SkBitmap& invalidBitmap, bool shouldSucceed, skiatest::Reporter* reporter) argument
/external/chromium_org/third_party/webrtc/base/
H A Dvirtualsocket_unittest.cc688 // server bound to server_addr. shouldSucceed indicates if communication is
692 bool shouldSucceed) {
713 if (shouldSucceed) {
738 // and a server bound to server_addr. shouldSucceed indicates if sending is
742 bool shouldSucceed) {
753 if (shouldSucceed) {
690 CrossFamilyConnectionTest(const SocketAddress& client_addr, const SocketAddress& server_addr, bool shouldSucceed) argument
740 CrossFamilyDatagramTest(const SocketAddress& client_addr, const SocketAddress& server_addr, bool shouldSucceed) argument

Completed in 1984 milliseconds