HomeSort by relevance Sort by last modified time
    Searched refs:CheckString (Results 1 - 8 of 8) 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/chromium_org/webkit/renderer/
cpp_variant_unittest.cc 31 void CheckString(const std::string& expected_str, const NPVariant& actual) {
40 void CheckString(const NPVariant& expected, const NPVariant& actual) {
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("1st test string", cpp)
    [all...]
  /external/llvm/utils/FileCheck/
FileCheck.cpp 588 /// CheckString - This is a check that we found in the input file.
589 struct CheckString {
609 CheckString(const Pattern &P, SMLoc L, bool isCheckNext, bool isCheckLabel)
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 {
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/
factory.py 166 def CheckString(self):
198 def CheckString(self):
types.py 43 def CheckString(self):
152 def CheckString(self):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
factory.py 166 def CheckString(self):
198 def CheckString(self):
types.py 43 def CheckString(self):
152 def CheckString(self):
  /external/chromium_org/chrome/browser/ui/webui/
sync_setup_handler_unittest.cc 136 void CheckString(const DictionaryValue* dictionary,
    [all...]

Completed in 311 milliseconds