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

  /external/chromium/webkit/glue/
cpp_variant_unittest.cc 29 void CheckString(const std::string& expected_str, const NPVariant& actual) {
38 void CheckString(const NPVariant& expected, const NPVariant& actual) {
42 CheckString(expected_str, actual);
107 CheckString(source, dest);
137 CheckString(source, dest);
165 CheckString(before, source);
200 CheckString("test value", np);
253 CheckString("1st test value", cpp);
264 CheckString("\xce\xb1\xe4\xb8\x80\xf0\x90\x90\x84", cpp);
291 CheckString("1st test string", cpp)
    [all...]
  /external/llvm/utils/FileCheck/
FileCheck.cpp 569 /// CheckString - This is a check that we found in the input file.
570 struct CheckString {
586 CheckString(const Pattern &P, SMLoc L, bool isCheckNext)
634 std::vector<CheckString> &CheckStrings) {
725 CheckStrings.push_back(CheckString(P,
733 CheckStrings.push_back(CheckString(Pattern(true),
748 static void PrintCheckFailed(const SourceMgr &SM, const CheckString &CheckStr,
794 std::vector<CheckString> CheckStrings;
829 const CheckString &CheckStr = CheckStrings[StrNo];

Completed in 47 milliseconds