Home
last modified time | relevance | path

Searched refs:expectedLength (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
Dencodedstreamtest.cpp230 size_t actualLength, expectedLength; in CompareFile() local
232 char* expectedBuffer = ReadFile(expectedFilename, true, &expectedLength); in CompareFile()
233 …bool ret = (expectedLength == actualLength) && memcmp(expectedBuffer, actualBuffer, actualLength) … in CompareFile()
240 size_t expectedLength; in CompareBufferFile() local
241 char* expectedBuffer = ReadFile(expectedFilename, true, &expectedLength); in CompareBufferFile()
242 …bool ret = (expectedLength == actualLength) && memcmp(expectedBuffer, actualBuffer, actualLength) … in CompareBufferFile()
/packages/apps/TV/tests/unit/src/com/android/tv/recommendation/
DRoutineWatchEvaluatorTest.java251 int expectedLength, String text1, String text2) { in assertMaximumMatchedWordSequenceLength() argument
256 expectedLength, in assertMaximumMatchedWordSequenceLength()
261 expectedLength, in assertMaximumMatchedWordSequenceLength()