Home
last modified time | relevance | path

Searched refs:fail (Results 1 – 25 of 3885) sorted by relevance

12345678910>>...156

/external/opencv3/modules/objdetect/misc/java/test/
DHOGDescriptorTest.java9 fail("Not yet implemented"); in testCheckDetectorSize()
13 fail("Not yet implemented"); in testComputeGradientMatMatMat()
17 fail("Not yet implemented"); in testComputeGradientMatMatMatSize()
21 fail("Not yet implemented"); in testComputeGradientMatMatMatSizeSize()
25 fail("Not yet implemented"); in testComputeMatListOfFloat()
29 fail("Not yet implemented"); in testComputeMatListOfFloatSize()
33 fail("Not yet implemented"); in testComputeMatListOfFloatSizeSize()
37 fail("Not yet implemented"); in testComputeMatListOfFloatSizeSizeListOfPoint()
41 fail("Not yet implemented"); in testDetectMatListOfPoint()
45 fail("Not yet implemented"); in testDetectMatListOfPointDouble()
[all …]
/external/opencv3/modules/imgproc/misc/java/test/
DMomentsTest.java8 fail("Not yet implemented"); in testGet_m00()
12 fail("Not yet implemented"); in testGet_m01()
16 fail("Not yet implemented"); in testGet_m02()
20 fail("Not yet implemented"); in testGet_m03()
24 fail("Not yet implemented"); in testGet_m10()
28 fail("Not yet implemented"); in testGet_m11()
32 fail("Not yet implemented"); in testGet_m12()
36 fail("Not yet implemented"); in testGet_m20()
40 fail("Not yet implemented"); in testGet_m21()
44 fail("Not yet implemented"); in testGet_m30()
[all …]
DSubdiv2DTest.java16 fail("Not yet implemented"); in testEdgeDstInt()
20 fail("Not yet implemented"); in testEdgeDstIntPoint()
24 fail("Not yet implemented"); in testEdgeOrgInt()
28 fail("Not yet implemented"); in testEdgeOrgIntPoint()
32 fail("Not yet implemented"); in testFindNearestPoint()
36 fail("Not yet implemented"); in testFindNearestPointPoint()
40 fail("Not yet implemented"); in testGetEdge()
44 fail("Not yet implemented"); in testGetEdgeList()
70 fail("Not yet implemented"); in testGetVertexInt()
74 fail("Not yet implemented"); in testGetVertexIntIntArray()
[all …]
/external/opencv3/modules/calib3d/misc/java/test/
DStereoSGBMTest.java8 fail("Not yet implemented"); in testCompute()
12 fail("Not yet implemented"); in testGet_disp12MaxDiff()
16 fail("Not yet implemented"); in testGet_fullDP()
20 fail("Not yet implemented"); in testGet_minDisparity()
24 fail("Not yet implemented"); in testGet_numberOfDisparities()
28 fail("Not yet implemented"); in testGet_P1()
32 fail("Not yet implemented"); in testGet_P2()
36 fail("Not yet implemented"); in testGet_preFilterCap()
40 fail("Not yet implemented"); in testGet_SADWindowSize()
44 fail("Not yet implemented"); in testGet_speckleRange()
[all …]
DCalib3dTest.java19 fail("Not yet implemented"); in testCalibrateCameraListOfMatListOfMatSizeMatMatListOfMatListOfMat()
23 fail("Not yet implemented"); in testCalibrateCameraListOfMatListOfMatSizeMatMatListOfMatListOfMatInt()
27 fail("Not yet implemented"); in testCalibrationMatrixValues()
55 fail("Not yet implemented"); in testComposeRTMatMatMatMatMatMatMat()
59 fail("Not yet implemented"); in testComposeRTMatMatMatMatMatMatMatMat()
63 fail("Not yet implemented"); in testComposeRTMatMatMatMatMatMatMatMatMat()
67 fail("Not yet implemented"); in testComposeRTMatMatMatMatMatMatMatMatMatMat()
71 fail("Not yet implemented"); in testComposeRTMatMatMatMatMatMatMatMatMatMatMat()
75 fail("Not yet implemented"); in testComposeRTMatMatMatMatMatMatMatMatMatMatMatMat()
79 fail("Not yet implemented"); in testComposeRTMatMatMatMatMatMatMatMatMatMatMatMatMat()
[all …]
/external/opencv3/modules/features2d/misc/java/test/
DFernGenericDescriptorMatcherTest.java8 fail("Not yet implemented"); in testAdd()
12 fail("Not yet implemented"); in testClassifyMatListOfKeyPointMatListOfKeyPoint()
16 fail("Not yet implemented"); in testClassifyMatListOfKeyPoint()
20 fail("Not yet implemented"); in testClear()
24 fail("Not yet implemented"); in testCloneBoolean()
28 fail("Not yet implemented"); in testClone()
32 fail("Not yet implemented"); in testCreate()
36 fail("Not yet implemented"); in testEmpty()
40 fail("Not yet implemented"); in testGetTrainImages()
44 fail("Not yet implemented"); in testGetTrainKeypoints()
[all …]
DOneWayGenericDescriptorMatcherTest.java8 fail("Not yet implemented"); in testAdd()
12 fail("Not yet implemented"); in testClassifyMatListOfKeyPointMatListOfKeyPoint()
16 fail("Not yet implemented"); in testClassifyMatListOfKeyPoint()
20 fail("Not yet implemented"); in testClear()
24 fail("Not yet implemented"); in testCloneBoolean()
28 fail("Not yet implemented"); in testClone()
32 fail("Not yet implemented"); in testCreate()
36 fail("Not yet implemented"); in testEmpty()
40 fail("Not yet implemented"); in testGetTrainImages()
44 fail("Not yet implemented"); in testGetTrainKeypoints()
[all …]
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_state_rss.c44 #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/
DDESKeySpecTest.java110 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 …]
DDESedeKeySpecTest.java46 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 …]
DPBEKeySpecTest.java48 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/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
DKeyStore_Impl2Test.java111 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/guava/guava-tests/test/com/google/common/math/
DMathPreconditionsTest.java36 fail(); in testCheckPositive_zeroInt()
47 fail(); in testCheckPositive_minInt()
58 fail(); in testCheckPositive_negativeInt()
65 fail(); in testCheckPositive_zeroLong()
76 fail(); in testCheckPositive_minLong()
87 fail(); in testCheckPositive_negativeLong()
94 fail(); in testCheckPositive_zeroBigInteger()
105 fail(); in testCheckPositive_negativeBigInteger()
120 fail(); in testCheckNonNegative_minInt()
131 fail(); in testCheckNonNegative_negativeInt()
[all …]
/external/guava/guava-tests/test/com/google/common/base/
DPreconditionsTest.java41 fail("no exception thrown"); in testCheckArgument_simple_failure()
53 fail("no exception thrown"); in testCheckArgument_simpleMessage_failure()
62 fail("no exception thrown"); in testCheckArgument_nullMessage_failure()
75 fail("no exception thrown"); in testCheckArgument_complexMessage_failure()
88 fail("no exception thrown"); in testCheckState_simple_failure()
100 fail("no exception thrown"); in testCheckState_simpleMessage_failure()
109 fail("no exception thrown"); in testCheckState_nullMessage_failure()
122 fail("no exception thrown"); in testCheckState_complexMessage_failure()
138 fail("no exception thrown"); in testCheckNotNull_simple_failure()
151 fail("no exception thrown"); in testCheckNotNull_simpleMessage_failure()
[all …]
/external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
DPreconditionsTest.java39 fail("no exception thrown"); in testCheckArgument_simple_failure()
51 fail("no exception thrown"); in testCheckArgument_simpleMessage_failure()
60 fail("no exception thrown"); in testCheckArgument_nullMessage_failure()
73 fail("no exception thrown"); in testCheckArgument_complexMessage_failure()
86 fail("no exception thrown"); in testCheckState_simple_failure()
98 fail("no exception thrown"); in testCheckState_simpleMessage_failure()
107 fail("no exception thrown"); in testCheckState_nullMessage_failure()
120 fail("no exception thrown"); in testCheckState_complexMessage_failure()
136 fail("no exception thrown"); in testCheckNotNull_simple_failure()
149 fail("no exception thrown"); in testCheckNotNull_simpleMessage_failure()
[all …]
/external/deqp/modules/gles31/functional/
Des31fInfoLogQueryShared.cpp55 result.fail("Return buffer was not INFO_LOG_LENGTH sized and null-terminated"); in verifyInfoLogQuery()
57 result.fail("Buffer end guard modified, query wrote over the end of the buffer."); in verifyInfoLogQuery()
70 result.fail("'length' was not written to"); in verifyInfoLogQuery()
72 result.fail("Either length was incorrect or result was not null-terminated"); in verifyInfoLogQuery()
74 result.fail("'length' characters + null terminator is larger than INFO_LOG_LENGTH"); in verifyInfoLogQuery()
76 result.fail("'length' is not consistent with INFO_LOG_LENGTH"); in verifyInfoLogQuery()
78 result.fail("Buffer end guard modified, query wrote over the end of the buffer."); in verifyInfoLogQuery()
80 result.fail("'length' and written string length do not match"); in verifyInfoLogQuery()
93 result.fail("'length' was not written to"); in verifyInfoLogQuery()
95 result.fail("Expected 'length' = 1"); in verifyInfoLogQuery()
[all …]
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
DKeyPairGenerator1Test.java79 fail(NotSupportMsg); in createKPGen()
103fail("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 …]
DAlgorithmParameterGenerator1Test.java72 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/
DMacTest.java90 fail(NotSupportedMsg); in createMacs()
113fail("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()
192fail("NullPointerException or NoSuchAlgorithmException should be thrown when algorithm is null"); in testMac04()
[all …]
DKeyGeneratorTest.java90 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()
154fail("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 …]
/external/libcxxabi/test/
Dtestit38 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/api/java/org/apache/harmony/security/tests/java/security/cert/
DPKIXParametersTest.java82 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 …]
DCertificateFactorySpiTest.java65 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 …]
DCertPathBuilder1Test.java84 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 …]
/external/autotest/client/tests/kvm/tests/
Dballoon_check.py24 fail = 0
29 fail += 1
31 return int(re.findall("\d+", output)[0]), fail
42 fail = 0
49 fail += cfail
54 fail += 1
64 fail += 1
65 return fail
68 fail = 0
84 fail += 1
[all …]

12345678910>>...156