HomeSort by relevance Sort by last modified time
    Searched refs:expectEqual (Results 1 - 3 of 3) sorted by null

  /frameworks/base/tools/aapt/tests/
CrunchCache_test.cpp 18 void expectEqual(int got, int expected, const char* desc) {
63 expectEqual(result, EXPECTED_RESULT, "number of files touched");
69 expectEqual(mcu->deleteCount, EXPECTED_DELETES, "deleteFile");
71 expectEqual(mcu->processCount, EXPECTED_PROCESSED, "processImage");
75 expectEqual(result, EXPECTED_OVERWRITES, "number of files touched with overwrite");
  /external/icu4c/test/intltest/
canittst.h 48 void expectEqual(const UnicodeString &message, const UnicodeString &item, const UnicodeString &a, const UnicodeString &b);
canittst.cpp 123 expectEqual("Characters with 'a' at the start of their decomposition: ", "", CanonicalIterator.getStarts('a'),
140 expectEqual("Simple permutation ", "", collectionToString(permutations), "ABC, ACB, BAC, BCA, CAB, CBA");
166 expectEqual(i + ": ", testStr, collectionToString(set), CharsToUnicodeString(testArray[i][1]));
207 void CanonicalIteratorTest::expectEqual(const UnicodeString &message, const UnicodeString &item, const UnicodeString &a, const UnicodeString &b) {

Completed in 237 milliseconds