Searched defs:CheckString (Results 1 - 4 of 4) sorted by relevance

/external/chromium/webkit/glue/
H A Dcpp_variant_unittest.cc29 void CheckString(const std::string& expected_str, const NPVariant& actual) { function
38 void CheckString(const NPVariant& expected, const NPVariant& actual) { function
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("
[all...]
/external/chromium_org/webkit/renderer/
H A Dcpp_variant_unittest.cc31 void CheckString(const std::string& expected_str, const NPVariant& actual) { function
40 void CheckString(const NPVariant& expected, const NPVariant& actual) { function
44 CheckString(expected_str, actual);
128 CheckString(source, dest);
158 CheckString(source, dest);
186 CheckString(before, source);
221 CheckString("test value", np);
274 CheckString("1st test value", cpp);
285 CheckString("\xce\xb1\xe4\xb8\x80\xf0\x90\x90\x84", cpp);
312 CheckString("
[all...]
/external/chromium_org/chrome/browser/ui/webui/
H A Dsync_setup_handler_unittest.cc136 void CheckString(const DictionaryValue* dictionary, function in namespace:__anon6605
/external/llvm/utils/FileCheck/
H A DFileCheck.cpp588 /// CheckString - This is a check that we found in the input file.
589 struct CheckString { struct
609 CheckString(const Pattern &P, SMLoc L, bool isCheckNext, bool isCheckLabel) function in struct:CheckString
674 std::vector<CheckString> &CheckStrings) {
785 CheckStrings.push_back(CheckString(P,
794 CheckStrings.push_back(CheckString(Pattern(true),
828 static void PrintCheckFailed(const SourceMgr &SM, const CheckString &CheckStr,
854 size_t CheckString::Check(const SourceMgr &SM, StringRef Buffer,
893 bool CheckString::CheckNext(const SourceMgr &SM, StringRef Buffer) const {
929 bool CheckString
[all...]

Completed in 170 milliseconds