/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/ |
Affine2Test.java | 45 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(mat1, afn1) [all...] |
/external/okhttp/okio/okio/src/main/java/okio/ |
GzipSource.java | 120 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 {
|
/external/opencv3/modules/photo/test/ |
test_hdr.cpp | 53 void checkEqual(Mat img0, Mat img1, double threshold, const string& name) 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(expected, result, 1e-2f, "MergeRobertson") [all...] |
/external/jsoncpp/src/test_lib_json/ |
jsontest.h | 180 TestResult& checkEqual(TestResult& result, 228 JsonTest::checkEqual(*result_, \
|
/external/icu/icu4c/source/test/intltest/ |
plurults.cpp | 31 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) { [all...] |
usettest.cpp | [all...] |
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/ |
CpuSpriteBatch.java | 97 if (checkEqual(realMatrix, transform)) { 127 if (checkEqual(realMatrix, transform)) { 627 private static boolean checkEqual (Matrix4 a, Matrix4 b) { 636 private static boolean checkEqual (Matrix4 matrix, Affine2 affine) {
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/ |
UnicodeSetTest.java | [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
UnicodeSetTest.java | [all...] |
/prebuilts/tools/common/m2/repository/com/squareup/okio/okio/1.6.0/ |
okio-1.6.0.jar | |