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

/external/chromium_org/third_party/icu/source/test/intltest/
H A Drbbiapts.h96 void doTest(UnicodeString& testString, int32_t start, int32_t gotoffset, int32_t expectedOffset, const char* expected);
H A Drbbiapts.cpp1161 void RBBIAPITest::doTest(UnicodeString& testString, int32_t start, int32_t gotoffset, int32_t expectedOffset, const char* expectedString){ argument
1165 if(gotoffset != expectedOffset)
1166 errln((UnicodeString)"ERROR:****returned #" + gotoffset + (UnicodeString)" instead of #" + expectedOffset);
H A Dtztest.cpp310 double expectedOffset = (((double)expectedHour) * millisPerHour); local
313 if (expectedOffset != foundOffset) {
918 int32_t expectedOffset;
952 int32_t exp = kData[i].expectedOffset;
/external/icu4c/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.cpp1241 void RBBIAPITest::doTest(UnicodeString& testString, int32_t start, int32_t gotoffset, int32_t expectedOffset, const char* expectedString){ argument
1245 if(gotoffset != expectedOffset)
1246 errln((UnicodeString)"ERROR:****returned #" + gotoffset + (UnicodeString)" instead of #" + expectedOffset);
H A Dtztest.cpp319 double expectedOffset = (((double)expectedHour) * millisPerHour); local
322 if (expectedOffset != foundOffset) {
1131 int32_t expectedOffset; member in struct:__anon18532
1165 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.java200 int expectedOffset = expected.length - hash.length - 2;
209 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.c1946 int32_t expectedOffset; member in struct:__anon11026
2019 if(parseError.offset != testCases[i].expectedOffset) {
2021 parseError.offset, testCases[i].expectedOffset, testCases[i].input);
/external/icu4c/test/cintltst/
H A Dcapitst.c2020 int32_t expectedOffset; member in struct:__anon18368
2093 if(parseError.offset != testCases[i].expectedOffset) {
2095 parseError.offset, testCases[i].expectedOffset, testCases[i].input);

Completed in 201 milliseconds