Home
last modified time | relevance | path

Searched defs:failure_message (Results 1 – 11 of 11) sorted by relevance

/external/chromium/net/proxy/
Dproxy_config_service_common_unittest.cc21 void MatchesProxyServerHelper(const char* failure_message, in MatchesProxyServerHelper()
/external/webkit/Tools/Scripts/webkitpy/tool/bot/
Dcommitqueuetask.py82 def _run_command(self, command, success_message, failure_message): argument
Dcommitqueuetask_unittest.py58 def command_failed(self, failure_message, script_error, patch): argument
/external/chromium/testing/gmock/include/gmock/
Dgmock-spec-builders.h261 void AssertSpecProperty(bool property, const string& failure_message) const { in AssertSpecProperty()
266 void ExpectSpecProperty(bool property, const string& failure_message) const { in ExpectSpecProperty()
728 void AssertSpecProperty(bool property, const string& failure_message) const { in AssertSpecProperty()
733 void ExpectSpecProperty(bool property, const string& failure_message) const { in ExpectSpecProperty()
/external/chromium/sdch/open-vcdiff/src/gtest/
Dgtest.h172 const char* failure_message() const { return failure_message_.c_str(); } in failure_message() function
Dgtest.cc832 AssertionResult::AssertionResult(const internal::String& failure_message) in AssertionResult()
/external/protobuf/gtest/include/gtest/
Dgtest.h220 const char* failure_message() const { return failure_message_.c_str(); } in failure_message() function
/external/gtest/include/gtest/
Dgtest.h288 const char* failure_message() const { return message(); } in failure_message() function
/external/llvm/utils/unittest/googletest/include/gtest/
Dgtest.h288 const char* failure_message() const { return message(); } in failure_message() function
/external/chromium/testing/gtest/include/gtest/
Dgtest.h288 const char* failure_message() const { return message(); } in failure_message() function
/external/protobuf/gtest/src/
Dgtest.cc956 AssertionResult::AssertionResult(const internal::String& failure_message) in AssertionResult()