Searched refs:expectedOffset (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Drbbiapts.h98 void doTest(UnicodeString& testString, int32_t start, int32_t gotoffset, int32_t expectedOffset, const char* expected);
H A Drbbiapts.cpp1240 void RBBIAPITest::doTest(UnicodeString& testString, int32_t start, int32_t gotoffset, int32_t expectedOffset, const char* expectedString){ argument
1244 if(gotoffset != expectedOffset)
1245 errln((UnicodeString)"ERROR:****returned #" + gotoffset + (UnicodeString)" instead of #" + expectedOffset);
H A Dtztest.cpp321 double expectedOffset = (((double)expectedHour) * millisPerHour); local
324 if (expectedOffset != foundOffset) {
1133 int32_t expectedOffset; member in struct:__anon12345
1167 int32_t exp = kData[i].expectedOffset;
/external/icu/icu4c/source/test/intltest/
H A Drbbiapts.h99 void doTest(UnicodeString& testString, int32_t start, int32_t gotoffset, int32_t expectedOffset, const char* expected);
H A Drbbiapts.cpp1463 void RBBIAPITest::doTest(UnicodeString& testString, int32_t start, int32_t gotoffset, int32_t expectedOffset, const char* expectedString){ argument
1467 if(gotoffset != expectedOffset)
1468 errln((UnicodeString)"ERROR:****returned #" + gotoffset + (UnicodeString)" instead of #" + expectedOffset);
H A Dtztest.cpp312 double expectedOffset = (((double)expectedHour) * millisPerHour); local
315 if (expectedOffset != foundOffset) {
1124 int32_t expectedOffset; member in struct:__anon22156
1158 int32_t exp = kData[i].expectedOffset;
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/data/rebaselineserver/
H A Dmain.js487 var expectedOffset = (y * expectedWidth + x) * 4;
490 if (expected[expectedOffset] != actual[actualOffset] ||
491 expected[expectedOffset + 1] != actual[actualOffset + 1] ||
492 expected[expectedOffset + 2] != actual[actualOffset + 2] ||
493 expected[expectedOffset + 3] != actual[actualOffset + 3]) {
500 diff[diffOffset] = expected[expectedOffset];
501 diff[diffOffset + 1] = expected[expectedOffset + 1];
502 diff[diffOffset + 2] = expected[expectedOffset + 2];
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/signers/
H A DRSADigestSigner.java204 int expectedOffset = expected.length - hash.length - 2;
213 nonEqual |= (sig[sigOffset + i] ^ expected[expectedOffset + i]);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/
H A DDigestSignatureSpi.java192 int expectedOffset = expected.length - hash.length - 2;
199 if (sig[sigOffset + i] != expected[expectedOffset + i]) // check hash
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcapitst.c2003 int32_t expectedOffset; member in struct:__anon12172
2076 if(parseError.offset != testCases[i].expectedOffset) {
2078 parseError.offset, testCases[i].expectedOffset, testCases[i].input);
/external/icu/icu4c/source/test/cintltst/
H A Dcapitst.c2005 int32_t expectedOffset; member in struct:__anon21971
2084 if(parseError.offset != testCases[i].expectedOffset) {
2086 parseError.offset, testCases[i].expectedOffset, testCases[i].input);

Completed in 1763 milliseconds