OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:expectedoffset
(Results
1 - 10
of
10
) sorted by null
/external/webkit/Tools/Scripts/webkitpy/tool/commands/data/rebaselineserver/
main.js
453
var
expectedOffset
= (y * expectedWidth + x) * 4;
456
if (expected[
expectedOffset
] != actual[actualOffset] ||
457
expected[
expectedOffset
+ 1] != actual[actualOffset + 1] ||
458
expected[
expectedOffset
+ 2] != actual[actualOffset + 2] ||
459
expected[
expectedOffset
+ 3] != actual[actualOffset + 3]) {
466
diff[diffOffset] = expected[
expectedOffset
];
467
diff[diffOffset + 1] = expected[
expectedOffset
+ 1];
468
diff[diffOffset + 2] = expected[
expectedOffset
+ 2];
/external/icu4c/test/intltest/
rbbiapts.h
96
void doTest(UnicodeString& testString, int32_t start, int32_t gotoffset, int32_t
expectedOffset
, const char* expected);
rbbiapts.cpp
[
all
...]
tztest.cpp
310
double
expectedOffset
= (((double)expectedHour) * millisPerHour);
313
if (
expectedOffset
!= foundOffset) {
918
int32_t
expectedOffset
;
[
all
...]
/external/icu4c/test/cintltst/
utf16tst.c
224
log_err("ERROR: UTF16_NEXT_CHAR_UNSAFE failed to move the offset correctly at %d\n
ExpectedOffset
:%d Got %d\n",
234
log_err("ERROR: U16_NEXT_CHAR_UNSAFE failed to move the offset correctly at %d\n
ExpectedOffset
:%d Got %d\n",
244
log_err("ERROR: UTF16_NEXT_CHAR_SAFE failed to move the offset correctly at %d\n
ExpectedOffset
:%d Got %d\n",
254
log_err("ERROR: U16_NEXT failed to move the offset correctly at %d\n
ExpectedOffset
:%d Got %d\n",
264
log_err("ERROR: UTF16_NEXT_CHAR_SAFE(strict) failed to move the offset correctly at %d\n
ExpectedOffset
:%d Got %d\n",
278
log_err("ERROR: UTF16_PREV_CHAR_UNSAFE failed to move the offset correctly at %d\n
ExpectedOffset
:%d Got %d\n",
288
log_err("ERROR: U16_PREV_CHAR_UNSAFE failed to move the offset correctly at %d\n
ExpectedOffset
:%d Got %d\n",
298
log_err("ERROR: UTF16_PREV_CHAR_SAFE failed to move the offset correctly at %d\n
ExpectedOffset
:%d Got %d\n",
308
log_err("ERROR: U16_PREV failed to move the offset correctly at %d\n
ExpectedOffset
:%d Got %d\n",
318
log_err("ERROR: UTF16_PREV_CHAR_SAFE(strict) failed to move the offset correctly at %d\n
ExpectedOffset
:%d Got %d\n"
[
all
...]
utf8tst.c
278
log_err("ERROR: UTF8_NEXT_CHAR_UNSAFE failed to move the offset correctly at %d\n
ExpectedOffset
:%d Got %d\n",
288
log_err("ERROR: U8_NEXT_UNSAFE failed to move the offset correctly at %d\n
ExpectedOffset
:%d Got %d\n",
299
log_err("ERROR: UTF8_NEXT_CHAR_SAFE failed to move the offset correctly at %d\n
ExpectedOffset
:%d Got %d\n",
309
log_err("ERROR: U8_NEXT failed to move the offset correctly at %d\n
ExpectedOffset
:%d Got %d\n",
319
log_err("ERROR: UTF8_NEXT_CHAR_SAFE(strict) failed to move the offset correctly at %d\n
ExpectedOffset
:%d Got %d\n",
334
log_err("ERROR: UTF8_PREV_CHAR_UNSAFE failed to move the offset correctly at %d\n
ExpectedOffset
:%d Got %d\n",
344
log_err("ERROR: UTF8_PREV_CHAR_SAFE failed to move the offset correctly at %d\n
ExpectedOffset
:%d Got %d\n",
354
log_err("ERROR: U8_PREV failed to move the offset correctly at %d\n
ExpectedOffset
:%d Got %d\n",
364
log_err("ERROR: UTF8_PREV_CHAR_SAFE(strict) failed to move the offset correctly at %d\n
ExpectedOffset
:%d Got %d\n",
[
all
...]
capitst.c
[
all
...]
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/signers/
RSADigestSigner.java
191
int
expectedOffset
= expected.length - hash.length - 2;
198
if (sig[sigOffset + i] != expected[
expectedOffset
+ i]) // check hash
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
JDKDigestSignature.java
191
int
expectedOffset
= expected.length - hash.length - 2;
198
if (sig[sigOffset + i] != expected[
expectedOffset
+ i]) // check hash
/dalvik/libdex/
DexSwapVerify.cpp
[
all
...]
Completed in 1143 milliseconds