HomeSort by relevance Sort by last modified time
    Searched full:checkstrings (Results 1 - 2 of 2) sorted by null

  /external/llvm/utils/FileCheck/
FileCheck.cpp 496 /// expected strings. The strings are added to the CheckStrings vector.
498 std::vector<CheckString> &CheckStrings) {
570 if (IsCheckNext && CheckStrings.empty()) {
587 CheckStrings.push_back(CheckString(P,
590 std::swap(NotMatches, CheckStrings.back().NotStrings);
595 CheckStrings.push_back(CheckString(Pattern(true),
598 std::swap(NotMatches, CheckStrings.back().NotStrings);
601 if (CheckStrings.empty()) {
656 std::vector<CheckString> CheckStrings;
657 if (ReadCheckFile(SM, CheckStrings))
    [all...]
  /dalvik/tests/003-omnibus-opcodes/src/
Array.java 61 static void checkStrings(String[] strings) {
217 checkStrings(xStrings);

Completed in 622 milliseconds