/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_state_rss.c | 44 #define EMIT_RS(svga, value, token, fail) \ argument 53 #define EMIT_RS_FLOAT(svga, fvalue, token, fail) \ argument 91 EMIT_RS( svga, curr->rt[0].writemask, COLORWRITEENABLE, fail ); in emit_rss() 92 EMIT_RS( svga, curr->rt[0].blend_enable, BLENDENABLE, fail ); in emit_rss() 95 EMIT_RS( svga, curr->rt[0].srcblend, SRCBLEND, fail ); in emit_rss() 96 EMIT_RS( svga, curr->rt[0].dstblend, DSTBLEND, fail ); in emit_rss() 97 EMIT_RS( svga, curr->rt[0].blendeq, BLENDEQUATION, fail ); in emit_rss() 100 SEPARATEALPHABLENDENABLE, fail ); in emit_rss() 103 EMIT_RS( svga, curr->rt[0].srcblend_alpha, SRCBLENDALPHA, fail ); in emit_rss() 104 EMIT_RS( svga, curr->rt[0].dstblend_alpha, DSTBLENDALPHA, fail ); in emit_rss() [all …]
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
D | svga_state_rss.c | 44 #define EMIT_RS(svga, value, token, fail) \ argument 53 #define EMIT_RS_FLOAT(svga, fvalue, token, fail) \ argument 91 EMIT_RS( svga, curr->rt[0].writemask, COLORWRITEENABLE, fail ); in emit_rss() 92 EMIT_RS( svga, curr->rt[0].blend_enable, BLENDENABLE, fail ); in emit_rss() 95 EMIT_RS( svga, curr->rt[0].srcblend, SRCBLEND, fail ); in emit_rss() 96 EMIT_RS( svga, curr->rt[0].dstblend, DSTBLEND, fail ); in emit_rss() 97 EMIT_RS( svga, curr->rt[0].blendeq, BLENDEQUATION, fail ); in emit_rss() 100 SEPARATEALPHABLENDENABLE, fail ); in emit_rss() 103 EMIT_RS( svga, curr->rt[0].srcblend_alpha, SRCBLENDALPHA, fail ); in emit_rss() 104 EMIT_RS( svga, curr->rt[0].dstblend_alpha, DSTBLENDALPHA, fail ); in emit_rss() [all …]
|
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/ |
D | DESKeySpecTest.java | 110 fail("Should raise an NullPointerException " in testDESKeySpec() 114 fail("Should raise an NullPointerException " in testDESKeySpec() 119 fail("Should raise an InvalidKeyException on a short byte array."); in testDESKeySpec() 121 fail("Unexpected NullPointerException was thrown."); in testDESKeySpec() 127 fail("Unexpected NullPointerException was thrown."); in testDESKeySpec() 129 fail("Unexpected InvalidKeyException was thrown."); in testDESKeySpec() 133 fail("Should raise an NullPointerException " in testDESKeySpec() 137 fail("Should raise an NullPointerException " in testDESKeySpec() 142 fail("Should raise an InvalidKeyException on a short byte array."); in testDESKeySpec() 144 fail("Unexpected NullPointerException was thrown."); in testDESKeySpec() [all …]
|
D | DESedeKeySpecTest.java | 46 fail("Should raise an NullPointerException " in testDESedeKeySpec() 50 fail("Should raise an NullPointerException " in testDESedeKeySpec() 55 fail("Should raise an InvalidKeyException on a short byte array."); in testDESedeKeySpec() 57 fail("Unexpected NullPointerException was thrown."); in testDESedeKeySpec() 65 fail("Unexpected NullPointerException was thrown."); in testDESedeKeySpec() 67 fail("Unexpected InvalidKeyException was thrown."); in testDESedeKeySpec() 71 fail("Should raise an NullPointerException " in testDESedeKeySpec() 75 fail("Should raise an NullPointerException " in testDESedeKeySpec() 82 fail("Should raise an InvalidKeyException on a short byte array."); in testDESedeKeySpec() 84 fail("Unexpected NullPointerException was thrown."); in testDESedeKeySpec() [all …]
|
D | PBEKeySpecTest.java | 48 fail("Unexpected NullPointerException was thrown."); in testPBEKeySpec1() 77 fail("Unexpected IllegalArgumentException was thrown."); in testPBEKeySpec2() 79 fail("Unexpected NullPointerException was thrown."); in testPBEKeySpec2() 84 fail("A NullPointerException should be was thrown " in testPBEKeySpec2() 87 fail("Unexpected IllegalArgumentException was thrown."); in testPBEKeySpec2() 93 fail("An IllegalArgumentException should be thrown " in testPBEKeySpec2() 100 fail("An IllegalArgumentException should be thrown " in testPBEKeySpec2() 107 fail("An IllegalArgumentException should be thrown " in testPBEKeySpec2() 114 fail("An IllegalArgumentException should be thrown " in testPBEKeySpec2() 121 fail("An IllegalArgumentException should be thrown " in testPBEKeySpec2() [all …]
|
/external/guava/guava-tests/test/com/google/common/base/ |
D | PreconditionsTest.java | 40 fail("no exception thrown"); in testCheckArgument_simple_failure() 52 fail("no exception thrown"); in testCheckArgument_simpleMessage_failure() 61 fail("no exception thrown"); in testCheckArgument_nullMessage_failure() 74 fail("no exception thrown"); in testCheckArgument_complexMessage_failure() 87 fail("no exception thrown"); in testCheckState_simple_failure() 99 fail("no exception thrown"); in testCheckState_simpleMessage_failure() 108 fail("no exception thrown"); in testCheckState_nullMessage_failure() 121 fail("no exception thrown"); in testCheckState_complexMessage_failure() 137 fail("no exception thrown"); in testCheckNotNull_simple_failure() 150 fail("no exception thrown"); in testCheckNotNull_simpleMessage_failure() [all …]
|
/external/libcxxabi/test/ |
D | testit | 38 fail=0 40 if (ls *.fail.cpp > /dev/null 2>&1) 42 for FILE in $(ls *.fail.cpp); do 47 fail=$(($fail + 1)) 65 fail=$(($fail + 1)) 70 fail=$(($fail + 1)) 75 if [ $fail -gt 0 ] 77 echo "failed $fail tests in `pwd`" 83 if [ $fail -eq 0 ] 88 if [ $fail -eq 0 -a $pass -eq 0 ] [all …]
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/ |
D | KeyStore_Impl2Test.java | 111 fail("KeyStoreException must be thrown because this method is not supported"); in checkResult() 116 fail("NullPointerException must be thrown entry is null"); in checkResult() 123 fail("KeyStoreException must be thrown because this method is not supported"); in checkResult() 128 fail("KeyStoreException must be thrown because this method is not supported"); in checkResult() 133 fail("KeyStoreException must be thrown because this method is not supported"); in checkResult() 138 fail("IOException must be thrown"); in checkResult() 143 fail("IOException or NullPointerException must be thrown for null OutputStream"); in checkResult() 150 fail("IOException must be thrown"); in checkResult() 158 fail("UnsupportedOperationException must be thrown"); in checkResult() 168 fail("UnsupportedOperationException must be thrown"); in checkResult() [all …]
|
/external/protobuf/src/google/protobuf/compiler/ |
D | zip_output_unittest.sh | 37 fail() { function 51 testzip.proto || fail 'protoc failed.' 55 unzip -t testzip.zip > testzip.list || fail 'unzip failed.' 58 || fail 'testzip.pb.cc not found in output zip.' 60 || fail 'testzip.pb.h not found in output zip.' 62 || fail 'testzip_pb2.py not found in output zip.' 64 && fail 'Zip file contained manifest.' 71 jar tf testzip.jar > testzip.list || fail 'jar failed.' 74 || fail 'Foo.java not found in output jar.' 76 || fail 'Bar.java not found in output jar.' [all …]
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
D | KeyPairGenerator1Test.java | 79 fail(NotSupportMsg); in createKPGen() 103 … fail("NullPointerException or NoSuchAlgorithmException must be thrown when algorithm is null"); in testKeyPairGenerator01() 110 fail("NoSuchAlgorithmException must be thrown when algorithm is not available: " in testKeyPairGenerator01() 123 fail(NotSupportMsg); in testKeyPairGenerator02() 142 fail(NotSupportMsg); in testKeyPairGenerator03() 149 fail("IllegalArgumentException must be thrown when provider is null"); in testKeyPairGenerator03() 154 fail("IllegalArgumentException must be thrown when provider is empty"); in testKeyPairGenerator03() 170 fail(NotSupportMsg); in testKeyPairGenerator04() 177 fail("NoSuchProviderException must be thrown (algorithm: " in testKeyPairGenerator04() 195 fail(NotSupportMsg); in testKeyPairGenerator05() [all …]
|
D | AlgorithmParameterGenerator1Test.java | 72 fail(validAlgName + " algorithm is not supported"); in createAPGen() 99 fail("NullPointerException or NoSuchAlgorithmException should be thrown"); in testAlgorithmParameterGenerator01() 106 fail("NoSuchAlgorithmException should be thrown"); in testAlgorithmParameterGenerator01() 120 fail(validAlgName + " algorithm is not supported"); in testAlgorithmParameterGenerator02() 139 fail(validAlgName + " algorithm is not supported"); in testAlgorithmParameterGenerator03() 146 fail("IllegalArgumentException must be thrown when provider is null"); in testAlgorithmParameterGenerator03() 151 fail("IllegalArgumentException must be thrown when provider is empty"); in testAlgorithmParameterGenerator03() 166 fail(validAlgName + " algorithm is not supported"); in testAlgorithmParameterGenerator04() 174 fail("NoSuchProviderException must be thrown (provider: " in testAlgorithmParameterGenerator04() 192 fail(validAlgName + " algorithm is not supported"); in testAlgorithmParameterGenerator05() [all …]
|
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/ |
D | MacTest.java | 90 fail(NotSupportedMsg); in createMacs() 113 … fail("NullPointerException or NoSuchAlgorithmException should be thrown when algorithm is null"); in testMac01() 120 fail("NoSuchAlgorithmException must be thrown when algorithm is not available: " in testMac01() 133 fail(NotSupportedMsg); in testMac02() 151 fail(NotSupportedMsg); in testMac03() 158 fail("IllegalArgumentException must be thrown when provider is null"); in testMac03() 163 fail("IllegalArgumentException must be thrown when provider is empty"); in testMac03() 169 fail("NoSuchProviderException must be thrown (algorithm: " in testMac03() 187 fail(NotSupportedMsg); in testMac04() 192 … fail("NullPointerException or NoSuchAlgorithmException should be thrown when algorithm is null"); in testMac04() [all …]
|
D | KeyGeneratorTest.java | 90 fail(NotSupportMsg); in createKGs() 108 fail(NotSupportMsg); in testKeyGenerator() 121 fail("InvalidAlgorithmParameterException must be thrown"); in testKeyGenerator() 126 fail("IllegalArgumentException must be thrown"); in testKeyGenerator() 135 fail("NullPointerException must be thrown"); in testKeyGenerator() 140 fail("NullPointerException or InvalidParameterException must be thrown"); in testKeyGenerator() 154 … fail("NullPointerException or NoSuchAlgorithmException should be thrown if algorithm is null"); in testGetInstanceString01() 161 fail("NoSuchAlgorithmException should be thrown"); in testGetInstanceString01() 173 fail(NotSupportMsg); in testGetInstanceString02() 193 fail(NotSupportMsg); in testGetInstanceStringString01() [all …]
|
D | KeyAgreementTest.java | 96 fail(NotSupportMsg); in createKAs() 119 … fail("NullPointerException or NoSuchAlgorithmException should be thrown if algorithm is null"); in testGetInstanceString01() 126 fail("NoSuchAlgorithmException must be thrown"); in testGetInstanceString01() 138 fail(NotSupportMsg); in testGetInstanceString02() 158 fail(NotSupportMsg); in testGetInstanceStringString01() 163 … fail("NullPointerException or NoSuchAlgorithmException should be thrown if algorithm is null"); in testGetInstanceStringString01() 170 fail("NoSuchAlgorithmException must be thrown"); in testGetInstanceStringString01() 186 fail(NotSupportMsg); in testGetInstanceStringString02() 193 fail("IllegalArgumentException must be thrown when provider is null"); in testGetInstanceStringString02() 198 fail("IllegalArgumentException must be thrown when provider is empty"); in testGetInstanceStringString02() [all …]
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/ |
D | CertificateFactorySpiTest.java | 65 fail("UnsupportedOperationException must be thrown"); in testCertificateFactorySpi01() 70 fail("UnsupportedOperationException must be thrown"); in testCertificateFactorySpi01() 76 fail("UnsupportedOperationException must be thrown"); in testCertificateFactorySpi01() 81 fail("UnsupportedOperationException must be thrown"); in testCertificateFactorySpi01() 89 fail("CertificateException must be thrown"); in testCertificateFactorySpi01() 97 fail("CertificateException must be thrown"); in testCertificateFactorySpi01() 105 fail("CRLException must be thrown"); in testCertificateFactorySpi01() 114 fail("CRLException must be thrown"); in testCertificateFactorySpi01() 131 fail("CertificateException must be thrown"); in testCertificateFactorySpi02() 137 fail("CertificateException must be thrown"); in testCertificateFactorySpi02() [all …]
|
D | PKIXParametersTest.java | 82 fail(getName() + ": not performed (could not create test TrustAnchor set)"); in testPKIXParametersSet01() 101 fail(getName() + ": not performed (could not create test TrustAnchor set)"); in testPKIXParametersSet02() 124 fail("NPE expected"); in testPKIXParametersSet03() 139 fail("InvalidAlgorithmParameterException expected"); in testPKIXParametersSet04() 153 fail(getName() + ": not performed (could not create test TrustAnchor set)"); in testPKIXParametersSet05() 160 fail("ClassCastException expected"); in testPKIXParametersSet05() 178 fail("NPE expected"); in testPKIXParametersKeyStore03() 195 fail(getName() + ": not performed (could not create test TrustAnchor set)"); in testGetPolicyQualifiersRejected() 213 fail(getName() + ": not performed (could not create test TrustAnchor set)"); in testSetPolicyQualifiersRejected() 236 fail(getName() + ": not performed (could not create test TrustAnchor set)"); in testIsAnyPolicyInhibited() [all …]
|
D | CertPathBuilder1Test.java | 84 fail(NotSupportMsg); in createCPBs() 138 fail("No expected NullPointerException"); in testCertPathBuilder02() 144 fail("NoSuchAlgorithmException must be thrown"); in testCertPathBuilder02() 156 fail(NotSupportMsg); in testCertPathBuilder03() 174 fail(NotSupportMsg); in testCertPathBuilder04() 181 fail("IllegalArgumentException must be thrown thrown"); in testCertPathBuilder04() 186 fail("IllegalArgumentException must be thrown thrown"); in testCertPathBuilder04() 200 fail(NotSupportMsg); in testCertPathBuilder05() 207 fail("NoSuchProviderException must be hrown"); in testCertPathBuilder05() 223 fail(NotSupportMsg); in testCertPathBuilder06() [all …]
|
D | CertPathValidator1Test.java | 83 fail(NotSupportMsg); in createCPVs() 106 fail(NotSupportMsg); in testCertPathValidator01() 139 … fail("NullPointerException or NoSuchAlgorithmException must be thrown when algorithm is null"); in testCertPathValidator02() 146 fail("NoSuchAlgorithmException must be thrown"); in testCertPathValidator02() 158 fail(NotSupportMsg); in testCertPathValidator03() 177 fail(NotSupportMsg); in testCertPathValidator04() 184 fail("IllegalArgumentException must be thrown thrown"); in testCertPathValidator04() 189 fail("IllegalArgumentException must be thrown thrown"); in testCertPathValidator04() 202 fail(NotSupportMsg); in testCertPathValidator05() 210 fail("NoSuchProviderException must be thrown"); in testCertPathValidator05() [all …]
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/ |
D | zip_output_unittest.sh | 37 fail() { function 57 || fail 'protoc failed.' 61 unzip -t $TEST_TMPDIR/testzip.zip > $TEST_TMPDIR/testzip.list || fail 'unzip failed.' 64 || fail 'testzip.pb.cc not found in output zip.' 66 || fail 'testzip.pb.h not found in output zip.' 68 || fail 'testzip_pb2.py not found in output zip.' 70 && fail 'Zip file contained manifest.' 77 jar tf $TEST_TMPDIR/testzip.jar > $TEST_TMPDIR/testzip.list || fail 'jar failed.' 80 || fail 'Foo.java not found in output jar.' 82 || fail 'Bar.java not found in output jar.' [all …]
|
/external/libcxx/test/ |
D | testit | 81 fail=0 83 if (ls ${TEST_PREFIX}*fail.cpp > /dev/null 2>&1) 85 for FILE in $(ls ${TEST_PREFIX}*fail.cpp); do 90 fail=$(($fail+1)) 113 fail=$(($fail+1)) 119 fail=$(($fail+1)) 124 if [ $fail -gt 0 ] 126 echo "failed $fail tests in `pwd`" 132 if [ $fail -eq 0 ] 137 if [ $fail -eq 0 -a $pass -eq 0 ] [all …]
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/spdy/ |
D | BaseTestHandler.java | 23 import static org.junit.Assert.fail; 28 fail(); in data() 34 fail(); in headers() 38 fail(); in rstStream() 42 fail(); in settings() 46 fail(); in ackSettings() 50 fail(); in ping() 54 fail(); in goAway() 58 fail(); in windowUpdate() 62 fail(); in priority() [all …]
|
/external/apache-harmony/x-net/src/test/impl/java.injected/javax/net/ssl/ |
D | DefaultSSLSocketFactoryTest.java | 42 fail("No expected SocketException"); in testCreateSocketStringint() 45 fail(e.toString()); in testCreateSocketStringint() 57 fail("No expected SocketException"); in testCreateSocketStringintInetAddressint() 60 fail(e.toString()); in testCreateSocketStringintInetAddressint() 71 fail("No expected SocketException"); in testCreateSocketInetAddressint() 74 fail(e.toString()); in testCreateSocketInetAddressint() 87 fail("No expected SocketException"); in testCreateSocketInetAddressintInetAddressint() 90 fail(e.toString()); in testCreateSocketInetAddressintInetAddressint() 98 fail("incorrect result"); in testGetDefaultCipherSuites() 106 fail("incorrect result"); in testGetSupportedCipherSuites() [all …]
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/ |
D | TrustAnchor_ImplTest.java | 63 fail(getName() + ": not performed (could not create test KeyStore)"); in testTrustAnchorX509CertificatebyteArray01() 95 fail(getName() + ": not performed (could not create test KeyStore)"); in testTrustAnchorX509CertificatebyteArray02() 114 fail(getName() + ": not performed (could not create test KeyStore)"); in testTrustAnchorX509CertificatebyteArray03() 142 fail(getName() + ": not performed (could not create test KeyStore)"); in testTrustAnchorX509CertificatebyteArray04() 147 fail("NullPointerException has not been thrown"); in testTrustAnchorX509CertificatebyteArray04() 163 fail(getName() + ": not performed (could not create test KeyStore)"); in testTrustAnchorX509CertificatebyteArray05() 177 fail("IllegalArgumentException has not been thrown"); in testTrustAnchorX509CertificatebyteArray05() 190 fail("IllegalArgumentException has not been thrown"); in testTrustAnchorX509CertificatebyteArray05() 203 fail("IllegalArgumentException has not been thrown"); in testTrustAnchorX509CertificatebyteArray05() 216 fail("IllegalArgumentException has not been thrown"); in testTrustAnchorX509CertificatebyteArray05() [all …]
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | AbstractIteratorTest.java | 51 fail("Should not have been invoked again"); in testDefaultBehaviorOfNextAndHasNext() 73 fail("no exception thrown"); in testDefaultBehaviorOfNextAndHasNext() 94 fail("Should not have been invoked again"); in testDefaultBehaviorOfPeek() 111 fail("peek() should throw NoSuchElementException at end"); in testDefaultBehaviorOfPeek() 117 fail("peek() should continue to throw NoSuchElementException at end"); in testDefaultBehaviorOfPeek() 123 fail("next() should throw NoSuchElementException as usual"); in testDefaultBehaviorOfPeek() 129 fail("peek() should still throw NoSuchElementException after next()"); in testDefaultBehaviorOfPeek() 140 fail("Should not have been invoked again"); in testDefaultBehaviorOfPeekForEmptyIteration() 149 fail("peek() should throw NoSuchElementException at end"); in testDefaultBehaviorOfPeekForEmptyIteration() 155 fail("peek() should continue to throw NoSuchElementException at end"); in testDefaultBehaviorOfPeekForEmptyIteration() [all …]
|
/external/valgrind/main/coregrind/ |
D | fixup_macho_loadcmds.c | 126 void fail ( HChar* msg ) in fail() function 221 fail("Can't stat image (to determine its size)?!"); in map_image_aboard() 226 fail("Can't open image for possible modification!"); in map_image_aboard() 233 fail("Can't mmap image for possible modification!"); in map_image_aboard() 255 fail("Invalid Mach-O file (0 too small)."); in map_image_aboard() 268 fail("Invalid Mach-O file (1 too small)."); in map_image_aboard() 287 fail("Invalid Mach-O file (2 too small)."); in map_image_aboard() 294 fail("No acceptable architecture found in fat file."); in map_image_aboard() 303 fail("Invalid Mach-O file (3 too small)."); in map_image_aboard() 306 fail("Invalid Mach-O file (thin bigger than fat)."); in map_image_aboard() [all …]
|