HomeSort by relevance Sort by last modified time
    Searched full:expectequal (Results 1 - 6 of 6) 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/icu/icu4c/source/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 + UnicodeString(": "), testStr, collectionToString(set), CharsToUnicodeString(testArray[i][1]));
207 void CanonicalIteratorTest::expectEqual(const UnicodeString &message, const UnicodeString &item, const UnicodeString &a, const UnicodeString &b) {
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
TestCanonicalIterator.java 125 // expectEqual("Characters with 'a' at the start of their decomposition: ", "", CanonicalIterator.getStarts('a'),
135 expectEqual("Simple permutation ", "", collectionToString(results), "ABC, ACB, BAC, BCA, CAB, CBA");
155 expectEqual(i + ": ", testArray[i][0], collectionToString(set), testArray[i][1]);
166 public void expectEqual(String message, String item, Object a, Object b) {
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UnicodeSetTest.java     [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 436 // ".ifc" or ".ifnc", depending on ExpectEqual.
437 bool parseDirectiveIfc(SMLoc DirectiveLoc, bool ExpectEqual);
438 // ".ifeqs" or ".ifnes", depending on ExpectEqual.
439 bool parseDirectiveIfeqs(SMLoc DirectiveLoc, bool ExpectEqual);
    [all...]

Completed in 194 milliseconds