Searched refs:checkEqual (Results 1 - 13 of 13) sorted by relevance

/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
H A DAffine2Test.java45 checkEqual(mat1, new float[] {1, 0, 0, 0, 1, 0, 0, 0, 1});
46 checkEqual(mat1, mat2.idt());
47 checkEqual(mat1, afn1);
48 checkEqual(mat1, afn1.idt());
52 checkEqual(mat1, new float[] {1, 0, 0, 0, 1, 0, trn.x, trn.y, 1});
54 checkEqual(mat1, afn1);
58 checkEqual(mat1, new float[] {scl.x, 0, 0, 0, scl.y, 0, 0, 0, 1});
60 checkEqual(mat1, afn1);
64 checkEqual(mat1, new float[] {cos, sin, 0, -sin, cos, 0, 0, 0, 1});
66 checkEqual(mat
134 private static void checkEqual (Matrix3 matrix, Affine2 affine) { method in class:Affine2Test
138 private static void checkEqual (Affine2 a, Affine2 b) { method in class:Affine2Test
142 private static void checkEqual (Matrix3 a, Matrix3 b) { method in class:Affine2Test
147 private static void checkEqual (Matrix3 matrix, float[] vals) { method in class:Affine2Test
152 private static void checkEqual (float a, float b) { method in class:Affine2Test
[all...]
/external/opencv3/modules/photo/test/
H A Dtest_hdr.cpp53 void checkEqual(Mat img0, Mat img1, double threshold, const string& name) function
101 checkEqual(result, expected, 3, "Simple");
107 checkEqual(result, expected, 3, "Drago");
113 checkEqual(result, expected, 3, "Durand");
119 checkEqual(result, expected, 3, "Reinhard");
125 checkEqual(result, expected, 3, "Mantiuk");
168 checkEqual(expected, result, 3, "Mertens");
178 checkEqual(uniform, result, 1e-2f, "Mertens");
201 checkEqual(expected, result, 1e-2f, "Debevec");
221 checkEqual(expecte
[all...]
/external/okhttp/okio/okio/src/main/java/okio/
H A DGzipSource.java120 checkEqual("ID1ID2", (short) 0x1f8b, id1id2);
163 checkEqual("FHCRC", source.readShortLe(), (short) crc.getValue());
173 checkEqual("CRC", source.readIntLe(), (int) crc.getValue());
174 checkEqual("ISIZE", source.readIntLe(), inflater.getTotalOut());
203 private void checkEqual(String name, int expected, int actual) throws IOException { method in class:GzipSource
/external/jsoncpp/src/test_lib_json/
H A Djsontest.h180 TestResult& checkEqual(TestResult& result, function in namespace:JsonTest
228 JsonTest::checkEqual(*result_, \
/external/icu/icu4c/source/test/intltest/
H A Dusettest.h147 UBool checkEqual(const UnicodeSet& s, const UnicodeSet& t, const char* message);
H A Dplurults.cpp31 UBool checkEqual(const PluralRules &test, char *result, int32_t max);
177 if ( !checkEqual(*newRules, result, max) ) {
205 if ( !checkEqual(*newRules, cRuleResult, 12) ) {
210 if ( !checkEqual(*newRules, cRuleResult, 12) ) {
281 UBool checkEqual(const PluralRules &test, char *result, int32_t max) { function
H A Dusettest.cpp1906 checkEqual(s, t, "copy ct");
1912 checkEqual(s, t, "operator=");
1918 checkEqual(s, t, "iterator roundtrip");
1924 checkEqual(s, t, "iterator roundtrip");
1937 checkEqual(s, t, "toPattern(false)");
1951 checkEqual(s, t, "toPattern(true)");
1975 checkEqual(t, deserialized, "Set was unequal when deserialized");
2000 UBool UnicodeSetTest::checkEqual(const UnicodeSet& s, const UnicodeSet& t, const char* message) { function in class:UnicodeSetTest
3918 checkEqual(surrogates, s2, "surrogates to/from pattern");
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
H A DCpuSpriteBatch.java97 if (checkEqual(realMatrix, transform)) {
127 if (checkEqual(realMatrix, transform)) {
627 private static boolean checkEqual (Matrix4 a, Matrix4 b) { method in class:CpuSpriteBatch
636 private static boolean checkEqual (Matrix4 matrix, Affine2 affine) { method in class:CpuSpriteBatch
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
H A DUnicodeSetTest.java2207 checkEqual(s, t, "iterator roundtrip");
2210 checkEqual(s, t, "iterator roundtrip");
2213 checkEqual(s, t, "toPattern(false)");
2217 checkEqual(s, t, "toPattern(true)");
2243 boolean checkEqual(UnicodeSet s, UnicodeSet t, String message) { method in class:UnicodeSetTest
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DUnicodeSetTest.java2203 checkEqual(s, t, "iterator roundtrip");
2206 checkEqual(s, t, "iterator roundtrip");
2209 checkEqual(s, t, "toPattern(false)");
2213 checkEqual(s, t, "toPattern(true)");
2239 boolean checkEqual(UnicodeSet s, UnicodeSet t, String message) { method in class:UnicodeSetTest
/external/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-core.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE SQLite/ SQLite/Authorizer.class Authorizer.java package ...
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 434 milliseconds